Re: [PATCH v3 0/9] Add DM support for atmel NAND driver

2022-12-08 Thread Michael Nazzareno Trimarchi
Hi On Fri, Dec 9, 2022 at 8:53 AM wrote: > > On 12/8/22 18:18, Michael Nazzareno Trimarchi wrote: > > Hi > > > > On Thu, Dec 8, 2022 at 5:12 PM wrote: > >> > >> On 10/25/22 13:51, Balamanikandan Gunasundar wrote: > >>> Change include: > >>> > >>> - Adapt GPIO descriptor apis for U-Boot. Use > >>

Re: [PATCH v3 0/9] Add DM support for atmel NAND driver

2022-12-08 Thread Eugen.Hristev
On 12/8/22 18:18, Michael Nazzareno Trimarchi wrote: > Hi > > On Thu, Dec 8, 2022 at 5:12 PM wrote: >> >> On 10/25/22 13:51, Balamanikandan Gunasundar wrote: >>> Change include: >>> >>> - Adapt GPIO descriptor apis for U-Boot. Use >>> gpio_request_by_name_nodev, dm_gpio_get_value etc. >>> - U

Re: [PATCH v3 0/9] Add DM support for atmel NAND driver

2022-12-08 Thread Michael Nazzareno Trimarchi
Hi On Thu, Dec 8, 2022 at 5:12 PM wrote: > > On 10/25/22 13:51, Balamanikandan Gunasundar wrote: > > Change include: > > > > - Adapt GPIO descriptor apis for U-Boot. Use > >gpio_request_by_name_nodev, dm_gpio_get_value etc. > > - Use U_BOOT_DRIVER instead of platform_driver. > > - Replace str

Re: [PATCH v3 0/9] Add DM support for atmel NAND driver

2022-12-08 Thread Eugen.Hristev
On 10/25/22 13:51, Balamanikandan Gunasundar wrote: > Change include: > > - Adapt GPIO descriptor apis for U-Boot. Use >gpio_request_by_name_nodev, dm_gpio_get_value etc. > - Use U_BOOT_DRIVER instead of platform_driver. > - Replace struct platform_device with struct udevice > - Check the stat

[PATCH v3 0/9] Add DM support for atmel NAND driver

2022-10-25 Thread Balamanikandan Gunasundar
Change include: - Adapt GPIO descriptor apis for U-Boot. Use gpio_request_by_name_nodev, dm_gpio_get_value etc. - Use U_BOOT_DRIVER instead of platform_driver. - Replace struct platform_device with struct udevice - Check the status of nfc exec operation by polling the status register instead o