aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/omap_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-17ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley1-2/+0
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-03-05ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE_NO_IDLE_ON_SUSPEND is setPaul Walmsley1-8/+4
2012-03-05ARM: OMAP: omap_device: remove omap_device_parentKevin Hilman1-10/+2
2012-02-24ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman1-3/+4
2012-02-20ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}Ohad Ben-Cohen1-10/+3
2012-02-16ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dtBenoit Cousson1-1/+1
2011-11-07Merge branch 'fixes-modulesplit' into fixesTony Lindgren1-0/+1
2011-11-07ARM: OMAP: omap_device: Include linux/export.hAxel Lin1-0/+1
2011-11-04ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen1-1/+1
2011-10-04ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson1-0/+101
2011-10-04ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson1-58/+119
2011-10-04ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson1-1/+18
2011-10-04ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon1-0/+36
2011-09-15OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman1-48/+52
2011-09-15OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman1-11/+11
2011-09-15OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman1-3/+3
2011-09-15OMAP: omap_device: remove internal functions from omap_device.hKevin Hilman1-4/+8
2011-09-15OMAP: omap_device: make latency autoadjust messages debugGrazvydas Ignotas1-8/+8
2011-09-15OMAP: omap_device: replace debug/warning/error prints with dev_* macrosKevin Hilman1-43/+42
2011-09-06OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersKevin Hilman1-0/+3
2011-08-25OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman1-1/+2
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-35/+50
2011-07-25Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-10/+5
2011-07-12OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman1-0/+6
2011-07-12OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman1-0/+36
2011-07-12OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman1-3/+4
2011-07-10OMAP: omap_device: Create clkdev entry for hwmod main_clkBenoit Cousson1-35/+50
2011-07-09OMAP: omap_device: replace _find_by_pdev() with to_omap_device()Kevin Hilman1-10/+5
2011-07-02PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki1-2/+2
2011-06-06OMAP: PM: omap_device: fix device power domain callbacksKevin Hilman1-2/+17
2011-04-29OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman1-0/+23
2011-03-01OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clksRajendra Nayak1-10/+26
2010-12-21OMAP: PM: implement context loss count APIsKevin Hilman1-0/+28
2010-09-27Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren1-21/+14
2010-09-24OMAP: omap_device: Fix to support multiple hwmods for a single deviceKishon Vijay Abraham I1-21/+14
2010-09-23Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linusTony Lindgren1-20/+12
2010-09-23OMAP: omap_device: make all devices a child of a new parent deviceKevin Hilman1-0/+12
2010-09-23Revert "OMAP: omap_device: add omap_device_is_valid()"Kevin Hilman1-20/+0
2010-09-22OMAP: hwmod: Handle opt clocks node using clk_add_aliasPartha Basak1-1/+42
2010-08-04omap: device: improve errors handlingArtem Bityutskiy1-1/+3
2010-07-26OMAP2+: hwmod/device: update documentation and copyrightPaul Walmsley1-3/+6
2010-07-26OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_vaPaul Walmsley1-0/+19
2010-07-26OMAP: omap_device: ensure hwmod tracks attached omap_device pointerKevin Hilman1-1/+4
2010-05-20OMAP powerdomain, hwmod, omap_device: add some creditsPaul Walmsley1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-24OMAP: HWMOD: Add support for early device register into omap device layerThara Gopinath1-4/+29
2010-02-24OMAP: omap_device: when 'called from invalid state', print stateKevin Hilman1-6/+6
2010-02-24OMAP: omap_device: add omap_device_is_valid()Kevin Hilman1-0/+16
2010-02-10Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren1-10/+0