1. 66f03c6 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  2. b7c39a3 ARM: OMAP2+: omap_device: call all suspend, resume callbacks when OMAP_DEVICE_NO_IDLE_ON_SUSPEND is set by Paul Walmsley · 13 years ago
  3. 3ec2dec ARM: OMAP: omap_device: remove omap_device_parent by Kevin Hilman · 13 years ago
  4. 9cf793f ARM: OMAP: convert omap_device_build() and callers to __init by Kevin Hilman · 13 years ago
  5. 993e4fb ARM: OMAP: omap_device: Expose omap_device_{alloc, delete, register} by Ohad Ben-Cohen · 13 years ago
  6. 5dc06b7 ARM: OMAP2+: omap_device: Replace dev_warn by dev_dbg in omap_device_build_from_dt by Benoit Cousson · 13 years ago
  7. d30cc16 Merge branch 'fixes-modulesplit' into fixes by Tony Lindgren · 13 years ago
  8. 5558141 ARM: OMAP: omap_device: Include linux/export.h by Axel Lin · 13 years ago
  9. fc01387 ARM: OMAP: change get_context_loss_count ret value to int by Tomi Valkeinen · 14 years ago
  10. dc2d07e ARM: OMAP: omap_device: Add a method to build an omap_device from a DT node by Benoit Cousson · 13 years ago
  11. a4f6cdb ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integration by Benoit Cousson · 13 years ago
  12. b7b5bc9 ARM: OMAP: omap_device: Create a default omap_device_pm_latency by Benoit Cousson · 13 years ago
  13. 1f8a7d5 ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_name by Nishanth Menon · 13 years ago
  14. d66b3fe OMAP: omap_device: decouple platform_device from omap_device by Kevin Hilman · 13 years ago
  15. bfae4f8 OMAP: omap_device: device register functions now take platform_device pointer by Kevin Hilman · 13 years ago
  16. 3528c58 OMAP: omap_device: when building return platform_device instead of omap_device by Kevin Hilman · 13 years ago
  17. a2a28ad OMAP: omap_device: remove internal functions from omap_device.h by Kevin Hilman · 13 years ago
  18. 47c3e5d OMAP: omap_device: make latency autoadjust messages debug by Grazvydas Ignotas · 13 years ago
  19. 49882c9 OMAP: omap_device: replace debug/warning/error prints with dev_* macros by Kevin Hilman · 13 years ago
  20. 126caf1 OMAP: omap_device: fix !CONFIG_SUSPEND case in _noirq handlers by Kevin Hilman · 13 years ago
  21. ff35336 OMAP: omap_device: only override _noirq methods, not normal suspend/resume by Kevin Hilman · 13 years ago
  22. b0189cd Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  23. ae4c42e Merge branch 'next/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc by Linus Torvalds · 13 years ago
  24. 80c6d1e OMAP: PM: omap_device: add API to disable idle on suspend by Kevin Hilman · 13 years ago
  25. c03f007 OMAP: PM: omap_device: add system PM methods for PM domain handling by Kevin Hilman · 13 years ago
  26. 256a543 OMAP: PM: omap_device: conditionally use PM domain runtime helpers by Kevin Hilman · 13 years ago
  27. bf1e077 OMAP: omap_device: Create clkdev entry for hwmod main_clk by Benoit Cousson · 13 years ago
  28. 8f0d69d OMAP: omap_device: replace _find_by_pdev() with to_omap_device() by Kevin Hilman · 13 years ago
  29. 564b905 PM / Domains: Rename struct dev_power_domain to struct dev_pm_domain by Rafael J. Wysocki · 13 years ago
  30. 345f79b OMAP: PM: omap_device: fix device power domain callbacks by Kevin Hilman · 14 years ago
  31. 638080c OMAP2+ / PM: move runtime PM implementation to use device power domains by Kevin Hilman · 14 years ago
  32. da0653f OMAP2+: omap_device/clock: Do not expect an entry in clkdev for opt_clks by Rajendra Nayak · 14 years ago
  33. c80705a OMAP: PM: implement context loss count APIs by Kevin Hilman · 14 years ago
  34. d58cc92 Merge branch 'misc_2.6.37' of git://git.pwsan.com/linux-2.6 into omap-for-linus by Tony Lindgren · 14 years ago
  35. f39f489 OMAP: omap_device: Fix to support multiple hwmods for a single device by Kishon Vijay Abraham I · 14 years ago
  36. 172c113 Merge branch 'pm-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-linus by Tony Lindgren · 14 years ago
  37. 0d5e825 OMAP: omap_device: make all devices a child of a new parent device by Kevin Hilman · 14 years ago
  38. a1ed40c Revert "OMAP: omap_device: add omap_device_is_valid()" by Kevin Hilman · 14 years ago
  39. 4ef7aca OMAP: hwmod: Handle opt clocks node using clk_add_alias by Partha Basak · 14 years ago
  40. 49b368a omap: device: improve errors handling by Artem Bityutskiy · 14 years ago
  41. 887adea OMAP2+: hwmod/device: update documentation and copyright by Paul Walmsley · 14 years ago
  42. db2a60b OMAP: hwmod/device: add omap_{device,hwmod}_get_mpu_rt_va by Paul Walmsley · 14 years ago
  43. 0656358 OMAP: omap_device: ensure hwmod tracks attached omap_device pointer by Kevin Hilman · 14 years ago
  44. 4788da2 OMAP powerdomain, hwmod, omap_device: add some credits by Paul Walmsley · 15 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  46. c23a97d OMAP: HWMOD: Add support for early device register into omap device layer by Thara Gopinath · 15 years ago
  47. 24d82e3 OMAP: omap_device: when 'called from invalid state', print state by Kevin Hilman · 15 years ago
  48. 0007122 OMAP: omap_device: add omap_device_is_valid() by Kevin Hilman · 15 years ago
  49. 0482e3c Merge branch 'omap-fixes-for-linus' into omap-for-linus by Tony Lindgren · 15 years ago
  50. faccbcf omap: Remove old unused defines for OMAP_32KSYNCT_BASE by Tony Lindgren · 15 years ago
  51. 9799aca OMAP: omap_device: optionally auto-adjust device activate/deactivate latencies by Kevin Hilman · 15 years ago
  52. 0d93d8b OMAP: omap_device: track latency in nanoseconds by Kevin Hilman · 15 years ago
  53. d048ec7 OMAP: omap_device: fix nsec/usec conversion in latency calculations by Kevin Hilman · 15 years ago
  54. d229266 OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday() by Kevin Hilman · 15 years ago
  55. 5f1b6ef OMAP: omap_device: use UINT_MAX for default wakeup latency limit by Kevin Hilman · 15 years ago
  56. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  57. f059429 omap: Use getnstimeofday for omap_device by Tony Lindgren · 15 years ago
  58. b04b65a OMAP2/3/4 core: create omap_device layer by Paul Walmsley · 15 years ago