linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
@ 2018-10-25  6:44 masonccyang
  2018-10-25  6:44 ` [PATCH] mtd: rawnand: Add All " masonccyang
  2018-10-25  7:16 ` [PATCH] mtd: rawnand: Add all " Boris Brezillon
  0 siblings, 2 replies; 5+ messages in thread
From: masonccyang @ 2018-10-25  6:44 UTC (permalink / raw)
  To: boris.brezillon, miquel.raynal, richard, dwmw2,
	computersforpeace, marek.vasut, linux-mtd, linux-kernel,
	juliensu, zhengxunli
  Cc: masonccyang

From: Mason Yang <masonccyang@mxic.com.tw>

Hi Boris,
I patched this for Macronix all 1.8V AC chips.
Thanks for your review.

best regards,
Mason

Mason Yang (1):
  mtd: rawnand: Add All 1.8V AC chips have a broken
    GET_FEATURES(TIMINGS)

 drivers/mtd/nand/raw/nand_macronix.c | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] mtd: rawnand: Add All 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
  2018-10-25  6:44 [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS) masonccyang
@ 2018-10-25  6:44 ` masonccyang
  2018-11-11 20:55   ` Miquel Raynal
  2018-10-25  7:16 ` [PATCH] mtd: rawnand: Add all " Boris Brezillon
  1 sibling, 1 reply; 5+ messages in thread
From: masonccyang @ 2018-10-25  6:44 UTC (permalink / raw)
  To: boris.brezillon, miquel.raynal, richard, dwmw2,
	computersforpeace, marek.vasut, linux-mtd, linux-kernel,
	juliensu, zhengxunli
  Cc: masonccyang

From: Mason Yang <masonccyang@mxic.com.tw>

Make sure we flag all 1.8V broken chips as not supporting this features.

Signed-off-by: Mason Yang <masonccyang@mxic.com.tw>
---
 drivers/mtd/nand/raw/nand_macronix.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/mtd/nand/raw/nand_macronix.c b/drivers/mtd/nand/raw/nand_macronix.c
index 49c546c..3836544 100644
--- a/drivers/mtd/nand/raw/nand_macronix.c
+++ b/drivers/mtd/nand/raw/nand_macronix.c
@@ -33,6 +33,13 @@ static void macronix_nand_fix_broken_get_timings(struct nand_chip *chip)
 		"MX30LF4G18AC",
 		"MX30LF4G28AC",
 		"MX60LF8G18AC",
+		"MX30UF1G18AC",
+		"MX30UF1G16AC",
+		"MX30UF2G18AC",
+		"MX30UF2G16AC",
+		"MX30UF4G18AC",
+		"MX30UF4G16AC",
+		"MX30UF4G28AC",
 	};
 
 	if (!chip->parameters.supports_set_get_features)
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
  2018-10-25  6:44 [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS) masonccyang
  2018-10-25  6:44 ` [PATCH] mtd: rawnand: Add All " masonccyang
@ 2018-10-25  7:16 ` Boris Brezillon
  2018-10-25  7:17   ` Boris Brezillon
  1 sibling, 1 reply; 5+ messages in thread
From: Boris Brezillon @ 2018-10-25  7:16 UTC (permalink / raw)
  To: masonccyang
  Cc: miquel.raynal, richard, dwmw2, computersforpeace, marek.vasut,
	linux-mtd, linux-kernel, juliensu, zhengxunli

Hi Mason,

On Thu, 25 Oct 2018 14:44:30 +0800
masonccyang@mxic.com.tw wrote:

> From: Mason Yang <masonccyang@mxic.com.tw>
> 
> Hi Boris,
> I patched this for Macronix all 1.8V AC chips.
> Thanks for your review.

No need to add a cover letter when you only have patch.
 
> best regards,
> Mason
> 
> Mason Yang (1):
>   mtd: rawnand: Add All 1.8V AC chips have a broken
>     GET_FEATURES(TIMINGS)
> 
>  drivers/mtd/nand/raw/nand_macronix.c | 7 +++++++
>  1 file changed, 7 insertions(+)
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
  2018-10-25  7:16 ` [PATCH] mtd: rawnand: Add all " Boris Brezillon
@ 2018-10-25  7:17   ` Boris Brezillon
  0 siblings, 0 replies; 5+ messages in thread
From: Boris Brezillon @ 2018-10-25  7:17 UTC (permalink / raw)
  To: masonccyang
  Cc: miquel.raynal, richard, dwmw2, computersforpeace, marek.vasut,
	linux-mtd, linux-kernel, juliensu, zhengxunli

On Thu, 25 Oct 2018 09:16:53 +0200
Boris Brezillon <boris.brezillon@bootlin.com> wrote:

> Hi Mason,
> 
> On Thu, 25 Oct 2018 14:44:30 +0800
> masonccyang@mxic.com.tw wrote:
> 
> > From: Mason Yang <masonccyang@mxic.com.tw>
> > 
> > Hi Boris,
> > I patched this for Macronix all 1.8V AC chips.
> > Thanks for your review.  
> 
> No need to add a cover letter when you only have patch.

						  ^ one

>  
> > best regards,
> > Mason
> > 
> > Mason Yang (1):
> >   mtd: rawnand: Add All 1.8V AC chips have a broken
> >     GET_FEATURES(TIMINGS)
> > 
> >  drivers/mtd/nand/raw/nand_macronix.c | 7 +++++++
> >  1 file changed, 7 insertions(+)
> >   
> 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] mtd: rawnand: Add All 1.8V AC chips have a broken GET_FEATURES(TIMINGS)
  2018-10-25  6:44 ` [PATCH] mtd: rawnand: Add All " masonccyang
@ 2018-11-11 20:55   ` Miquel Raynal
  0 siblings, 0 replies; 5+ messages in thread
From: Miquel Raynal @ 2018-11-11 20:55 UTC (permalink / raw)
  To: masonccyang
  Cc: boris.brezillon, richard, dwmw2, computersforpeace, marek.vasut,
	linux-mtd, linux-kernel, juliensu, zhengxunli

Hi Mason,

masonccyang@mxic.com.tw wrote on Thu, 25 Oct 2018 14:44:31 +0800:

> From: Mason Yang <masonccyang@mxic.com.tw>
> 
> Make sure we flag all 1.8V broken chips as not supporting this features.
> 
> Signed-off-by: Mason Yang <masonccyang@mxic.com.tw>
> ---

Applied to nand/next (with the title slightly modified).

Thanks,
Miquèl

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-11-11 20:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  6:44 [PATCH] mtd: rawnand: Add all 1.8V AC chips have a broken GET_FEATURES(TIMINGS) masonccyang
2018-10-25  6:44 ` [PATCH] mtd: rawnand: Add All " masonccyang
2018-11-11 20:55   ` Miquel Raynal
2018-10-25  7:16 ` [PATCH] mtd: rawnand: Add all " Boris Brezillon
2018-10-25  7:17   ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).