linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: b.galvani@gmail.com (Beniamino Galvani)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH 0/4] Amlogic Meson pinctrl driver for u-boot
Date: Tue, 16 Aug 2016 11:49:46 +0200	[thread overview]
Message-ID: <1471340990-16247-1-git-send-email-b.galvani@gmail.com> (raw)

Hi,

these patches add a pinctrl driver for Meson GXBB and enable
Ethernet support through the device tree.

Beniamino Galvani (4):
  pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes
  arm: dts: update DTS files for meson-gxbb and odroid-c2
  pinctrl: add driver for meson-gxbb pin controller
  meson: odroid-c2: enable Ethernet support through the device tree

 arch/arm/dts/meson-gxbb-odroidc2.dts               |  19 +
 arch/arm/dts/meson-gxbb.dtsi                       | 170 +++++++-
 arch/arm/include/asm/arch-meson/gxbb.h             |   3 -
 board/amlogic/odroid-c2/odroid-c2.c                |  13 -
 configs/odroid-c2_defconfig                        |   3 +
 drivers/net/designware.c                           |   1 +
 drivers/pinctrl/Kconfig                            |   1 +
 drivers/pinctrl/Makefile                           |   1 +
 drivers/pinctrl/meson/Kconfig                      |  11 +
 drivers/pinctrl/meson/Makefile                     |   6 +
 drivers/pinctrl/meson/pinctrl-meson-gxbb.c         | 432 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.c              | 179 +++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |  74 ++++
 drivers/pinctrl/pinctrl-generic.c                  |   6 +-
 include/dt-bindings/gpio/meson-gxbb-gpio.h         | 154 ++++++++
 .../dt-bindings/reset/amlogic,meson-gxbb-reset.h   | 210 ++++++++++
 16 files changed, 1264 insertions(+), 19 deletions(-)
 create mode 100644 drivers/pinctrl/meson/Kconfig
 create mode 100644 drivers/pinctrl/meson/Makefile
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-gxbb.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson.h
 create mode 100644 include/dt-bindings/gpio/meson-gxbb-gpio.h
 create mode 100644 include/dt-bindings/reset/amlogic,meson-gxbb-reset.h

-- 
2.7.4

             reply	other threads:[~2016-08-16  9:49 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16  9:49 Beniamino Galvani [this message]
2016-08-16  9:49 ` [PATCH 1/4] pinctrl: generic: scan for "pins" and "groups" properties in sub-nodes Beniamino Galvani
2016-08-18  3:44   ` Simon Glass
2016-08-19  9:19   ` [U-Boot] " Masahiro Yamada
2016-09-07 17:57   ` [U-Boot, " Tom Rini
2016-08-16  9:49 ` [PATCH 2/4] arm: dts: update DTS files for meson-gxbb and odroid-c2 Beniamino Galvani
2016-08-18  3:44   ` Simon Glass
2016-09-07 17:57   ` [U-Boot,2/4] " Tom Rini
2016-08-16  9:49 ` [PATCH 3/4] pinctrl: add driver for meson-gxbb pin controller Beniamino Galvani
2016-08-18  3:44   ` Simon Glass
2016-09-07 17:57   ` [U-Boot,3/4] " Tom Rini
2016-09-07 17:57   ` Tom Rini
2016-08-16  9:49 ` [PATCH 4/4] meson: odroid-c2: enable Ethernet support through the device tree Beniamino Galvani
2016-08-18  3:44   ` Simon Glass
2016-09-07 17:57   ` [U-Boot, " Tom Rini

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=1471340990-16247-1-git-send-email-b.galvani@gmail.com \
    --to=b.galvani@gmail.com \
    --cc=linus-amlogic@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).