1. 23 Oct, 2021 2 commits
  2. 22 Oct, 2021 3 commits
    • Mark Brown's avatar
      Merge series "regulator: Introduce UniPhier NX1 SoC support" from Kunihiko... · 0627d75a
      Mark Brown authored
      Merge series "regulator: Introduce UniPhier NX1 SoC support" from Kunihiko Hayashi <hayashi.kunihiko@socionext.com>:
      
      This series includes the patches to add basic support for new UniPhier NX1
      SoC. NX1 SoC also has the same kinds of controls as the other UniPhier
      SoCs.
      
      Kunihiko Hayashi (2):
        dt-bindings: regulator: uniphier: Add binding for NX1 SoC
        regulator: uniphier: Add USB-VBUS compatible string for NX1 SoC
      
       .../devicetree/bindings/regulator/socionext,uniphier-regulator.yaml   | 1 +
       drivers/regulator/uniphier-regulator.c                                | 4 ++++
       2 files changed, 5 insertions(+)
      
      --
      2.7.4
      0627d75a
    • Mark Brown's avatar
      Merge series "Initial Fairphone 4 support" from Luca Weiss <luca@z3ntu.xyz>: · 6aed787c
      Mark Brown authored
      This series adds basic support for the recently announced Fairphone 4
      smartphone, based on the Snapdragon 750G (sm7225).
      
      This adds support for UART, power & volume buttons, screen based on
      simple-framebuffer, regulators and USB.
      
      v2 fixes some stylistic problems in dts and corrects the situation with
      pm6350 regulator supplies.
      
      Luca Weiss (11):
        clk: qcom: add select QCOM_GDSC for SM6350
        dt-bindings: regulator: qcom,rpmh: Add compatible for PM6350
        regulator: qcom-rpmh: Add PM6350 regulators
        dt-bindings: pinctrl: qcom,pmic-gpio: Add compatible for PM6350
        pinctrl: qcom: spmi-gpio: Add compatible for PM6350
        arm64: dts: qcom: Add PM6350 PMIC
        arm64: dts: qcom: sm6350: add debug uart
        dt-bindings: arm: cpus: Add Kryo 570 CPUs
        dt-bindings: arm: qcom: Document sm7225 and fairphone,fp4 board
        arm64: dts: qcom: Add SM7225 device tree
        arm64: dts: qcom: sm7225: Add device tree for Fairphone 4
      
       .../devicetree/bindings/arm/cpus.yaml         |   1 +
       .../devicetree/bindings/arm/qcom.yaml         |   6 +
       .../bindings/pinctrl/qcom,pmic-gpio.yaml      |   2 +
       .../regulator/qcom,rpmh-regulator.yaml        |   2 +
       arch/arm64/boot/dts/qcom/Makefile             |   1 +
       arch/arm64/boot/dts/qcom/pm6350.dtsi          |  54 +++
       arch/arm64/boot/dts/qcom/sm6350.dtsi          |  31 ++
       .../boot/dts/qcom/sm7225-fairphone-fp4.dts    | 320 ++++++++++++++++++
       arch/arm64/boot/dts/qcom/sm7225.dtsi          |  16 +
       drivers/clk/qcom/Kconfig                      |   1 +
       drivers/pinctrl/qcom/pinctrl-spmi-gpio.c      |   1 +
       drivers/regulator/qcom-rpmh-regulator.c       |  32 ++
       12 files changed, 467 insertions(+)
       create mode 100644 arch/arm64/boot/dts/qcom/pm6350.dtsi
       create mode 100644 arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
       create mode 100644 arch/arm64/boot/dts/qcom/sm7225.dtsi
      
      --
      2.33.0
      6aed787c
    • Mark Brown's avatar
      Merge series "Add support for the silergy,sy7636a" from Alistair Francis <alistair@alistair23.me>: · 79738f1a
      Mark Brown authored
      v13:
       - Address comments on thermal driver
       - Rebase on master (without other patches)
      v12:
       - Rebase
      v11:
       - Address comments on hwmon
       - Improve "mfd: simple-mfd-i2c: Add a Kconfig name" commit message
      v10:
       - Use dev_get_regmap() instead of dev_get_drvdata()
      v9:
       - Convert to use the simple-mfd-i2c instead
      
      Alistair Francis (9):
        dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
        mfd: simple-mfd-i2c: Add a Kconfig name
        mfd: simple-mfd-i2c: Enable support for the silergy,sy7636a
        regulator: sy7636a: Remove requirement on sy7636a mfd
        thermal: sy7636a: Add thermal driver for sy7636a
        hwmon: sy7636a: Add temperature driver for sy7636a
        ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a
        ARM: dts: imx7d: remarkable2: Enable silergy,sy7636a
        ARM: dts: imx7d: remarkable2: Enable lcdif
      
       .../bindings/mfd/silergy,sy7636a.yaml         |  79 ++++++++++
       Documentation/hwmon/sy7636a-hwmon.rst         |  24 ++++
       arch/arm/boot/dts/imx7d-remarkable2.dts       | 136 ++++++++++++++++++
       arch/arm/configs/imx_v6_v7_defconfig          |   4 +
       drivers/hwmon/Kconfig                         |   9 ++
       drivers/hwmon/Makefile                        |   1 +
       drivers/hwmon/sy7636a-hwmon.c                 |  75 ++++++++++
       drivers/mfd/Kconfig                           |   2 +-
       drivers/mfd/simple-mfd-i2c.c                  |  12 ++
       drivers/regulator/Kconfig                     |   1 -
       drivers/regulator/sy7636a-regulator.c         |   2 +-
       drivers/thermal/Kconfig                       |   6 +
       drivers/thermal/Makefile                      |   1 +
       drivers/thermal/sy7636a_thermal.c             |  94 ++++++++++++
       include/linux/mfd/sy7636a.h                   |  41 ++++++
       15 files changed, 484 insertions(+), 3 deletions(-)
       create mode 100644 Documentation/devicetree/bindings/mfd/silergy,sy7636a.yaml
       create mode 100644 Documentation/hwmon/sy7636a-hwmon.rst
       create mode 100644 drivers/hwmon/sy7636a-hwmon.c
       create mode 100644 drivers/thermal/sy7636a_thermal.c
       create mode 100644 include/linux/mfd/sy7636a.h
      
      --
      2.31.1
      79738f1a
  3. 21 Oct, 2021 7 commits
  4. 18 Oct, 2021 18 commits
  5. 17 Oct, 2021 3 commits
  6. 16 Oct, 2021 7 commits