1. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  2. a584862 Merge remote-tracking branch 'regulator/topic/tps65912' into regulator-next by Mark Brown · 11 years ago
  3. 2d31b15 Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-next by Mark Brown · 11 years ago
  4. 04fcec8 Merge remote-tracking branch 'regulator/topic/sec' into regulator-next by Mark Brown · 11 years ago
  5. a89f5c7 Merge remote-tracking branch 'regulator/topic/ramp' into regulator-next by Mark Brown · 11 years ago
  6. 09f2dd8 Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-next by Mark Brown · 11 years ago
  7. 39fe3b4 Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next by Mark Brown · 11 years ago
  8. f27a5fb Merge remote-tracking branch 'regulator/topic/optional' into regulator-next by Mark Brown · 11 years ago
  9. 6979380d Merge remote-tracking branch 'regulator/topic/max8660' into regulator-next by Mark Brown · 11 years ago
  10. 3aba952 Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-next by Mark Brown · 11 years ago
  11. 882e3db Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next by Mark Brown · 11 years ago
  12. bca3523b Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-next by Mark Brown · 11 years ago
  13. 099c6062 Merge remote-tracking branch 'regulator/topic/kconfig' into regulator-next by Mark Brown · 11 years ago
  14. 724d054 Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next by Mark Brown · 11 years ago
  15. 6269657 Merge remote-tracking branch 'regulator/topic/da9063' into regulator-next by Mark Brown · 11 years ago
  16. 1ad1302 Merge remote-tracking branch 'regulator/topic/core' into regulator-next by Mark Brown · 11 years ago
  17. 5288be3 Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next by Mark Brown · 11 years ago
  18. 632b3d6 regulator: da9063: Statize da9063_ldo_lim_event by Axel Lin · 11 years ago
  19. 613965f regulator: lp872x: Make REGULATOR_LP872X depend on I2C rather than I2C=y by Axel Lin · 11 years ago
  20. 6290d60 regulator: tps65217: Convert to use linear ranges by Axel Lin · 11 years ago
  21. e515800 regulator: da9063: Use IS_ERR to check return value of regulator_register() by Axel Lin · 11 years ago
  22. 556dcf9 regulator: da9063: Optimize da9063_set_current_limit implementation by Axel Lin · 11 years ago
  23. 631a1fc regulator: build: Allow most regulators to be built as modules by Mark Brown · 11 years ago
  24. 9efdd27 regulator: Add devm_regulator_get_exclusive() by Matthias Kaehlcke · 11 years ago
  25. 69ca3e5 regulator: da9063: Add Dialog DA9063 voltage regulators support. by Krystian Garbaciak · 11 years ago
  26. cf06cbb regulator: ti-abb: simplify platform_get_resource_byname/devm_ioremap_resource by Julia Lawall · 11 years ago
  27. 84fcf44 regulator: core: Use bool for exclusivitity flag by Mark Brown · 11 years ago
  28. 720c027 regulator: 88pm800: forever loop in pm800_regulator_probe() by Dan Carpenter · 11 years ago
  29. c93e5bc regulator: da9210: Remove redundant MODULE_ALIAS by Axel Lin · 11 years ago
  30. 19c6b54 regulator: 88pm800: Fix checking whether num_regulator is valid by Axel Lin · 11 years ago
  31. f8f1d48 regulator: s2mps11: Fix setting ramp_delay by Axel Lin · 11 years ago
  32. 8085330 regulator: s2mps11: Fix wrong arguments for regmap_update_bits() call by Axel Lin · 11 years ago
  33. 77409d9 regulator: palmas: model SMPS10 as two regulators by Kishon Vijay Abraham I · 11 years ago
  34. d295f76 regulator: core: Move list_voltage_{linear,linear_range,table} to helpers.c by Axel Lin · 11 years ago
  35. d6c7e11 regulator: max8660: fix build warnings by Daniel Mack · 11 years ago
  36. c4a54b8 regulator: core: Move helpers for drivers out into a separate file by Mark Brown · 11 years ago
  37. eca2a65 Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-helpers by Mark Brown · 11 years ago
  38. 16f1091 regulator: da9210: New driver by Steve Twiss · 11 years ago
  39. abe4c51 regulators: max8660: add DT bindings by Daniel Mack · 11 years ago
  40. 6b8430c regulator: pfuze100: Fix off-by-one for max_register setting by Axel Lin · 11 years ago
  41. de492e8 regulators: max8660: add a shorthand to &client->dev by Daniel Mack · 11 years ago
  42. 4a678f0 regulators: max8660: use i2c_id->driver_data rather than ->name by Daniel Mack · 11 years ago
  43. e565666 regulator: pfuze100: Simplify pfuze100_set_ramp_delay implementation by Axel Lin · 11 years ago
  44. de1dd9f regulator: core: Provide hints to the core about optional supplies by Mark Brown · 11 years ago
  45. dff91d0 regulator: use dev_get_platdata() by Jingoo Han · 11 years ago
  46. d949323 regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit set by Axel Lin · 11 years ago
  47. 2e04cc4 regulator: pfuze100: Use regulator_map_voltage_ascend by Axel Lin · 11 years ago
  48. 40839bf regulator: pfuze100: Fix module alias prefix by Axel Lin · 11 years ago
  49. 8c86ab2 regulator: pfuze100: Use i2c_[set|get]_clientdata by Axel Lin · 11 years ago
  50. 94421b0 regulator: pfuze100: REGULATOR_PFUZE100 needs to select REGMAP_I2C by Axel Lin · 11 years ago
  51. 12d20fc2 regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driver by Robin Gong · 11 years ago
  52. 550bf89 regulator: da903x: Convert da9034 ldo12 to use linear ranges by Axel Lin · 11 years ago
  53. 205c97b regulator:pfuze100: fix build warning and correct the binding doc by Robin Gong · 11 years ago
  54. 3784b6d regulator: pfuze100: add pfuze100 regulator driver by Robin Gong · 11 years ago
  55. 587cea2 regulator: core: convert class code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  56. fba6583 regulator: tps65912: Convert tps65912_ops_ldo to use linear ranges by Axel Lin · 11 years ago
  57. 9234c63 regulator: as3711: Convert to use linear ranges by Axel Lin · 11 years ago
  58. 6625d9d regulator: 88pm800: Add missing n_voltages setting for bucks by Axel Lin · 11 years ago
  59. 7c45f60 regulator: 88pm800: Depend on MFD_88PM800 rather than MFD_88PM800=y by Axel Lin · 11 years ago
  60. e5e80f6 regulator: 88pm800: Add missing config.of_node setting for regulator register by Axel Lin · 11 years ago
  61. 95f1dc0 regulator: 88pm800: add regulator driver for 88pm800 by Chao Xie · 11 years ago
  62. e54e6aa Merge remote-tracking branch 'regulator/topic/linear-range' into HEAD by Mark Brown · 11 years ago
  63. 6c918d2 regulator: core: Ensure selector is mapped by Mark Brown · 11 years ago
  64. a56d66a regulator: core: Allow fixed voltage range in multiple linear ranges by Axel Lin · 11 years ago
  65. 82b736d regulator: build: Sort Kconfig by Mark Brown · 11 years ago
  66. 070260f regulator: core: Use the power efficient workqueue for delayed powerdown by Mark Brown · 11 years ago
  67. 6c683c9 regulator: s2mps11: Convert driver completely to use set_ramp_delay callback by Yadwinder Singh Brar · 11 years ago
  68. a50c6b3 regulator: s2mps11: Add DT support by Yadwinder Singh Brar · 11 years ago
  69. 939c027 regulator: s2mps11: Implement set_ramp_rate callback for bucks by Yadwinder Singh Brar · 11 years ago
  70. 92d8eca Merge branch 'topic/ramp' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator into regulator-sec by Mark Brown · 11 years ago
  71. 1e1598ed regulator: s2mps11: Implement set_voltage_time_sel() ops for bucks by Yadwinder Singh Brar · 11 years ago
  72. 5b17595 regulator: core: Remove redundant checks by Yadwinder Singh Brar · 11 years ago
  73. 1653ccf regulator: core: Add support for disabling ramp delay by Yadwinder Singh Brar · 11 years ago
  74. 37a6f43 regulator: lp872x: fix a build waring and coding styles by Milo Kim · 11 years ago
  75. c36a1cd regulator: wm8350: Convert to use linear ranges by Mark Brown · 11 years ago
  76. 5ff26a1 regulator: wm831x-ldo: Convert to use linear ranges by Mark Brown · 11 years ago
  77. 6692e43 regulator: wm8400: Use linear ranges by Mark Brown · 11 years ago
  78. 94d33c0 regulator: core: Add helpers for multiple linear ranges by Mark Brown · 11 years ago
  79. 891636e regulator: core: Drop references on supply regulator when unregistering by Mark Brown · 11 years ago
  80. 8c6ffba PTR_RET is now PTR_ERR_OR_ZERO(): Replace most. by Rusty Russell · 11 years ago
  81. 3aa78e0 Merge tag 'mfd-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next by Linus Torvalds · 11 years ago
  82. 50aaa6b Merge tag 'regulator-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  83. 76f7a10 Merge tag 'regulator-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  84. 9006834 regulator: s2mps11: Convert ramp rate to uV/us and set default ramp rate by Yadwinder Singh Brar · 11 years ago
  85. 56a942e regulator: lp8755: Provide map_voltage() by Mark Brown · 11 years ago
  86. ee1a8d4 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  87. 70083c4 Merge remote-tracking branch 'regulator/topic/tps62360' into regulator-next by Mark Brown · 11 years ago
  88. 6090830 Merge remote-tracking branch 'regulator/topic/of' into regulator-next by Mark Brown · 11 years ago
  89. 5ee6c72 Merge remote-tracking branch 'regulator/topic/max8973' into regulator-next by Mark Brown · 11 years ago
  90. 7455c7f Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next by Mark Brown · 11 years ago
  91. bc830f3 Merge remote-tracking branch 'regulator/topic/lp397x' into regulator-next by Mark Brown · 11 years ago
  92. 0a192cc Merge remote-tracking branch 'regulator/topic/linar' into regulator-next by Mark Brown · 11 years ago
  93. 39c9f80f Merge remote-tracking branch 'regulator/topic/isl6271a' into regulator-next by Mark Brown · 11 years ago
  94. bf7b811 Merge remote-tracking branch 'regulator/topic/drvdata' into regulator-next by Mark Brown · 11 years ago
  95. 71c2dca Merge remote-tracking branch 'regulator/topic/delay' into regulator-next by Mark Brown · 11 years ago
  96. 59aedb6 Merge remote-tracking branch 'regulator/topic/abb' into regulator-next by Mark Brown · 11 years ago
  97. c84130e Merge remote-tracking branch 'regulator/topic/ab8500' into regulator-next by Mark Brown · 11 years ago
  98. 28120bf Merge remote-tracking branch 'regulator/fix/max77693' into regulator-linus by Mark Brown · 11 years ago
  99. 8c7e7dd regulator: max77693: Remove NULL test for rmatch[i].init_data by Axel Lin · 11 years ago
  100. f3ecdd7 regulator: max77693: Fix trivial typo by Axel Lin · 11 years ago