All of lore.kernel.org
 help / color / mirror / Atom feed
From: alexandre.belloni@bootlin.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: at91: DT for 4.19
Date: Fri, 20 Jul 2018 10:18:59 +0200	[thread overview]
Message-ID: <20180720081859.GA22228@piout.net> (raw)

Arnd, Olof,

Here are the unusually large DT PR for AT91. It contains mainly new DTs.

There is a pm.c change that I'm including here so it is along with the
corresponding DT changes.

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.19-dt

for you to fetch changes up to c8cbc1c20c29697e7335a5044fe6c60aa5c6e922:

  ARM: dts: at91: fix typos for SSC TD functions (2018-07-20 10:05:14 +0200)

----------------------------------------------------------------
AT91 DT for 4.19:

 - New boards from Laird: WB45N, WB50N, SOM60 modules and DVK, Gatwick
 - fix the PMC compatibles

----------------------------------------------------------------
Alexandre Belloni (4):
      dt-bindings: arm: remove PMC bindings
      dt-bindings: clk: at91: Document all the PMC compatibles
      ARM: at91: fix USB clock detection handling
      ARM: dts: fix PMC compatible

Ben Whitten (6):
      dt-bindings: add laird and giantec vendor prefix
      ARM: dts: at91: add labels to soc dtsi for derivative boards
      ARM: dts: add support for Laird WB45N cpu module and DVK
      ARM: dts: add support for Laird WB50N cpu module and DVK
      ARM: dts: add support for Gatwick board based on WB50N
      ARM: dts: add support for Laird SOM60 module and DVK boards

Claudiu Beznea (1):
      ARM: dts: at91: fix typos for SSC TD functions

 .../devicetree/bindings/arm/atmel-pmc.txt          |  14 --
 .../devicetree/bindings/clock/at91-clock.txt       |   9 +-
 .../devicetree/bindings/vendor-prefixes.txt        |   2 +
 arch/arm/boot/dts/Makefile                         |   4 +
 arch/arm/boot/dts/at91-dvk_som60.dts               |  95 +++++++++
 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi          | 159 ++++++++++++++
 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi      |  90 ++++++++
 arch/arm/boot/dts/at91-gatwick.dts                 | 121 +++++++++++
 arch/arm/boot/dts/at91-som60.dtsi                  | 230 +++++++++++++++++++++
 arch/arm/boot/dts/at91-wb45n.dts                   |  64 ++++++
 arch/arm/boot/dts/at91-wb45n.dtsi                  | 165 +++++++++++++++
 arch/arm/boot/dts/at91-wb50n.dts                   | 112 ++++++++++
 arch/arm/boot/dts/at91-wb50n.dtsi                  | 198 ++++++++++++++++++
 arch/arm/boot/dts/at91sam9261.dtsi                 |   2 +-
 arch/arm/boot/dts/at91sam9263.dtsi                 |   2 +-
 arch/arm/boot/dts/at91sam9rl.dtsi                  |   2 +-
 arch/arm/boot/dts/at91sam9x5.dtsi                  |   8 +-
 arch/arm/boot/dts/sama5d2-pinfunc.h                |   4 +-
 arch/arm/boot/dts/sama5d3.dtsi                     |   8 +-
 arch/arm/boot/dts/sama5d4.dtsi                     |   2 +-
 arch/arm/mach-at91/pm.c                            |   5 +
 21 files changed, 1263 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/atmel-pmc.txt
 create mode 100644 arch/arm/boot/dts/at91-dvk_som60.dts
 create mode 100644 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi
 create mode 100644 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi
 create mode 100644 arch/arm/boot/dts/at91-gatwick.dts
 create mode 100644 arch/arm/boot/dts/at91-som60.dtsi
 create mode 100644 arch/arm/boot/dts/at91-wb45n.dts
 create mode 100644 arch/arm/boot/dts/at91-wb45n.dtsi
 create mode 100644 arch/arm/boot/dts/at91-wb50n.dts
 create mode 100644 arch/arm/boot/dts/at91-wb50n.dtsi

-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	arm@kernel.org
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: at91: DT for 4.19
Date: Fri, 20 Jul 2018 10:18:59 +0200	[thread overview]
Message-ID: <20180720081859.GA22228@piout.net> (raw)

Arnd, Olof,

