From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965894AbcJYK5X (ORCPT ); Tue, 25 Oct 2016 06:57:23 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:49229 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965839AbcJYK5T (ORCPT ); Tue, 25 Oct 2016 06:57:19 -0400 Subject: Re: [PATCH/RFT v2 00/17] Add DT support for ohci-da8xx To: , , , , , , , , , , References: <20161024164634.4330-1-ahaslam@baylibre.com> CC: , , , From: Sekhar Nori Message-ID: <39744873-14ec-5eae-640c-10435b9eb492@ti.com> Date: Tue, 25 Oct 2016 16:25:57 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161024164634.4330-1-ahaslam@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Axel, On Monday 24 October 2016 10:16 PM, ahaslam@baylibre.com wrote: > From: Axel Haslam > > The purpose of this patch series is to add DT support and modernize > the ohci-da8xx glue driver without breaking the non-DT boot, > which is still used in unconverted davinci devices. >>From a mach-davinci perspective, there are some patches which seem to be safe to apply and some which depend on corresponding driver changes to get in. In order to speed up the process of applying this series, can you split the mach-davinci updates which are safe to apply into a separate series. For DT patches, the bindings should be accepted. For other patches, they should not be causing any regressions. Thanks, Sekhar From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH/RFT v2 00/17] Add DT support for ohci-da8xx Date: Tue, 25 Oct 2016 16:25:57 +0530 Message-ID: <39744873-14ec-5eae-640c-10435b9eb492@ti.com> References: <20161024164634.4330-1-ahaslam@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20161024164634.4330-1-ahaslam-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: ahaslam-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org, johan-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org, khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org, sshtylyov-hkdhdckH98+B+jHODAdFcQ@public.gmane.org, david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org, manjunath.goudar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, abailon-rdvid1DuHRBWk0Htik3J/w@public.gmane.org Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Axel, On Monday 24 October 2016 10:16 PM, ahaslam-rdvid1DuHRBWk0Htik3J/w@public.gmane.org wrote: > From: Axel Haslam > > The purpose of this patch series is to add DT support and modernize > the ohci-da8xx glue driver without breaking the non-DT boot, > which is still used in unconverted davinci devices. >>From a mach-davinci perspective, there are some patches which seem to be safe to apply and some which depend on corresponding driver changes to get in. In order to speed up the process of applying this series, can you split the mach-davinci updates which are safe to apply into a separate series. For DT patches, the bindings should be accepted. For other patches, they should not be causing any regressions. Thanks, Sekhar -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Tue, 25 Oct 2016 16:25:57 +0530 Subject: [PATCH/RFT v2 00/17] Add DT support for ohci-da8xx In-Reply-To: <20161024164634.4330-1-ahaslam@baylibre.com> References: <20161024164634.4330-1-ahaslam@baylibre.com> Message-ID: <39744873-14ec-5eae-640c-10435b9eb492@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Axel, On Monday 24 October 2016 10:16 PM, ahaslam at baylibre.com wrote: > From: Axel Haslam > > The purpose of this patch series is to add DT support and modernize > the ohci-da8xx glue driver without breaking the non-DT boot, > which is still used in unconverted davinci devices. >>From a mach-davinci perspective, there are some patches which seem to be safe to apply and some which depend on corresponding driver changes to get in. In order to speed up the process of applying this series, can you split the mach-davinci updates which are safe to apply into a separate series. For DT patches, the bindings should be accepted. For other patches, they should not be causing any regressions. Thanks, Sekhar