From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2] at91: USBA DT support / drivers update for 3.11 #1
Date: Mon, 3 Jun 2013 19:10:03 +0200 [thread overview]
Message-ID: <51ACCDEB.8000803@atmel.com> (raw)
In-Reply-To: <1370279139-7181-1-git-send-email-nicolas.ferre@atmel.com>
On 03/06/2013 19:05, Nicolas Ferre :
> Arnd, Olof,
>
> This is a rework of the previous pull-request done by Jean-Christophe
> PLAGNIOL-VILLARD last week ([GIT PULL] at91: USBA DT support for 3.11).
> You should see that this material is based on the cleanup branch that you
> already have in arm-soc/at91/cleanup.
>
> This adds the DT support for USBA gadget driver present in the most recent
> AT91 SoCs.
> As agreed with Arnd and Felipe we send these drivers updates via arm-soc.
>
> Thanks, best regards,
>
> The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:
>
> ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)
>
> are available in the git repository at:
>
> git://github.com/at91linux/linux-at91.git tags/at91-drivers
>
> for you to fetch changes up to a375f12dde25a7e89acd75d066d0225657d7dfc2:
>
> ARM: at91: sam9m10g45ek add udc DT support (2013-05-24 07:15:20 +0800)
>
> ----------------------------------------------------------------
> Adding the DT support to UBB gadget High-Speed aka usba.
---------------------------^^^
Typo corrected in "at91-drivers" tag pushed now! (sorry for the noise).
> It updates the driver and all device tree files
>
> ----------------------------------------------------------------
> Jean-Christophe PLAGNIOL-VILLARD (7):
> USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc
> USB: gadget: atmel_usba: allow multi instance
> USB: gadget: atmel_usba: add DT support
> ARM: at91: sam9x5 add udc DT support
> ARM: at91: sam9x5ek add udc DT support
> ARM: at91: sam9g45 add udc DT support
> ARM: at91: sam9m10g45ek add udc DT support
>
> .../devicetree/bindings/usb/atmel-usb.txt | 82 +++++++
> arch/arm/boot/dts/at91sam9g45.dtsi | 62 +++++
> arch/arm/boot/dts/at91sam9m10g45ek.dts | 5 +
> arch/arm/boot/dts/at91sam9x5.dtsi | 62 +++++
> arch/arm/boot/dts/at91sam9x5ek.dtsi | 5 +
> arch/arm/mach-at91/at91sam9g45.c | 2 +
> arch/arm/mach-at91/at91sam9x5.c | 2 +
> drivers/usb/gadget/Kconfig | 2 +-
> drivers/usb/gadget/atmel_usba_udc.c | 264 ++++++++++++++-------
> drivers/usb/gadget/atmel_usba_udc.h | 2 +
> 10 files changed, 407 insertions(+), 81 deletions(-)
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: Linux Kernel list <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [GIT PULL v2] at91: USBA DT support / drivers update for 3.11 #1
Date: Mon, 3 Jun 2013 19:10:03 +0200 [thread overview]
Message-ID: <51ACCDEB.8000803@atmel.com> (raw)
In-Reply-To: <1370279139-7181-1-git-send-email-nicolas.ferre@atmel.com>
On 03/06/2013 19:05, Nicolas Ferre :
> Arnd, Olof,
>
> This is a rework of the previous pull-request done by Jean-Christophe
> PLAGNIOL-VILLARD last week ([GIT PULL] at91: USBA DT support for 3.11).
> You should see that this material is based on the cleanup branch that you
> already have in arm-soc/at91/cleanup.
>
> This adds the DT support for USBA gadget driver present in the most recent
> AT91 SoCs.
> As agreed with Arnd and Felipe we send these drivers updates via arm-soc.
>
> Thanks, best regards,
>
> The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199:
>
> ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200)
>
> are available in the git repository at:
>
> git://github.com/at91linux/linux-at91.git tags/at91-drivers
>
> for you to fetch changes up to a375f12dde25a7e89acd75d066d0225657d7dfc2:
>
> ARM: at91: sam9m10g45ek add udc DT support (2013-05-24 07:15:20 +0800)
>
> ----------------------------------------------------------------
> Adding the DT support to UBB gadget High-Speed aka usba.
---------------------------^^^
Typo corrected in "at91-drivers" tag pushed now! (sorry for the noise).
> It updates the driver and all device tree files
>
> ----------------------------------------------------------------
> Jean-Christophe PLAGNIOL-VILLARD (7):
> USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc
> USB: gadget: atmel_usba: allow multi instance
> USB: gadget: atmel_usba: add DT support
> ARM: at91: sam9x5 add udc DT support
> ARM: at91: sam9x5ek add udc DT support
> ARM: at91: sam9g45 add udc DT support
> ARM: at91: sam9m10g45ek add udc DT support
>
> .../devicetree/bindings/usb/atmel-usb.txt | 82 +++++++
> arch/arm/boot/dts/at91sam9g45.dtsi | 62 +++++
> arch/arm/boot/dts/at91sam9m10g45ek.dts | 5 +
> arch/arm/boot/dts/at91sam9x5.dtsi | 62 +++++
> arch/arm/boot/dts/at91sam9x5ek.dtsi | 5 +
> arch/arm/mach-at91/at91sam9g45.c | 2 +
> arch/arm/mach-at91/at91sam9x5.c | 2 +
> drivers/usb/gadget/Kconfig | 2 +-
> drivers/usb/gadget/atmel_usba_udc.c | 264 ++++++++++++++-------
> drivers/usb/gadget/atmel_usba_udc.h | 2 +
> 10 files changed, 407 insertions(+), 81 deletions(-)
>
--
Nicolas Ferre
next prev parent reply other threads:[~2013-06-03 17:10 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-26 8:34 [GIT PULL] at91: USBA DT support for 3.11 Jean-Christophe PLAGNIOL-VILLARD
2013-06-01 4:55 ` Olof Johansson
2013-06-03 17:05 ` [GIT PULL v2] at91: USBA DT support / drivers update for 3.11 #1 Nicolas Ferre
2013-06-03 17:05 ` Nicolas Ferre
2013-06-03 17:10 ` Nicolas Ferre [this message]
2013-06-03 17:10 ` Nicolas Ferre
2013-06-11 23:48 ` Olof Johansson
2013-06-11 23:48 ` Olof Johansson
2013-06-14 21:46 ` Nicolas Ferre
2013-06-14 21:46 ` Nicolas Ferre
2013-06-14 22:02 ` [GIT PULL v3] " Nicolas Ferre
2013-06-14 22:02 ` Nicolas Ferre
2013-06-15 2:03 ` Olof Johansson
2013-06-15 2:03 ` Olof Johansson
2013-06-17 9:05 ` Ferre, Nicolas
2013-06-17 9:05 ` RE : " Ferre, Nicolas
2013-06-14 22:47 ` [GIT PULL] at91: Device Tree update for 3.11 #2 Nicolas Ferre
2013-06-14 22:47 ` Nicolas Ferre
2013-06-15 1:52 ` Olof Johansson
2013-06-15 1:52 ` Olof Johansson
2013-06-17 8:34 ` Ferre, Nicolas
2013-06-17 8:34 ` RE : " Ferre, Nicolas
2013-06-17 16:56 ` Olof Johansson
2013-06-17 16:56 ` RE : " Olof Johansson
2013-06-18 8:05 ` Nicolas Ferre
2013-06-18 8:05 ` RE : " 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=51ACCDEB.8000803@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.