Here are the unusually large DT PR for AT91. It contains mainly new DTs.

There is a pm.c change that I'm including here so it is along with the
corresponding DT changes.

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/at91-ab-4.19-dt

for you to fetch changes up to c8cbc1c20c29697e7335a5044fe6c60aa5c6e922:

  ARM: dts: at91: fix typos for SSC TD functions (2018-07-20 10:05:14 +0200)

----------------------------------------------------------------
AT91 DT for 4.19:

 - New boards from Laird: WB45N, WB50N, SOM60 modules and DVK, Gatwick
 - fix the PMC compatibles

----------------------------------------------------------------
Alexandre Belloni (4):
      dt-bindings: arm: remove PMC bindings
      dt-bindings: clk: at91: Document all the PMC compatibles
      ARM: at91: fix USB clock detection handling
      ARM: dts: fix PMC compatible

Ben Whitten (6):
      dt-bindings: add laird and giantec vendor prefix
      ARM: dts: at91: add labels to soc dtsi for derivative boards
      ARM: dts: add support for Laird WB45N cpu module and DVK
      ARM: dts: add support for Laird WB50N cpu module and DVK
      ARM: dts: add support for Gatwick board based on WB50N
      ARM: dts: add support for Laird SOM60 module and DVK boards

Claudiu Beznea (1):
      ARM: dts: at91: fix typos for SSC TD functions

 .../devicetree/bindings/arm/atmel-pmc.txt          |  14 --
 .../devicetree/bindings/clock/at91-clock.txt       |   9 +-
 .../devicetree/bindings/vendor-prefixes.txt        |   2 +
 arch/arm/boot/dts/Makefile                         |   4 +
 arch/arm/boot/dts/at91-dvk_som60.dts               |  95 +++++++++
 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi          | 159 ++++++++++++++
 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi      |  90 ++++++++
 arch/arm/boot/dts/at91-gatwick.dts                 | 121 +++++++++++
 arch/arm/boot/dts/at91-som60.dtsi                  | 230 +++++++++++++++++++++
 arch/arm/boot/dts/at91-wb45n.dts                   |  64 ++++++
 arch/arm/boot/dts/at91-wb45n.dtsi                  | 165 +++++++++++++++
 arch/arm/boot/dts/at91-wb50n.dts                   | 112 ++++++++++
 arch/arm/boot/dts/at91-wb50n.dtsi                  | 198 ++++++++++++++++++
 arch/arm/boot/dts/at91sam9261.dtsi                 |   2 +-
 arch/arm/boot/dts/at91sam9263.dtsi                 |   2 +-
 arch/arm/boot/dts/at91sam9rl.dtsi                  |   2 +-
 arch/arm/boot/dts/at91sam9x5.dtsi                  |   8 +-
 arch/arm/boot/dts/sama5d2-pinfunc.h                |   4 +-
 arch/arm/boot/dts/sama5d3.dtsi                     |   8 +-
 arch/arm/boot/dts/sama5d4.dtsi                     |   2 +-
 arch/arm/mach-at91/pm.c                            |   5 +
 21 files changed, 1263 insertions(+), 33 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/atmel-pmc.txt
 create mode 100644 arch/arm/boot/dts/at91-dvk_som60.dts
 create mode 100644 arch/arm/boot/dts/at91-dvk_su60_somc.dtsi
 create mode 100644 arch/arm/boot/dts/at91-dvk_su60_somc_lcm.dtsi
 create mode 100644 arch/arm/boot/dts/at91-gatwick.dts
 create mode 100644 arch/arm/boot/dts/at91-som60.dtsi
 create mode 100644 arch/arm/boot/dts/at91-wb45n.dts
 create mode 100644 arch/arm/boot/dts/at91-wb45n.dtsi
 create mode 100644 arch/arm/boot/dts/at91-wb50n.dts
 create mode 100644 arch/arm/boot/dts/at91-wb50n.dtsi

-- 
Alexandre Belloni, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

             reply	other threads:[~2018-07-20  8:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-20  8:18 Alexandre Belloni [this message]
2018-07-20  8:18 ` [GIT PULL] ARM: at91: DT for 4.19 Alexandre Belloni
2018-07-21 21:31 ` Olof Johansson
2018-07-21 21:31   ` Olof Johansson

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=20180720081859.GA22228@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=linux-arm-kernel@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 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.