[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1581457290.git.hns@goldelico.com>
Date: Tue, 11 Feb 2020 22:41:17 +0100
From: "H. Nikolaus Schaller" <hns@...delico.com>
To: Paul Cercueil <paul@...pouillou.net>,
Paul Boddie <paul@...die.org.uk>,
Alex Smith <alex.smith@...tec.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Ralf Baechle <ralf@...ux-mips.org>,
Paul Burton <paulburton@...nel.org>,
James Hogan <jhogan@...nel.org>,
David Airlie <airlied@...ux.ie>,
Daniel Vetter <daniel@...ll.ch>,
"David S. Miller" <davem@...emloft.net>,
Linus Walleij <linus.walleij@...aro.org>,
"H. Nikolaus Schaller" <hns@...delico.com>,
Andi Kleen <ak@...ux.intel.com>,
Krzysztof Kozlowski <krzk@...nel.org>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Petr Štetiar <ynezz@...e.cz>,
Richard Fontana <rfontana@...hat.com>,
Allison Randal <allison@...utok.net>,
Stephen Boyd <swboyd@...omium.org>
Cc: devicetree@...r.kernel.org, linux-mips@...r.kernel.org,
linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
linux-i2c@...r.kernel.org, netdev@...r.kernel.org,
linux-gpio@...r.kernel.org, letux-kernel@...nphoenux.org,
kernel@...a-handheld.com
Subject: [PATCH 00/14] MIPS: Fixes and improvements for CI20 board (JZ4780)
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 <paul@...die.org.uk>
Signed-off-by: H. Nikolaus Schaller <hns@...delico.com>
Alex Smith (1):
MIPS: DTS: CI20: add DT node for IR sensor
H. Nikolaus Schaller (13):
i2c: jz4780: suppress txabrt reports for i2cdetect
drm: ingenic-drm: add MODULE_DEVICE_TABLE
net: davicom: dm9000: allow to pass MAC address through mac_addr
module parameter
MIPS: DTS: jz4780: fix #includes for irq.h and gpio.h
MIPS: CI20: defconfig: configure for supporting modules
MIPS: CI20: defconfig: compile leds-gpio driver into the kernel and
configure for LED triggers
MIPS: DTS: CI20: fix PMU definitions for ACT8600
MIPS: CI20: defconfig: configure CONFIG_REGULATOR_ACT8865 for PMU
MIPS: DTS: CI20: give eth0_power a defined voltage.
MIPS: CI20: defconfig: compile gpio-ir driver
MIPS: DTS: CI20: add DT node for SW1 as Enter button
MIPS: CI20: defconfig: configure for CONFIG_KEYBOARD_GPIO=m
MIPS: DTS: CI20: fix interrupt for pcf8563 RTC
arch/mips/boot/dts/ingenic/ci20.dts | 71 ++++++++++++++++++++------
arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 +
arch/mips/configs/ci20_defconfig | 21 ++++++++
drivers/gpu/drm/ingenic/ingenic-drm.c | 2 +
drivers/i2c/busses/i2c-jz4780.c | 3 ++
drivers/net/ethernet/davicom/dm9000.c | 42 +++++++++++++++
6 files changed, 125 insertions(+), 16 deletions(-)
--
2.23.0
Powered by blists - more mailing lists