1. d3bd4e0 Merge remote-tracking branch 'regulator/topic/wm831x' into regulator-next by Mark Brown · 8 years ago
  2. b0d6dd3 regulator: wm8*: constify regulator_ops structures by Julia Lawall · 8 years ago
  3. 92a513b regulator: wm831x-ldo: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
  4. 2945473 regulator: wm831x: Pass the IRQF_ONESHOT flag by Fabio Estevam · 9 years ago
  5. 6c794b2 regulator: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  6. fae3b83 regulator: wm831x-ldo: Remove redundant error message by Sachin Kamat · 10 years ago
  7. 4c35c86 Merge remote-tracking branch 'regulator/topic/linear' into regulator-next by Mark Brown · 11 years ago
  8. 420118d Merge remote-tracking branch 'regulator/topic/alias' into regulator-next by Mark Brown · 11 years ago
  9. 8828bae regulator: Add REGULATOR_LINEAR_RANGE macro by Axel Lin · 11 years ago
  10. e277e65 regulator: Remove max_uV from struct regulator_linear_range by Axel Lin · 11 years ago
  11. f3ef11b regulator: wm831x-ldo: Fix max_uV for gp_ldo and aldo linear range settings by Axel Lin · 11 years ago
  12. fc7c60e regulator: wm831x-ldo: Convert to devm_regulator_register() by Mark Brown · 11 years ago
  13. 41c7a87 regulator: wm831x-ldo: Use devm_request_threaded_irq() by Mark Brown · 11 years ago
  14. dff91d0 regulator: use dev_get_platdata() by Jingoo Han · 11 years ago
  15. 5ff26a1 regulator: wm831x-ldo: Convert to use linear ranges by Mark Brown · 11 years ago
  16. 405c540 regulator: Remove all platform_set_drvdata(pdev, NULL) in drivers by Axel Lin · 11 years ago
  17. 8dc995f regulator: remove use of __devexit by Bill Pemberton · 12 years ago
  18. a502357 regulator: remove use of __devinit by Bill Pemberton · 12 years ago
  19. 5eb9f2b regulator: remove use of __devexit_p by Bill Pemberton · 12 years ago
  20. 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
  21. 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
  22. 5656098 mfd: wm831x: Convert to IORESOURCE_REG by Mark Brown · 12 years ago
  23. 22c5fb6 regulator: wm831x-ldo: Add bypass support by Mark Brown · 12 years ago
  24. 363506c regulator: wm831x-ldo: Check return value of wm831x_reg_read() by Axel Lin · 12 years ago
  25. eefaa3c regulator: wm831x-ldo: Specify enable time for alive LDO by Mark Brown · 12 years ago
  26. 0a47968 regulator: wm831x-ldo: Convert to regulator_set_voltage_sel_regmap and map_voltage by Axel Lin · 12 years ago
  27. c2543b5 regulator: wm831x-ldo: Use regulator_map_voltage_linear for wm831x_alive_ldo_ops by Axel Lin · 12 years ago
  28. 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  29. cd99758 mfd: Convert wm831x to irq_domain by Mark Brown · 12 years ago
  30. d31e954 regulator: wm831x: Convert to regulator_list_voltage_linear() by Mark Brown · 12 years ago
  31. 5949a7e Merge remote-tracking branch 'regulator/topic/drivers' into regulator-next by Mark Brown · 12 years ago
  32. b7ca878 regulator: wm831x: Register all normal regulators by Mark Brown · 12 years ago
  33. f1aba13 regulator: wm831x-ldo: Set up supply names by Mark Brown · 12 years ago
  34. ca8c361 regulator: wm831x-ldo: Use generic regmap enable/disable operations by Mark Brown · 12 years ago
  35. ac663b4 regulator: wm831x-ldo: Use regulator_get_voltage_sel_regmap() by Mark Brown · 12 years ago
  36. b920eb4 Merge tag 'v3.4-rc2' into regulator-drivers by Mark Brown · 12 years ago
  37. c172708 regulator: core: Use a struct to pass in regulator runtime configuration by Mark Brown · 12 years ago
  38. 6085d4d regulator: Trivial comment fix for wm831x-ldo driver by Axel Lin · 12 years ago
  39. e841a36 regulator: Fix setting low power mode for wm831x aldo by Axel Lin · 12 years ago
  40. fded2f4 regulator: Convert wm831x regulator drivers to devm_kzalloc() by Mark Brown · 12 years ago
  41. 2c043bc regulator: pass additional of_node to regulator_register() by Rajendra Nayak · 13 years ago
  42. 137a635 regulator: Fix WM831x regulator ID lookups for multiple WM831xs by Mark Brown · 13 years ago
  43. dfda9c2 regulator: Convert WM831x regulators to genirq by Mark Brown · 13 years ago
  44. afb8bb8 regulator: Convert WM831x drivers to use get_voltage_sel() by Mark Brown · 13 years ago
  45. 3a93f2a regulator: Report actual configured voltage to set_voltage() by Mark Brown · 14 years ago
  46. e260999 regulator: wm831x-ldo - fix the logic to set REGULATOR_MODE_IDLE and REGULATOR_MODE_STANDBY modes by Axel Lin · 14 years ago
  47. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  48. eb66d56 Regulators: wm831x-xxx - clean up driver data after removal by Dmitry Torokhov · 14 years ago
  49. 6f17c65 regulator: wm831x_reg_read() failure unnoticed in wm831x_aldo_get_mode() by Roel Kluin · 14 years ago
  50. 9a767d4 regulator: Fix check of unsigned return value and transmit errors in wm831x_gp_ldo_get_mode() by Roel Kluin · 15 years ago
  51. d1c6b4f regulator: Add WM831x LDO support by Mark Brown · 15 years ago