On 05/02/2012 03:16 PM, Gabriel Huau wrote:
> On Wed, May 02, 2012 at 01:40:35PM -0500, Scott Wood wrote:
>> On 05/02/2012 01:16 AM, Minkyu Kang wrote:
>>> Dear Marek,
>>>
>>> On 2 May 2012 11:44, Marek Vasut wrote:
>> +int gpio_set_value(unsigned gpio, int value)
>> +{
>> + unsi
On Wed, May 02, 2012 at 01:40:35PM -0500, Scott Wood wrote:
> On 05/02/2012 01:16 AM, Minkyu Kang wrote:
> > Dear Marek,
> >
> > On 2 May 2012 11:44, Marek Vasut wrote:
> +int gpio_set_value(unsigned gpio, int value)
> +{
> + unsigned l = readl(GPIO_FULLPORT(gpio));
> +
On 05/02/2012 01:16 AM, Minkyu Kang wrote:
> Dear Marek,
>
> On 2 May 2012 11:44, Marek Vasut wrote:
+int gpio_set_value(unsigned gpio, int value)
+{
+ unsigned l = readl(GPIO_FULLPORT(gpio));
+ unsigned port = GPIO_FULLPORT(gpio);
+
+ /*
+
Dear Marek,
On 2 May 2012 11:44, Marek Vasut wrote:
>> > +int gpio_set_value(unsigned gpio, int value)
>> > +{
>> > + unsigned l = readl(GPIO_FULLPORT(gpio));
>> > + unsigned port = GPIO_FULLPORT(gpio);
>> > +
>> > + /*
>> > + * All GPIO Port have a configuration on
>> >
Dear Minkyu Kang,
> Dear Gabriel Huau,
>
> On 30 April 2012 23:11, Gabriel Huau wrote:
> > It's now possible to use the gpio driver interface
> > for s3c2440. This patch add iomux definitions too.
> >
> > Signed-off-by: Gabriel Huau
> > ---
> > Changes for v2:
> >- Modification of the
Dear Gabriel Huau,
On 30 April 2012 23:11, Gabriel Huau wrote:
> It's now possible to use the gpio driver interface
> for s3c2440. This patch add iomux definitions too.
>
> Signed-off-by: Gabriel Huau
> ---
> Changes for v2:
> - Modification of the coding style
> - Add my email add
Dear Gabriel Huau,
> It's now possible to use the gpio driver interface
> for s3c2440. This patch add iomux definitions too.
All right, I guess I can't rub my sadistic reviewing pleasures on you anymore
;-)
Acked-by: Marek Vasut
>
> Signed-off-by: Gabriel Huau
> ---
> Changes for v2:
>
It's now possible to use the gpio driver interface
for s3c2440. This patch add iomux definitions too.
Signed-off-by: Gabriel Huau
---
Changes for v2:
- Modification of the coding style
- Add my email address to copyright
- Remove a typedef
- Move some defines to dr
8 matches
Mail list logo