Re: [U-Boot] [PATCH 16/51] gpio: mpc85xx_gpio: Make compatible with MPC8XXX

2017-07-19 Thread Mario Six
Hi Simon, On Tue, Jul 18, 2017 at 4:02 PM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> Since the GPIO controllers on MPC8XXX just vary in the number of pins >> offered, the DM driver for the MPC85XX SoC can be used for

Re: [U-Boot] [PATCH 16/51] gpio: mpc85xx_gpio: Make compatible with MPC8XXX

2017-07-18 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > Since the GPIO controllers on MPC8XXX just vary in the number of pins > offered, the DM driver for the MPC85XX SoC can be used for the whole > family. > > To reflect this, we rename the mpc85xx_gpio driver to the more

[U-Boot] [PATCH 16/51] gpio: mpc85xx_gpio: Make compatible with MPC8XXX

2017-07-14 Thread Mario Six
Since the GPIO controllers on MPC8XXX just vary in the number of pins offered, the DM driver for the MPC85XX SoC can be used for the whole family. To reflect this, we rename the mpc85xx_gpio driver to the more generic mpc8xxx_gpio, and add the needed mpc8xxx_gpio_plat structure to the mpc83xx