From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 06 Nov 2014 19:49:27 +0100 (CET) Received: from mail.linuxfoundation.org ([140.211.169.12]:35034 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S27012802AbaKFStZmBvTn (ORCPT ); Thu, 6 Nov 2014 19:49:25 +0100 Received: from localhost (c-24-22-230-10.hsd1.wa.comcast.net [24.22.230.10]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 9BF607D6; Thu, 6 Nov 2014 18:49:18 +0000 (UTC) Date: Thu, 6 Nov 2014 10:49:18 -0800 From: Greg KH To: Kevin Cernekee Cc: jslaby@suse.cz, robh@kernel.org, grant.likely@linaro.org, arnd@arndb.de, geert@linux-m68k.org, f.fainelli@gmail.com, mbizon@freebox.fr, jogo@openwrt.org, linux-mips@linux-mips.org, linux-serial@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH V3 00/10] bcm63xx_uart and of-serial updates Message-ID: <20141106184918.GA2279@kroah.com> References: <1413930186-23168-1-git-send-email-cernekee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1413930186-23168-1-git-send-email-cernekee@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 43884 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: gregkh@linuxfoundation.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips On Tue, Oct 21, 2014 at 03:22:56PM -0700, Kevin Cernekee wrote: > V2->V3: > > Change DT clock node based on review feedback (thanks Arnd!) > > Rebase on Linus' master branch > > > Kevin Cernekee (10): > tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other > platforms > tty: serial: bcm63xx: Add support for unnamed clock outputs from DT > tty: serial: bcm63xx: Update the Kconfig help text > tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION > Documentation: DT: Add entries for bcm63xx UART > tty: serial: bcm63xx: Enable DT earlycon support > tty: serial: bcm63xx: Eliminate unnecessary request/release functions > tty: serial: of-serial: Suppress warnings if OF earlycon is invoked > twice > tty: serial: of-serial: Allow OF earlycon to default to "on" > MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver > > .../devicetree/bindings/serial/bcm63xx-uart.txt | 30 ++++++++++++ > MAINTAINERS | 6 +++ > drivers/of/fdt.c | 17 +++++-- > drivers/tty/serial/Kconfig | 30 ++++++++---- > drivers/tty/serial/bcm63xx_uart.c | 55 +++++++++++++--------- > include/linux/serial_bcm63xx.h | 2 - > 6 files changed, 104 insertions(+), 36 deletions(-) > create mode 100644 Documentation/devicetree/bindings/serial/bcm63xx-uart.txt I've applied 8 of these patches, not patches 08 or 09 at this time. thanks, greg k-h