Re: [PATCH] net: avoid assigning ethaddr to wrong devices

2018-06-25 Thread Nikita Yushchenko
25.06.2018 15:34, Sascha Hauer wrote: > Hi Nikita, > > On Fri, Jun 22, 2018 at 07:30:12PM +0300, Nikita Yushchenko wrote: >> It can happen that device tree contains ethernetN alias pointing to >> valid device, but that device is not supported by [running instance of] >> barebox. Then ethN

Re: [PATCH 0/6] RAVE SP RDU2-related changes

2018-06-25 Thread Sascha Hauer
On Sun, Jun 24, 2018 at 03:26:17PM -0700, Andrey Smirnov wrote: > Everyone: > > This is the series of loosely related RDU2/RAVE SP chagnes that bring > the following: > > - Remove old/stale RAVE SP entries from RDU2's DT > > - Adds EEPROM DT node to bind against recently accepted RAVE

Re: [PATCH] usb: imx: implement support for limiting host to full speed

2018-06-25 Thread Sascha Hauer
On Fri, Jun 22, 2018 at 07:46:57PM +0300, Nikita Yushchenko wrote: > This is needed when host is known to not work properly in high speed > mode. > > In linux, chipidea driver supports 'maximum-speed' device tree property. > When that is set to "full-speed", driver sets PFSC bit in PORTSC >

Re: [PATCH] fixup! dts: update to v4.18-rc1

2018-06-25 Thread Sascha Hauer
On Sun, Jun 24, 2018 at 03:22:31PM -0700, Andrey Smirnov wrote: > --- > > Sascha, > > In case you haven't fixed this already, I am getting a build error on > 'next' for i.MX7 due to the rename that happened as a part of "dts: > update to v4.18-rc1". This one should already be fixed, although I

Re: [PATCH 1/4] fs: devfs-core: Make use of devpath_to_name()

2018-06-25 Thread Sascha Hauer
On Sun, Jun 24, 2018 at 02:29:56PM -0700, Andrey Smirnov wrote: > Signed-off-by: Andrey Smirnov > --- > fs/devfs-core.c | 6 ++ > 1 file changed, 2 insertions(+), 4 deletions(-) Applied, thanks Sascha > > diff --git a/fs/devfs-core.c b/fs/devfs-core.c > index 6b5e6da6a..f017e1c55 100644

Re: [PATCH v2 0/2] MIPS: dts: drop skeleton.dtsi

2018-06-25 Thread Sascha Hauer
On Thu, Jun 21, 2018 at 02:21:18PM +0300, Antony Pavlov wrote: > Changes since v1 patchseries: > > * add `device_type = "memory";` to the memory node; > * split patch. > > Antony Pavlov (2): > MIPS: dts: drop skeleton.dtsi > MIPS: dts: fix dtc unit_address_vs_reg warning Applied, thanks

Re: [PATCH v2 4/4] ARM: i.MX: Add support for ZII RDU1 board

2018-06-25 Thread Lucas Stach
Am Montag, den 25.06.2018, 09:11 -0700 schrieb Andrey Smirnov: [...] > > > + > > > +/** > > > + * zii_rdu1_bbu_spi_update - RDU1 specific BBU handler > > > + * > > > > + * @handler:   BBU handler pointer passed down by BBU framework > > > > + * @data:  BBU data pointer passed down by BBU

Re: [PATCH v2 4/4] ARM: i.MX: Add support for ZII RDU1 board

2018-06-25 Thread Andrey Smirnov
On Mon, Jun 25, 2018 at 2:03 AM Lucas Stach wrote: > > Hi Andrey, > > Am Mittwoch, den 20.06.2018, 12:24 -0700 schrieb Andrey Smirnov: > > ZII RDU1 is a i.MX51 based, Babbage board derivative supported by > > upstream kernel. This commit adds support for it to Barebox. > > > > > Signed-off-by:

Re: [PATCH] net: avoid assigning ethaddr to wrong devices

2018-06-25 Thread Sascha Hauer
Hi Nikita, On Fri, Jun 22, 2018 at 07:30:12PM +0300, Nikita Yushchenko wrote: > It can happen that device tree contains ethernetN alias pointing to > valid device, but that device is not supported by [running instance of] > barebox. Then ethN remains unassigned, and can be later captured by >

Re: [PATCH v2 4/4] ARM: i.MX: Add support for ZII RDU1 board

2018-06-25 Thread Lucas Stach
Hi Andrey, Am Mittwoch, den 20.06.2018, 12:24 -0700 schrieb Andrey Smirnov: > ZII RDU1 is a i.MX51 based, Babbage board derivative supported by > upstream kernel. This commit adds support for it to Barebox. > > > Signed-off-by: Nikita Yushchenko > > Signed-off-by: Andrey Smirnov > --- >  

Re: [PATCH 01/10] Add initial RISC-V architecture support

2018-06-25 Thread Antony Pavlov
On Tue, 17 Apr 2018 08:22:55 +0200 Sascha Hauer wrote: > Hi Antony, > > On Sun, Apr 15, 2018 at 02:28:49PM +0300, Antony Pavlov wrote: > > Signed-off-by: Antony Pavlov > > --- > > diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig > > new file mode 100644 > > index 00..d65e87acd8 > >