All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ARM: at91/dt: update to existing drivers for the sam9x60 SoC
@ 2019-01-16  9:57 ` Nicolas Ferre
  0 siblings, 0 replies; 78+ messages in thread
From: Nicolas Ferre @ 2019-01-16  9:57 UTC (permalink / raw)
  To: Alexandre Belloni, Ludovic Desroches
  Cc: linux-kernel, linux-arm-kernel, Sebastian Reichel, linux-pm,
	netdev, David S . Miller, linux-usb, Alan Stern,
	Greg Kroah-Hartman, Rob Herring, devicetree, Nicolas Ferre

Hi,

This serries collects some little modifications to DT bindings and associated
drivers changes for supporting the upcoming SAM9X60 SoC.

I took the advantage of this series for fixing some of the leftovers in DT
bindings for reset controller and Ethernet macb.

These changes touch several sub-systems but I would like that these (mostly
trivial) patches stay together for facilitating reviews, prevent breaking
dependencies and facilitating the tracking of acceptance status. However, tell
me if you think otherwise.
My intentions are that the series would enter Mainline through arm-soc tree:
sounds okay to everyone? If okay, I'm ready to collect Ack tags...

For the first batch, I send the whole series to everyone. I'll try my best to
reduce subsequent message deliveries if one part of the serries needs rework.

Best regards,
  Nicolas


Nicolas Ferre (8):
  dt-bindings: arm: atmel: add missing samx7 to reset controller
  dt-bindings: arm: atmel: add new sam9x60 reset controller binding
  dt-bindings: arm: atmel: add new sam9x60 SFR binding
  net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100
    interface
  net/macb: bindings doc: add sam9x60 binding
  power: reset: at91-reset: add support for sam9x60 SoC
  USB: host: ohci-at91: add sam9x60-sfr definition for ohci
  net: macb: add sam9x60-macb compatibility string

 .../devicetree/bindings/arm/atmel-sysregs.txt       |  4 +++-
 Documentation/devicetree/bindings/net/macb.txt      |  4 ++--
 drivers/net/ethernet/cadence/macb_main.c            |  1 +
 drivers/power/reset/at91-reset.c                    | 13 +++++++++++++
 drivers/usb/host/ohci-at91.c                        |  7 +++++--
 5 files changed, 24 insertions(+), 5 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2019-02-06 17:51 UTC | newest]

Thread overview: 78+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-16  9:57 [PATCH 0/8] ARM: at91/dt: update to existing drivers for the sam9x60 SoC Nicolas Ferre
2019-01-16  9:57 ` Nicolas Ferre
2019-01-16  9:57 ` Nicolas Ferre
2019-01-16  9:57 ` [PATCH 1/8] dt-bindings: arm: atmel: add missing samx7 to reset controller Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [1/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 1/8] " Nicolas Ferre
2019-01-22  1:05   ` Rob Herring
2019-01-22  1:05     ` Rob Herring
2019-01-22  1:05     ` [1/8] " Rob Herring
2019-01-22  1:05     ` [PATCH 1/8] " Rob Herring
2019-01-16  9:57 ` [PATCH 2/8] dt-bindings: arm: atmel: add new sam9x60 reset controller binding Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [2/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 2/8] " Nicolas Ferre
2019-01-22  1:07   ` Rob Herring
2019-01-22  1:07     ` Rob Herring
2019-01-22  1:07     ` [2/8] " Rob Herring
2019-01-22  9:00     ` [PATCH 2/8] " Nicolas.Ferre
2019-01-22  9:00       ` Nicolas.Ferre
2019-01-22  9:00       ` [2/8] " Nicolas Ferre
2019-01-22  9:00       ` [PATCH 2/8] " Nicolas.Ferre
2019-01-22 13:40       ` Rob Herring
2019-01-22 13:40         ` Rob Herring
2019-01-22 13:40         ` [2/8] " Rob Herring
2019-01-22 13:40         ` [PATCH 2/8] " Rob Herring
2019-01-16  9:57 ` [PATCH 3/8] dt-bindings: arm: atmel: add new sam9x60 SFR binding Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [3/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 3/8] " Nicolas Ferre
2019-01-16  9:57 ` [PATCH 4/8] net/macb: bindings doc/trivial: fix documentation for sama5d3 10/100 interface Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [4/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 4/8] " Nicolas Ferre
2019-01-22  1:10   ` Rob Herring
2019-01-22  1:10     ` Rob Herring
2019-01-22  1:10     ` [4/8] " Rob Herring
2019-01-22  9:08     ` [PATCH 4/8] " Nicolas.Ferre
2019-01-22  9:08       ` Nicolas.Ferre
2019-01-22  9:08       ` [4/8] " Nicolas Ferre
2019-01-22  9:08       ` [PATCH 4/8] " Nicolas.Ferre
2019-01-22 13:41       ` Rob Herring
2019-01-22 13:41         ` Rob Herring
2019-01-22 13:41         ` [4/8] " Rob Herring
2019-01-22 13:41         ` [PATCH 4/8] " Rob Herring
2019-01-16  9:57 ` [PATCH 5/8] net/macb: bindings doc: add sam9x60 binding Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [5/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 5/8] " Nicolas Ferre
2019-01-16  9:57 ` [PATCH 6/8] power: reset: at91-reset: add support for sam9x60 SoC Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [6/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 6/8] " Nicolas Ferre
2019-01-23 18:34   ` Sebastian Reichel
2019-01-23 18:34     ` [6/8] " Sebastian Reichel
2019-01-23 18:34     ` [PATCH 6/8] " Sebastian Reichel
2019-01-24 10:34     ` Nicolas.Ferre
2019-01-24 10:34       ` Nicolas.Ferre
2019-01-24 10:34       ` [6/8] " Nicolas Ferre
2019-01-24 10:34       ` [PATCH 6/8] " Nicolas.Ferre
2019-01-24 17:11       ` Sebastian Reichel
2019-01-24 17:11         ` Sebastian Reichel
2019-01-24 17:11         ` [6/8] " Sebastian Reichel
2019-01-16  9:57 ` [PATCH 7/8] USB: host: ohci-at91: add sam9x60-sfr definition for ohci Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [7/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 7/8] " Nicolas Ferre
2019-01-16  9:57 ` [PATCH 8/8] net: macb: add sam9x60-macb compatibility string Nicolas Ferre
2019-01-16  9:57   ` Nicolas Ferre
2019-01-16  9:57   ` [8/8] " Nicolas Ferre
2019-01-16  9:57   ` [PATCH 8/8] " Nicolas Ferre
2019-01-25  9:16   ` Nicolas.Ferre
2019-01-25  9:16     ` Nicolas.Ferre
2019-01-25  9:16     ` [8/8] " Nicolas Ferre
2019-01-25  9:16     ` [PATCH 8/8] " Nicolas.Ferre
2019-02-06 17:51 ` [PATCH 0/8] ARM: at91/dt: update to existing drivers for the sam9x60 SoC Nicolas.Ferre
2019-02-06 17:51   ` Nicolas.Ferre
2019-02-06 17:51   ` 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.