From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_ADSP_DISCARD,DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCF8AC43381 for ; Mon, 1 Apr 2019 11:57:12 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DCBF2086C for ; Mon, 1 Apr 2019 11:57:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="BKt/BgXH"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=megous.com header.i=@megous.com header.b="iuPg2zX7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DCBF2086C Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=megous.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=UtFttPWv2ItMMIDgAWJcbBQ/xEKr8sPygi8wtfqoo4U=; b=BKt/BgXHPKss1B T99Qenvy8s0gKKyUkjLg6oY7RjjkPy+FRoHUyys/d+mda55vvPEC03363F0JfAk+q688O5vNEc6Pk /MQ6OrXGoZ3Qfc2B5Go4vJPcw0tGbeQLdzQx3MPW2n49YOJR43dY+Z4lTfKYq9iIA/B3LWm3M5a5S I6nPN45Hw+dwqbNPNY8P7AMNBAHK96fjBTYkrYJBNSeYXuE2S68AcZSnMn04Rsa+NGf71DisGFu0a vfrpU8XXDarnMnY9DvfvP7x0b4L+kgYw9JBae2YyTowUZYpSY9yn7QNzJl78sGntaRtoVCskIIgq7 KgFqQMPgoQMoeVoJQZCg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAvYl-0002i8-Ut; Mon, 01 Apr 2019 11:57:03 +0000 Received: from vps.xff.cz ([195.181.215.36]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hAvY6-0001tW-6a for linux-arm-kernel@lists.infradead.org; Mon, 01 Apr 2019 11:56:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1554119779; bh=bxuBeVnSIfMTqGV0TMQjmEOwQOQrwjdZKZV67XXxtdY=; h=From:To:Cc:Subject:Date:From; b=iuPg2zX7OgrINVFdEA30/QaqmzyTI4XKk9qwgW3NnZGwaJxFyIiu/LxCeBbv4+sks LpQZVoiww2jxijttx3Oc9U/mpvZ0hu6nP1zeHxz5GwHS9CXRe/GDrbOXu/OoZTdy66 IrxhkVxRgdMUypNxd6kvYdjJxCaaT96In0gCxTZU= From: megous@megous.com To: maxime.ripard@free-electrons.com, wens@csie.org, robh@kernel.org, johan@kernel.org, mark.rutland@arm.com Subject: [PATCH v2 0/5] Add bluetooth, gps and accelerometer to TBS A711 Date: Mon, 1 Apr 2019 13:56:11 +0200 Message-Id: <20190401115616.21337-1-megous@megous.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190401_045622_402676_0C15857C X-CRM114-Status: UNSURE ( 8.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ondrej Jirman , devicetree@vger.kernel.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Ondrej Jirman This series enables some peripherals on TBS A711 tablet that already have mainline drivers: - GPS u-blox neo-6m (via gnss u-blox driver) - Bluetooth (via recently added OF support in the Broadcom bluetooth driver) - Accelermomter BMA-250 (hooked to the I2C bus) It also modifies A83T DTSI and adds missing UART interfaces. I've added additional compatible to the gnss/u-blox driver for NEO-6M, because this board uses this module, and I don't think I can use the existing compatible for u-blox,neo-m8, even as a fallback. Please take a look, and apply the patches if you have no objections. Many of the patches will go through the sunxi tree, but I'm not sure who will want to take the GPS patches. regards, Ondrej Jirman Changes in v2: - dropped already applied patches from the series (bluetooth, a83t uarts) - added /omit-if-no-ref/ to "uart2-pb-pins" - renamed node "bma250" to "accelerometer" - removed pinctrl properties that are already in base dtsi (i2c1_pins) Ondrej Jirman (5): ARM: dts: sun8i: tbs-a711: Add node for BMA250 accelerometer ARM: dts: sun8i: a83t: Add UART2 PB pins gnss: Add u-blox,neo-6m compatible dt-bindings: gnss: Add u-blox,neo-6m compatible ARM: dts: sun8i: tbs-a711: Enable UART2 (for NEO-6M GPS module) .../devicetree/bindings/gnss/u-blox.txt | 1 + arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 34 +++++++++++++++++++ arch/arm/boot/dts/sun8i-a83t.dtsi | 6 ++++ drivers/gnss/ubx.c | 1 + 4 files changed, 42 insertions(+) -- 2.21.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel