Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-05-03 Thread Sekhar Nori
Hi Boris, On Monday 30 April 2018 10:17 PM, Boris Brezillon wrote: > On Mon, 30 Apr 2018 18:45:06 +0200 > Bartosz Golaszewski wrote: > >> 2018-04-30 12:09 GMT+02:00 Boris Brezillon : >>> Hi Bartosz, >>> >>> On Mon, 30 Apr 2018 10:24:41 +0200 >>> Bartosz Golaszewski wrote: >>> From: Bartosz

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-05-01 Thread Boris Brezillon
On Tue, 1 May 2018 16:01:42 +0530 Sekhar Nori wrote: > On Monday 30 April 2018 03:39 PM, Boris Brezillon wrote: > > Hi Bartosz, > > > > On Mon, 30 Apr 2018 10:24:41 +0200 > > Bartosz Golaszewski wrote: > > > >> From: Bartosz Golaszewski > >> > >> We have the 'ti,davinci-chipselect' property

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-05-01 Thread Sekhar Nori
On Monday 30 April 2018 03:39 PM, Boris Brezillon wrote: > Hi Bartosz, > > On Mon, 30 Apr 2018 10:24:41 +0200 > 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 us

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-05-01 Thread Sekhar Nori
On Monday 30 April 2018 10:17 PM, Boris Brezillon wrote: > On Mon, 30 Apr 2018 18:45:06 +0200 > Bartosz Golaszewski wrote: > >> 2018-04-30 12:09 GMT+02:00 Boris Brezillon : >>> Hi Bartosz, >>> >>> On Mon, 30 Apr 2018 10:24:41 +0200 >>> Bartosz Golaszewski wrote: >>> From: Bartosz Golaszewsk

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-04-30 Thread Boris Brezillon
On Mon, 30 Apr 2018 18:45:06 +0200 Bartosz Golaszewski wrote: > 2018-04-30 12:09 GMT+02:00 Boris Brezillon : > > Hi Bartosz, > > > > On Mon, 30 Apr 2018 10:24:41 +0200 > > Bartosz Golaszewski wrote: > > > >> From: Bartosz Golaszewski > >> > >> We have the 'ti,davinci-chipselect' property in the

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-04-30 Thread Bartosz Golaszewski
2018-04-30 12:09 GMT+02:00 Boris Brezillon : > Hi Bartosz, > > On Mon, 30 Apr 2018 10:24:41 +0200 > 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 fiel

Re: [PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

2018-04-30 Thread Boris Brezillon
Hi Bartosz, On Mon, 30 Apr 2018 10:24:41 +0200 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

[PATCH 00/12] mtd: nand: davinci: stop using pdev->id as chipselect

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 pla