From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [PATCH 0/2] clk: at91: sync with Linux v5.8-rc1
Date: Tue, 23 Jun 2020 08:20:09 +0200 [thread overview]
Message-ID: <20200623062011.19347-1-a.fatoum@pengutronix.de> (raw)
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
next reply other threads:[~2020-06-23 6:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-23 6:20 Ahmad Fatoum [this message]
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
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=20200623062011.19347-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox