1. 02 6月, 2021 2 次提交
  2. 01 6月, 2021 6 次提交
  3. 27 5月, 2021 2 次提交
  4. 25 5月, 2021 4 次提交
  5. 24 5月, 2021 3 次提交
  6. 19 5月, 2021 2 次提交
  7. 18 5月, 2021 2 次提交
  8. 13 5月, 2021 1 次提交
  9. 12 5月, 2021 6 次提交
  10. 11 5月, 2021 2 次提交
    • Z
      regulator: uniphier: Add missing MODULE_DEVICE_TABLE · d019f38a
      Zou Wei 提交于
      This patch adds missing MODULE_DEVICE_TABLE definition which generates
      correct modalias for automatic loading of this driver when it is built
      as an external module.
      Reported-by: NHulk Robot <hulkci@huawei.com>
      Signed-off-by: NZou Wei <zou_wei@huawei.com>
      Link: https://lore.kernel.org/r/1620705198-104566-1-git-send-email-zou_wei@huawei.comSigned-off-by: NMark Brown <broonie@kernel.org>
      d019f38a
    • M
      Merge series "Enable VBUS current boost on pm8150b platforms" from Bryan... · 8c94df1e
      Mark Brown 提交于
      Merge series "Enable VBUS current boost on pm8150b platforms" from Bryan O'Donoghue <bryan.odonoghue@linaro.org>:
      
      V3:
      - Drop the SoC regulator constraints for
        regulator-min-microamp
        regulator-max-microamp
        These will be applied on a per-board basis - Mark Brown
      
      V2:
      The first version of this patch set the current limit to 3 amps as was done
      in downstream. Mark indicated a preference to set this on a per-system
      basis instead of blitzing it, as in downstream.
      
      Looking at what was upstream versus what was in my working tree I saw that
      in fact the VBUS boost driver had been upstreamed minus accompanying DTS in
      pm8150b.
      
      So there's no need for a fixes as this driver doesn't appear to be in use.
      A subsequent patchset will enable the VBUS boost for the two relevant
      upstream platforms.
      
      First thing though, is the driver + dts change.
      
      - Use regulator_set_current_limit_regmap/regulator_get_current_limit_regmap
        with a relevant current-to-bitmap lookup.
      
      - Add a parallel DTS entry to the pm8150b
        It looks like this was submitted upstream but not followed up on
      
        I've add regulator-min-microamp/regulator-max-microamp to Wesley's
        original work.
      
      I've made sure to test that its possible to set the current to anything in
      the range of 500 mA to 3 A and confirmed the output on a scope.
      
      Once these two patches are in, I'll send out board enablement for the
      sm8150-mtp and qrb5165-rb5.
      
      https://lore.kernel.org/linux-arm-msm/8687acdb-75e9-5fc5-dd3e-9a19615676b5@linaro.org/T/#t
      
      Bryan O'Donoghue (1):
        regulator: Add a routine to set the current limit for QCOM PMIC VBUS
      
      Wesley Cheng (1):
        arm64: boot: dts: qcom: pm8150b: Add DTS node for PMIC VBUS booster
      
       arch/arm64/boot/dts/qcom/pm8150b.dtsi       |  6 ++++++
       drivers/regulator/qcom_usb_vbus-regulator.c | 12 ++++++++++++
       2 files changed, 18 insertions(+)
      
      --
      2.30.1
      8c94df1e
  11. 10 5月, 2021 10 次提交