Messages in this thread |  | | | From | Nicolas Ferre <> | | Subject | [PATCH 0/5] at91: Introduction of at91sam9g10 SOC | | Date | Thu, 18 Jun 2009 18:16:07 +0200 |
| |
AT91sam9g10 is an ARM 926ej-s SOC. It is an evolution of the at91sam9261 with a faster clock speed: 266/133MHz.
This patchset is relying on the integration of at91sam9g45 already posted. Here is the patch series that you will have to take into account before applying those patches.
clock.c changes: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=5438/1
9g45 introduction: http://lkml.org/lkml/2009/6/4/77 http://lkml.org/lkml/2009/6/4/76 http://lkml.org/lkml/2009/6/4/78
--- arch/arm/mach-at91/Kconfig | 25 +++++++++++++- arch/arm/mach-at91/Makefile | 2 + arch/arm/mach-at91/at91sam9261.c | 22 ++++++++++++- arch/arm/mach-at91/board-sam9261ek.c | 14 ++++++++ arch/arm/mach-at91/clock.c | 6 ++- arch/arm/mach-at91/include/mach/at91sam9261.h | 3 ++ arch/arm/mach-at91/include/mach/cpu.h | 7 ++++ arch/arm/mach-at91/include/mach/hardware.h | 2 +- arch/arm/mach-at91/include/mach/timex.h | 5 +++ arch/arm/mach-at91/pm.c | 3 +- drivers/usb/gadget/at91_udc.c | 6 ++-- drivers/usb/host/ohci-at91.c | 10 +++--- drivers/video/Kconfig | 4 +- drivers/video/atmel_lcdfb.c | 6 ++- drivers/video/backlight/Kconfig | 2 +- 15 files changed, 97 insertions(+), 20 deletions(-)
|  |