Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752289Ab3HUGsP (ORCPT ); Wed, 21 Aug 2013 02:48:15 -0400 Received: from smtp.codeaurora.org ([198.145.11.231]:41263 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199Ab3HUGsL (ORCPT ); Wed, 21 Aug 2013 02:48:11 -0400 From: Stephen Boyd To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, David Brown , devicetree@vger.kernel.org, linux-serial@vger.kernel.org, Kumar Gala Subject: [PATCH v2 0/5] Document msm_serial bindings and support newer uartdms Date: Tue, 20 Aug 2013 23:48:01 -0700 Message-Id: <1377067686-31957-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 1.8.4.rc3.2.g2c2b664 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1923 Lines: 41 This patchset aligns the msm_serial driver more with downstream usage and also documents the msm_serial driver's DT binding. Along the way we update the clock names and add support for newer UARTDM hardware that isn't part of a GSBI and make the console layer use the extra registers in UARTDM. Changes since v1: * Dropped _clk postfix from {core,iface}_clk * Split DT binding into two files * Renamed DT binding files to match compatible strings * Fixed up DT review comments * Added new patch 5/5 (more than 1 char for UARTDM) Stephen Boyd (5): msm_serial: Switch clock consumer strings and simplify code devicetree: serial: Document msm_serial bindings msm_serial: Add support for non-GSBI UARTDM devices ARM: dts: msm: Update uartdm compatible strings msm_serial: Send more than 1 character on the console w/ UARTDM .../devicetree/bindings/serial/qcom,msm-uart.txt | 25 ++++++ .../devicetree/bindings/serial/qcom,msm-uartdm.txt | 52 +++++++++++++ arch/arm/boot/dts/msm8660-surf.dts | 2 +- arch/arm/boot/dts/msm8960-cdp.dts | 2 +- arch/arm/mach-msm/devices-msm7x00.c | 6 +- arch/arm/mach-msm/devices-msm7x30.c | 2 +- arch/arm/mach-msm/devices-qsd8x50.c | 6 +- drivers/tty/serial/msm_serial.c | 88 ++++++++++++++-------- 8 files changed, 144 insertions(+), 39 deletions(-) create mode 100644 Documentation/devicetree/bindings/serial/qcom,msm-uart.txt create mode 100644 Documentation/devicetree/bindings/serial/qcom,msm-uartdm.txt -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/