]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
convert all at91 files to use at91_gpio driver syntax
authorJens Scharsig <js_at_ng@scharsoft.de>
Wed, 3 Feb 2010 21:46:46 +0000 (22:46 +0100)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 12 Feb 2010 18:31:54 +0000 (12:31 -0600)
commit7f9e8633ac9c846e7e4f867507cbd5de1bd99e0c
tree677e3131d7305d68882ff00c4e7177bff9a03d31
parentea8fbba73184a40437bdeccd888cf448d5f1105e
convert all at91 files to use at91_gpio driver syntax

* convert all files cpu/../at91 to use at91_gpio driver syntax
 * change AT91_PINP([A-F])(\d+) to AT91_PIO_PORT\1, \2
   this makes all 160 AT91_PINPxxx defines obsolete
 * AT91_PINPxxx defines and gpio.h can be remove, if all boards converted to new SoC access

Signed-off-by: Jens Scharsig <js_at_ng@scharsoft.de>
cpu/arm926ejs/at91/at91cap9_devices.c
cpu/arm926ejs/at91/at91sam9260_devices.c
cpu/arm926ejs/at91/at91sam9261_devices.c
cpu/arm926ejs/at91/at91sam9263_devices.c
cpu/arm926ejs/at91/at91sam9m10g45_devices.c
cpu/arm926ejs/at91/at91sam9rl_devices.c