All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] USB: atmel: rework clock handling
Date: Fri, 22 May 2015 11:15:08 +0200	[thread overview]
Message-ID: <555EF39C.9030607@atmel.com> (raw)
In-Reply-To: <1426608950-31555-1-git-send-email-boris.brezillon@free-electrons.com>

Le 17/03/2015 17:15, Boris Brezillon a ?crit :
> Hello,
> 
> This series reworks clock handling in atmel USB host drivers, and while
> doing so fixes a regression introduced by 3440ef1 (ARM: at91/dt: fix USB
> high-speed clock to select UTMI).
> 
> Best Regards,
> 
> Boris
> 
> Boris Brezillon (5):
>   USB: ehci-atmel: rework clk handling
>   USB: host: ohci-at91: remove useless uclk clock

Now that these ones ^^^^ are in Linus' tree...

...these patches vvv

>   USB: atmel: update DT bindings documentation
>   ARM: at91/dt: remove useless uhpck clock references from ehci
>     defintions
>   ARM: at91/dt: remove useless usb clock

^^^^^ can be queued in at91-4.2-dt. They will go through the arm-soc route.

And BTW:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


Thanks Boris, bye.

>  .../devicetree/bindings/usb/atmel-usb.txt          | 25 ++++++++++++++++++
>  arch/arm/boot/dts/at91rm9200.dtsi                  |  4 +--
>  arch/arm/boot/dts/at91sam9260.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9261.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9263.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9g45.dtsi                 |  8 +++---
>  arch/arm/boot/dts/at91sam9n12.dtsi                 |  5 ++--
>  arch/arm/boot/dts/at91sam9x5.dtsi                  |  8 +++---
>  arch/arm/boot/dts/sama5d3.dtsi                     |  9 +++----
>  arch/arm/boot/dts/sama5d4.dtsi                     |  9 +++----
>  drivers/usb/host/ehci-atmel.c                      | 30 +++++++---------------
>  drivers/usb/host/ohci-at91.c                       | 18 +++----------
>  12 files changed, 63 insertions(+), 65 deletions(-)
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Felipe Balbi <balbi@ti.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-usb@vger.kernel.org
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Douglas Gilbert <dgilbert@interlog.com>,
	Robert Nelson <robert.nelson@digikey.com>
Subject: Re: [PATCH 0/5] USB: atmel: rework clock handling
Date: Fri, 22 May 2015 11:15:08 +0200	[thread overview]
Message-ID: <555EF39C.9030607@atmel.com> (raw)
In-Reply-To: <1426608950-31555-1-git-send-email-boris.brezillon@free-electrons.com>

Le 17/03/2015 17:15, Boris Brezillon a écrit :
> Hello,
> 
> This series reworks clock handling in atmel USB host drivers, and while
> doing so fixes a regression introduced by 3440ef1 (ARM: at91/dt: fix USB
> high-speed clock to select UTMI).
> 
> Best Regards,
> 
> Boris
> 
> Boris Brezillon (5):
>   USB: ehci-atmel: rework clk handling
>   USB: host: ohci-at91: remove useless uclk clock

Now that these ones ^^^^ are in Linus' tree...

...these patches vvv

>   USB: atmel: update DT bindings documentation
>   ARM: at91/dt: remove useless uhpck clock references from ehci
>     defintions
>   ARM: at91/dt: remove useless usb clock

^^^^^ can be queued in at91-4.2-dt. They will go through the arm-soc route.

And BTW:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


Thanks Boris, bye.

>  .../devicetree/bindings/usb/atmel-usb.txt          | 25 ++++++++++++++++++
>  arch/arm/boot/dts/at91rm9200.dtsi                  |  4 +--
>  arch/arm/boot/dts/at91sam9260.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9261.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9263.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9g45.dtsi                 |  8 +++---
>  arch/arm/boot/dts/at91sam9n12.dtsi                 |  5 ++--
>  arch/arm/boot/dts/at91sam9x5.dtsi                  |  8 +++---
>  arch/arm/boot/dts/sama5d3.dtsi                     |  9 +++----
>  arch/arm/boot/dts/sama5d4.dtsi                     |  9 +++----
>  drivers/usb/host/ehci-atmel.c                      | 30 +++++++---------------
>  drivers/usb/host/ohci-at91.c                       | 18 +++----------
>  12 files changed, 63 insertions(+), 65 deletions(-)
> 


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Felipe Balbi <balbi@ti.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	<linux-usb@vger.kernel.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Alan Stern <stern@rowland.harvard.edu>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>, <devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>,
	Douglas Gilbert <dgilbert@interlog.com>,
	Robert Nelson <robert.nelson@digikey.com>
