* [PATCH v2 0/1] Set FORCE_CSX bit when arbitration between NAND and NOR is enabled. @ 2017-09-27 0:55 Kalyan Kinthada [not found] ` <20170927005516.28374-1-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Kalyan Kinthada @ 2017-09-27 0:55 UTC (permalink / raw) To: dwmw2-wEGCiKHe2LqWVfeAwA7xHQ, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, marek.vasut-Re5JQEeQqe8AvxtiuMwx3w, richard-/L3Ra7n9ekc, cyrille.pitchen-yU5RGvR974pGWvitb5QawA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, miquel.raynal-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, devicetree-u79uwXL29TY76Z2rM5mHXA Cc: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu, Kalyan Kinthada When the arbitration between NOR and NAND flash is enabled the <FORCE_CSX> field bit[21] in the Data Flash Control Register needs to be set to 1 according to guidleine GL-5830741. Set the FORCE_CSX bit in NDCR for ARMADA370 variants as the arbitration is always enabled by default. Changes since v1: Thanks Miquel RAYNAL for the suggestion. * Deleted: "dt-bindings: mtd: pxa3xx: Add "marvell,nand-force-csx" compatible string" Not necessary to create a new compatible string. * "mtd-nand-pxa3xx-Set-FORCE_CSX-bit-to-ARMADA370-variants" Modified commit message. This commit sets the FORCE_CSX bit for all ARMADA370 variants. ---- Kalyan Kinthada (1): mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants. drivers/mtd/nand/pxa3xx_nand.c | 7 +++++++ 1 file changed, 7 insertions(+) -- 2.14.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <20170927005516.28374-1-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>]
* [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants. [not found] ` <20170927005516.28374-1-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> @ 2017-09-27 0:55 ` Kalyan Kinthada [not found] ` <20170927005516.28374-2-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> 0 siblings, 1 reply; 5+ messages in thread From: Kalyan Kinthada @ 2017-09-27 0:55 UTC (permalink / raw) To: dwmw2-wEGCiKHe2LqWVfeAwA7xHQ, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, marek.vasut-Re5JQEeQqe8AvxtiuMwx3w, richard-/L3Ra7n9ekc, cyrille.pitchen-yU5RGvR974pGWvitb5QawA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, miquel.raynal-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, devicetree-u79uwXL29TY76Z2rM5mHXA Cc: linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu, Kalyan Kinthada When the arbitration between NOR and NAND flash is enabled the <FORCE_CSX> field bit[21] in the Data Flash Control Register needs to be set to 1 according to guidleine GL-5830741. This commit sets the FORCE_CSX bit to 1 for all ARMADA370 variants as the arbitration is always enabled by default. Signed-off-by: Kalyan Kinthada <kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> --- drivers/mtd/nand/pxa3xx_nand.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/mtd/nand/pxa3xx_nand.c b/drivers/mtd/nand/pxa3xx_nand.c index 85cff68643e0..b2753eea567c 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c +++ b/drivers/mtd/nand/pxa3xx_nand.c @@ -68,6 +68,7 @@ #define NDCR_PAGE_SZ (0x1 << 24) #define NDCR_NCSX (0x1 << 23) #define NDCR_ND_MODE (0x3 << 21) +#define NDCR_FORCE_CSX (0x1 << 21) #define NDCR_NAND_MODE (0x0) #define NDCR_CLR_PG_CNT (0x1 << 20) #define NFCV1_NDCR_ARB_CNTL (0x1 << 19) @@ -1464,6 +1465,9 @@ static int pxa3xx_nand_config_ident(struct pxa3xx_nand_info *info) info->chunk_size = PAGE_CHUNK_SIZE; info->reg_ndcr = 0x0; /* enable all interrupts */ info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; + /* Set FORCE_CSX bit for all ARMADA370 Variants. Ref#: GL-5830741*/ + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) + info->reg_ndcr |= NDCR_FORCE_CSX; info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); info->reg_ndcr |= NDCR_SPARE_EN; @@ -1498,6 +1502,9 @@ static void pxa3xx_nand_detect_config(struct pxa3xx_nand_info *info) info->reg_ndcr = ndcr & ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | NFCV1_NDCR_ARB_CNTL); info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; + /* Set FORCE_CSX bit for all ARMADA370 Variants. Ref#: GL-5830741*/ + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) + info->reg_ndcr |= NDCR_FORCE_CSX; info->ndtr0cs0 = nand_readl(info, NDTR0CS0); info->ndtr1cs0 = nand_readl(info, NDTR1CS0); } -- 2.14.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 5+ messages in thread
[parent not found: <20170927005516.28374-2-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>]
* Re: [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants. [not found] ` <20170927005516.28374-2-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> @ 2017-09-27 6:53 ` Miquel RAYNAL 2017-09-27 9:15 ` Miquel RAYNAL 0 siblings, 1 reply; 5+ messages in thread From: Miquel RAYNAL @ 2017-09-27 6:53 UTC (permalink / raw) To: Kalyan Kinthada Cc: dwmw2-wEGCiKHe2LqWVfeAwA7xHQ, computersforpeace-Re5JQEeQqe8AvxtiuMwx3w, boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, marek.vasut-Re5JQEeQqe8AvxtiuMwx3w, richard-/L3Ra7n9ekc, cyrille.pitchen-yU5RGvR974pGWvitb5QawA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8, ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu Hello Kalyan, On Wed, 27 Sep 2017 13:55:16 +1300 Kalyan Kinthada <kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> wrote: > When the arbitration between NOR and NAND flash is enabled > the <FORCE_CSX> field bit[21] in the Data Flash Control Register > needs to be set to 1 according to guidleine GL-5830741. > > This commit sets the FORCE_CSX bit to 1 for all > ARMADA370 variants as the arbitration is always enabled by default. Maybe you could mention here that this does not apply for pxa3xx variant as this bit does not exist/is reserved on the NFCv1. > > Signed-off-by: Kalyan Kinthada <kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> > --- > drivers/mtd/nand/pxa3xx_nand.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/drivers/mtd/nand/pxa3xx_nand.c > b/drivers/mtd/nand/pxa3xx_nand.c index 85cff68643e0..b2753eea567c > 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c > +++ b/drivers/mtd/nand/pxa3xx_nand.c > @@ -68,6 +68,7 @@ > #define NDCR_PAGE_SZ (0x1 << 24) > #define NDCR_NCSX (0x1 << 23) > #define NDCR_ND_MODE (0x3 << 21) > +#define NDCR_FORCE_CSX (0x1 << 21) > #define NDCR_NAND_MODE (0x0) The three lines above seems to have the same purpose. I had a look to the specs (pxa/370/375/xp/380/390), and I could not find any reference to a valid bit 22 in NDCR (it is always reserved). Maybe you could delete NDCR_ND_MODE and NDCR_NAND_MODE then ? > #define NDCR_CLR_PG_CNT (0x1 << 20) > #define NFCV1_NDCR_ARB_CNTL (0x1 << 19) > @@ -1464,6 +1465,9 @@ static int pxa3xx_nand_config_ident(struct > pxa3xx_nand_info *info) info->chunk_size = PAGE_CHUNK_SIZE; > info->reg_ndcr = 0x0; /* enable all interrupts */ > info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : > 0; > + /* Set FORCE_CSX bit for all ARMADAGL-5830741370 Variants. > Ref#: GL-5830741*/ You miss a space between "GL-5830741" and "*/". > + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) > + info->reg_ndcr |= NDCR_FORCE_CSX; > info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); > info->reg_ndcr |= NDCR_SPARE_EN; > > @@ -1498,6 +1502,9 @@ static void pxa3xx_nand_detect_config(struct > pxa3xx_nand_info *info) info->reg_ndcr = ndcr & > ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | > NFCV1_NDCR_ARB_CNTL); info->reg_ndcr |= (pdata->enable_arbiter) ? > NDCR_ND_ARB_EN : 0; > + /* Set FORCE_CSX bit for all ARMADA370 Variants. Ref#: > GL-5830741*/ Same here. > + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) > + info->reg_ndcr |= NDCR_FORCE_CSX; > info->ndtr0cs0 = nand_readl(info, NDTR0CS0); > info->ndtr1cs0 = nand_readl(info, NDTR1CS0); > } Thanks, Miquèl -- Miquel Raynal, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants. 2017-09-27 6:53 ` Miquel RAYNAL @ 2017-09-27 9:15 ` Miquel RAYNAL 2017-09-27 21:53 ` Chris Packham 0 siblings, 1 reply; 5+ messages in thread From: Miquel RAYNAL @ 2017-09-27 9:15 UTC (permalink / raw) To: Kalyan Kinthada Cc: dwmw2, computersforpeace, boris.brezillon, marek.vasut, richard, cyrille.pitchen, robh+dt, mark.rutland, ezequiel.garcia, devicetree, linux-mtd, linux-kernel, chris.packham On Wed, 27 Sep 2017 08:53:18 +0200 Miquel RAYNAL <miquel.raynal@free-electrons.com> wrote: > Hello Kalyan, > > On Wed, 27 Sep 2017 13:55:16 +1300 > Kalyan Kinthada <kalyan.kinthada@alliedtelesis.co.nz> wrote: > > > When the arbitration between NOR and NAND flash is enabled > > the <FORCE_CSX> field bit[21] in the Data Flash Control Register > > needs to be set to 1 according to guidleine GL-5830741. I forgot to ask you what is this guideline ? Is this a Marvell document ? I could not find it. The functional spec clearly states: "When NOR/NAND hardware arbiter enabled, this bit must be set" but as you mention it in the commit log and in the code it is worth knowing what your are referring to. Also, could you test if this bit introduces a regression or a speed penalty when using for instance only one NAND chip (so not using the arbiter even if it is enabled) ? To do so you may use the flash_speed tool from the mtd-utils package: http://lists.infradead.org/pipermail/linux-mtd/2017-August/076477.html Thank you, Miquèl > > > > This commit sets the FORCE_CSX bit to 1 for all > > ARMADA370 variants as the arbitration is always enabled by > > default. > > Maybe you could mention here that this does not apply for pxa3xx > variant as this bit does not exist/is reserved on the NFCv1. > > > > > Signed-off-by: Kalyan Kinthada <kalyan.kinthada@alliedtelesis.co.nz> > > --- > > drivers/mtd/nand/pxa3xx_nand.c | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/drivers/mtd/nand/pxa3xx_nand.c > > b/drivers/mtd/nand/pxa3xx_nand.c index 85cff68643e0..b2753eea567c > > 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c > > +++ b/drivers/mtd/nand/pxa3xx_nand.c > > @@ -68,6 +68,7 @@ > > #define NDCR_PAGE_SZ (0x1 << 24) > > #define NDCR_NCSX (0x1 << 23) > > #define NDCR_ND_MODE (0x3 << 21) > > +#define NDCR_FORCE_CSX (0x1 << 21) > > #define NDCR_NAND_MODE (0x0) > > The three lines above seems to have the same purpose. > I had a look to the specs (pxa/370/375/xp/380/390), and I could > not find any reference to a valid bit 22 in NDCR (it is always > reserved). Maybe you could delete NDCR_ND_MODE and > NDCR_NAND_MODE then ? > > > #define NDCR_CLR_PG_CNT (0x1 << 20) > > #define NFCV1_NDCR_ARB_CNTL (0x1 << 19) > > @@ -1464,6 +1465,9 @@ static int pxa3xx_nand_config_ident(struct > > pxa3xx_nand_info *info) info->chunk_size = PAGE_CHUNK_SIZE; > > info->reg_ndcr = 0x0; /* enable all interrupts */ > > info->reg_ndcr |= (pdata->enable_arbiter) ? > > NDCR_ND_ARB_EN : 0; > > + /* Set FORCE_CSX bit for all ARMADAGL-5830741370 Variants. > > Ref#: GL-5830741*/ > > You miss a space between "GL-5830741" and "*/". > > > + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) > > + info->reg_ndcr |= NDCR_FORCE_CSX; > > info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); > > info->reg_ndcr |= NDCR_SPARE_EN; > > > > @@ -1498,6 +1502,9 @@ static void pxa3xx_nand_detect_config(struct > > pxa3xx_nand_info *info) info->reg_ndcr = ndcr & > > ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | > > NFCV1_NDCR_ARB_CNTL); info->reg_ndcr |= (pdata->enable_arbiter) ? > > NDCR_ND_ARB_EN : 0; > > + /* Set FORCE_CSX bit for all ARMADA370 Variants. Ref#: > > GL-5830741*/ > > Same here. > > > + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) > > + info->reg_ndcr |= NDCR_FORCE_CSX; > > info->ndtr0cs0 = nand_readl(info, NDTR0CS0); > > info->ndtr1cs0 = nand_readl(info, NDTR1CS0); > > } > > > Thanks, > Miquèl > -- Miquel Raynal, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants. 2017-09-27 9:15 ` Miquel RAYNAL @ 2017-09-27 21:53 ` Chris Packham 0 siblings, 0 replies; 5+ messages in thread From: Chris Packham @ 2017-09-27 21:53 UTC (permalink / raw) To: Miquel RAYNAL, Kalyan Kinthada Cc: dwmw2@infradead.org, computersforpeace@gmail.com, boris.brezillon@free-electrons.com, marek.vasut@gmail.com, richard@nod.at, cyrille.pitchen@wedev4u.fr, robh+dt@kernel.org, mark.rutland@arm.com, ezequiel.garcia@free-electrons.com, devicetree@vger.kernel.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Hi Miquel, On 27/09/17 22:16, Miquel RAYNAL wrote: > On Wed, 27 Sep 2017 08:53:18 +0200 > Miquel RAYNAL <miquel.raynal@free-electrons.com> wrote: > >> Hello Kalyan, >> >> On Wed, 27 Sep 2017 13:55:16 +1300 >> Kalyan Kinthada <kalyan.kinthada@alliedtelesis.co.nz> wrote: >> >>> When the arbitration between NOR and NAND flash is enabled >>> the <FORCE_CSX> field bit[21] in the Data Flash Control Register >>> needs to be set to 1 according to guidleine GL-5830741. > > I forgot to ask you what is this guideline ? Is this a Marvell > document ? I could not find it. The functional spec clearly states: > "When NOR/NAND hardware arbiter enabled, this bit must be set" but as > you mention it in the commit log and in the code it is worth knowing > what your are referring to. The guideline number is from a Marvell Errata document MV-S501377-00, although this specific change is a guideline not an erratum. You'll need access to Marvell's extranet (with appropriate NDAs etc) to retrieve it. We can mention the document reference in the commit message for v3. > Also, could you test if this bit introduces a regression or a speed > penalty when using for instance only one NAND chip (so not using > the arbiter even if it is enabled) ? > > To do so you may use the flash_speed tool from the mtd-utils package: > http://lists.infradead.org/pipermail/linux-mtd/2017-August/076477.html We haven't run flash_speed (yet) but anecdotally we've seen no noticeable performance difference. > > Thank you, > Miquèl > >>> >>> This commit sets the FORCE_CSX bit to 1 for all >>> ARMADA370 variants as the arbitration is always enabled by >>> default. >> >> Maybe you could mention here that this does not apply for pxa3xx >> variant as this bit does not exist/is reserved on the NFCv1. >> >>> >>> Signed-off-by: Kalyan Kinthada <kalyan.kinthada@alliedtelesis.co.nz> >>> --- >>> drivers/mtd/nand/pxa3xx_nand.c | 7 +++++++ >>> 1 file changed, 7 insertions(+) >>> >>> diff --git a/drivers/mtd/nand/pxa3xx_nand.c >>> b/drivers/mtd/nand/pxa3xx_nand.c index 85cff68643e0..b2753eea567c >>> 100644 --- a/drivers/mtd/nand/pxa3xx_nand.c >>> +++ b/drivers/mtd/nand/pxa3xx_nand.c >>> @@ -68,6 +68,7 @@ >>> #define NDCR_PAGE_SZ (0x1 << 24) >>> #define NDCR_NCSX (0x1 << 23) >>> #define NDCR_ND_MODE (0x3 << 21) >>> +#define NDCR_FORCE_CSX (0x1 << 21) >>> #define NDCR_NAND_MODE (0x0) >> >> The three lines above seems to have the same purpose. >> I had a look to the specs (pxa/370/375/xp/380/390), and I could >> not find any reference to a valid bit 22 in NDCR (it is always >> reserved). Maybe you could delete NDCR_ND_MODE and >> NDCR_NAND_MODE then ? >> >>> #define NDCR_CLR_PG_CNT (0x1 << 20) >>> #define NFCV1_NDCR_ARB_CNTL (0x1 << 19) >>> @@ -1464,6 +1465,9 @@ static int pxa3xx_nand_config_ident(struct >>> pxa3xx_nand_info *info) info->chunk_size = PAGE_CHUNK_SIZE; >>> info->reg_ndcr = 0x0; /* enable all interrupts */ >>> info->reg_ndcr |= (pdata->enable_arbiter) ? >>> NDCR_ND_ARB_EN : 0; >>> + /* Set FORCE_CSX bit for all ARMADAGL-5830741370 Variants. >>> Ref#: GL-5830741*/ >> >> You miss a space between "GL-5830741" and "*/". >> >>> + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) >>> + info->reg_ndcr |= NDCR_FORCE_CSX; >>> info->reg_ndcr |= NDCR_RD_ID_CNT(READ_ID_BYTES); >>> info->reg_ndcr |= NDCR_SPARE_EN; >>> >>> @@ -1498,6 +1502,9 @@ static void pxa3xx_nand_detect_config(struct >>> pxa3xx_nand_info *info) info->reg_ndcr = ndcr & >>> ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | >>> NFCV1_NDCR_ARB_CNTL); info->reg_ndcr |= (pdata->enable_arbiter) ? >>> NDCR_ND_ARB_EN : 0; >>> + /* Set FORCE_CSX bit for all ARMADA370 Variants. Ref#: >>> GL-5830741*/ >> >> Same here. >> >>> + if (info->variant == PXA3XX_NAND_VARIANT_ARMADA370) >>> + info->reg_ndcr |= NDCR_FORCE_CSX; >>> info->ndtr0cs0 = nand_readl(info, NDTR0CS0); >>> info->ndtr1cs0 = nand_readl(info, NDTR1CS0); >>> } >> >> >> Thanks, >> Miquèl >> > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-27 21:53 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-09-27 0:55 [PATCH v2 0/1] Set FORCE_CSX bit when arbitration between NAND and NOR is enabled Kalyan Kinthada [not found] ` <20170927005516.28374-1-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> 2017-09-27 0:55 ` [PATCH v2 1/1] mtd: nand: pxa3xx: Set FORCE_CSX bit to ARMADA370 variants Kalyan Kinthada [not found] ` <20170927005516.28374-2-kalyan.kinthada-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> 2017-09-27 6:53 ` Miquel RAYNAL 2017-09-27 9:15 ` Miquel RAYNAL 2017-09-27 21:53 ` Chris Packham
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).