mbox series

[v20,0/4] Add support for the silergy,sy7636a

Message ID 20220330094126.30252-1-alistair@alistair23.me
Headers show
Series Add support for the silergy,sy7636a | expand

Message

Alistair March 30, 2022, 9:41 a.m. UTC
v20:
 - Rebase on master
 - Remove merged patches
 - Fixup Kconfig selection based on previous discussions
v19:
 - Rebase on linux-next
v18:
 - Rebase
v17:
 - Rebase and fix build issues
v16:
 - Improve vdd regulator comments
v15:
 - Address comments on the patches
v14:
 - Merge the thermal driver and hwmon
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 (4):
  mfd: silergy,sy7636a: Add config option
  ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a
  ARM: dts: imx7d-remarkable2: Enable silergy,sy7636a
  ARM: dts: imx7d-remarkable2: Enable lcdif

 arch/arm/boot/dts/imx7d-remarkable2.dts | 136 ++++++++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig    |   3 +
 drivers/hwmon/Kconfig                   |   1 +
 drivers/mfd/Kconfig                     |  12 ++-
 drivers/regulator/Kconfig               |   1 +
 5 files changed, 152 insertions(+), 1 deletion(-)