Re: [PATCH 2/2] i.MX6ull evk support

2017-10-10 Thread Philipp Zabel
On Thu, 2017-09-28 at 12:13 +0200, Sascha Hauer wrote: > On Thu, Sep 28, 2017 at 11:33:32AM +0200, Lucas Stach wrote: > > Am Donnerstag, den 28.09.2017, 11:26 +0200 schrieb Sascha Hauer: > > > On Thu, Sep 28, 2017 at 11:16:15AM +0200, Lucas Stach wrote: > > > > Am Mittwoch, den 27.09.2017, 14:16

[PATCH] Marvell: implement marvell_of_reg_init

2017-10-10 Thread Clément Leger
>From ed1cbcd05d5efeb4012d77a9a4ab9c1da0449bdc Mon Sep 17 00:00:00 2001 From: Clement Leger Date: Tue, 10 Oct 2017 14:29:49 +0200 Subject: [PATCH] Marvell: implement marvell_of_reg_init Implement marvell_of_reg_init in order to use marvell,reg-init property from

[PATCH 4/5] sandbox_defconfig: enable gpio, spi, i2c and led stuff

2017-10-10 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/sandbox/configs/sandbox_defconfig | 24 +++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/arch/sandbox/configs/sandbox_defconfig b/arch/sandbox/configs/sandbox_defconfig index

[PATCH 1/5] sandbox: avoid symbol conflict for {open,read,close}dir

2017-10-10 Thread Antony Pavlov
This fixes libusb's /dev/bus/usb directory scan. Signed-off-by: Antony Pavlov --- arch/sandbox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/sandbox/Makefile b/arch/sandbox/Makefile index 8155a790eb..9d545c3b71 100644 ---

[PATCH 3/5] sandbox: parse libftdi options

2017-10-10 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/sandbox/Makefile| 2 +- arch/sandbox/os/common.c | 12 ++-- arch/sandbox/os/ftdi.c | 79 +++- 3 files changed, 89 insertions(+), 4 deletions(-) diff --git

[PATCH 2/5] sandbox: add gpio support with libftdi1

2017-10-10 Thread Antony Pavlov
Signed-off-by: Antony Pavlov --- arch/sandbox/Kconfig | 1 + arch/sandbox/Makefile | 6 +- arch/sandbox/mach-sandbox/include/mach/linux.h | 11 ++ arch/sandbox/os/Makefile | 3 +