Re: [U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM

2018-07-23 Thread Stefan Herbrechtsmeier
Hi Michal, Am 23.07.2018 um 13:43 schrieb Michal Simek: On 20.7.2018 22:05, Stefan Herbrechtsmeier wrote: Am 13.07.2018 um 17:20 schrieb Michal Simek: This patch is enabling GPIO_DM support to have an option to use this driver together with zynq gpio driver. !DM part is kept there till Microbl

Re: [U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM

2018-07-23 Thread Michal Simek
Hi, On 20.7.2018 22:05, Stefan Herbrechtsmeier wrote: > Hi Michal, > > Am 13.07.2018 um 17:20 schrieb Michal Simek: >> This patch is enabling GPIO_DM support to have an option to use this >> driver together with zynq gpio driver. >> !DM part is kept there till Microblaze is cleanup which will be

Re: [U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM

2018-07-20 Thread Stefan Herbrechtsmeier
Hi Michal, Am 13.07.2018 um 17:20 schrieb Michal Simek: This patch is enabling GPIO_DM support to have an option to use this driver together with zynq gpio driver. !DM part is kept there till Microblaze is cleanup which will be done hopefully soon. Just a note: There is no reason to initialize

[U-Boot] [PATCH v2] gpio: xilinx: Convert driver to DM

2018-07-13 Thread Michal Simek
This patch is enabling GPIO_DM support to have an option to use this driver together with zynq gpio driver. !DM part is kept there till Microblaze is cleanup which will be done hopefully soon. Just a note: There is no reason to initialize uc-priv->name because it is completely unused. Signed-off-