Re: [U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model

2014-10-04 Thread Chen-Yu Tsai
Hi, On Sun, Oct 5, 2014 at 1:29 AM, Simon Glass wrote: > This adds driver model support to the sunxi GPIO driver, using the device > tree to trigger binding of the driver. The driver will still operate > without driver model too. > > Signed-off-by: Simon Glass > --- > > drivers/gpio/sunxi_gpio.

[U-Boot] [PATCH 06/23] dm: sunxi: Modify the GPIO driver to support driver model

2014-10-04 Thread Simon Glass
This adds driver model support to the sunxi GPIO driver, using the device tree to trigger binding of the driver. The driver will still operate without driver model too. Signed-off-by: Simon Glass --- drivers/gpio/sunxi_gpio.c | 170 ++ include/configs