Re: [U-Boot] [PATCH] WIP: tegra: Use driver model for GPIO driver

2014-05-05 Thread Simon Glass
Hi Stephen, On 5 May 2014 10:10, Stephen Warren wrote: > > On 05/02/2014 10:25 PM, Simon Glass wrote: > > Hi Stephen, > > > > On 2 May 2014 16:43, Stephen Warren wrote: > >> On 05/02/2014 02:51 PM, Simon Glass wrote: > >>> This is an implementation of GPIOs for Tegra that uses driver model. > >>

Re: [U-Boot] [PATCH] WIP: tegra: Use driver model for GPIO driver

2014-05-05 Thread Stephen Warren
On 05/02/2014 10:25 PM, Simon Glass wrote: > Hi Stephen, > > On 2 May 2014 16:43, Stephen Warren wrote: >> On 05/02/2014 02:51 PM, Simon Glass wrote: >>> This is an implementation of GPIOs for Tegra that uses driver model. >>> It is written for comment and need work and testing before it is ready

Re: [U-Boot] [PATCH] WIP: tegra: Use driver model for GPIO driver

2014-05-02 Thread Simon Glass
Hi Stephen, On 2 May 2014 16:43, Stephen Warren wrote: > On 05/02/2014 02:51 PM, Simon Glass wrote: >> This is an implementation of GPIOs for Tegra that uses driver model. >> It is written for comment and need work and testing before it is ready >> to use. >> >> Specific points for discussion: >>

Re: [U-Boot] [PATCH] WIP: tegra: Use driver model for GPIO driver

2014-05-02 Thread Stephen Warren
On 05/02/2014 02:51 PM, Simon Glass wrote: > This is an implementation of GPIOs for Tegra that uses driver model. > It is written for comment and need work and testing before it is ready > to use. > > Specific points for discussion: > > 1. I can't find much in the way of GPIO device tree bindings

[U-Boot] [PATCH] WIP: tegra: Use driver model for GPIO driver

2014-05-02 Thread Simon Glass
This is an implementation of GPIOs for Tegra that uses driver model. It is written for comment and need work and testing before it is ready to use. Specific points for discussion: 1. I can't find much in the way of GPIO device tree bindings, so ended up just creating the GPIO devices 3. Driver m