1. 495353a regulator: keep index within bounds in da9034_get_ldo12_voltage() by Roel Kluin · 15 years ago
  2. ddec681 regulator: Ensure val is initialised in 88pm8607 choose_voltage() by Mark Brown · 15 years ago
  3. 9992ef4 regulator: Remove duplicate consts from ab3100 by Mark Brown · 15 years ago
  4. 638f85c regulator: Handle regulators without suspend mode configuration by Mark Brown · 15 years ago
  5. 1083c39 regulator: Factor out regulator name pretty printing by Mark Brown · 15 years ago
  6. 8f031b4 regulator: Display actual settings with constraints by Mark Brown · 15 years ago
  7. af5866c regulator: Also lift apply_uV into machine_constraints_voltage() by Mark Brown · 15 years ago
  8. e79055d regulator: Factor out voltage constraint setup by Mark Brown · 15 years ago
  9. 5b30762 regulator: Report error codes for bulk operations by Mark Brown · 15 years ago
  10. be0e2d3 regulator: add 88PM8607 PMIC driver by Haojian Zhuang · 15 years ago
  11. e24a04c regulator: Implement WM831x BuckWise DC-DC convertor DVS support by Mark Brown · 15 years ago
  12. 27f37e4 regulator: add driver for MAX8660/8661 by Wolfram Sang · 15 years ago
  13. 441a450 regulator: Add support for twl6030 regulators by Rajendra Nayak · 15 years ago
  14. c4aa6f3 mfd: Rename twl4030_ routines in twl-regulator.c by Rajendra Nayak · 15 years ago
  15. fc7b92f mfd: Rename all twl4030_i2c* by Balaji T K · 15 years ago
  16. b07682b mfd: Rename twl4030* driver files to enable re-use by Santosh Shilimkar · 15 years ago
  17. 6a61274 mfd: Mask and unmask wm8350 IRQs on request and free by Mark Brown · 15 years ago
  18. 5a65edb mfd: Convert wm8350 IRQ handlers to irq_handler_t by Mark Brown · 15 years ago
  19. 98c2e49 mfd: Fix pcf50633-regulator drvdata usage by Lars-Peter Clausen · 15 years ago
  20. e8092da regulator: Initialise wm831x structure pointor for ISINK driver by Mark Brown · 15 years ago
  21. 80099c7 dereferencing freed memory regulator_fixed_voltage_remove() by Dan Carpenter · 15 years ago
  22. 9a767d4 regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode() by Roel Kluin · 15 years ago
  23. 60ef66f regulator: Handle missing constraints in _regulator_disable() by Mark Brown · 15 years ago
  24. 55c1d7c regulator: fix voltage range in da9034 ldo12 by Haojian Zhuang · 15 years ago
  25. 12a1d93 regulator/lp3971: drop unnecessary initialization by Wolfram Sang · 15 years ago
  26. a954c48 regulator: drop 'default n' by Wolfram Sang · 15 years ago
  27. 656d049 regulator: fix calculation of voltage range in da9034_set_ldo12_voltage() by Roel Kluin · 15 years ago
  28. 6f2653e drivers/regulator/Kconfig: fix typo (s/Usersapce/Userspace/) in REGULATOR_USERSPACE_CONSUMER description by Michael Prokop · 15 years ago
  29. a7433cf REGULATOR Handle positive returncode from enable by Linus Walleij · 15 years ago
  30. 9e108d3 regulator: tps650xx - build fixes for x86_64 by Liam Girdwood · 15 years ago
  31. 2de7985 Regulator: Adding TPS65023 and TPS6507x in Kconfig and Makefile by Anuj Aggarwal · 15 years ago
  32. 3fa5b8e Regulator: Add TPS6507x regulator driver by Anuj Aggarwal · 15 years ago
  33. 30e6599 Regulator: Add TPS65023 regulator driver by Anuj Aggarwal · 15 years ago
  34. e9d6269 regulator: userspace: use sysfs_create_group by Felipe Balbi · 15 years ago
  35. 86d9884 regulator: Add GPIO enable control to fixed voltage regulator driver by Roger Quadros · 15 years ago
  36. a6576cf Regulator: Implement list_voltage for pcf50633 regulator driver. by Lars-Peter Clausen · 15 years ago
  37. 9a2372f regulator: regulator_enable() permission checking by Mark Brown · 15 years ago
  38. 9332546 regulator: Push locking for regulator_is_enabled() out by Mark Brown · 15 years ago
  39. f25e0b4 regulator: Check for constraints in regulator_init_complete() by Mark Brown · 15 years ago
  40. b39480a regulator: Check for constraints before using them for name by Mark Brown · 15 years ago
  41. c53ad7f regulator: More explict error reporting for fixed regulator by Mark Brown · 15 years ago
  42. c6db182 regulator: da903x: consolidate DA903[045]_DVC macros by Mike Rapoport · 15 years ago
  43. 72b86876 regulator: Improve virtual consumer probe error handling by Mark Brown · 15 years ago
  44. 9ed2099 regulator: Fix support for deviceless supply mappings by Mark Brown · 15 years ago
  45. 6bf87d1 regulator: Warn when unregistering an in-use regulator by Mark Brown · 15 years ago
  46. a7a1ad9 regulator: Add regulator voltage range check API by Mark Brown · 15 years ago
  47. 5ffbd13 regulator: Add regulator_get_exclusive() API by Mark Brown · 15 years ago
  48. c1b6087 regulator: support list voltage in da903x by Haojian Zhuang · 15 years ago
  49. e88267e regulator: replace ADTV1 register by ADTV2 in da903x by Haojian Zhuang · 15 years ago
  50. fc4f42e regulator: support da9030 BUCK in da903x driver by Haojian Zhuang · 15 years ago
  51. 0198d11 regulator: add buck3 in da903x driver by Haojian Zhuang · 15 years ago
  52. 561864e8 drivers/regulator/pcf50633-regulator.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  53. 40f9244 regulator: Allow consumer supplies to be set up with dev_name() by Mark Brown · 15 years ago
  54. a5d2abc regulator: Make virtual consumer a bit more chatty by Mark Brown · 15 years ago
  55. a07ac21 regulator: Make virtual consumer use dev_printk by Mark Brown · 15 years ago
  56. d61c3d5 regulator: Report regulator_get() failure in virtual consumer by Mark Brown · 15 years ago
  57. 4dee4d4 regulator: add check index of wm8350->pmic.pdev[] by Roel Kluin · 15 years ago
  58. 75f2ba8 regulator: Voltage count for AB3100 by Linus Walleij · 15 years ago
  59. d619bc1 regulator: AB3100 support by Linus Walleij · 15 years ago
  60. 295c08b regulator: Add Freescale MC13783 driver by Sascha Hauer · 15 years ago
  61. 70fde5c regulator: get pcap data from the parent device by Antonio Ospite · 15 years ago
  62. e397e7e regulator: register pcap earlier by Antonio Ospite · 15 years ago
  63. d4d6b72 regulator: Add WM831x ISINK support by Mark Brown · 15 years ago
  64. 1304850 regulator: Add WM831x DC-DC boost convertor support by Mark Brown · 15 years ago
  65. 8267a9b regulator: Add WM831x EPE support by Mark Brown · 15 years ago
  66. d1c6b4f regulator: Add WM831x LDO support by Mark Brown · 15 years ago
  67. e4ee831 regulator: Add WM831x DC-DC buck convertor support by Mark Brown · 15 years ago
  68. be72197 regulator: Provide mode to status conversion function by Mark Brown · 15 years ago
  69. 39b1772 regulator: add pcap driver by Daniel Ribeiro · 15 years ago
  70. c8f1e50 regulator/max1586: fix V3 gain calculation integer overflow by Philipp Zabel · 15 years ago
  71. b110a8f regulator/max1586: support increased V3 voltage range by Philipp Zabel · 15 years ago
  72. 6113c3a regulator: lp3971 - fix driver link error when built-in. by Liam Girdwood · 15 years ago
  73. 0cbdf7b LP3971 PMIC regulator driver (updated and combined version) by Marek Szyprowski · 15 years ago
  74. 1909e2f regulator: remove driver_data direct access of struct device by Greg Kroah-Hartman · 15 years ago
  75. 38c53c8 regulator: Set MODULE_ALIAS for regulator drivers by Mark Brown · 15 years ago
  76. 9035cef regulator: Support list_voltage for fixed voltage regulator by Mark Brown · 15 years ago
  77. 5a1b22b regulator: Move regulator drivers to subsys_initcall() by Mark Brown · 15 years ago
  78. 7c31499 regulator: build fix for powerpc - renamed show_state by Liam Girdwood · 15 years ago
  79. 1d98ccc regulator: add userspace-consumer driver by Mike Rapoport · 15 years ago
  80. 55f4fa4 Maxim 1586 regulator driver by Robert Jarzmik · 15 years ago
  81. 5b4662f regulator: da903x: add missing __devexit_p() by Mike Frysinger · 15 years ago
  82. 3e59091 regulator: Fix default constraints for fixed voltage regulators by Mark Brown · 15 years ago
  83. 030853b regulator/bq24022: fix bug in is_enabled function by Philipp Zabel · 15 years ago
  84. aa61d55 regulator/virtual: fix strings compare predicates by Mike Rapoport · 15 years ago
  85. 53032da regulator core: fix double-free in regulator_register() error path by Paul Walmsley · 15 years ago
  86. cd78dfc drivers/regulator: fix when type is different from REGULATOR_VOLTAGE or REGULATOR_CURRENT by Diego Liziero · 15 years ago
  87. 036de8e unreachable code in drms_uA_update() by Dan Carpenter · 15 years ago
  88. d6bb69c regulator: twl4030 VAUX3 supports 3.0V by Adrian Hunter · 15 years ago
  89. ca72556 regulator: Support disabling of unused regulators by machines by Mark Brown · 15 years ago
  90. 50f0759 regulator: Don't increment use_count for boot_on regulators by Mark Brown · 15 years ago
  91. 52914ea twl4030-regulator: expose VPLL2 by David Brownell · 15 years ago
  92. cd94b50 regulator: refcount fixes by David Brownell · 15 years ago
  93. 1dc6034 regulator: Don't warn if we failed to get a regulator by Mark Brown · 15 years ago
  94. cacf90f regulator: Allow boot_on regulators to be disabled by clients by Mark Brown · 15 years ago
  95. 221a7c7 regulator: Implement list_voltage for WM835x LDOs and DCDCs by Mark Brown · 15 years ago
  96. 1897e74 twl4030-regulator: list more VAUX4 voltages by David Brownell · 15 years ago
  97. 3e2b9ab regulator: Don't warn on omitted voltage constraints by Mark Brown · 15 years ago
  98. 216765d regulator: Implement list_voltage() for WM8400 DCDCs and LDOs by Mark Brown · 15 years ago
  99. 66b659e regulator: twl4030 voltage enumeration (v2) by David Brownell · 15 years ago
  100. fa16a5c regulator: twl4030 regulators by David Brownell · 15 years ago