[PATCH v3 0/6] MIPS: Fixes and improvements for CI20 board (JZ4780)
From: H. Nikolaus Schaller <hidden>
Date: 2020-02-16 20:21:19
Also in:
linux-mips, lkml
V3: * dropped "drm: ingenic-drm: add MODULE_DEVICE_TABLE" because it will be resubmitted with a HDMI driver solution * added Cc: stable@vger.kernel.org where appropriate (suggested by Paul Cercueil [off-list ref]) * squashed all other DTS and CONFIG changes into single patches (suggested by Paul Cercueil [off-list ref]) PATCH V2 2020-02-14 17:10:33: * dropped "net: davicom: dm9000: allow to pass MAC address through mac_addr module parameter" from this series because it goes through the netdev tree (suggested by Andrew Lunn [off-list ref]) * added a "fixes:" for "MIPS: DTS: CI20: fix PMU definitions for ACT8600" and "MIPS: DTS: CI20: fix interrupt for pcf8563 RTC" (suggested by Andreas Kemnade [off-list ref]) * "i2c: jz4780: silence log flood on txabrt" dropped because it is replaced by a new version in v5.6 by Wolfram Sang [off-list ref] PATCH V1 2020-02-11 22:41:43: This patch set provides several improvements for the CI20 board: * suppress warnings from i2c if device is not responding * make ingenic-drm found through DT * allow davicom dm9000 ethernet controller to use MAC address provided by U-Boot * fix #include in jz4780.dtsi * configure for loadable kernel modules * add DTS for IR sensor and SW1 button * configure so that LEDs, IR sensor, SW1 button have drivers * fix DTS for ACT8600 PMU and configure driver * fix interrupt of nxp,pcf8563 There is another patch set in our queue to add HDMI support on top of this work. Signed-off-by: Paul Boddie <redacted> Signed-off-by: H. Nikolaus Schaller <redacted> Alex Smith (1): MIPS: DTS: CI20: add DT node for IR sensor H. Nikolaus Schaller (5): MIPS: DTS: jz4780: add #includes for irq.h and gpio.h MIPS: DTS: CI20: fix PMU definitions for ACT8600 MIPS: DTS: CI20: fix interrupt for pcf8563 RTC MIPS: DTS: CI20: multiple DTS improvements MIPS: CI20: defconfig: multiple improvements arch/mips/boot/dts/ingenic/ci20.dts | 71 ++++++++++++++++++++------ arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 + arch/mips/configs/ci20_defconfig | 21 ++++++++ 3 files changed, 78 insertions(+), 16 deletions(-) -- 2.23.0