Re: [OpenWrt-Devel] [PATCH 1/8] kernel: add DT binding support to the fit parser

2018-12-30 Thread Piotr Dymacz
Hi Christian, On 11.12.2018 02:10, Christian Lamparter wrote: On Monday, December 10, 2018 10:28:22 PM CET John Crispin wrote: On 10/12/2018 16:47, Piotr Dymacz wrote: > Hi Christian, > > On 09.12.2018 16:34, Christian Lamparter wrote: >> It allows specifying default and Netgear parsers direct

Re: [OpenWrt-Devel] [PATCH 1/8] kernel: add DT binding support to the fit parser

2018-12-10 Thread Christian Lamparter
On Monday, December 10, 2018 10:28:22 PM CET John Crispin wrote: > > On 10/12/2018 16:47, Piotr Dymacz wrote: > > Hi Christian, > > > > On 09.12.2018 16:34, Christian Lamparter wrote: > >> It allows specifying default and Netgear parsers directly in the DT. > >> > >> Signed-off-by: Christian Lampa

Re: [OpenWrt-Devel] [PATCH 1/8] kernel: add DT binding support to the fit parser

2018-12-10 Thread John Crispin
On 10/12/2018 16:47, Piotr Dymacz wrote: Hi Christian, On 09.12.2018 16:34, Christian Lamparter wrote: It allows specifying default and Netgear parsers directly in the DT. Signed-off-by: Christian Lamparter ---   .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c | 6 ++   1 file

Re: [OpenWrt-Devel] [PATCH 1/8] kernel: add DT binding support to the fit parser

2018-12-10 Thread Piotr Dymacz
Hi Christian, On 09.12.2018 16:34, Christian Lamparter wrote: It allows specifying default and Netgear parsers directly in the DT. Signed-off-by: Christian Lamparter --- .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tar

[OpenWrt-Devel] [PATCH 1/8] kernel: add DT binding support to the fit parser

2018-12-09 Thread Christian Lamparter
It allows specifying default and Netgear parsers directly in the DT. Signed-off-by: Christian Lamparter --- .../linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_fit.c b/targ