Re: [U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

2017-08-21 Thread Dr. Philipp Tomsich
> On 18 Aug 2017, at 20:14, Paweł Jarosz wrote: > > Hi, > > > W dniu 18.08.2017 o 14:45, Philipp Tomsich pisze: >> >> >> On Thu, 17 Aug 2017, Paweł Jarosz wrote: >> >>> Add basic Rockchip nand driver. >>> >>> Driver in current state has 16, 24, 40, 60 per 1024B

Re: [U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

2017-08-21 Thread Philipp Tomsich
> Add basic Rockchip nand driver. > > Driver in current state has 16, 24, 40, 60 per 1024B BCH/ECC ability and 8 > bit asynchronous flash interface support. Other features will come later. > > Signed-off-by: Paweł Jarosz > --- > Changes since v1: > - none > >

Re: [U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

2017-08-18 Thread Paweł Jarosz
Hi, W dniu 18.08.2017 o 14:45, Philipp Tomsich pisze: On Thu, 17 Aug 2017, Paweł Jarosz wrote: Add basic Rockchip nand driver. Driver in current state has 16, 24, 40, 60 per 1024B BCH/ECC ability and 8 bit asynchronous flash interface support. Other features will come later.

Re: [U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

2017-08-18 Thread Philipp Tomsich
> Add basic Rockchip nand driver. > > Driver in current state has 16, 24, 40, 60 per 1024B BCH/ECC ability and 8 > bit asynchronous flash interface support. Other features will come later. > > Signed-off-by: Paweł Jarosz > --- > Changes since v1: > - none > >

Re: [U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

2017-08-18 Thread Philipp Tomsich
On Thu, 17 Aug 2017, Paweł Jarosz wrote: Add basic Rockchip nand driver. Driver in current state has 16, 24, 40, 60 per 1024B BCH/ECC ability and 8 bit asynchronous flash interface support. Other features will come later. Signed-off-by: Paweł Jarosz --- Changes