[GIT PULL] ARM32 RK808 defconfig fix
Sebastian Reichel
sebastian.reichel at collabora.com
Thu Jun 15 10:48:56 PDT 2023
Hi,
Since I did not get any feedback for the defconfig patches from [0] and they
are fixing a KernelCI regression (Rockchip Chromebooks no longer boot because
of missing PMIC driver), I prepared a pull request with the defconfig change
instead as suggested by Tony [1]. It consists of the rk806 immutable branch
prepared by Lee Jones [2] and the multi_v7_defconfig defconfig patch. I will
send a second pull request for the arm64 defconfig.
[0] https://lore.kernel.org/all/20230518040541.299189-1-sebastian.reichel@collabora.com/
[1] https://lore.kernel.org/linux-omap/20230604060436.GT14287@atomide.com/
[1] https://lore.kernel.org/all/20230515152425.GV10825@google.com/
Thanks,
-- Sebastian
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-misc.git/ rk806-defconfig-fix-arm32
for you to fetch changes up to 6053cda09ba5398ef854b2bb3a9ffcde19854b61:
ARM: multi_v7_defconfig: update MFD_RK808 name (2023-06-14 19:28:35 +0200)
----------------------------------------------------------------
Sebastian Reichel (10):
clk: RK808: Reduce 'struct rk808' usage
mfd: rk808: Convert to device managed resources
mfd: rk808: Use dev_err_probe
mfd: rk808: Replace 'struct i2c_client' with 'struct device'
mfd: rk808: Split into core and i2c
mfd: rk8xx-i2c: Use device_get_match_data
dt-bindings: mfd: Add rk806 binding
mfd: rk8xx: Add rk806 support
pinctrl: rk805: Add rk806 pinctrl support
ARM: multi_v7_defconfig: update MFD_RK808 name
.../devicetree/bindings/mfd/rockchip,rk806.yaml | 406 ++++++++++++++++++++
arch/arm/configs/multi_v7_defconfig | 2 +-
drivers/clk/Kconfig | 2 +-
drivers/clk/clk-rk808.c | 34 +-
drivers/input/misc/Kconfig | 2 +-
drivers/mfd/Kconfig | 21 +-
drivers/mfd/Makefile | 4 +-
drivers/mfd/{rk808.c => rk8xx-core.c} | 352 ++++++-----------
drivers/mfd/rk8xx-i2c.c | 185 +++++++++
drivers/mfd/rk8xx-spi.c | 124 ++++++
drivers/pinctrl/Kconfig | 2 +-
drivers/pinctrl/pinctrl-rk805.c | 189 ++++++++--
drivers/power/supply/Kconfig | 2 +-
drivers/regulator/Kconfig | 2 +-
drivers/rtc/Kconfig | 2 +-
include/linux/mfd/rk808.h | 417 ++++++++++++++++++++-
sound/soc/codecs/Kconfig | 2 +-
17 files changed, 1465 insertions(+), 283 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mfd/rockchip,rk806.yaml
rename drivers/mfd/{rk808.c => rk8xx-core.c} (71%)
create mode 100644 drivers/mfd/rk8xx-i2c.c
create mode 100644 drivers/mfd/rk8xx-spi.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20230615/34571431/attachment.sig>
More information about the linux-arm-kernel
mailing list