linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: at91: DT for 4.19
@ 2018-07-20  8:18 Alexandre Belloni
  2018-07-21 21:31 ` Olof Johansson
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2018-07-20  8:18 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm
  Cc: Nicolas Ferre, linux-arm-kernel, linux-kernel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ARM: at91: DT for 4.19
  2018-07-20  8:18 [GIT PULL] ARM: at91: DT for 4.19 Alexandre Belloni
@ 2018-07-21 21:31 ` Olof Johansson
  0 siblings, 0 replies; 2+ messages in thread
From: Olof Johansson @ 2018-07-21 21:31 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Arnd Bergmann, arm, Nicolas Ferre, linux-arm-kernel, linux-kernel

On Fri, Jul 20, 2018 at 10:18:59AM +0200, Alexandre Belloni wrote:
> 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

I guess this patch should have gone in a soc branch?

Anyway, merged as-is, unlikely to cause conflicts.


-Olof

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-21 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-20  8:18 [GIT PULL] ARM: at91: DT for 4.19 Alexandre Belloni
2018-07-21 21:31 ` Olof Johansson

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).