1. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  2. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  3. ecb48c3 Merge remote-tracking branches 'regulator/fix/gpio', 'regulator/fix/put' and 'regulator/fix/supp-volt' into tmp by Mark Brown · 12 years ago
  4. f0f98b1 regulator: fix voltage check in regulator_is_supported_voltage() by Marek Szyprowski · 12 years ago
  5. 23ff2f0 regulator: core: Avoid deadlock when regulator_register fails by Charles Keepax · 12 years ago
  6. b2da55d Regulator: core: Unregister when gpio request fails. by Andrew Lunn · 12 years ago
  7. 578f1ef Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  8. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  9. 2e57d56 mfd: 88pm860x: Device tree support by Haojian Zhuang · 12 years ago
  10. 6a2027a Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypass', 'regulator/topic/tol', 'regulator/topic/drivers' and 'regulator/topic/tps6586x' into regulator-next by Mark Brown · 12 years ago
  11. e96961d regulator: arizona-ldo: Remove top voltage by Mark Brown · 12 years ago
  12. 13511de regulator: deprecate regulator-compatible DT property by Stephen Warren · 12 years ago
  13. a361cd9 regulator: palmas: Add DT support by Graeme Gregory · 12 years ago
  14. ff13e9e mfd: 88pm860x: Avoid to check resource for preg regulator by Haojian Zhuang · 12 years ago
  15. e7a7810 regulator: 88pm860x: Add pre-regulator support for 88pm860x regulator by Jett.Zhou · 12 years ago
  16. 51acdb6 mfd: max8925: Remove array in regulator platform data by Haojian Zhuang · 12 years ago
  17. baa6415 regulator: anatop-regulator: Convert to use syscon to access anatop register by Dong Aisheng · 12 years ago
  18. 73f8be2 Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  19. 0fd0013 mfd: ab3100: Split ab3100 headers out of abx500.h by Marcus Cooper · 12 years ago
  20. a70abac mfd: 88pm860x: Use REG resource in regulator by Haojian Zhuang · 12 years ago
  21. 0236702 mfd: 88pm860x: Convert to IORESOURCE_REG by Mark Brown · 12 years ago
  22. 5656098 mfd: wm831x: Convert to IORESOURCE_REG by Mark Brown · 12 years ago
  23. 3b26e48 regulator: fan53555: remove vsel_max not used by Yunfan Zhang · 12 years ago
  24. e4c5288 regulator: aat2870: Don't explicitly initialise the first field by Mark Brown · 12 years ago
  25. 22c5fb6 regulator: wm831x-ldo: Add bypass support by Mark Brown · 12 years ago
  26. e477ce0 regulator: arizona-micsupp: Support get/set bypass by Mark Brown · 12 years ago
  27. 9a17de0 regulator: arizona-ldo: Support get/set bypass by Mark Brown · 12 years ago
  28. df36793 regulator: core: Provide regmap get/set bypass operations by Mark Brown · 12 years ago
  29. f59c8f9 regulator: core: Support bypass mode by Mark Brown · 12 years ago
  30. 49d8c59 regulator: Fairchild fan53555 support by Yunfan Zhang · 12 years ago
  31. 029dd3c regulator: twl: Remove another unused variable warning by Mark Brown · 12 years ago
  32. 52b84da regulator: core: Try using the parent device for the default regmap by AnilKumar Ch · 12 years ago
  33. 2b5a24a regulator: core: Fast path non-deferred disables by Mark Brown · 12 years ago
  34. f2889e6 regulator: core: Report microvolts in sysfs even with only list_voltage() by Mark Brown · 12 years ago
  35. 9394b80 regulator: tps6586x: add support for SYS rail by Laxman Dewangan · 12 years ago
  36. 5bab305 regulator: lp872x: remove unnecessary function by Kim, Milo · 12 years ago
  37. 9d6da6f regulator: lp872x: fix NULL pointer access problem by Kim, Milo · 12 years ago
  38. 86b3fef regulator: lp872x: initialize the DVS mode by Kim, Milo · 12 years ago
  39. b158fba regulator: lp872x: set the default DVS mode by Kim, Milo · 12 years ago
  40. 9ffaa86 regulator: lp872x: remove regulator platform data dependency by Kim, Milo · 12 years ago
  41. ba02dfd regulator: mc13783: add regulators sw1x and sw2x by Gaëtan Carlier · 12 years ago
  42. d154f0a regulator: max8907: Add MODULE_ALIAS by Axel Lin · 12 years ago
  43. 5fc72f5 regulator: max8907: fix use of possibly NULL idata by Stephen Warren · 12 years ago
  44. dedae95 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  45. a0a7014 regulator: ab8500: provide per-regulator shift by Linus Walleij · 12 years ago
  46. db55168 regulator: max8907: fix compile error when !CONFIG_OF by Stephen Warren · 12 years ago
  47. 0764ef5 regulator: max8907: Properly set pmic pointer in max8907_regulator_remove() by Axel Lin · 12 years ago
  48. 7305608 regulator: max8907: Fix n_voltages for MAX8907B SD1 by Axel Lin · 12 years ago
  49. 8f52a58 regulator: using kfree() requires including slab.h by Stephen Rothwell · 12 years ago
  50. ffee190 regulator: add MAX8907 driver by Gyungoh Yoo · 12 years ago
  51. 0ffff5a regulator: twl: make twl_info tables const by Arnd Bergmann · 12 years ago
  52. f9cfbde regulator: twl: Remove get_voltage implementation for single voltage regulators by Axel Lin · 12 years ago
  53. 9c7fde4 regulator: isl6271a: Remove get_voltage implementation for isl_fixed_ops by Axel Lin · 12 years ago
  54. 0d3fb58 regulator: ab8500: Remove get_voltage implementation for ab8500_regulator_fixed_ops by Axel Lin · 12 years ago
  55. 88348ef regulator: ab3100: Remove get_voltage implementation for regulator_ops_fixed by Axel Lin · 12 years ago
  56. b571dc3 regulator: mc13xxx: Remove get_voltage implementation for single voltage regulators by Axel Lin · 12 years ago
  57. 19d23c2 regulator: da9052: set_current_limit should select the maximum current in specific range by Axel Lin · 12 years ago
  58. 4e1d67e regulator: lp872x: set_current_limit should select the maximum current in specific range by Axel Lin · 12 years ago
  59. 73f4f3d regulator: tps6524x: set_current_limit should select the maximum current in specific range by Axel Lin · 12 years ago
  60. 422294d regulator: wm831x-dcdc: set_current_limit should select the maximum current in specific range by Axel Lin · 12 years ago
  61. cb44cde regulator: max77686: Use array to save pointer to rdev by Axel Lin · 12 years ago
  62. 2c58e26 regulator: max77686: initialize of_node param for regulator register by Axel Lin · 12 years ago
  63. 7fee2af regulator: ab8500: Set enable enable_time in regulator_desc by Axel Lin · 12 years ago
  64. 4001376 regulator: wm8400: Simplify set REGULATOR_MODE_IDLE mode in wm8400_dcdc_set_mode by Axel Lin · 12 years ago
  65. 363506c regulator: wm831x-ldo: Check return value of wm831x_reg_read() by Axel Lin · 12 years ago
  66. 7c7475c regulator: tps6586x: Convert to regulator_[enable|disable|is_enabled|get_voltage_sel]_regmap by Axel Lin · 12 years ago
  67. 0f4c46d regulator: Use BUCK_FPWM_[MASK|SHIFT] macros to replace buck_pmap table by Axel Lin · 12 years ago
  68. c42ea5c regulator: lp8788-buck: Remove lp8788_set_default_dvs_ctrl_mode function by Axel Lin · 12 years ago
  69. 74c8cfd regulator: lp8788-ldo: Set n_voltages to 1 for fixed voltage by Axel Lin · 12 years ago
  70. f1dcf9e regulator: mc13892: Convert mc13892_sw_regulator_ops to get_voltage_sel by Axel Lin · 12 years ago
  71. 8db9844 regulator: mc13892: Simplify implementation of mc13892_sw_regulator_set_voltage_sel() by Axel Lin · 12 years ago
  72. 825d105 regulator: mc13892: Make mc13892_powermisc_rmw() lock protected by Axel Lin · 12 years ago
  73. 2a2c3ac regulator: mc13783: Make mc13783_powermisc_rmw() lock protected by Axel Lin · 12 years ago
  74. 4a247a9 regulator: palmas: Convert palmas_ops_ldo to [get|set]_voltage_sel_regmap by Axel Lin · 12 years ago
  75. 38f8f43 regulator: twl: Convert twlsmps_ops to get_voltage_sel and map_voltage by Axel Lin · 12 years ago
  76. 78292f4 regulator: twl: Fix checking voltage range in twl6030smps_set_voltage() by Axel Lin · 12 years ago
  77. 13407ea regulator: mc13xxx: Populate selector from mc13xxx_fixed_regulator_set_voltage by Axel Lin · 12 years ago
  78. ad46ed1 regulator: s2mps11: Use array to save pointer to rdev by Axel Lin · 12 years ago
  79. 1922b0f mfd: Move tps65217 regulator plat data handling to regulator by AnilKumar Ch · 12 years ago
  80. 817bb7f mfd: Move tps65217 regulator plat data handling to regulator by AnilKumar Ch · 12 years ago
  81. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  82. 296c656 regulator: fix kernel-doc warnings in drivers/regulator/core.c by Randy Dunlap · 12 years ago
  83. 908d6d5 regulator: twl-regulator: fix up VINTANA1/VINTANA2 by Aaro Koskinen · 12 years ago
  84. b2a1ef4 regulator: core: request only valid gpio pins for regulator enable by Marek Szyprowski · 12 years ago
  85. f7df20e regulator: core: Use list_voltage() to read single voltage regulators by Mark Brown · 12 years ago
  86. e76ab82 regulator: twl: Remove references to the twl4030 regulator by Mark Brown · 12 years ago
  87. 215b8b0 regulator: make the dummy regulator's print_constraint more helpful by Uwe Kleine-König · 12 years ago
  88. eb0c568 regulator: gpio-regulator: Split setting of voltages and currents by Heiko Stübner · 12 years ago
  89. cfa9cfb regulator: ab3100: add missing voltage table by Linus Walleij · 12 years ago
  90. 3e2a928 regulator: anatop: Fix wrong mask used in anatop_get_voltage_sel by Axel Lin · 12 years ago
  91. 7f852e0 regulator: tps6586x: correct vin pin for sm0/sm1/sm2 by Laxman Dewangan · 12 years ago
  92. 1c9d2d7 regulator: palmas: Fix palmas_probe error handling by Axel Lin · 12 years ago
  93. 2735dae regulator: palmas: Call palmas_ldo_[read|write] in palmas_ldo_init by Axel Lin · 12 years ago
  94. 12565b1 regulator: palmas: Fix regmap offsets for PALMAS_REG_SMPS10 vsel_reg by Axel Lin · 12 years ago
  95. a5f8ae2 regulator: palmas: Fix calculating selector in palmas_map_voltage_ldo by Axel Lin · 12 years ago
  96. 2f6c797 regulator: core: Fix cast to pointer from integer of different size warning by Axel Lin · 12 years ago
  97. c6d678b regulator: Fix space/tab confusion by Michael Jones · 12 years ago
  98. 57ad526a regulator: core: increment open_count when regulator supply is set by Laxman Dewangan · 12 years ago
  99. 4f842f6 regulator: core: Clarify grammar for dummy help text by Mark Brown · 12 years ago
  100. 938e05b regulator: Fix an s5m8767 build failure by Samuel Ortiz · 12 years ago