From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH 0/4] Device Tree probing for bcm63xx-uart Date: Wed, 19 Feb 2014 15:22:43 -0800 Message-ID: <1392852167-26243-1-git-send-email-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Sender: linux-serial-owner@vger.kernel.org To: linux-serial@vger.kernel.org Cc: devicetree@vger.kernel.org, mbizon@freebox.fr, jogo@openwrt.org, gregkh@linuxfoundation.org, Florian Fainelli List-Id: devicetree@vger.kernel.org Hi Greg, This patchset make the bcm63xx_uart architecture agnostic such that it can be built on something else than MIPS now. Finally it adds support for Device Tree probing to the driver along with a DT binding documentation. I would appreciate if this could go via your tree for consistency. Thanks! Florian Fainelli (4): tty: serial: bcm63xx_uart: include linux/io.h tty: serial: bcm63xx_uart: define UART_REG_SIZE constant tty: serial: bcm63xx_uart: add support for DT probing Documentation: devicetree: add bindings documentation for bcm63xx-uart .../devicetree/bindings/serial/bcm63xx-uart.txt | 24 ++++++++++++++++++++++ drivers/tty/serial/bcm63xx_uart.c | 16 +++++++++++++-- include/linux/serial_bcm63xx.h | 2 ++ 3 files changed, 40 insertions(+), 2 deletions(-) create mode 100644 Documentation/devicetree/bindings/serial/bcm63xx-uart.txt -- 1.8.3.2