Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-02 Thread Sekhar Nori
On Wednesday 02 May 2018 04:15 PM, Bartosz Golaszewski wrote: > 2018-05-01 12:29 GMT+02:00 Sekhar Nori : >> On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >>> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote:

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-02 Thread Sekhar Nori
On Wednesday 02 May 2018 04:15 PM, Bartosz Golaszewski wrote: > 2018-05-01 12:29 GMT+02:00 Sekhar Nori : >> On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >>> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: > From:

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-02 Thread Bartosz Golaszewski
2018-05-01 12:29 GMT+02:00 Sekhar Nori : > On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >>> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-02 Thread Bartosz Golaszewski
2018-05-01 12:29 GMT+02:00 Sekhar Nori : > On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >>> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski We have the 'ti,davinci-chipselect'

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 03:59 PM, Sekhar Nori wrote: > On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >>> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski We

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 03:59 PM, Sekhar Nori wrote: > On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: >> On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >>> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski We have the

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: > On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> We have the 'ti,davinci-chipselect' property in the device

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 03:23 PM, Sekhar Nori wrote: > On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: >> On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewski >>> >>> We have the 'ti,davinci-chipselect' property in the device tree, but >>> when using

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: > On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> We have the 'ti,davinci-chipselect' property in the device tree, but >> when using platform data the driver silently

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Tuesday 01 May 2018 02:55 PM, Sekhar Nori wrote: > On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> We have the 'ti,davinci-chipselect' property in the device tree, but >> when using platform data the driver silently uses the id field of >> struct

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > We have the 'ti,davinci-chipselect' property in the device tree, but > when using platform data the driver silently uses the id field of > struct platform_device as the

Re: [PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-05-01 Thread Sekhar Nori
On Monday 30 April 2018 01:54 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > We have the 'ti,davinci-chipselect' property in the device tree, but > when using platform data the driver silently uses the id field of > struct platform_device as the chipselect. This is confusing and

[PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-04-30 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We have the 'ti,davinci-chipselect' property in the device tree, but when using platform data the driver silently uses the id field of struct platform_device as the chipselect. This is confusing and we almost broke the nand support again

[PATCH 01/12] mtd: nand: davinci: store the core chipselect number in platform data

2018-04-30 Thread Bartosz Golaszewski
From: Bartosz Golaszewski We have the 'ti,davinci-chipselect' property in the device tree, but when using platform data the driver silently uses the id field of struct platform_device as the chipselect. This is confusing and we almost broke the nand support again recently after converting the