summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/omap_device.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: OMAP: Make omap_device local to mach-omap2Tony Lindgren2012-10-171-1278/+0Star
* Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git...Tony Lindgren2012-10-091-1/+1
|\
| * ARM: OMAP: omap_device: fix return value check in omap_device_build_ss()Wei Yongjun2012-10-021-1/+1
* | Merge branch 'late/kirkwood' into late/socOlof Johansson2012-10-051-17/+118
|\ \
| * \ Merge branch 'next/soc' into next/multiplatformOlof Johansson2012-09-211-5/+51
| |\ \
| | * | ARM: OMAP: omap_device: idle devices with no driver boundKevin Hilman2012-09-121-0/+38
| | * | ARM: OMAP: omap_device: don't attempt late suspend if no driver boundKevin Hilman2012-09-121-0/+4
| | * | ARM: OMAP: omap_device: keep track of driver bound statusKevin Hilman2012-09-121-5/+9
| | |/
| * | Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-211-12/+67
| |\ \
| | * | ARM: OMAP: omap_device: Do not overwrite resources allocated by OF layerVaibhav Hiremath2012-09-071-12/+59
| | * | ARM: OMAP: omap_device: Fix up resource names when booted with devicetreePeter Ujfalusi2012-09-061-0/+8
| | |/
* | | ARM: OMAP2+: omap_device: expose hwmod assert/deassert to omap devicesOmar Ramirez Luna2012-09-241-0/+55
* | | Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7Paul Walmsley2012-09-241-2/+2
|\ \ \ | |/ / |/| |
| * | ARM: OMAP2+: hwmod: get rid of all omap_clk_get_by_name usageRajendra Nayak2012-09-221-2/+2
| |/
* / ARM: OMAP: unwrap stringsPaul Walmsley2012-09-121-15/+10Star
|/
* ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley2012-04-171-2/+0Star
* Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-1/+1
|\
| * ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_fr...Benoit Cousson2012-02-161-1/+1
* | ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE...Paul Walmsley2012-03-061-8/+4Star
* | ARM: OMAP: omap_device: remove omap_device_parentKevin Hilman2012-03-061-10/+2Star
* | ARM: OMAP: convert omap_device_build() and callers to __initKevin Hilman2012-02-241-3/+4
* | ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}Ohad Ben-Cohen2012-02-201-10/+3Star
|/
* Merge branch 'fixes-modulesplit' into fixesTony Lindgren2011-11-071-0/+1
|\
| * ARM: OMAP: omap_device: Include linux/export.hAxel Lin2011-11-071-0/+1
* | ARM: OMAP: change get_context_loss_count ret value to intTomi Valkeinen2011-11-051-1/+1
|/
* ARM: OMAP: omap_device: Add a method to build an omap_device from a DT nodeBenoit Cousson2011-10-041-0/+101
* ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integrationBenoit Cousson2011-10-041-58/+119
* ARM: OMAP: omap_device: Create a default omap_device_pm_latencyBenoit Cousson2011-10-041-1/+18
* ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_nameNishanth Menon2011-10-041-0/+36
* OMAP: omap_device: decouple platform_device from omap_deviceKevin Hilman2011-09-161-48/+52
* OMAP: omap_device: device register functions now take platform_device pointerKevin Hilman2011-09-161-11/+11
* OMAP: omap_device: when building return platform_device instead of omap_deviceKevin Hilman2011-09-161-3/+3
* OMAP: omap_device: remove internal functions from omap_device.hKevin Hilman2011-09-161-4/+8
* OMAP: omap_device: make latency autoadjust messages debugGrazvydas Ignotas2011-09-161-8/+8
* OMAP: omap_device: replace debug/warning/error prints with dev_* macrosKevin Hilman2011-09-161-43/+42Star
* OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlersKevin Hilman2011-09-061-0/+3
* OMAP: omap_device: only override _noirq methods, not normal suspend/resumeKevin Hilman2011-08-251-1/+2
* Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2011-07-271-35/+50
|\
| * OMAP: omap_device: Create clkdev entry for hwmod main_clkBenoit Cousson2011-07-101-35/+50
* | Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-251-10/+5Star
|\|
| * OMAP: omap_device: replace _find_by_pdev() with to_omap_device()Kevin Hilman2011-07-101-10/+5Star
* | OMAP: PM: omap_device: add API to disable idle on suspendKevin Hilman2011-07-121-0/+6
* | OMAP: PM: omap_device: add system PM methods for PM domain handlingKevin Hilman2011-07-121-0/+36
* | OMAP: PM: omap_device: conditionally use PM domain runtime helpersKevin Hilman2011-07-121-3/+4
* | PM / Domains: Rename struct dev_power_domain to struct dev_pm_domainRafael J. Wysocki2011-07-021-2/+2
|/
* OMAP: PM: omap_device: fix device power domain callbacksKevin Hilman2011-06-071-2/+17
* OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman2011-04-291-0/+23
* OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clksRajendra Nayak2011-03-021-10/+26
* OMAP: PM: implement context loss count APIsKevin Hilman2010-12-221-0/+28
* Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-09-271-21/+14Star
|\