1. bca815d PM: AVS: smartreflex Move driver to soc specific drivers by Ulf Hansson · 4 years, 4 months ago[Renamed from drivers/power/avs/smartreflex.c]
  2. aca32d7 power: avs: smartreflex: Remove superfluous cast in debugfs_create_file() call by Geert Uytterhoeven · 5 years ago
  3. 8eb835e power: avs: smartreflex: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  4. f9dca0f PM / AVS: SmartReflex: Switch to SPDX Licence ID by Nishanth Menon · 6 years ago
  5. 14d338a PM / AVS: SmartReflex: NULL check before some freeing functions is not needed by Thomas Meyer · 6 years ago
  6. 2d12df4 PM / AVS: SmartReflex: remove unused function by Uwe Kleine-König · 6 years ago
  7. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  8. 2ad1ec0 PM / AVS: SmartReflex: Prepare to use device tree based probing by Tony Lindgren · 7 years ago
  9. e200052 PM / AVS: Use %pS printk format for direct addresses by Helge Deller · 7 years ago
  10. 183b802 scripts/spelling.txt: add "intialization" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  11. e2cdeaa PM / AVS: SmartReflex: Neaten logging by Joe Perches · 8 years ago
  12. efca406 PM / AVS: SmartReflex: use devm_* API to initialize SmartReflex by Andrii Tseglytskyi · 12 years ago
  13. 299066b PM / AVS: SmartReflex: use omap_sr * for enable/disable interface by Andrii Tseglytskyi · 12 years ago
  14. 6c80573 PM / AVS: SmartReflex: use omap_sr * for minmax interfaces by Andrii Tseglytskyi · 12 years ago
  15. 3dfc35f PM / AVS: SmartReflex: use omap_sr * for errgen interfaces by Andrii Tseglytskyi · 12 years ago
  16. 33da282 PM / AVS: SmartReflex: fix driver name by Andrii Tseglytskyi · 12 years ago
  17. bd4a36b PM / AVS: SmartReflex: disable runtime PM on driver remove by Andrii Tseglytskyi · 12 years ago
  18. efe4e06 PM / AVS: SmartReflex: disable errgen before vpbound disable by Nishanth Menon · 12 years ago
  19. e8d3d47 ARM: OMAP2+: Drop plat/cpu.h for omap2plus by Tony Lindgren · 12 years ago
  20. a11da7d Merge tag 'pm-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  21. 415ec69 power: remove use of __devexit by Bill Pemberton · 12 years ago
  22. 28ea73f power: remove use of __devexit_p by Bill Pemberton · 12 years ago
  23. 98aed08 ARM: OMAP: SmartReflex: pass device dependent data via platform data by Jean Pihet · 12 years ago
  24. fce680e Merge tag 'for_3.7-fixes-pm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.7-rc1/fixes-pm by Tony Lindgren · 12 years ago
  25. ce3810c ARM: OMAP: SmartReflex: fix error path in init function by Jean Pihet · 12 years ago
  26. ec2c082 ARM: OMAP2+: Remove hardcoded IRQs and enable SPARSE_IRQ by Tony Lindgren · 12 years ago
  27. 21ff63a ARM: OMAP: SmartReflex: Move smartreflex driver to drivers/ by Jean Pihet · 13 years ago[Renamed (99%) from arch/arm/mach-omap2/smartreflex.c]
  28. 308d1bd ARM: OMAP2+: SmartReflex: Create per-opp debugfs node for errminlimit by Jean Pihet · 13 years ago
  29. 5e7f2e1 ARM: OMAP2+: SmartReflex: Use per-OPP data structure by Jean Pihet · 13 years ago
  30. 50e4a7d ARM: OMAP2+: SmartReflex: introduce a busy loop condition test macro by Jean Pihet · 13 years ago
  31. 1fcd306 ARM: OMAP3: hwmod: rename the smartreflex entries by Jean Pihet · 13 years ago
  32. 8b765d7 ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage domains. by Jean Pihet · 13 years ago
  33. 80821c9 ARM: OMAP3+: SmartReflex: class drivers should use struct omap_sr * by Jean Pihet · 13 years ago
  34. b86aeaf ARM: OMAP2+: SmartReflex: move the smartreflex header to include/linux/power by Jean Pihet · 13 years ago
  35. 63371fa ARM: OMAP3+: SmartReflex: fix error handling by Jean Pihet · 13 years ago
  36. 54b28cd ARM: OMAP3+: SmartReflex: fix the use of debugfs_create_* API by Jean Pihet · 13 years ago
  37. d617369 ARM: OMAP3+: SmartReflex: micro-optimization for sanity check by Felipe Balbi · 13 years ago
  38. 4018bfe ARM: OMAP3+: SmartReflex: misc cleanups by Felipe Balbi · 13 years ago
  39. 1a21a68 ARM: OMAP3+: SmartReflex: move late_initcall() closer to its argument by Felipe Balbi · 13 years ago
  40. 1079a8b ARM: OMAP3+: SmartReflex: add missing platform_set_drvdata() by Felipe Balbi · 13 years ago
  41. cfec9c5 ARM: OMAP3+: SmartReflex: clear ERRCONFIG_VPBOUNDINTST only on a need by Nishanth Menon · 13 years ago
  42. ade6ec0 ARM: OMAP3+: SmartReflex: Fix status masking in ERRCONFIG register by Nishanth Menon · 13 years ago
  43. 1f55bc185 ARM: OMAP3+: SmartReflex: Add a shutdown hook by Nishanth Menon · 13 years ago
  44. ad54c3d ARM: OMAP3+: SmartReflex Class3: disable errorgen before disable VP by Nishanth Menon · 13 years ago
  45. 74754cc ARM: OMAP3+: SmartReflex: fix err interrupt disable sequence by Nishanth Menon · 13 years ago
  46. 149f1d5 ARM: OMAP2+: Fix devexit for smartreflex when CONFIG_HOTPLUG is not set by Tony Lindgren · 13 years ago
  47. 14ea960 ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap by Julia Lawall · 13 years ago
  48. 742eaa6 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 13 years ago
  49. 5a4f184 ARM: OMAP: smartreflex: fix IRQ handling bug by Felipe Balbi · 13 years ago
  50. 4e65331 ARM: 7159/1: OMAP: Introduce local common.h files by Tony Lindgren · 13 years ago
  51. a1bcc1d ARM: OMAP: Fix export.h or module.h includes by Tony Lindgren · 13 years ago
  52. cd9a0b6 Merge branch 'next/pm' of git://git.linaro.org/people/arnd/arm-soc by Linus Torvalds · 13 years ago
  53. 633ef8b OMAP3+: voltage: remove unneeded debugfs interface by Kevin Hilman · 14 years ago
  54. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  55. fb914eb treewide: typo 'interrrupt' word corrections. by Vitaliy Ivanov · 14 years ago
  56. 98333b3 OMAP2+: PM: SmartReflex: use put_sync_suspend for IRQ-safe disabling by Colin Cross · 14 years ago
  57. e13d8f3 OMAP3+: SR: ensure pm-runtime callbacks can be invoked with IRQs disabled by Nishanth Menon · 14 years ago
  58. 442155a OMAP3+: SR: fix cosmetic indentation by Nishanth Menon · 14 years ago
  59. ac77a6f OMAP3+: SR: enable/disable SR only on need by Nishanth Menon · 14 years ago
  60. 1279ba5 OMAP3+: SR: disable interrupt by default by Nishanth Menon · 14 years ago
  61. 7a89afa OMAP3+: SR: make notify independent of class by Nishanth Menon · 14 years ago
  62. 283a1c1 OMAP3+: smartreflex: delete debugfs entries on probe error by Aaro Koskinen · 14 years ago
  63. 833d78f OMAP3+: smartreflex: delete instance from sr_list on probe error by Aaro Koskinen · 14 years ago
  64. 0c49cc1 OMAP3+: smartreflex: fix ioremap leak on probe error by Aaro Koskinen · 14 years ago
  65. da9e7392 OMAP3+: smartreflex: request the memory region by Aaro Koskinen · 14 years ago
  66. 0bf6e2e OMAP3+: smartreflex: fix sr_late_init() error path in probe by Aaro Koskinen · 14 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  68. a2358a7 Merge branch 'integration-2.6.39-for-tony' of git://git.pwsan.com/linux-integration into omap-for-linus by Tony Lindgren · 14 years ago
  69. a08572a Merge remote branch 'remotes/origin/voltage_split_2.6.39' into tmp-integration-2.6.39-20110310-024 by Paul Walmsley · 14 years ago
  70. b1ace38 OMAP2+: smartreflex: remove SR debug directory in omap_sr_remove() by Anand S Sawant · 14 years ago
  71. 5c56f32 OMAP: PM: SmartReflex: fix potential NULL dereference by Vasiliy Kulikov · 14 years ago
  72. 7328ff4 OMAP: smartreflex: move plat/smartreflex.h to mach-omap2/smartreflex.h by Paul Walmsley · 14 years ago
  73. b3329a3 OMAP2+: PM: SmartReflex: fix memory leaks in Smartreflex driver by Shweta Gulati · 14 years ago
  74. 865212ab arm: mach-omap2: smartreflex: fix another memory leak by Aaro Koskinen · 14 years ago
  75. 1232a18 mach-omap2: smartreflex: world-writable debugfs voltage files by Vasiliy Kulikov · 14 years ago
  76. 8353584 OMAP: PM: SmartReflex: Fix possible null pointer read access by Stefan Weil · 14 years ago
  77. 720bc782 OMAP: PM: SmartReflex: Fix possible memory leak by Stefan Weil · 14 years ago
  78. 28693ec OMAP: PM: SmartReflex: Add missing IS_ERR test by Julia Lawall · 14 years ago
  79. b35cecf OMAP4: Smartreflex framework extensions by Thara Gopinath · 14 years ago
  80. 077fcec OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers by Thara Gopinath · 14 years ago
  81. 984aa6d OMAP3: PM: Adding smartreflex driver support. by Thara Gopinath · 15 years ago