1. 29 4月, 2016 1 次提交
    • H
      regulator: axp20x: Fix axp22x ldo_io registration error on cold boot · f40d4896
      Hans de Goede 提交于
      The maximum supported voltage for ldo_io# is 3.3V, but on cold
      boot the selector comes up at 0x1f, which maps to 3.8V.
      
      This causes _regulator_get_voltage() to fail with -EINVAL which
      causes regulator registration to fail when constrains are used:
      
      [    1.467788] vcc-touchscreen: failed to get the current voltage(-22)
      [    1.474209] axp20x-regulator axp20x-regulator: Failed to register ldo_io1
      [    1.483363] axp20x-regulator: probe of axp20x-regulator failed with error -22
      
      This commits makes the axp20x regulator driver accept the 0x1f register
      value, fixing this.
      
      The datasheet does not guarantee reliable operation above 3.3V, so on
      boards where this regulator is used the regulator-max-microvolt setting
      must be 3.3V or less.
      Signed-off-by: NHans de Goede <hdegoede@redhat.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      f40d4896
  2. 27 4月, 2016 1 次提交
  3. 26 4月, 2016 1 次提交
  4. 16 2月, 2016 1 次提交
  5. 12 2月, 2016 1 次提交
  6. 04 2月, 2016 2 次提交
  7. 23 12月, 2015 1 次提交
  8. 05 10月, 2015 1 次提交
    • C
      regulator: axp20x: set supply names for AXP22X DC1SW/DC5LDO internally · 7118f19c
      Chen-Yu Tsai 提交于
      The DC1SW and DC5LDO regulators in the AXP22X are internally chained
      to DCDC1 and DCDC5, hence the names. The original bindings used the
      parent regulator names for the supply regulator property.
      
      Since they are internally connected, the relationship should not be
      represented in the device tree, but handled internally by the driver.
      
      This patch has the driver remember the regulator names for the parent
      DCDC1/DCDC5, and use them as supply names for DC1SW/DC5LDO.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      7118f19c
  9. 30 9月, 2015 1 次提交
  10. 05 8月, 2015 1 次提交
  11. 13 5月, 2015 2 次提交
  12. 10 1月, 2015 2 次提交
  13. 20 10月, 2014 1 次提交
  14. 23 9月, 2014 1 次提交
  15. 01 6月, 2014 1 次提交
  16. 20 5月, 2014 1 次提交
  17. 15 4月, 2014 1 次提交