Dear Tom,
In message <4ac3d231.1090...@windriver.com> you wrote:
>
> I will defer to Wolfgang on this.
> Since I caused the problem, I will fix it.
It's not a problem. I just wanted to make sure we are not too narrow
with our rules.
Best regards,
Wolfgang Denk
--
DENX Software Engineering Gmb
Paulraj, Sandeep wrote:
>> Wolfgang Denk wrote:
>>> Dear Tom,
>>>
>>> In message <4ac1fe5c.4070...@windriver.com> you wrote:
> +struct davinci_gpio {
> + unsigned intdir;
> + unsigned intout_data;
> + unsigned intset_data;
> + unsigned intclr_data;
> + unsign
Dear "Paulraj, Sandeep",
In message <0554bef07d437848af01b9c9b5f0bc5d92ec0...@dlee01.ent.ti.com> you
wrote:
>
> > > Why? It is not really important here, but especially when mixing data
> > > types, TABs are preferred, as they will allow for nice vertical
> > > alignment.
> >
> > OK. TABs are p
>
> Wolfgang Denk wrote:
> > Dear Tom,
> >
> > In message <4ac1fe5c.4070...@windriver.com> you wrote:
> >>> +struct davinci_gpio {
> >>> + unsigned intdir;
> >>> + unsigned intout_data;
> >>> + unsigned intset_data;
> >>> + unsigned intclr_data;
> >>> + unsigned intin_data;
>
Wolfgang Denk wrote:
> Dear Tom,
>
> In message <4ac1fe5c.4070...@windriver.com> you wrote:
>>> +struct davinci_gpio {
>>> + unsigned intdir;
>>> + unsigned intout_data;
>>> + unsigned intset_data;
>>> + unsigned intclr_data;
>>> + unsigned intin_data;
>>> + unsigne
Dear Tom,
In message <4ac1fe5c.4070...@windriver.com> you wrote:
>
> > +struct davinci_gpio {
> > + unsigned intdir;
> > + unsigned intout_data;
> > + unsigned intset_data;
> > + unsigned intclr_data;
> > + unsigned intin_data;
> > + unsigned intset_rising;
> >
s-paul...@ti.com wrote:
> From: Sandeep Paulraj
>
> Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
> This patch adds some definitions for GPIO registers and also adds
> structures for GPIO.
> A separate header file is being added so that in future we
> can have a DaVinci GPIO driver simi
From: Sandeep Paulraj
Some DaVinci SOC's use GPIOs to enable EMAC and DM9000.
This patch adds some definitions for GPIO registers and also adds
structures for GPIO.
A separate header file is being added so that in future we
can have a DaVinci GPIO driver similer to OMAP.
Signed-off-by: Sandeep P
8 matches
Mail list logo