[linux-yocto] [PATCH 2/2] spi-nor: add support for mx25u51245g

2018-09-25 Thread Meng.Li
From: Marian Florea Signed-off-by: Marian Florea Signed-off-by: Meng Li --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index 8ea66cc..6eac6f1 100644 --- a/drivers/mtd/spi-nor/spi-nor.c +++

[linux-yocto] : [yocto-4.12]: intel-socfpga: driver: spi-nor: add new spi-norflash support

2018-09-25 Thread Meng.Li
From: Limeng Hi Bruce, Add 2 spi-norflash support Stratix10 SoC platform. Macronix 512Mb MX25U51245GXDI00 Macronix 2Gb MX66U2G45G patches as below: 0001-spi-nor-add-support-for-mx66u2g45g.patch 0002-spi-nor-add-support-for-mx25u51245g.patch Please help to meger the 2 patches into

[linux-yocto] [PATCH 1/2] spi-nor: add support for mx66u2g45g

2018-09-25 Thread Meng.Li
From: Marian Florea Add support for Macronix 2GB flash device. Upstream-Status: Pending Signed-off-by: Marian Florea Signed-off-by: Meng Li --- drivers/mtd/spi-nor/spi-nor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Bruce Ashfield
On 2018-09-25 11:26 AM, akuster808 wrote: On 09/25/2018 06:59 AM, Bruce Ashfield wrote: On 09/25/2018 03:32 AM, Kevin Hao wrote: Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. merged! Bruce Should I backport this to sumo ? Yes,

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread akuster808
On 09/25/2018 06:59 AM, Bruce Ashfield wrote: > On 09/25/2018 03:32 AM, Kevin Hao wrote: >> Cherry-pick three patches from yocto-4.18 branch to fix the config >> check warnings for beaglebone boards. > > merged! > > Bruce Should I backport this to sumo ? - armin > >> >> Kevin Hao (3): >>   

Re: [linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Bruce Ashfield
On 09/25/2018 03:32 AM, Kevin Hao wrote: Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. merged! Bruce Kevin Hao (3): beaglebone: Drop the obsolete kernel options beaglebone: Drop the needless unsetting of the kernel options

[linux-yocto] [PATCH 1/3] beaglebone: Drop the obsolete kernel options

2018-09-25 Thread Kevin Hao
Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg | 37 - 1 file changed, 37 deletions(-) diff --git a/bsp/beaglebone/beaglebone.cfg b/bsp/beaglebone/beaglebone.cfg index a712321297c2..ab42283c645f 100644 ---

[linux-yocto] [PATCH 3/3] beaglebone: Clean up the cfg file

2018-09-25 Thread Kevin Hao
In general we only need to enable the kernel options we really care and leave all other kernel options as is. That is to say we don't need to disable any kernel options explicitly. So drop all of them. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg |

[linux-yocto] [PATCH 2/3] beaglebone: Drop the needless unsetting of the kernel options

2018-09-25 Thread Kevin Hao
These kernel options are set to 'n' by default without any prompt. So they are not supposed to be set/unset by the users. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/beaglebone/beaglebone.cfg | 6 -- 1 file changed, 6 deletions(-) diff --git

[linux-yocto] [kernel-meta v4.14 0/3] Fix the config check warnings

2018-09-25 Thread Kevin Hao
Cherry-pick three patches from yocto-4.18 branch to fix the config check warnings for beaglebone boards. Kevin Hao (3): beaglebone: Drop the obsolete kernel options beaglebone: Drop the needless unsetting of the kernel options beaglebone: Clean up the cfg file