* [GIT PULL] arm soc tree, at91 patches for 3.0
@ 2011-07-04 21:53 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2011-07-04 21:53 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
This is the first pull request for the new arm-soc tree. These are all bug
fixes for the at91 subarchitecture that we'd still like to see merged in 3.0.
Arnd
The following changes since commit c66a86d0cdce3bad2da794f114cc37377d242c3d:
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 (2011-07-01 16:38:59 -0700)
are available in the git repository at:
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-soc.git/ at91/fixes
Jean-Christophe PLAGNIOL-VILLARD (3):
at91: fix at91_set_serial_console: use platform device id
atmel_serial: fix internal port num
at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl
Joachim Eastwood (1):
at91: Use "pclk" as con_id on at91cap9 and at91rm9200
Nicolas Ferre (1):
AT91: Change nand buswidth logic to match hardware default configuration
arch/arm/mach-at91/at91cap9.c | 8 ++++----
arch/arm/mach-at91/at91cap9_devices.c | 2 +-
arch/arm/mach-at91/at91rm9200.c | 6 +++---
arch/arm/mach-at91/at91rm9200_devices.c | 2 +-
arch/arm/mach-at91/at91sam9260_devices.c | 2 +-
arch/arm/mach-at91/at91sam9261_devices.c | 2 +-
arch/arm/mach-at91/at91sam9263_devices.c | 2 +-
arch/arm/mach-at91/at91sam9g45.c | 10 +++++-----
arch/arm/mach-at91/at91sam9g45_devices.c | 2 +-
arch/arm/mach-at91/at91sam9rl.c | 4 ++--
arch/arm/mach-at91/at91sam9rl_devices.c | 2 +-
arch/arm/mach-at91/board-cap9adk.c | 2 +-
arch/arm/mach-at91/board-sam9260ek.c | 2 +-
arch/arm/mach-at91/board-sam9261ek.c | 2 +-
arch/arm/mach-at91/board-sam9263ek.c | 2 +-
arch/arm/mach-at91/board-sam9g20ek.c | 2 +-
arch/arm/mach-at91/board-sam9m10g45ek.c | 2 +-
arch/arm/mach-at91/include/mach/system_rev.h | 10 +++++-----
drivers/tty/serial/atmel_serial.c | 3 ++-
19 files changed, 34 insertions(+), 33 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] arm soc tree, at91 patches for 3.0
@ 2011-07-04 21:53 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2011-07-04 21:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-arm-kernel, linux-kernel, Jean-Christophe PLAGNIOL-VILLARD,
Nicolas Ferre, Andrew Victor, Nicolas Pitre, tglx
Hi Linus,
This is the first pull request for the new arm-soc tree. These are all bug
fixes for the at91 subarchitecture that we'd still like to see merged in 3.0.
Arnd
The following changes since commit c66a86d0cdce3bad2da794f114cc37377d242c3d:
Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 (2011-07-01 16:38:59 -0700)
are available in the git repository at:
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-2.6-arm-soc.git/ at91/fixes
Jean-Christophe PLAGNIOL-VILLARD (3):
at91: fix at91_set_serial_console: use platform device id
atmel_serial: fix internal port num
at91: fix udc, ehci and mmc clock device name for cap9/9g45/9rl
Joachim Eastwood (1):
at91: Use "pclk" as con_id on at91cap9 and at91rm9200
Nicolas Ferre (1):
AT91: Change nand buswidth logic to match hardware default configuration
arch/arm/mach-at91/at91cap9.c | 8 ++++----
arch/arm/mach-at91/at91cap9_devices.c | 2 +-
arch/arm/mach-at91/at91rm9200.c | 6 +++---
arch/arm/mach-at91/at91rm9200_devices.c | 2 +-
arch/arm/mach-at91/at91sam9260_devices.c | 2 +-
arch/arm/mach-at91/at91sam9261_devices.c | 2 +-
arch/arm/mach-at91/at91sam9263_devices.c | 2 +-
arch/arm/mach-at91/at91sam9g45.c | 10 +++++-----
arch/arm/mach-at91/at91sam9g45_devices.c | 2 +-
arch/arm/mach-at91/at91sam9rl.c | 4 ++--
arch/arm/mach-at91/at91sam9rl_devices.c | 2 +-
arch/arm/mach-at91/board-cap9adk.c | 2 +-
arch/arm/mach-at91/board-sam9260ek.c | 2 +-
arch/arm/mach-at91/board-sam9261ek.c | 2 +-
arch/arm/mach-at91/board-sam9263ek.c | 2 +-
arch/arm/mach-at91/board-sam9g20ek.c | 2 +-
arch/arm/mach-at91/board-sam9m10g45ek.c | 2 +-
arch/arm/mach-at91/include/mach/system_rev.h | 10 +++++-----
drivers/tty/serial/atmel_serial.c | 3 ++-
19 files changed, 34 insertions(+), 33 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-04 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 21:53 [GIT PULL] arm soc tree, at91 patches for 3.0 Arnd Bergmann
2011-07-04 21:53 ` Arnd Bergmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.