mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: at91: sync with Linux v5.8-rc1
@ 2020-06-23  6:20 Ahmad Fatoum
  2020-06-23  6:20 ` [PATCH 1/2] include: import upstream header <linux/overflow.h> Ahmad Fatoum
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Fatoum @ 2020-06-23  6:20 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Hello Sascha,

This series adds support for the new sama5d3 clk bindings present in v5.8-rc1.
Please apply before the v5.8-rc1 device tree sync, so we avoid intermittent
breakage for the microchip-ksz9477-evb.

Thanks,
Ahmad Fatoum (2):
  include: import upstream header <linux/overflow.h>
  clk: at91: sync with Linux v5.8-rc1

 drivers/clk/at91/Makefile      |   5 +-
 drivers/clk/at91/at91rm9200.c  | 209 +++++++++++++++++++++
 drivers/clk/at91/at91sam9260.c |  13 +-
 drivers/clk/at91/at91sam9g45.c | 221 +++++++++++++++++++++++
 drivers/clk/at91/at91sam9n12.c | 249 +++++++++++++++++++++++++
 drivers/clk/at91/at91sam9rl.c  |  10 +-
 drivers/clk/at91/at91sam9x5.c  |  10 +-
 drivers/clk/at91/clk-usb.c     |   9 +-
 drivers/clk/at91/pmc.c         |  47 +++--
 drivers/clk/at91/pmc.h         |  14 +-
 drivers/clk/at91/sam9x60.c     |  28 ++-
 drivers/clk/at91/sama5d2.c     |  13 +-
 drivers/clk/at91/sama5d3.c     | 248 +++++++++++++++++++++++++
 drivers/clk/at91/sama5d4.c     |  10 +-
 include/linux/overflow.h       | 319 +++++++++++++++++++++++++++++++++
 15 files changed, 1343 insertions(+), 62 deletions(-)
 create mode 100644 drivers/clk/at91/at91rm9200.c
 create mode 100644 drivers/clk/at91/at91sam9g45.c
 create mode 100644 drivers/clk/at91/at91sam9n12.c
 create mode 100644 drivers/clk/at91/sama5d3.c
 create mode 100644 include/linux/overflow.h

-- 
2.27.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-06-23 10:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23  6:20 [PATCH 0/2] clk: at91: sync with Linux v5.8-rc1 Ahmad Fatoum
2020-06-23  6:20 ` [PATCH 1/2] include: import upstream header <linux/overflow.h> Ahmad Fatoum
2020-06-23  6:20 ` [PATCH 2/2] clk: at91: sync with Linux v5.8-rc1 Ahmad Fatoum
2020-06-23 10:15 ` [PATCH 0/2] " Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox