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
> -/* 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 { \
> +
2 matches
Mail list logo