Re: [U-Boot] [PATCH 4/9 V3] convert all at91 files to use at91_gpio driver syntax

2010-01-30 Thread Tom
Jens Scharsig wrote: > * convert all files cpu/../at91 to use at91_gpio driver syntax > * change AT91_PINP([A-F])(\d+) to AT91_PORTPIN(\1, \2), > this makes all 160 AT91_PINPxxx defines obsolete > * AT91_PINPxxx defines can be remove if all boards converted > to new SoC access > > Signed

[U-Boot] [PATCH 4/9 V3] convert all at91 files to use at91_gpio driver syntax

2010-01-23 Thread Jens Scharsig
* convert all files cpu/../at91 to use at91_gpio driver syntax * change AT91_PINP([A-F])(\d+) to AT91_PORTPIN(\1, \2), this makes all 160 AT91_PINPxxx defines obsolete * AT91_PINPxxx defines can be remove if all boards converted to new SoC access Signed-off-by: Jens Scharsig --- cpu/ar