From mboxrd@z Thu Jan 1 00:00:00 1970 From: Reinhard Meyer Date: Mon, 11 Apr 2011 11:13:33 +0200 Subject: [U-Boot] [PATCH 0/15] ATMEL rework In-Reply-To: <1298033414-11481-1-git-send-email-u-boot@emk-elektronik.de> References: <1298033414-11481-1-git-send-email-u-boot@emk-elektronik.de> Message-ID: <4DA2C63D.7080702@emk-elektronik.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I wrote, > These are all the reworks on the ATMEL parts done by me so far. > They are now officially posted as patches for commenting. > They are the patches found in u-boot-atmel so far, with minor > whitespace and long line fixes complained about by checkpatch. > > The following files are affected: > > (Output of git-diff-tree --stat HEAD~15 HEAD~0) > > arch/arm/cpu/arm926ejs/at91/Makefile | 1 + > arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 47 +--- > arch/arm/cpu/arm926ejs/at91/clock.c | 8 +- > arch/arm/cpu/arm926ejs/at91/cpu.c | 11 +- > arch/arm/cpu/arm926ejs/at91/eflash.c | 16 +- > arch/arm/cpu/arm926ejs/at91/led.c | 2 +- > arch/arm/cpu/arm926ejs/at91/reset.c | 4 +- > arch/arm/cpu/arm926ejs/at91/timer.c | 37 ++-- > arch/arm/include/asm/arch-at91/at91_common.h | 3 +- > arch/arm/include/asm/arch-at91/at91_pio.h | 19 +-- > arch/arm/include/asm/arch-at91/at91_rstc.h | 25 -- > arch/arm/include/asm/arch-at91/at91sam9260.h | 252 ++++++++++---------- > .../arm/include/asm/arch-at91/at91sam9260_matrix.h | 102 ++++----- > arch/arm/include/asm/arch-at91/at91sam9261.h | 187 ++++++++------- > arch/arm/include/asm/arch-at91/at91sam9263.h | 218 ++++++++--------- > arch/arm/include/asm/arch-at91/at91sam9g45.h | 225 +++++++++--------- > arch/arm/include/asm/arch-at91/gpio.h | 18 +- > arch/arm/include/asm/arch-at91/hardware.h | 96 +++----- > arch/arm/include/asm/arch-at91/io.h | 43 ---- > arch/arm/include/asm/arch-at91/memory-map.h | 36 --- > drivers/gpio/at91_gpio.c | 54 +++-- > drivers/mmc/gen_atmel_mci.c | 2 +- > drivers/net/macb.c | 14 +- > drivers/rtc/at91sam9_rtt.c | 14 +- > drivers/serial/atmel_usart.c | 28 +-- > drivers/spi/atmel_dataflash_spi.c | 94 +++++--- > drivers/spi/atmel_spi.c | 16 +- > drivers/usb/host/ohci-at91.c | 18 +- > drivers/watchdog/at91sam9_wdt.c | 6 +- > include/dataflash.h | 1 - > 30 files changed, 714 insertions(+), 883 deletions(-) Hand edited minor typos as found by Andreas Bie?mann in 05/15 and 12/15. The whole series is now applied into u-boot-atmel/next. Greetings, Reinhard