Re: [U-Boot] [PATCH 2/2] dm: gpio: introduce 74x164 driver

2016-04-10 Thread Peng Fan
Hi Simon, Thanks for reviewing. On Sat, Apr 09, 2016 at 12:33:40PM -0600, Simon Glass wrote: >Hi Peng, > >On 21 March 2016 at 02:29, Peng Fan wrote: >> Introduce driver to support "fairchild,74hc595" devices. >> 1. Take linux drivers/drivers/gpio/gpio-74x164.c as reference. >> 2. Following the n

Re: [U-Boot] [PATCH 2/2] dm: gpio: introduce 74x164 driver

2016-04-09 Thread Simon Glass
Hi Peng, On 21 March 2016 at 02:29, Peng Fan wrote: > Introduce driver to support "fairchild,74hc595" devices. > 1. Take linux drivers/drivers/gpio/gpio-74x164.c as reference. > 2. Following the naming used in Linux driver with gen_7x164 as the prefix. > 3. Enable CONFIG_DM_74X164 to use this dri

[U-Boot] [PATCH 2/2] dm: gpio: introduce 74x164 driver

2016-03-21 Thread Peng Fan
Introduce driver to support "fairchild,74hc595" devices. 1. Take linux drivers/drivers/gpio/gpio-74x164.c as reference. 2. Following the naming used in Linux driver with gen_7x164 as the prefix. 3. Enable CONFIG_DM_74X164 to use this driver. 4. Follow Documentation/devicetree/bindings/gpio/gpio-74x