index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2012-10-05
Merge branch 'late/kirkwood' into late/soc
Olof Johansson
1
-17
/
+118
2012-09-24
ARM: OMAP2+: omap_device: expose hwmod assert/deassert to omap devices
Omar Ramirez Luna
1
-0
/
+55
2012-09-24
Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7
Paul Walmsley
1
-2
/
+2
2012-09-22
ARM: OMAP2+: hwmod: get rid of all omap_clk_get_by_name usage
Rajendra Nayak
1
-2
/
+2
2012-09-21
Merge branch 'next/soc' into next/multiplatform
Olof Johansson
1
-5
/
+51
2012-09-21
Merge branch 'next/dt' into next/multiplatform
Olof Johansson
1
-12
/
+67
2012-09-12
ARM: OMAP: omap_device: idle devices with no driver bound
Kevin Hilman
1
-0
/
+38
2012-09-12
ARM: OMAP: omap_device: don't attempt late suspend if no driver bound
Kevin Hilman
1
-0
/
+4
2012-09-12
ARM: OMAP: omap_device: keep track of driver bound status
Kevin Hilman
1
-5
/
+9
2012-09-12
ARM: OMAP: unwrap strings
Paul Walmsley
1
-15
/
+10
2012-09-07
ARM: OMAP: omap_device: Do not overwrite resources allocated by OF layer
Vaibhav Hiremath
1
-12
/
+59
2012-09-06
ARM: OMAP: omap_device: Fix up resource names when booted with devicetree
Peter Ujfalusi
1
-0
/
+8
2012-04-18
ARM: OMAP2+: clean up some cppcheck warnings
Paul Walmsley
1
-2
/
+0
2012-03-28
Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+1
2012-03-06
ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE...
Paul Walmsley
1
-8
/
+4
2012-03-06
ARM: OMAP: omap_device: remove omap_device_parent
Kevin Hilman
1
-10
/
+2
2012-02-25
ARM: OMAP: convert omap_device_build() and callers to __init
Kevin Hilman
1
-3
/
+4
2012-02-20
ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register}
Ohad Ben-Cohen
1
-10
/
+3
2012-02-17
ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_fr...
Benoit Cousson
1
-1
/
+1
2011-11-08
Merge branch 'fixes-modulesplit' into fixes
Tony Lindgren
1
-0
/
+1
2011-11-08
ARM: OMAP: omap_device: Include linux/export.h
Axel Lin
1
-0
/
+1
2011-11-05
ARM: OMAP: change get_context_loss_count ret value to int
Tomi Valkeinen
1
-1
/
+1
2011-10-04
ARM: OMAP: omap_device: Add a method to build an omap_device from a DT node
Benoit Cousson
1
-0
/
+101
2011-10-04
ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integration
Benoit Cousson
1
-58
/
+119
2011-10-04
ARM: OMAP: omap_device: Create a default omap_device_pm_latency
Benoit Cousson
1
-1
/
+18
2011-10-04
ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_name
Nishanth Menon
1
-0
/
+36
2011-09-16
OMAP: omap_device: decouple platform_device from omap_device
Kevin Hilman
1
-48
/
+52
2011-09-16
OMAP: omap_device: device register functions now take platform_device pointer
Kevin Hilman
1
-11
/
+11
2011-09-16
OMAP: omap_device: when building return platform_device instead of omap_device
Kevin Hilman
1
-3
/
+3
2011-09-16
OMAP: omap_device: remove internal functions from omap_device.h
Kevin Hilman
1
-4
/
+8
2011-09-16
OMAP: omap_device: make latency autoadjust messages debug
Grazvydas Ignotas
1
-8
/
+8
2011-09-16
OMAP: omap_device: replace debug/warning/error prints with dev_* macros
Kevin Hilman
1
-43
/
+42
2011-09-07
OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers
Kevin Hilman
1
-0
/
+3
2011-08-25
OMAP: omap_device: only override _noirq methods, not normal suspend/resume
Kevin Hilman
1
-1
/
+2
2011-07-27
Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-35
/
+50
2011-07-25
Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+5
2011-07-13
OMAP: PM: omap_device: add API to disable idle on suspend
Kevin Hilman
1
-0
/
+6
2011-07-13
OMAP: PM: omap_device: add system PM methods for PM domain handling
Kevin Hilman
1
-0
/
+36
2011-07-13
OMAP: PM: omap_device: conditionally use PM domain runtime helpers
Kevin Hilman
1
-3
/
+4
2011-07-10
OMAP: omap_device: Create clkdev entry for hwmod main_clk
Benoit Cousson
1
-35
/
+50
2011-07-10
OMAP: omap_device: replace _find_by_pdev() with to_omap_device()
Kevin Hilman
1
-10
/
+5
2011-07-02
PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain
Rafael J. Wysocki
1
-2
/
+2
2011-06-07
OMAP: PM: omap_device: fix device power domain callbacks
Kevin Hilman
1
-2
/
+17
2011-04-29
OMAP2+ / PM: move runtime PM implementation to use device power domains
Kevin Hilman
1
-0
/
+23
2011-03-02
OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clks
Rajendra Nayak
1
-10
/
+26
2010-12-22
OMAP: PM: implement context loss count APIs
Kevin Hilman
1
-0
/
+28
2010-09-27
Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linus
Tony Lindgren
1
-21
/
+14
2010-09-24
OMAP: omap_device: Fix to support multiple hwmods for a single device
Kishon Vijay Abraham I
1
-21
/
+14
2010-09-24
Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/kh...
Tony Lindgren
1
-20
/
+12
2010-09-24
OMAP: omap_device: make all devices a child of a new parent device
Kevin Hilman
1
-0
/
+12
[next]