summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_device.c
Commit message (Expand)AuthorAgeFilesLines
* ARM/gpio: Push OMAP2 quirk down into TWL4030 driverLinus Walleij2023-05-241-1/+0
* ARM: omap2: make functions staticArnd Bergmann2023-01-091-4/+10
* ARM: omap2: remove unused functionsArnd Bergmann2023-01-091-60/+0
* ARM: OMAP2+: drop hwmod-clock helper commentJohan Hovold2022-04-211-3/+0
* ARM: OMAP2+: drop omap_device_register() helperJohan Hovold2022-04-211-17/+0
* Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-081-3/+5
|\
| * ARM: OMAP2+: omap_device: fix idling of devices during probeAndreas Kemnade2020-12-071-3/+5
* | ARM: OMAP2+: Remove redundant assignment to variable retJing Xiangfeng2020-11-191-3/+2
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* ARM: OMAP2+: Drop legacy init for sdmaTony Lindgren2019-12-301-170/+0
* OMAP2: fixup doc comments in omap_deviceBen Dooks (Codethink)2019-11-111-12/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-6/+1
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+2
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* | ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dtsTony Lindgren2018-04-301-7/+15
|/
* ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflexTony Lindgren2018-02-281-0/+5
* Merge branch 'soc-fixes' into omap-for-v4.15/fixesTony Lindgren2017-11-281-1/+3
|\
| * ARM: OMAP2+: Missing error code in omap_device_build()Dan Carpenter2017-11-281-1/+3
* | ARM: OMAP2+: Fix smatch found issue for omap_deviceTony Lindgren2017-10-301-4/+2
|/
* ARM: OMAP2+: omap_device: fix error return code in omap_device_copy_resources()Wei Yongjun2017-10-131-1/+3
* ARM: OMAP2+: Drop omap_hwmod_dma_infoTony Lindgren2017-10-101-154/+1
* ARM: OMAP2+: Populate legacy resources for dma and smartreflexTony Lindgren2017-10-101-31/+106
* ARM: OMAP2+: omap_device: drop broken RPM status update from suspend_noirqJohan Hovold2017-08-101-10/+0
* ARM: OMAP2+: Remove unused legacy code for interconnectsTony Lindgren2017-06-081-4/+1
* ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe deferDave Gerlach2017-04-041-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-031-1/+1
|\
| * ARM: OMAP2+: omap_device: fix crash on omap_device removalGrygorii Strashko2016-07-301-1/+1
* | ARM: OMAP2+: omap_device: create clock alias purely from DT dataTero Kristo2016-07-031-1/+16
* | ARM: OMAP2+: Fix typo in omap_device.cAndrea Gelmini2016-06-101-1/+1
|/
* ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbidTony Lindgren2016-02-121-0/+10
* ARM: OMAP2+: Improve omap_device error for driver writersTony Lindgren2016-02-121-1/+3
* Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-201-3/+4
|\
| * PM / Domains: add setter for dev.pm_domainTomeu Vizoso2016-01-081-3/+4
* | ARM: OMAP2+: Change core_initcall levels to postcore_initcallTony Lindgren2015-12-031-1/+1
|/
* ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_devic...Grygorii Strashko2015-09-011-1/+2
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-06-261-13/+17
|\
| * ARM: OMAP2+: Return correct error values from device and hwmodPali Rohár2015-06-011-13/+17
* | Merge branch 'for-linus-clk' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-06-231-15/+9
|\ \
| * | ARM: omap2: use clkdev_add_alias()Russell King2015-05-061-15/+9
| |/
* / ARM: omap-device: use SET_NOIRQ_SYSTEM_SLEEP_PM_OPSGrygorii Strashko2015-05-121-5/+2
|/
* ARM: omap-device: add missed callback for suspend-to-diskGrygorii Strashko2015-03-161-0/+3
* ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-131-1/+1
* ARM: OMAP2+: Warn about deprecated legacy booting modeTony Lindgren2014-10-291-0/+4
* ARM: OMAP2+: omap_device: remove warning that clk alias already existsMarkus Pargmann2014-08-251-1/+1
* Merge tag 'v3.13-rc5' into next/boardsOlof Johansson2013-12-281-0/+24
|\
| * ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detectedNishanth Menon2013-12-101-0/+24
* | ARM: OMAP2+: Add support for legacy auxdata for twlTony Lindgren2013-12-081-0/+2
|/
* ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resumeNishanth Menon2013-11-151-2/+11
* ARM: OMAP: fix return value check in omap_device_build_from_dt()Wei Yongjun2013-09-181-1/+1
* ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device stateRajendra Nayak2013-07-301-0/+8