Re: [PATCH] ARM: Add Advantech imx6 board support

2018-04-06 Thread Andrey Smirnov
On Thu, Apr 5, 2018 at 6:15 AM, Christoph Fritz wrote: > Add support for Advantech i.MX6 SOM named ROM-7421. > I don't have any serious comments about this, just a bunch of nits below. > Signed-off-by: Christoph Fritz > --- >

Re: [PATCH] net: on ifup -a only detect devices when necessary

2018-04-06 Thread Lucas Stach
Am Freitag, den 06.04.2018, 15:16 +0200 schrieb Sascha Hauer: > For network boot we once used to hardcode eth0, but in latest changes > this was changed to work with different network devices and the 'ifup > eth0' was replaced with 'ifup -a' which lead to the result that we > now > detect all

Re: [PATCH] ARM: Add Advantech imx6 board support

2018-04-06 Thread Sascha Hauer
Hi Christoph, On Thu, Apr 05, 2018 at 03:15:49PM +0200, Christoph Fritz wrote: > + phy_register_fixup_for_uid(0x004dd072, 0xffef, ar8035_phy_fixup); > + > + switch (bootsource_get()) { > + case BOOTSOURCE_MMC: > + environment_path =

[PATCH 0/2] mfd: mc13xxx: ADC support

2018-04-06 Thread Andrey Gusakov
This set of pathces adds ADC support for MC13783 and MC13892 PMICs. Andrey Gusakov (2): mfd: mc13xxx: add function returning mc13xxx type aiodev: mc13xxx: add adc support drivers/aiodev/Kconfig | 6 ++ drivers/aiodev/Makefile | 1 + drivers/aiodev/mc13xxx_adc.c | 234

[PATCH 1/2] mfd: mc13xxx: add function returning mc13xxx type

2018-04-06 Thread Andrey Gusakov
Signed-off-by: Andrey Gusakov --- drivers/mfd/mc13xxx.c | 12 include/mfd/mc13xxx.h | 10 ++ 2 files changed, 22 insertions(+) diff --git a/drivers/mfd/mc13xxx.c b/drivers/mfd/mc13xxx.c index f6aa922..654313f 100644 ---

[PATCH 2/2] aiodev: mc13xxx: add adc support

2018-04-06 Thread Andrey Gusakov
Signed-off-by: Andrey Gusakov --- drivers/aiodev/Kconfig | 6 ++ drivers/aiodev/Makefile | 1 + drivers/aiodev/mc13xxx_adc.c | 234 +++ drivers/mfd/mc13xxx.c| 3 + include/mfd/mc13xxx.h|

[PATCH] video: IPUv3-LDB: demote dual-channel message to info level

2018-04-06 Thread Lucas Stach
Dual channel mode is a valid mode of operation, so there is no reason to print this at the warning level. Signed-off-by: Lucas Stach --- drivers/video/imx-ipu-v3/imx-ldb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] fb: reject enable request when framebuffer has no mode

2018-04-06 Thread Lucas Stach
If no display is connected or the display modes are incompatible with the scanout hardware we might end up with a registered framebuffer with no modes. Trying to enable such a framebuffer will blow up with NULL ptr dereferences in various places, so just don't do it. Signed-off-by: Lucas Stach

[PATCH] net: on ifup -a only detect devices when necessary

2018-04-06 Thread Sascha Hauer
For network boot we once used to hardcode eth0, but in latest changes this was changed to work with different network devices and the 'ifup eth0' was replaced with 'ifup -a' which lead to the result that we now detect all devices in order to eventually also bring up USB network adapters. In most

v2018.04.0

2018-04-06 Thread Sascha Hauer
Hi all, barebox-2018.04.0 is out. Nothing fundamentally, small improvements here and there. Sascha Aleksander Morgado (9): ratp: implement generic command support ratp: moved logic to its own subdirectory ratp: