Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965121AbdCWQxw (ORCPT ); Thu, 23 Mar 2017 12:53:52 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:36556 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754797AbdCWQvH (ORCPT ); Thu, 23 Mar 2017 12:51:07 -0400 From: Jerome Brunet To: Linus Walleij , Carlo Caione , Kevin Hilman Cc: Jerome Brunet , linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/8] pinctrl: meson: add audio output pins Date: Thu, 23 Mar 2017 17:50:53 +0100 Message-Id: <20170323165101.29262-1-jbrunet@baylibre.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 25 This patchset adds the pinctrl definition and the related device-tree bindings of the i2s output and spdif output pins on the meson gxbb and gxl SoCs. This is part of the ongoing work to bring audio output suppot on the meson family. It was tested on the gxbb p200 and gxl p230. Jerome Brunet (8): pinctrl: meson: gxbb: add i2s output pins pinctrl: meson: gxbb: add spdif output pins pinctrl: meson: gxl: add i2s output pins pinctrl: meson: gxl: add spdif output pins ARM64: dts: meson-gxbb: add i2s output pins ARM64: dts: meson-gxbb: add spdif output pins ARM64: dts: meson-gxl: add i2s output pins ARM64: dts: meson-gxl: add spdif output pins arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 84 +++++++++++++++++++++++++++++ arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 83 ++++++++++++++++++++++++++++ drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 49 +++++++++++++++++ drivers/pinctrl/meson/pinctrl-meson-gxl.c | 49 +++++++++++++++++ 4 files changed, 265 insertions(+) -- 2.9.3