From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v4] serial:st-asc: Add ST ASC driver. Date: Fri, 21 Jun 2013 07:53:14 -0700 Message-ID: <20130621145314.GA5110@kroah.com> References: <1371823617-17380-1-git-send-email-srinivas.kandagatla@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1371823617-17380-1-git-send-email-srinivas.kandagatla@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Srinivas KANDAGATLA Cc: Grant Likely , Rob Herring , Rob Landley , Jiri Slaby , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, Stephen Gallimore , Stuart Menefy , Arnd Bergmann List-Id: devicetree@vger.kernel.org On Fri, Jun 21, 2013 at 03:06:57PM +0100, Srinivas KANDAGATLA wrote: > From: Srinivas Kandagatla > > This patch adds support to ASC (asynchronous serial controller) > driver, which is basically a standard serial driver. This IP is common > across all the ST parts for settop box platforms. > > ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality. > It support all industry standard baud rates. > > Signed-off-by: Srinivas Kandagatla > CC: Stephen Gallimore > CC: Stuart Menefy > CC: Arnd Bergmann > CC: Greg Kroah-Hartman > --- > Hi Greg, > > As per your request am resend this patch. > > This patch is the part of the driver support for Stixxxx SOCs. > This patch undergone 3 cycles of review in arm-kernel mailing list. > As Arnd prefered to take only SOC support patches via arm-soc, am > sending this patch seperately. Please redo this patch against the tty-next branch of my tty.git tree on git.kernel.org. As it is, there are conflicts that you need to resolve in order for it to work and apply properly. thanks, greg k-h