index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
plat-omap
/
omap_device.c
Age
Commit message (
Expand
)
Author
2011-09-06
OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers
Kevin Hilman
2011-08-25
OMAP: omap_device: only override _noirq methods, not normal suspend/resume
Kevin Hilman
2011-07-26
Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2011-07-25
Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-07-12
OMAP: PM: omap_device: add API to disable idle on suspend
Kevin Hilman
2011-07-12
OMAP: PM: omap_device: add system PM methods for PM domain handling
Kevin Hilman
2011-07-12
OMAP: PM: omap_device: conditionally use PM domain runtime helpers
Kevin Hilman
2011-07-10
OMAP: omap_device: Create clkdev entry for hwmod main_clk
Benoit Cousson
2011-07-09
OMAP: omap_device: replace _find_by_pdev() with to_omap_device()
Kevin Hilman
2011-07-02
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
2011-06-06
OMAP: PM: omap_device: fix device power domain callbacks
Kevin Hilman
2011-04-29
OMAP2+ / PM: move runtime PM implementation to use device power domains
Kevin Hilman
2011-03-01
OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clks
Rajendra Nayak
2010-12-21
OMAP: PM: implement context loss count APIs
Kevin Hilman
2010-09-27
Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linus
Tony Lindgren
2010-09-24
OMAP: omap_device: Fix to support multiple hwmods for a single device
Kishon Vijay Abraham I
2010-09-23
Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...
Tony Lindgren
2010-09-23
OMAP: omap_device: make all devices a child of a new parent device
Kevin Hilman
2010-09-23
Revert "OMAP: omap_device: add omap_device_is_valid()"
Kevin Hilman
2010-09-22
OMAP: hwmod: Handle opt clocks node using clk_add_alias
Partha Basak
2010-08-04
omap: device: improve errors handling
Artem Bityutskiy
2010-07-26
OMAP2+: hwmod/device: update documentation and copyright
Paul Walmsley
2010-07-26
OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_va
Paul Walmsley
2010-07-26
OMAP: omap_device: ensure hwmod tracks attached omap_device pointer
Kevin Hilman
2010-05-20
OMAP powerdomain, hwmod, omap_device: add some credits
Paul Walmsley
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-24
OMAP: HWMOD: Add support for early device register into omap device layer
Thara Gopinath
2010-02-24
OMAP: omap_device: when 'called from invalid state', print state
Kevin Hilman
2010-02-24
OMAP: omap_device: add omap_device_is_valid()
Kevin Hilman
2010-02-10
Merge branch 'omap-fixes-for-linus' into omap-for-linus
Tony Lindgren
2010-02-03
omap: Remove old unused defines for OMAP_32KSYNCT_BASE
Tony Lindgren
2010-01-26
OMAP: omap_device: optionally auto-adjust device activate/deactivate latencies
Kevin Hilman
2009-12-11
OMAP: omap_device: track latency in nanoseconds
Kevin Hilman
2009-12-11
OMAP: omap_device: fix nsec/usec conversion in latency calculations
Kevin Hilman
2009-12-11
OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday()
Kevin Hilman
2009-12-11
OMAP: omap_device: use UINT_MAX for default wakeup latency limit
Kevin Hilman
2009-10-20
omap: headers: Move remaining headers from include/mach to include/plat
Tony Lindgren
2009-10-19
omap: Use getnstimeofday for omap_device
Tony Lindgren
2009-09-03
OMAP2/3/4 core: create omap_device layer
Paul Walmsley