From patchwork Fri May 29 16:28:35 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benedikt Spranger X-Patchwork-Id: 246828 List-Id: U-Boot discussion From: b.spranger at linutronix.de (Benedikt Spranger) Date: Fri, 29 May 2020 18:28:35 +0200 Subject: [PATCH 0/4] Add support for LX TestBox Message-ID: <20200529162839.3544366-1-b.spranger@linutronix.de> The Testbox board is an open hardware enhancement for the Lamobo R1 router board. The Testbox board is used in the CI-RT project to manage devices under test (https://ci-rt.linutronix.de). Add support for the LX TestBox. Benedikt Spranger (4): sunxi: pmic_bus: Refactor pmic_bus_read() and pmic_bus_write() i2c: mvtwsi: Add Allwinner sun4i compatible sunxi: pmic_bus: Add DM I2C support common: Add LX TestBox checks arch/arm/mach-sunxi/Kconfig | 15 +++++++++++ arch/arm/mach-sunxi/pmic_bus.c | 48 +++++++++++++++++++++++++--------- board/sunxi/board.c | 47 +++++++++++++++++++++++++++++++++ configs/Lamobo_R1_defconfig | 1 + drivers/i2c/mvtwsi.c | 1 + 5 files changed, 100 insertions(+), 12 deletions(-)