aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21ARM: OMAP2+: drop hwmod-clock helper commentJohan Hovold1-3/+0
2022-04-21ARM: OMAP2+: drop omap_device_register() helperJohan Hovold1-17/+0
2021-01-08Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+5
2020-12-07ARM: OMAP2+: omap_device: fix idling of devices during probeAndreas Kemnade1-3/+5
2020-11-19ARM: OMAP2+: Remove redundant assignment to variable retJing Xiangfeng1-3/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-30ARM: OMAP2+: Drop legacy init for sdmaTony Lindgren1-170/+0
2019-11-11OMAP2: fixup doc comments in omap_deviceBen Dooks (Codethink)1-12/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-6/+1
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-04-30ARM: OMAP2+: Only probe SDMA via ti-sysc if configured in dtsTony Lindgren1-7/+15
2018-02-28ARM: OMAP2+: Enable ti-sysc to use device tree data for smartreflexTony Lindgren1-0/+5
2017-11-28Merge branch 'soc-fixes' into omap-for-v4.15/fixesTony Lindgren1-1/+3
2017-11-28ARM: OMAP2+: Missing error code in omap_device_build()Dan Carpenter1-1/+3
2017-10-30ARM: OMAP2+: Fix smatch found issue for omap_deviceTony Lindgren1-4/+2
2017-10-13ARM: OMAP2+: omap_device: fix error return code in omap_device_copy_resources()Wei Yongjun1-1/+3
2017-10-10ARM: OMAP2+: Drop omap_hwmod_dma_infoTony Lindgren1-154/+1
2017-10-10ARM: OMAP2+: Populate legacy resources for dma and smartreflexTony Lindgren1-31/+106
2017-08-10ARM: OMAP2+: omap_device: drop broken RPM status update from suspend_noirqJohan Hovold1-10/+0
2017-06-08ARM: OMAP2+: Remove unused legacy code for interconnectsTony Lindgren1-4/+1
2017-04-04ARM: OMAP2+: omap_device: Sync omap_device and pm_runtime after probe deferDave Gerlach1-0/+8
2016-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-07-30ARM: OMAP2+: omap_device: fix crash on omap_device removalGrygorii Strashko1-1/+1
2016-07-03ARM: OMAP2+: omap_device: create clock alias purely from DT dataTero Kristo1-1/+16
2016-06-10ARM: OMAP2+: Fix typo in omap_device.cAndrea Gelmini1-1/+1
2016-02-12ARM: OMAP2+: Fix omap_device for module reload on PM runtime forbidTony Lindgren1-0/+10
2016-02-12ARM: OMAP2+: Improve omap_device error for driver writersTony Lindgren1-1/+3
2016-01-20Merge tag 'pm+acpi-4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+4
2016-01-08PM / Domains: add setter for dev.pm_domainTomeu Vizoso1-3/+4
2015-12-03ARM: OMAP2+: Change core_initcall levels to postcore_initcallTony Lindgren1-1/+1
2015-09-01ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_initGrygorii Strashko1-1/+2
2015-06-26Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+17
2015-06-23Merge branch 'for-linus-clk' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-15/+9
2015-06-01ARM: OMAP2+: Return correct error values from device and hwmodPali Rohár1-13/+17
2015-05-12ARM: omap-device: use SET_NOIRQ_SYSTEM_SLEEP_PM_OPSGrygorii Strashko1-5/+2
2015-05-06ARM: omap2: use clkdev_add_alias()Russell King1-15/+9
2015-03-16ARM: omap-device: add missed callback for suspend-to-diskGrygorii Strashko1-0/+3
2014-12-13ARM / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-1/+1
2014-10-29ARM: OMAP2+: Warn about deprecated legacy booting modeTony Lindgren1-0/+4
2014-08-25ARM: OMAP2+: omap_device: remove warning that clk alias already existsMarkus Pargmann1-1/+1
2013-12-28Merge tag 'v3.13-rc5' into next/boardsOlof Johansson1-0/+24
2013-12-10ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detectedNishanth Menon1-0/+24
2013-12-08ARM: OMAP2+: Add support for legacy auxdata for twlTony Lindgren1-0/+2
2013-11-15ARM: OMAP2+: omap_device: maintain sane runtime pm status around suspend/resumeNishanth Menon1-2/+11
2013-09-18ARM: OMAP: fix return value check in omap_device_build_from_dt()Wei Yongjun1-1/+1
2013-07-30ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device stateRajendra Nayak1-0/+8
2013-07-30ARM: OMAP2+: Avoid idling memory controllers with no driversRajendra Nayak1-0/+10
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-6/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-6/+1