All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Brunet <jbrunet@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: [PATCH 0/8] pinctrl: meson: add audio output pins
Date: Thu, 23 Mar 2017 17:50:53 +0100	[thread overview]
Message-ID: <20170323165101.29262-1-jbrunet@baylibre.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Jerome Brunet <jbrunet@baylibre.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Carlo Caione <carlo@caione.org>,
	Kevin Hilman <khilman@baylibre.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>,
	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	[thread overview]
Message-ID: <20170323165101.29262-1-jbrunet@baylibre.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: jbrunet@baylibre.com (Jerome Brunet)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] pinctrl: meson: add audio output pins
Date: Thu, 23 Mar 2017 17:50:53 +0100	[thread overview]
Message-ID: <20170323165101.29262-1-jbrunet@baylibre.com> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: jbrunet@baylibre.com (Jerome Brunet)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/8] pinctrl: meson: add audio output pins
Date: Thu, 23 Mar 2017 17:50:53 +0100	[thread overview]
Message-ID: <20170323165101.29262-1-jbrunet@baylibre.com> (raw)

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

             reply	other threads:[~2017-03-23 16:50 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-23 16:50 Jerome Brunet [this message]
2017-03-23 16:50 ` [PATCH 0/8] pinctrl: meson: add audio output pins Jerome Brunet
2017-03-23 16:50 ` Jerome Brunet
2017-03-23 16:50 ` Jerome Brunet
2017-03-23 16:50 ` [PATCH 1/8] pinctrl: meson: gxbb: add i2s " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-28 13:11   ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-23 16:50 ` [PATCH 2/8] pinctrl: meson: gxbb: add spdif " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-28 13:11   ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-28 13:11     ` Linus Walleij
2017-03-23 16:50 ` [PATCH 3/8] pinctrl: meson: gxl: add i2s " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-28 13:13   ` Linus Walleij
2017-03-28 13:13     ` Linus Walleij
2017-03-28 13:13     ` Linus Walleij
2017-03-28 13:13     ` Linus Walleij
2017-03-28 13:14     ` Neil Armstrong
2017-03-28 13:14       ` Neil Armstrong
2017-03-28 13:14       ` Neil Armstrong
2017-03-28 13:14       ` Neil Armstrong
2017-03-28 13:30       ` Linus Walleij
2017-03-28 13:30         ` Linus Walleij
2017-03-28 13:30         ` Linus Walleij
2017-03-28 13:30         ` Linus Walleij
2017-03-28 14:10         ` Jerome Brunet
2017-03-28 14:10           ` Jerome Brunet
2017-03-28 14:10           ` Jerome Brunet
2017-03-28 14:10           ` Jerome Brunet
2017-03-23 16:50 ` [PATCH 4/8] pinctrl: meson: gxl: add spdif " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-28 13:14   ` Linus Walleij
2017-03-28 13:14     ` Linus Walleij
2017-03-28 13:14     ` Linus Walleij
2017-03-28 13:14     ` Linus Walleij
2017-03-23 16:50 ` [PATCH 5/8] ARM64: dts: meson-gxbb: add i2s " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-28 13:15   ` Linus Walleij
2017-03-28 13:15     ` Linus Walleij
2017-03-28 13:15     ` Linus Walleij
2017-03-28 13:15     ` Linus Walleij
     [not found]     ` <CACRpkdYYqX=qkLyvRMAPMyqvwg0=NHpq1GXRnTyZbd=L2cna9g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-28 15:34       ` Jerome Brunet
2017-03-28 15:34         ` Jerome Brunet
2017-03-28 15:34         ` Jerome Brunet
2017-03-28 15:34         ` Jerome Brunet
2017-03-23 16:50 ` [PATCH 6/8] ARM64: dts: meson-gxbb: add spdif " Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:50   ` Jerome Brunet
2017-03-23 16:51 ` [PATCH 7/8] ARM64: dts: meson-gxl: add i2s " Jerome Brunet
2017-03-23 16:51   ` Jerome Brunet
2017-03-23 16:51   ` Jerome Brunet
2017-03-23 16:51   ` Jerome Brunet
     [not found] ` <20170323165101.29262-1-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-03-23 16:51   ` [PATCH 8/8] ARM64: dts: meson-gxl: add spdif " Jerome Brunet
2017-03-23 16:51     ` Jerome Brunet
2017-03-23 16:51     ` Jerome Brunet
2017-03-23 16:51     ` Jerome Brunet
2017-03-24 19:52   ` [PATCH 0/8] pinctrl: meson: add audio " Kevin Hilman
2017-03-24 19:52     ` Kevin Hilman
2017-03-24 19:52     ` Kevin Hilman
2017-03-24 19:52     ` Kevin Hilman
2017-03-24 21:23     ` Jerome Brunet
2017-03-24 21:23       ` Jerome Brunet
2017-03-24 21:23       ` Jerome Brunet
2017-03-24 21:23       ` Jerome Brunet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170323165101.29262-1-jbrunet@baylibre.com \
    --to=jbrunet@baylibre.com \
    --cc=carlo@caione.org \
    --cc=devicetree@vger.kernel.org \
    --cc=khilman@baylibre.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.