All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix suspend resume on at91sam9261 and at91sam9263
@ 2018-06-07  8:41 ` Alexandre Belloni
  0 siblings, 0 replies; 20+ messages in thread
From: Alexandre Belloni @ 2018-06-07  8:41 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Rob Herring, devicetree, linux-clk, Stephen Boyd, linux-kernel,
	linux-arm-kernel, Alexandre Belloni

USB clock detection may not work properly on at91sam9261 and at91sam9263
because they currently use the same bit mask as at91rm9200 instead of
the one for at91sam9260.

Take the opportunity to also change the PMC compatible strings for all
the other SoCs in preparation for the new clock bindings.

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

 .../devicetree/bindings/arm/atmel-pmc.txt          | 14 --------------
 .../devicetree/bindings/clock/at91-clock.txt       |  9 ++++-----
 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/sama5d4.dtsi                     |  2 +-
 arch/arm/mach-at91/pm.c                            |  5 +++++
 7 files changed, 13 insertions(+), 23 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/atmel-pmc.txt

-- 
2.17.1

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

end of thread, other threads:[~2018-06-12 21:54 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07  8:41 [PATCH 0/4] Fix suspend resume on at91sam9261 and at91sam9263 Alexandre Belloni
2018-06-07  8:41 ` Alexandre Belloni
2018-06-07  8:41 ` [PATCH 1/4] dt-bindings: arm: remove PMC bindings Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-12 21:53   ` Rob Herring
2018-06-12 21:53     ` Rob Herring
2018-06-07  8:41 ` [PATCH 2/4] dt-bindings: clk: at91: Document all the PMC compatibles Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-12 21:54   ` Rob Herring
2018-06-12 21:54     ` Rob Herring
2018-06-07  8:41 ` [PATCH 3/4] ARM: at91: fix USB clock detection handling Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-07  8:41 ` [PATCH 4/4] ARM: dts: fix PMC compatible Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-07  8:41   ` Alexandre Belloni
2018-06-12 10:24 ` [PATCH 0/4] Fix suspend resume on at91sam9261 and at91sam9263 Nicolas Ferre
2018-06-12 10:24   ` Nicolas Ferre
2018-06-12 10:24   ` Nicolas Ferre

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.