Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-02-04 Thread Jagan Teki
On Fri, Feb 1, 2019 at 1:56 PM Vignesh R wrote: > > > > On 31/01/19 8:15 PM, Jagan Teki wrote: > > On Thu, Jan 31, 2019 at 8:12 PM Tom Rini wrote: > >> > >> On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > >>> On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > Here is

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-02-01 Thread Vignesh R
On 31/01/19 8:15 PM, Jagan Teki wrote: > On Thu, Jan 31, 2019 at 8:12 PM Tom Rini wrote: >> >> On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: >>> On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: Here is the v3 of SPI NOR migration(github branch at [1]). I have

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Simon Goldschmidt
On Thu, Jan 31, 2019 at 4:02 PM Tom Rini wrote: > > On Thu, Jan 31, 2019 at 03:58:25PM +0100, Simon Goldschmidt wrote: > > On Thu, Jan 31, 2019 at 3:54 PM Tom Rini wrote: > > > > > > On Thu, Jan 31, 2019 at 08:21:29PM +0530, Jagan Teki wrote: > > > > On Thu, Jan 31, 2019 at 8:18 PM Simon

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Tom Rini
On Thu, Jan 31, 2019 at 03:58:25PM +0100, Simon Goldschmidt wrote: > On Thu, Jan 31, 2019 at 3:54 PM Tom Rini wrote: > > > > On Thu, Jan 31, 2019 at 08:21:29PM +0530, Jagan Teki wrote: > > > On Thu, Jan 31, 2019 at 8:18 PM Simon Goldschmidt > > > wrote: > > > > > > > > On Thu, Jan 31, 2019 at

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Jagan Teki
On Thu, Jan 31, 2019 at 8:24 PM Tom Rini wrote: > > On Thu, Jan 31, 2019 at 08:21:29PM +0530, Jagan Teki wrote: > > On Thu, Jan 31, 2019 at 8:18 PM Simon Goldschmidt > > wrote: > > > > > > On Thu, Jan 31, 2019 at 3:43 PM Tom Rini wrote: > > > > > > > > On Thu, Jan 31, 2019 at 08:10:53PM +0530,

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Simon Goldschmidt
On Thu, Jan 31, 2019 at 3:54 PM Tom Rini wrote: > > On Thu, Jan 31, 2019 at 08:21:29PM +0530, Jagan Teki wrote: > > On Thu, Jan 31, 2019 at 8:18 PM Simon Goldschmidt > > wrote: > > > > > > On Thu, Jan 31, 2019 at 3:43 PM Tom Rini wrote: > > > > > > > > On Thu, Jan 31, 2019 at 08:10:53PM +0530,

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Tom Rini
On Thu, Jan 31, 2019 at 08:21:29PM +0530, Jagan Teki wrote: > On Thu, Jan 31, 2019 at 8:18 PM Simon Goldschmidt > wrote: > > > > On Thu, Jan 31, 2019 at 3:43 PM Tom Rini wrote: > > > > > > On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > > > > On Tue, Jan 29, 2019 at 11:19 AM

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Jagan Teki
On Thu, Jan 31, 2019 at 8:18 PM Simon Goldschmidt wrote: > > On Thu, Jan 31, 2019 at 3:43 PM Tom Rini wrote: > > > > On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > > > On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > > > > > > > Here is the v3 of SPI NOR migration(github

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Simon Goldschmidt
On Thu, Jan 31, 2019 at 3:43 PM Tom Rini wrote: > > On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > > On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > > > > > Here is the v3 of SPI NOR migration(github branch at [1]). I have > > > retained Tested-by from v2 as this is just re

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Jagan Teki
On Thu, Jan 31, 2019 at 8:12 PM Tom Rini wrote: > > On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > > On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > > > > > Here is the v3 of SPI NOR migration(github branch at [1]). I have > > > retained Tested-by from v2 as this is just re

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Tom Rini
On Thu, Jan 31, 2019 at 08:10:53PM +0530, Jagan Teki wrote: > On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > > > Here is the v3 of SPI NOR migration(github branch at [1]). I have > > retained Tested-by from v2 as this is just re split of patches and > > minor fixups. > > > > Travis ci

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-31 Thread Jagan Teki
On Tue, Jan 29, 2019 at 11:19 AM Vignesh R wrote: > > Here is the v3 of SPI NOR migration(github branch at [1]). I have > retained Tested-by from v2 as this is just re split of patches and > minor fixups. > > Travis ci reports all green. > > Change log: > Since v2: > Split sync up patches into

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-29 Thread Tom Rini
On Tue, Jan 29, 2019 at 11:19:47AM +0530, Vignesh R wrote: > Here is the v3 of SPI NOR migration(github branch at [1]). I have > retained Tested-by from v2 as this is just re split of patches and > minor fixups. > > Travis ci reports all green. > > Change log: > Since v2: > Split sync up

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-29 Thread Simon Goldschmidt
On Tue, Jan 29, 2019 at 12:55 PM Vignesh R wrote: > > > > On 29/01/19 1:45 PM, Simon Goldschmidt wrote: > > On Tue, Jan 29, 2019 at 6:49 AM Vignesh R wrote: > >> > >> Here is the v3 of SPI NOR migration(github branch at [1]). I have > >> retained Tested-by from v2 as this is just re split of

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-29 Thread Vignesh R
On 29/01/19 1:45 PM, Simon Goldschmidt wrote: > On Tue, Jan 29, 2019 at 6:49 AM Vignesh R wrote: >> >> Here is the v3 of SPI NOR migration(github branch at [1]). I have >> retained Tested-by from v2 as this is just re split of patches and >> minor fixups. > > So re-testing is not necessary? >

Re: [U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-29 Thread Simon Goldschmidt
On Tue, Jan 29, 2019 at 6:49 AM Vignesh R wrote: > > Here is the v3 of SPI NOR migration(github branch at [1]). I have > retained Tested-by from v2 as this is just re split of patches and > minor fixups. So re-testing is not necessary? Regards, Simon > > Travis ci reports all green. > > Change

[U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework

2019-01-28 Thread Vignesh R
Here is the v3 of SPI NOR migration(github branch at [1]). I have retained Tested-by from v2 as this is just re split of patches and minor fixups. Travis ci reports all green. Change log: Since v2: Split sync up patches into smaller versions so that its easier for review. Address comments by