Re: [Arm-netbook] getting allwinner SoC support upstream (was Re: Uploading linux (3.9.4-1))

2013-06-07 Thread Barry Song
2013/6/7 Olof Johansson : > On Thu, Jun 6, 2013 at 8:13 AM, jonsm...@gmail.com wrote: >> On Wed, Jun 5, 2013 at 7:54 PM, luke.leighton >> wrote: >>> augh. ok. solutions. what are the solutions here? >> >> Luke if you really want to fix this a good solution is to have >> Allwinner join Linaro

Re: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Barry Song
> -/* GPIO Pull-Up status */ > -#define DISABLE_PULL_UP  0 > -#define ENABLE_PULL_UP  1 > +#define U300_OUTPUT_LOW { \ > +       .output = true, \ > +       .outval = 0, \ > +} > > -#define GPIO_NOT_USED 0 > -#define GPIO_IN       1 > -#define GPIO_OUT      2 > +#define U300_OUTPUT_HIGH { \ > +