From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v3 0/4] TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x UART Date: Wed, 11 Jan 2017 09:06:30 +0100 Message-ID: <20170111080630.GA28580@kroah.com> References: <1483642460-6891-1-git-send-email-david@lechnology.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1483642460-6891-1-git-send-email-david@lechnology.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: David Lechner Cc: Mark Rutland , devicetree@vger.kernel.org, Axel Haslam , Kevin Hilman , Jiri Slaby , Sekhar Nori , linux-kernel@vger.kernel.org, Bartosz Golaszewski , Rob Herring , Alexandre Bailon , linux-serial@vger.kernel.org, Santosh Shilimkar , Franklin S Cooper Jr , linux-arm-kernel@lists.infradead.org List-Id: linux-serial@vger.kernel.org On Thu, Jan 05, 2017 at 12:54:16PM -0600, David Lechner wrote: > This series adds a new UART port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x > UART. These SoCs have a non-standard register for UART power management that > needs special handling in the UART driver. > > Greg, the first two patches will need to go through your tree. Sekhar and > Santosh will pick up the 3 and 4 patches respectively. Ok, I've now taken those two. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Wed, 11 Jan 2017 09:06:30 +0100 Subject: [PATCH v3 0/4] TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x UART In-Reply-To: <1483642460-6891-1-git-send-email-david@lechnology.com> References: <1483642460-6891-1-git-send-email-david@lechnology.com> Message-ID: <20170111080630.GA28580@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 05, 2017 at 12:54:16PM -0600, David Lechner wrote: > This series adds a new UART port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x > UART. These SoCs have a non-standard register for UART power management that > needs special handling in the UART driver. > > Greg, the first two patches will need to go through your tree. Sekhar and > Santosh will pick up the 3 and 4 patches respectively. Ok, I've now taken those two. thanks, greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965282AbdAKIHk (ORCPT ); Wed, 11 Jan 2017 03:07:40 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:34196 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753099AbdAKIGU (ORCPT ); Wed, 11 Jan 2017 03:06:20 -0500 Date: Wed, 11 Jan 2017 09:06:30 +0100 From: Greg Kroah-Hartman To: David Lechner Cc: Sekhar Nori , Santosh Shilimkar , Franklin S Cooper Jr , Rob Herring , Mark Rutland , Kevin Hilman , Axel Haslam , Alexandre Bailon , Bartosz Golaszewski , Jiri Slaby , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/4] TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x UART Message-ID: <20170111080630.GA28580@kroah.com> References: <1483642460-6891-1-git-send-email-david@lechnology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483642460-6891-1-git-send-email-david@lechnology.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 05, 2017 at 12:54:16PM -0600, David Lechner wrote: > This series adds a new UART port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx/66AK2x > UART. These SoCs have a non-standard register for UART power management that > needs special handling in the UART driver. > > Greg, the first two patches will need to go through your tree. Sekhar and > Santosh will pick up the 3 and 4 patches respectively. Ok, I've now taken those two. thanks, greg k-h