summaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/omap_device.c
AgeCommit message (Expand)Author
2011-10-04ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson
2011-10-04ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson
2011-10-04ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson
2011-10-04ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon
2011-09-15OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman
2011-09-15OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman
2011-09-15OMAP: omap_device: remove internal functions from omap_device.hKevin Hilman
2011-09-15OMAP: omap_device: make latency autoadjust messages debugGrazvydas Ignotas
2011-09-15OMAP: omap_device: replace debug/warning/error prints with dev_* macrosKevin Hilman
2011-09-06OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersKevin Hilman
2011-08-25OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman
2011-07-27Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-07-12OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman
2011-07-12OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman
2011-07-12OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman
2011-07-10OMAP: omap_device: Create clkdev entry for hwmod main_clkBenoit Cousson
2011-07-10OMAP: omap_device: replace _find_by_pdev() with to_omap_device()Kevin Hilman
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki
2011-06-06OMAP: PM: omap_device: fix device power domain callbacksKevin Hilman
2011-04-28OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman
2011-03-01OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clksRajendra Nayak
2010-12-22OMAP: PM: implement context loss count APIsKevin Hilman
2010-09-27Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren
2010-09-24OMAP: omap_device: Fix to support multiple hwmods for a single deviceKishon Vijay Abraham I
2010-09-24Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...Tony Lindgren
2010-09-24OMAP: omap_device: make all devices a child of a new parent deviceKevin Hilman
2010-09-24Revert "OMAP: omap_device: add omap_device_is_valid()"Kevin Hilman
2010-09-22OMAP: hwmod: Handle opt clocks node using clk_add_aliasPartha Basak
2010-08-04omap: device: improve errors handlingArtem Bityutskiy
2010-07-26OMAP2+: hwmod/device: update documentation and copyrightPaul Walmsley
2010-07-26OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_vaPaul Walmsley
2010-07-26OMAP: omap_device: ensure hwmod tracks attached omap_device pointerKevin Hilman
2010-05-20OMAP powerdomain, hwmod, omap_device: add some creditsPaul Walmsley
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-24OMAP: HWMOD: Add support for early device register into omap device layerThara Gopinath
2010-02-24OMAP: omap_device: when 'called from invalid state', print stateKevin Hilman
2010-02-24OMAP: omap_device: add omap_device_is_valid()Kevin Hilman
2010-02-11Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren
2010-02-03omap: Remove old unused defines for OMAP_32KSYNCT_BASETony Lindgren
2010-01-27OMAP: omap_device: optionally auto-adjust device activate/deactivate latenciesKevin Hilman
2009-12-12OMAP: omap_device: track latency in nanosecondsKevin Hilman
2009-12-12OMAP: omap_device: fix nsec/usec conversion in latency calculationsKevin Hilman
2009-12-12OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday()Kevin Hilman
2009-12-12OMAP: omap_device: use UINT_MAX for default wakeup latency limitKevin Hilman
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren
2009-10-19omap: Use getnstimeofday for omap_deviceTony Lindgren
2009-09-03OMAP2/3/4 core: create omap_device layerPaul Walmsley