Jean-Christophe PLAGNIOL-VILLARD wrote:
> why not using the arm led API??
>
OK. I will fix.
>> +{
>> + gpio_t *gpio6_base = (gpio_t *) OMAP34XX_GPIO6_BASE;
>> +
>> + sr32 (&gpio6_base->cleardataout, 13, 1, 1); /* red off */
>>
> we clearly need now a GPIO API it's start to be mandatory
>
>
Like what is in the kernel or something similar?
Tom