devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
To: Alexandre Belloni
	<alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
Cc: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	Boris Brezillon
	<boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
	Nicolas Ferre
	<nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
	Jean-Christophe Plagniol-Villard
	<plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>,
	Andrew Victor <linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org>,
	Greg Kroah-Hartman
	<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
	Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
	Ian Campbell
	<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
	Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 05/11] usb: gadget: at91_udc: Remove non-DT handling code
Date: Tue, 13 Jan 2015 12:35:29 -0600	[thread overview]
Message-ID: <20150113183529.GO16533@saruman> (raw)
In-Reply-To: <20150113180526.GE3843-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 822 bytes --]

On Tue, Jan 13, 2015 at 07:05:26PM +0100, Alexandre Belloni wrote:
> Hi,
> 
> On 13/01/2015 at 10:36:54 -0600, Felipe Balbi wrote :
> > > I've rebased that patch series but it depends on another one (the mfd:
> > > syscon: part of "memory: add Atmel EBI (External Bus Interface)
> > > driver") that is not taken yet so applying it now will break the
> > > build. I still hope to get it merged for 3.20 and I'll resend it as
> > > soon as possible.
> > 
> > In that case, we either take the entire series through MFD (including
> > the gadget patches) or we delay the gadget patches until all
> > dependencies have been sorted out.
> 
> I would prefer not to miss 3.20, can I resend the patches now so you can
> review and ack them? Then they could go through the mfd tree.

Sure, please do

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2015-01-13 18:35 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-03 11:31 [PATCH 00/11] usb: gadget: at91_udc: Rework for multi-platform support Boris Brezillon
2014-12-03 11:32 ` [PATCH 01/11] usb: gadget: at91_udc: Fix clock names Boris Brezillon
2014-12-03 11:32 ` [PATCH 02/11] usb: gadget: at91_udc: Drop uclk clock Boris Brezillon
2014-12-03 11:32 ` [PATCH 03/11] usb: gadget: at91_udc: Document DT clocks and clock-names property Boris Brezillon
2014-12-03 11:32 ` [PATCH 04/11] ARM: at91/dt: at91sam9261: fix clocks and clock-names in udc definition Boris Brezillon
2014-12-03 11:32 ` [PATCH 05/11] usb: gadget: at91_udc: Remove non-DT handling code Boris Brezillon
     [not found]   ` <1417606330-17753-6-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2015-01-12 21:39     ` Felipe Balbi
2015-01-12 22:53       ` Alexandre Belloni
     [not found]         ` <20150112225330.GQ2447-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-01-13 16:36           ` Felipe Balbi
2015-01-13 18:05             ` Alexandre Belloni
     [not found]               ` <20150113180526.GE3843-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2015-01-13 18:35                 ` Felipe Balbi [this message]
2014-12-03 11:32 ` [PATCH 06/11] usb: gadget: at91_udc: Simplify probe and remove functions Boris Brezillon
     [not found] ` <1417606330-17753-1-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-12-03 11:32   ` [PATCH 07/11] usb: gadget: at91_udc: Rework for multi-platform kernel support Boris Brezillon
2014-12-03 11:32   ` [PATCH 10/11] ARM: at91/dt: declare matrix node as a syscon device Boris Brezillon
2014-12-03 11:32 ` [PATCH 08/11] usb: gadget: at91_udc: Update DT binding documentation Boris Brezillon
2014-12-03 11:32 ` [PATCH 09/11] usb: gadget: at91_udc: Allocate udc instance Boris Brezillon
2014-12-03 11:32 ` [PATCH 11/11] ARM: at91/dt: fix at91 udc compatible strings Boris Brezillon

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=20150113183529.GO16533@saruman \
    --to=balbi-l0cymroini0@public.gmane.org \
    --cc=alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=arnd-r2nGTMty4D4@public.gmane.org \
    --cc=boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
    --cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
    --cc=linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
    --cc=nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
    --cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
    --cc=plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org \
    --cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).