Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-11 Thread Andrey Jr. Melnikov
In gmane.linux.drivers.mtd Boris Brezillon wrote: > +Richard and Miquel > On Thu, 07 Nov 2019 09:20:53 + > René van Dorst wrote: > > Quoting g...@kernel.org: > > > > > From: Greg Ungerer [..skipp..] > > +CC DENG Qingfang, Chuanhong Guo, Weijie Gao to the list. > > > > Hi Greg, > > >

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
On Sun, 10 Nov 2019 12:39:19 +0100 Boris Brezillon wrote: > On Thu, 7 Nov 2019 09:40:07 +0100 > Greg KH wrote: > > > On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > > > From: Greg Ungerer > > > > > > Add a driver to support the NAND flash controller of the MediaTek MT7621

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
On Thu, 7 Nov 2019 09:40:07 +0100 Greg KH wrote: > On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > > From: Greg Ungerer > > > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > > System-on-Chip device. (This one is the MIPS based parts from Mediatek)

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
+Richard and Miquel On Thu, 07 Nov 2019 09:20:53 + René van Dorst wrote: > Quoting g...@kernel.org: > > > From: Greg Ungerer > > > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > > System-on-Chip device. (This one is the MIPS based parts from Mediatek). > > > >

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
Hi Dan, On 7/11/19 9:15 pm, Dan Carpenter wrote: This driver seems like it could be fixed up and go directly into drivers/nand/ instead of staging. Other comments below. Thanks for the feedback, much appreciated. I'll work through it and send out a v2. Regards Greg On Thu, Nov 07, 2019 at

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
On 7/11/19 7:20 pm, René van Dorst wrote: Quoting g...@kernel.org: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this h

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg Ungerer
On 7/11/19 6:40 pm, Greg KH wrote: On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Dan Carpenter
This driver seems like it could be fixed up and go directly into drivers/nand/ instead of staging. Other comments below. On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > +static int check_bch_error(struct mtd_info *mtd, u8 *buf, u32 sector, u32 > page) > +{ > + struct nand_

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread René van Dorst
Quoting g...@kernel.org: From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this hardware that have been floating around the i

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-07 Thread Greg KH
On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > From: Greg Ungerer > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > System-on-Chip device. (This one is the MIPS based parts from Mediatek). > > This code is a re-working of the earlier patches for t

[PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-06 Thread gerg
From: Greg Ungerer Add a driver to support the NAND flash controller of the MediaTek MT7621 System-on-Chip device. (This one is the MIPS based parts from Mediatek). This code is a re-working of the earlier patches for this hardware that have been floating around the internet for years: https://