From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] usb: atmel_usba_udc: Rework errata handling
Date: Wed, 7 Jan 2015 22:03:13 +0100 [thread overview]
Message-ID: <20150107210313.GC2447@piout.net> (raw)
In-Reply-To: <1420552022-8422-1-git-send-email-boris.brezillon@free-electrons.com>
Hi,
The whole series looks good to me, you can add my
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
On 06/01/2015 at 14:46:57 +0100, Boris Brezillon wrote :
> Hello,
>
> Here is a set of patches porting existing at91sam9rl erratum handling to
> DT and adding new code to handle at91sam9g45/9x5 erratum.
> It also adds several compatible strings to differentiate those errata.
>
> These patches should be backported to 3.17 and 3.18 stable releases but
> they do not apply cleanly on those stable branches.
> I'll send a backport of this series once it is merged in mainline.
>
> Regards,
>
> Boris
>
> Changes since v1:
> - cache INT_ENB value to speedup INT_ENB read operations
>
> Boris Brezillon (5):
> usb: atmel_usba_udc: Rework at91sam9rl errata handling
> usb: atmel_usba_udc: Add at91sam9g45 and at91sam9x5 errata handling
> ARM: at91/dt: update udc compatible strings
> usb: atmel_usba_udc: Mask status with enabled irqs
> usb: gadget: atmel_usba: Cache INT_ENB register value
>
> .../devicetree/bindings/usb/atmel-usb.txt | 5 +-
> arch/arm/boot/dts/at91sam9g45.dtsi | 2 +-
> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
> arch/arm/boot/dts/sama5d3.dtsi | 2 +-
> arch/arm/boot/dts/sama5d4.dtsi | 2 +-
> drivers/usb/gadget/udc/atmel_usba_udc.c | 146 +++++++++++++--------
> drivers/usb/gadget/udc/atmel_usba_udc.h | 9 ++
> 7 files changed, 111 insertions(+), 57 deletions(-)
>
> --
> 1.9.1
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Felipe Balbi <balbi@ti.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>,
David Laight <David.Laight@ACULAB.COM>
Subject: Re: [PATCH v2 0/5] usb: atmel_usba_udc: Rework errata handling
Date: Wed, 7 Jan 2015 22:03:13 +0100 [thread overview]
Message-ID: <20150107210313.GC2447@piout.net> (raw)
In-Reply-To: <1420552022-8422-1-git-send-email-boris.brezillon@free-electrons.com>
Hi,
The whole series looks good to me, you can add my
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
On 06/01/2015 at 14:46:57 +0100, Boris Brezillon wrote :
> Hello,
>
> Here is a set of patches porting existing at91sam9rl erratum handling to
> DT and adding new code to handle at91sam9g45/9x5 erratum.
> It also adds several compatible strings to differentiate those errata.
>
> These patches should be backported to 3.17 and 3.18 stable releases but
> they do not apply cleanly on those stable branches.
> I'll send a backport of this series once it is merged in mainline.
>
> Regards,
>
> Boris
>
> Changes since v1:
> - cache INT_ENB value to speedup INT_ENB read operations
>
> Boris Brezillon (5):
> usb: atmel_usba_udc: Rework at91sam9rl errata handling
> usb: atmel_usba_udc: Add at91sam9g45 and at91sam9x5 errata handling
> ARM: at91/dt: update udc compatible strings
> usb: atmel_usba_udc: Mask status with enabled irqs
> usb: gadget: atmel_usba: Cache INT_ENB register value
>
> .../devicetree/bindings/usb/atmel-usb.txt | 5 +-
> arch/arm/boot/dts/at91sam9g45.dtsi | 2 +-
> arch/arm/boot/dts/at91sam9x5.dtsi | 2 +-
> arch/arm/boot/dts/sama5d3.dtsi | 2 +-
> arch/arm/boot/dts/sama5d4.dtsi | 2 +-
> drivers/usb/gadget/udc/atmel_usba_udc.c | 146 +++++++++++++--------
> drivers/usb/gadget/udc/atmel_usba_udc.h | 9 ++
> 7 files changed, 111 insertions(+), 57 deletions(-)
>
> --
> 1.9.1
>
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-01-07 21:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-06 13:46 [PATCH v2 0/5] usb: atmel_usba_udc: Rework errata handling Boris Brezillon
2015-01-06 13:46 ` Boris Brezillon
2015-01-06 13:46 ` [PATCH v2 1/5] usb: atmel_usba_udc: Rework at91sam9rl " Boris Brezillon
2015-01-06 13:46 ` Boris Brezillon
2015-01-06 13:46 ` [PATCH v2 2/5] usb: atmel_usba_udc: Add at91sam9g45 and at91sam9x5 " Boris Brezillon
2015-01-06 13:46 ` Boris Brezillon
2015-01-06 13:47 ` [PATCH v2 3/5] ARM: at91/dt: update udc compatible strings Boris Brezillon
2015-01-06 13:47 ` Boris Brezillon
2015-01-06 13:47 ` [PATCH v2 4/5] usb: atmel_usba_udc: Mask status with enabled irqs Boris Brezillon
2015-01-06 13:47 ` Boris Brezillon
2015-01-06 13:47 ` [PATCH v2 5/5] usb: gadget: atmel_usba: Cache INT_ENB register value Boris Brezillon
2015-01-06 13:47 ` Boris Brezillon
2015-01-07 21:03 ` Alexandre Belloni [this message]
2015-01-07 21:03 ` [PATCH v2 0/5] usb: atmel_usba_udc: Rework errata handling Alexandre Belloni
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=20150107210313.GC2447@piout.net \
--to=alexandre.belloni@free-electrons.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.