1. d13733f regulator: s5m8767: Do not use sec_reg* regmap helpers by Krzysztof Kozlowski · 11 years ago
  2. f37ff6b regulator: s5m8767: Add symbols for hard-coded DVS_RAMP register by Krzysztof Kozlowski · 11 years ago
  3. 463616e regulator: s5m8767: Implement voltage setting for BUCK7/8 regulators by Krzysztof Kozlowski · 11 years ago
  4. 79b53d1 regulator: s5m8767: Define symbol for buck control mask by Krzysztof Kozlowski · 11 years ago
  5. 67471b6 Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-next by Mark Brown · 11 years ago
  6. 04f9f06 regulator: s5m8767: Modify parsing method of the voltage table of buck2/3/4 by Chanwoo Choi · 11 years ago
  7. 033054e regulator: s5m8767: Modify parse_dt function to parse data related to ramp by Chanwoo Choi · 11 years ago
  8. f0db475 regulator: s5m8767: Covert to devm_regulator_register() by Mark Brown · 11 years ago
  9. eea8e85 Merge remote-tracking branch 'regulator/topic/s5m8767' into v3.9-rc8 by Mark Brown · 11 years ago
  10. 020501f regulator: Remove NULL test before calling regulator_unregister() by Axel Lin · 11 years ago
  11. 720a971 regulator: s5m8767: adjust duplicate test by Julia Lawall · 11 years ago
  12. e81d7bc regulator: s5m8767: Prevent possible NULL pointer dereference by Axel Lin · 11 years ago
  13. cbb0ed4 regulator: s5m8767: Fix dev argument for devm_kzalloc and of_get_regulator_init_data by Axel Lin · 11 years ago
  14. 1f91b6f regulator: s5m8767: Use of_get_child_count() by Axel Lin · 11 years ago
  15. 26aec009 regulator: add device tree support for s5m8767 by Amit Daniel Kachhap · 11 years ago
  16. 31a932e regulator: s5m8767: Convert to regulator_[get|set]_voltage_sel_regmap by Axel Lin · 11 years ago
  17. 854f73e regulator: s5m8767: Remove max_vol parameter from s5m8767_convert_voltage_to_sel by Axel Lin · 12 years ago
  18. 3ef3039 regulator: s5m8767: Fix probe failure due to stack corruption by Inderpal Singh · 12 years ago
  19. 4ffc45c Merge remote-tracking branch 'regulator/topic/sm8767' into regulator-next by Mark Brown · 12 years ago
  20. 76c854d regulator: s5m8767: Fix to work even if no DVS gpio present by Amit Daniel Kachhap · 12 years ago
  21. da130ab regulator: s5m8767: Fix to read the first DVS register. by Amit Daniel Kachhap · 12 years ago
  22. 9bb096f regulator: s5m8767: Fix to work when platform registers less regulators by Amit Daniel Kachhap · 12 years ago
  23. 8dc995f regulator: remove use of __devexit by Bill Pemberton · 12 years ago
  24. a502357 regulator: remove use of __devinit by Bill Pemberton · 12 years ago
  25. 5eb9f2b regulator: remove use of __devexit_p by Bill Pemberton · 12 years ago
  26. 938e05b regulator: Fix an s5m8767 build failure by Samuel Ortiz · 12 years ago
  27. 3e701cd Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  28. 54227bc mfd: Modify samsung mfd header by Sangbeom Kim · 12 years ago
  29. 63063bf mfd: Modify samsung mfd driver for common api by Sangbeom Kim · 12 years ago
  30. 66c9fbb mfd: Rename s5m file and directories to samsung by Sangbeom Kim · 12 years ago
  31. 5febb3c regulator: s5m8767: Properly handle gpio_request failure by Axel Lin · 12 years ago
  32. e2eb169 regulator: s5m8767: Convert to regulator_list_voltage_linear by Axel Lin · 12 years ago
  33. 1af142c regulator: Modify ramp_delay value for s5m8767a by Sangbeom Kim · 12 years ago
  34. 85e6334 Merge tag 'v3.5-rc4' into regulator-drivers by Mark Brown · 12 years ago
  35. c848bc8 regulator: s5m8767a: Support AP watchdog reset operation by Sangbeom Kim · 12 years ago
  36. 9d88fc0 regulator: Fix the s5m8767a problem of the division by null by Sangbeom Kim · 12 years ago
  37. df2643c regulator: Replace set_voltage with set_voltage_sel by Sangbeom Kim · 12 years ago
  38. 3fe3a18 regulator: Remove s5m8767a buck initialization by Sangbeom Kim · 12 years ago
  39. 5ceba7b regulator: Staticise non-exported symbol s5m8767_opmode_reg by Mark Brown · 12 years ago
  40. 6c9eeb0 regulator: Remove unneeded include of linux/delay.h from regulator drivers by Axel Lin · 12 years ago
  41. 94e85a3 regulator: s5m8767: Use DIV_ROUND_UP to calculate selector by Axel Lin · 12 years ago
  42. 65896e7 regulator: Replace regulator_desc_[ldo|buck] by s5m8767_regulator_desc macro by Axel Lin · 12 years ago
  43. d35aad0 regulator: Use one s5m8767_ops for both LDOs and BUCKs by Axel Lin · 12 years ago
  44. 321d2ab regulator: Rework s5m8767_set_voltage to support both LDOs and BUCKs by Axel Lin · 12 years ago
  45. b920eb4 Merge tag 'v3.4-rc2' into regulator-drivers by Mark Brown · 12 years ago
  46. c172708 regulator: core: Use a struct to pass in regulator runtime configuration by Mark Brown · 12 years ago
  47. 7e44bb8 regulator: Add support s5m8767 opmode operation by Sangbeom Kim · 12 years ago
  48. 546e784 regulator: Fix setting new voltage in s5m8767_set_voltage by Axel Lin · 12 years ago
  49. 0a41685 regulator: Make s5m8767_get_voltage_register always return correct register by Axel Lin · 12 years ago
  50. 6c4efe2 regulator: s5m8767: Check pdata->buck[2|3|4]_gpiodvs earlier by Axel Lin · 12 years ago
  51. 5b5e977 regulator: Rename s5m8767_convert_voltage to s5m8767_convert_voltage_to_sel by Axel Lin · 12 years ago
  52. 0f8b9c7 regulator: Fix s5m8767_set_voltage_time_sel calculation value by Sangbeom Kim · 12 years ago
  53. 535bca2 regulator: Remove unused i2c variable in s5m8767_pmic_probe by Axel Lin · 12 years ago
  54. 89e0f0e regulator: Fix the logic of s5m8767_set_voltage_time_sel by Axel Lin · 12 years ago
  55. 22cd2fef regulator: s5m8767: Fix unused variable warning in probe() by Mark Brown · 12 years ago
  56. 20a14b8 regulator: Kill s5m8767_get_reg_id function by Axel Lin · 12 years ago
  57. 0ce6987 regulator: Update s5m8767 for device tree API changes by Mark Brown · 12 years ago
  58. c835e1c regulator: s5m8767: Remove redundant MODULE_ALIAS by Axel Lin · 12 years ago
  59. 047ec22 regulator: s5m8767: Add missing breaks by Axel Lin · 12 years ago
  60. 9767ec7 regulator: Add S5M8767A regulator driver by Sangbeom Kim · 12 years ago