| Submitter | Jean-Christophe PLAGNIOL-VILLARD |
|---|---|
| Date | Nov. 9, 2011, 3:57 p.m. |
| Message ID | <20111109155722.GA17366@game.jcrosoft.org> |
| Download | mbox |
| Permalink | /patch/124579/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/at91linux/linux-at91.git at91-fixesComments
Hi, On Wed, Nov 9, 2011 at 7:57 AM, Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> wrote: > Hi Arnd, > > this is some fixes for the 3.2 > > The following changes since commit 19e0bafc36abd84a5b4d7c7745b78a6f4626e944: > > Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux (2011-11-08 18:34:16 -0800) > > are available in the git repository at: > > git://github.com/at91linux/linux-at91.git at91-fixes Since Arnd is out this week, I'll collect the branch for -rc2. Pulled into arm-soc fixes. Thanks! -Olof
Hi Arnd, this is some fixes for the 3.2 The following changes since commit 19e0bafc36abd84a5b4d7c7745b78a6f4626e944: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux (2011-11-08 18:34:16 -0800) are available in the git repository at: git://github.com/at91linux/linux-at91.git at91-fixes Jean-Christophe PLAGNIOL-VILLARD (4): ARM: at91: usart: drop static map regs for dbgu at91: vmalloc fix missing AT91_VIRT_BASE define at91/yl-9200: Fix section mismatch atmel/spi: fix missing probe Jochen Friedrich (1): ARM: at91: Fix USBA gadget registration arch/arm/mach-at91/at91cap9_devices.c | 7 +++---- arch/arm/mach-at91/at91rm9200_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9260_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9261_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9263_devices.c | 5 ++--- arch/arm/mach-at91/at91sam9g45_devices.c | 7 +++---- arch/arm/mach-at91/at91sam9rl_devices.c | 7 +++---- arch/arm/mach-at91/board-yl-9200.c | 2 +- arch/arm/mach-at91/include/mach/vmalloc.h | 2 ++ drivers/spi/spi-atmel.c | 5 +++-- 10 files changed, 23 insertions(+), 27 deletions(-) Best Regards, J.