Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-10-01 Thread York Sun
On 08/22/2018 06:15 PM, ying.zhang22...@nxp.com wrote: > From: Zhang Ying-22455 > > * Add mpc8xxx_gpio_plat for for Layerscape SoC > * Make the mpc8xxx driver capable of handling Layerscape Soc. > > Signed-off-by: Zhang Ying-22455 > --- > arch/arm/include/asm/arch-fsl-layerscape/gpio.h|

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-10-01 Thread York Sun
On 08/22/2018 06:15 PM, ying.zhang22...@nxp.com wrote: > From: Zhang Ying-22455 > > * Add mpc8xxx_gpio_plat for for Layerscape SoC > * Make the mpc8xxx driver capable of handling Layerscape Soc. > > Signed-off-by: Zhang Ying-22455 > --- > arch/arm/include/asm/arch-fsl-layerscape/gpio.h|

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-09-27 Thread Ying Zhang
Hi, York, I prefer not to rename it. This is consistent with Linux kernel. -Original Message- From: York Sun Sent: 2018年9月22日 5:06 To: Ying Zhang Cc: u-boot@lists.denx.de Subject: Re: [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC On 08/23/2018 08:27 AM, York Sun

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-09-21 Thread York Sun
On 08/23/2018 08:27 AM, York Sun wrote: > On 08/22/2018 06:15 PM, ying.zhang22...@nxp.com wrote: >> From: Zhang Ying-22455 >> >> * Add mpc8xxx_gpio_plat for for Layerscape SoC >> * Make the mpc8xxx driver capable of handling Layerscape Soc. >> > > > This looks weird. Why don't you rename

Re: [U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-08-23 Thread York Sun
On 08/22/2018 06:15 PM, ying.zhang22...@nxp.com wrote: > From: Zhang Ying-22455 > > * Add mpc8xxx_gpio_plat for for Layerscape SoC > * Make the mpc8xxx driver capable of handling Layerscape Soc. > This looks weird. Why don't you rename mpc8xxx_gpio driver to be generic? York

[U-Boot] [PATCH 01/18] gpio: mpc8xxx: add support for Layerscape SoC

2018-08-22 Thread ying . zhang22455
From: Zhang Ying-22455 * Add mpc8xxx_gpio_plat for for Layerscape SoC * Make the mpc8xxx driver capable of handling Layerscape Soc. Signed-off-by: Zhang Ying-22455 --- arch/arm/include/asm/arch-fsl-layerscape/gpio.h| 24 ++