Subject: Re: [PATCH 0/5] USB: atmel: rework clock handling
Date: Fri, 22 May 2015 11:15:08 +0200	[thread overview]
Message-ID: <555EF39C.9030607@atmel.com> (raw)
In-Reply-To: <1426608950-31555-1-git-send-email-boris.brezillon@free-electrons.com>

Le 17/03/2015 17:15, Boris Brezillon a écrit :
> Hello,
> 
> This series reworks clock handling in atmel USB host drivers, and while
> doing so fixes a regression introduced by 3440ef1 (ARM: at91/dt: fix USB
> high-speed clock to select UTMI).
> 
> Best Regards,
> 
> Boris
> 
> Boris Brezillon (5):
>   USB: ehci-atmel: rework clk handling
>   USB: host: ohci-at91: remove useless uclk clock

Now that these ones ^^^^ are in Linus' tree...

...these patches vvv

>   USB: atmel: update DT bindings documentation
>   ARM: at91/dt: remove useless uhpck clock references from ehci
>     defintions
>   ARM: at91/dt: remove useless usb clock

^^^^^ can be queued in at91-4.2-dt. They will go through the arm-soc route.

And BTW:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


Thanks Boris, bye.

>  .../devicetree/bindings/usb/atmel-usb.txt          | 25 ++++++++++++++++++
>  arch/arm/boot/dts/at91rm9200.dtsi                  |  4 +--
>  arch/arm/boot/dts/at91sam9260.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9261.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9263.dtsi                 |  4 +--
>  arch/arm/boot/dts/at91sam9g45.dtsi                 |  8 +++---
>  arch/arm/boot/dts/at91sam9n12.dtsi                 |  5 ++--
>  arch/arm/boot/dts/at91sam9x5.dtsi                  |  8 +++---
>  arch/arm/boot/dts/sama5d3.dtsi                     |  9 +++----
>  arch/arm/boot/dts/sama5d4.dtsi                     |  9 +++----
>  drivers/usb/host/ehci-atmel.c                      | 30 +++++++---------------
>  drivers/usb/host/ohci-at91.c                       | 18 +++----------
>  12 files changed, 63 insertions(+), 65 deletions(-)
> 


-- 
Nicolas Ferre

  parent reply	other threads:[~2015-05-22  9:15 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-17 16:15 [PATCH 0/5] USB: atmel: rework clock handling Boris Brezillon
2015-03-17 16:15 ` Boris Brezillon
2015-03-17 16:15 ` [PATCH 1/5] USB: ehci-atmel: rework clk handling Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 19:01   ` Alan Stern
2015-03-17 19:01     ` Alan Stern
2015-03-17 19:01     ` Alan Stern
2015-03-18 11:16     ` Nicolas Ferre
2015-03-18 11:16       ` Nicolas Ferre
2015-03-18 11:16       ` Nicolas Ferre
2015-03-18 12:28       ` Greg Kroah-Hartman
2015-03-18 12:28         ` Greg Kroah-Hartman
2015-03-18 12:28         ` Greg Kroah-Hartman
2015-03-18 19:39         ` Douglas Gilbert
2015-03-18 19:39           ` Douglas Gilbert
2015-03-17 16:15 ` [PATCH 2/5] USB: host: ohci-at91: remove useless uclk clock Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 19:02   ` Alan Stern
2015-03-17 19:02     ` Alan Stern
2015-03-17 19:02     ` Alan Stern
2015-03-23 15:55     ` Nicolas Ferre
2015-03-23 15:55       ` Nicolas Ferre
2015-03-23 15:55       ` Nicolas Ferre
2015-03-23 17:23       ` Alan Stern
2015-03-23 17:23         ` Alan Stern
2015-03-23 17:23         ` Alan Stern
2015-03-17 16:15 ` [PATCH 3/5] USB: atmel: update DT bindings documentation Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 16:15 ` [PATCH 4/5] ARM: at91/dt: remove useless uhpck clock references from ehci defintions Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-03-17 16:15 ` [PATCH 5/5] ARM: at91/dt: remove useless usb clock Boris Brezillon
2015-03-17 16:15   ` Boris Brezillon
2015-05-22  9:15 ` Nicolas Ferre [this message]
2015-05-22  9:15   ` [PATCH 0/5] USB: atmel: rework clock handling Nicolas Ferre
2015-05-22  9:15   ` 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=555EF39C.9030607@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.