From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2] tty: ar933x_uart: add device tree support and binding documentation Date: Fri, 30 Aug 2013 14:13:27 -0700 Message-ID: <20130830211327.GA30138@kroah.com> References: <1377769695-27397-1-git-send-email-juhosg@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1377769695-27397-1-git-send-email-juhosg@openwrt.org> Sender: linux-serial-owner@vger.kernel.org To: Gabor Juhos Cc: linux-serial@vger.kernel.org, devicetree@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Aug 29, 2013 at 11:48:15AM +0200, Gabor Juhos wrote: > Modify the probe routine to get the port line number > from device tree if the 'of_node' is populated in the > platform device. The driver can be built as module, > thus add an OF specific module device table as well > to support module auto loading. > > This makes it possible to use the driver for AR9330 > UART devices specified in device tree. > > Cc: devicetree@vger.kernel.org > Signed-off-by: Gabor Juhos > --- > Changes since v1: > - move the doc from bindings/tty/serial to bindings/serial > > The patch is agains the 'tty-next' branch of the > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tree No it isn't, it fails to apply here :(