Re: [PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select

2019-04-18 Thread Miquel Raynal
Hi Anders,

Anders Roxell  wrote on Thu, 18 Apr 2019
06:39:06 +0200:

> On Tue, 16 Apr 2019 at 23:53, Miquel Raynal  wrote:
> >
> > Hi Anders,
> >
> > Anders Roxell  wrote on Wed, 10 Apr 2019
> > 21:58:51 +0200:
> >  
> > > Config fragments should not have the prefix 'CONFIG_'.
> > >
> > > Rework to remove the prefix 'CONFIG_' from 'CONFIG_MTD_NAND_ECC_SW_BCH'.
> > >
> > > Fixes: 51ef1d0b2095 ("mtd: nand: Clarify Kconfig entry for software BCH 
> > > ECC algorithm")
> > > Signed-off-by: Anders Roxell 
> > > ---  
> >
> > Thanks for both patches, do you mind if I squash these with the faulty
> > commits which are still in nand/next?  
> 
> That is fine by me.
> 
> Cheers,
> Anders


Thanks, I squashed this one and applied the second one.

Thanks,
Miquèl


Re: [PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select

2019-04-17 Thread Anders Roxell
On Tue, 16 Apr 2019 at 23:53, Miquel Raynal  wrote:
>
> Hi Anders,
>
> Anders Roxell  wrote on Wed, 10 Apr 2019
> 21:58:51 +0200:
>
> > Config fragments should not have the prefix 'CONFIG_'.
> >
> > Rework to remove the prefix 'CONFIG_' from 'CONFIG_MTD_NAND_ECC_SW_BCH'.
> >
> > Fixes: 51ef1d0b2095 ("mtd: nand: Clarify Kconfig entry for software BCH ECC 
> > algorithm")
> > Signed-off-by: Anders Roxell 
> > ---
>
> Thanks for both patches, do you mind if I squash these with the faulty
> commits which are still in nand/next?

That is fine by me.

Cheers,
Anders


Re: [PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select

2019-04-16 Thread Miquel Raynal
Hi Anders,

Anders Roxell  wrote on Wed, 10 Apr 2019
21:58:51 +0200:

> Config fragments should not have the prefix 'CONFIG_'.
> 
> Rework to remove the prefix 'CONFIG_' from 'CONFIG_MTD_NAND_ECC_SW_BCH'.
> 
> Fixes: 51ef1d0b2095 ("mtd: nand: Clarify Kconfig entry for software BCH ECC 
> algorithm")
> Signed-off-by: Anders Roxell 
> ---

Thanks for both patches, do you mind if I squash these with the faulty
commits which are still in nand/next?

Thanks,
Miquèl


[PATCH 1/2] mtd: nand: Kconfig: correct the MTD_NAND_ECC_SW_BCH select

2019-04-10 Thread Anders Roxell
Config fragments should not have the prefix 'CONFIG_'.

Rework to remove the prefix 'CONFIG_' from 'CONFIG_MTD_NAND_ECC_SW_BCH'.

Fixes: 51ef1d0b2095 ("mtd: nand: Clarify Kconfig entry for software BCH ECC 
algorithm")
Signed-off-by: Anders Roxell 
---
 drivers/mtd/devices/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 7fcdaf6c279d..f9258d666846 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -207,7 +207,7 @@ comment "Disk-On-Chip Device Drivers"
 config MTD_DOCG3
tristate "M-Systems Disk-On-Chip G3"
select BCH
-   select BCH_CONST_PARAMS if !CONFIG_MTD_NAND_ECC_SW_BCH
+   select BCH_CONST_PARAMS if !MTD_NAND_ECC_SW_BCH
select BITREVERSE
help
  This provides an MTD device driver for the M-Systems DiskOnChip
-- 
2.20.1