Re: [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO

2013-04-29 Thread Michal Simek
On 04/27/2013 05:45 PM, Simon Glass wrote: > Hi Michal, > > On Wed, Apr 24, 2013 at 1:27 AM, Michal Simek wrote: >> Microblaze uses gpio which is connected to the system reset. >> Currently gpio subsystem wasn't used for it. >> >> Add gpio driver and change Microblaze reset logic to be done >> vi

Re: [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO

2013-04-27 Thread Simon Glass
Hi Michal, On Wed, Apr 24, 2013 at 1:27 AM, Michal Simek wrote: > Microblaze uses gpio which is connected to the system reset. > Currently gpio subsystem wasn't used for it. > > Add gpio driver and change Microblaze reset logic to be done > via gpio subsystem. > > There are various configurations