Re: [PATCH 2/2] memory: aemif: add support for board files

2018-04-19 Thread Bartosz Golaszewski
2018-04-19 14:09 GMT+02:00 Sekhar Nori : > On Wednesday 18 April 2018 09:05 PM, Bartosz Golaszewski wrote: >> @@ -373,15 +372,23 @@ static int aemif_probe(struct platform_device *pdev) >> goto error; >> } >> >> - /* >> - * For every controller device

Re: [PATCH 2/2] memory: aemif: add support for board files

2018-04-19 Thread Bartosz Golaszewski
2018-04-19 14:09 GMT+02:00 Sekhar Nori : > On Wednesday 18 April 2018 09:05 PM, Bartosz Golaszewski wrote: >> @@ -373,15 +372,23 @@ static int aemif_probe(struct platform_device *pdev) >> goto error; >> } >> >> - /* >> - * For every controller device node, there is a

Re: [PATCH 2/2] memory: aemif: add support for board files

2018-04-19 Thread Sekhar Nori
On Wednesday 18 April 2018 09:05 PM, Bartosz Golaszewski wrote: > @@ -373,15 +372,23 @@ static int aemif_probe(struct platform_device *pdev) > goto error; > } > > - /* > - * For every controller device node, there is a cs device node that > - * describe the bus

Re: [PATCH 2/2] memory: aemif: add support for board files

2018-04-19 Thread Sekhar Nori
On Wednesday 18 April 2018 09:05 PM, Bartosz Golaszewski wrote: > @@ -373,15 +372,23 @@ static int aemif_probe(struct platform_device *pdev) > goto error; > } > > - /* > - * For every controller device node, there is a cs device node that > - * describe the bus

[PATCH 2/2] memory: aemif: add support for board files

2018-04-18 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Currently aemif is supported in two places separately. By the platform driver in drivers/memory and by a hand crafted driver in mach-davinci. We want to drop the latter but also keep the legacy mode. Add support for board files to the aemif

[PATCH 2/2] memory: aemif: add support for board files

2018-04-18 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Currently aemif is supported in two places separately. By the platform driver in drivers/memory and by a hand crafted driver in mach-davinci. We want to drop the latter but also keep the legacy mode. Add support for board files to the aemif driver. The new structure