From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] at91: changes for next
Date: Fri, 09 Sep 2011 14:42:56 +0200 [thread overview]
Message-ID: <4E6A09D0.40800@atmel.com> (raw)
Hi Arnd,
Can you please pull the following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)
They are available in the git repository at:
git://github.com/at91linux/linux-at91.git at91-next
They have been present on linux-arm-kernel for some time and where recently added in linux-next.
Stephen resolved some trivial conflicts relatives to the removal of a board file (Cf:
https://lkml.org/lkml/2011/9/9/96 ).
A series by Thomas is touching the USB subsystem: ohci-at91.c but as most of changes are in the at91 directory, it makes more sense to take them in arm-soc.
Jean-Christophe PLAGNIOL-VILLARD (2):
at91: USB-A9G20 C01 & C11 board support
at91: ohci-at91: always provide all the clocks
Josef Holzmayr (1):
at91: add support for RSIs EWS board
Nico Erfurth (1):
at91: merge board USB-A9260 and USB-A9263 together
Thomas Petazzoni (3):
at91: ohci-at91: add vbus_pin_inverted platform attribute
at91: at91-ohci: support overcurrent notification
at91: at91-ohci: configure overcurrent pins as input GPIOs
arch/arm/mach-at91/Kconfig | 13 +
arch/arm/mach-at91/Makefile | 6 +-
arch/arm/mach-at91/at91cap9.c | 2 +
arch/arm/mach-at91/at91cap9_devices.c | 6 +
arch/arm/mach-at91/at91rm9200.c | 2 +
arch/arm/mach-at91/at91rm9200_devices.c | 8 +
arch/arm/mach-at91/at91sam9260.c | 2 +
arch/arm/mach-at91/at91sam9260_devices.c | 8 +
arch/arm/mach-at91/at91sam9261.c | 29 ++-
arch/arm/mach-at91/at91sam9261_devices.c | 8 +
arch/arm/mach-at91/at91sam9263.c | 2 +
arch/arm/mach-at91/at91sam9263_devices.c | 6 +
arch/arm/mach-at91/at91sam9g45.c | 2 +
arch/arm/mach-at91/at91sam9g45_devices.c | 6 +
arch/arm/mach-at91/board-rsi-ews.c | 233 ++++++++++++++++++
arch/arm/mach-at91/board-usb-a9260.c | 230 ------------------
arch/arm/mach-at91/board-usb-a9263.c | 246 -------------------
arch/arm/mach-at91/board-usb-a926x.c | 383 ++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/board.h | 5 +
arch/arm/mach-at91/include/mach/timex.h | 5 +
drivers/usb/host/ohci-at91.c | 239 +++++++++++++++++--
21 files changed, 930 insertions(+), 511 deletions(-)
create mode 100644 arch/arm/mach-at91/board-rsi-ews.c
delete mode 100644 arch/arm/mach-at91/board-usb-a9260.c
delete mode 100644 arch/arm/mach-at91/board-usb-a9263.c
create mode 100644 arch/arm/mach-at91/board-usb-a926x.c
Thanks, bye,
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
"'linux-arm-kernel@lists.infradead.org'"
<linux-arm-kernel@lists.infradead.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>,
Josef Holzmayr <holzmayr@rsi-elektrotechnik.de>,
Nico Erfurth <ne@erfurth.eu>,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
Andrew Victor <linux@maxim.org.za>
Subject: [GIT PULL] at91: changes for next
Date: Fri, 09 Sep 2011 14:42:56 +0200 [thread overview]
Message-ID: <4E6A09D0.40800@atmel.com> (raw)
Hi Arnd,
Can you please pull the following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
Linux 3.1-rc5 (2011-09-04 15:45:10 -0700)
They are available in the git repository at:
git://github.com/at91linux/linux-at91.git at91-next
They have been present on linux-arm-kernel for some time and where recently added in linux-next.
Stephen resolved some trivial conflicts relatives to the removal of a board file (Cf:
https://lkml.org/lkml/2011/9/9/96 ).
A series by Thomas is touching the USB subsystem: ohci-at91.c but as most of changes are in the at91 directory, it makes more sense to take them in arm-soc.
Jean-Christophe PLAGNIOL-VILLARD (2):
at91: USB-A9G20 C01 & C11 board support
at91: ohci-at91: always provide all the clocks
Josef Holzmayr (1):
at91: add support for RSIs EWS board
Nico Erfurth (1):
at91: merge board USB-A9260 and USB-A9263 together
Thomas Petazzoni (3):
at91: ohci-at91: add vbus_pin_inverted platform attribute
at91: at91-ohci: support overcurrent notification
at91: at91-ohci: configure overcurrent pins as input GPIOs
arch/arm/mach-at91/Kconfig | 13 +
arch/arm/mach-at91/Makefile | 6 +-
arch/arm/mach-at91/at91cap9.c | 2 +
arch/arm/mach-at91/at91cap9_devices.c | 6 +
arch/arm/mach-at91/at91rm9200.c | 2 +
arch/arm/mach-at91/at91rm9200_devices.c | 8 +
arch/arm/mach-at91/at91sam9260.c | 2 +
arch/arm/mach-at91/at91sam9260_devices.c | 8 +
arch/arm/mach-at91/at91sam9261.c | 29 ++-
arch/arm/mach-at91/at91sam9261_devices.c | 8 +
arch/arm/mach-at91/at91sam9263.c | 2 +
arch/arm/mach-at91/at91sam9263_devices.c | 6 +
arch/arm/mach-at91/at91sam9g45.c | 2 +
arch/arm/mach-at91/at91sam9g45_devices.c | 6 +
arch/arm/mach-at91/board-rsi-ews.c | 233 ++++++++++++++++++
arch/arm/mach-at91/board-usb-a9260.c | 230 ------------------
arch/arm/mach-at91/board-usb-a9263.c | 246 -------------------
arch/arm/mach-at91/board-usb-a926x.c | 383 ++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/board.h | 5 +
arch/arm/mach-at91/include/mach/timex.h | 5 +
drivers/usb/host/ohci-at91.c | 239 +++++++++++++++++--
21 files changed, 930 insertions(+), 511 deletions(-)
create mode 100644 arch/arm/mach-at91/board-rsi-ews.c
delete mode 100644 arch/arm/mach-at91/board-usb-a9260.c
delete mode 100644 arch/arm/mach-at91/board-usb-a9263.c
create mode 100644 arch/arm/mach-at91/board-usb-a926x.c
Thanks, bye,
--
Nicolas Ferre
next reply other threads:[~2011-09-09 12:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-09 12:42 Nicolas Ferre [this message]
2011-09-09 12:42 ` [GIT PULL] at91: changes for next Nicolas Ferre
2011-09-10 21:06 ` Arnd Bergmann
2011-09-10 21:06 ` Arnd Bergmann
2011-09-12 9:03 ` Nicolas Ferre
2011-09-12 9:03 ` Nicolas Ferre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E6A09D0.40800@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.