linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: at91: mark ddr clocks as critical
@ 2022-12-08 11:45 Claudiu Beznea
  2022-12-08 11:45 ` [PATCH 1/3] " Claudiu Beznea
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Claudiu Beznea @ 2022-12-08 11:45 UTC (permalink / raw)
  To: mturquette, sboyd, nicolas.ferre, alexandre.belloni,
	krzysztof.kozlowski
  Cc: linux-kernel, linux-clk, linux-arm-kernel, Claudiu Beznea

Hi,

The series marks DDR clocks of AT91 SoCs as critical and remove the
atmel-sdramc.c driver as this does only clock request and enable and
don't prevent any of DDR clock consumers do DDR clocks.

Thank you,
Claudiu Beznea

Claudiu Beznea (3):
  clk: at91: mark ddr clocks as critical
  memory: atmel-sdramc: remove the driver
  clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60

 drivers/clk/at91/Makefile         | 16 +++----
 drivers/clk/at91/at91rm9200.c     |  2 +-
 drivers/clk/at91/at91sam9260.c    |  2 +-
 drivers/clk/at91/at91sam9g45.c    | 10 +++-
 drivers/clk/at91/at91sam9n12.c    | 12 +++--
 drivers/clk/at91/at91sam9rl.c     |  2 +-
 drivers/clk/at91/at91sam9x5.c     | 17 +++++--
 drivers/clk/at91/clk-peripheral.c |  8 ++--
 drivers/clk/at91/clk-system.c     |  4 +-
 drivers/clk/at91/dt-compat.c      | 25 +++++++++-
 drivers/clk/at91/pmc.h            |  4 +-
 drivers/clk/at91/sam9x60.c        | 20 ++++++--
 drivers/clk/at91/sama5d2.c        | 22 +++++++--
 drivers/clk/at91/sama5d3.c        | 20 ++++++--
 drivers/clk/at91/sama5d4.c        | 22 +++++++--
 drivers/clk/at91/sama7g5.c        |  4 +-
 drivers/memory/Makefile           |  1 -
 drivers/memory/atmel-sdramc.c     | 76 -------------------------------
 18 files changed, 139 insertions(+), 128 deletions(-)
 delete mode 100644 drivers/memory/atmel-sdramc.c

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-12 10:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-08 11:45 [PATCH 0/3] clk: at91: mark ddr clocks as critical Claudiu Beznea
2022-12-08 11:45 ` [PATCH 1/3] " Claudiu Beznea
2023-01-12 10:28   ` Claudiu.Beznea
2022-12-08 11:45 ` [PATCH 2/3] memory: atmel-sdramc: remove the driver Claudiu Beznea
2023-01-03 10:00   ` Claudiu.Beznea
2023-01-03 10:06     ` Krzysztof Kozlowski
2023-01-03 11:18       ` Claudiu.Beznea
2023-01-03 12:00         ` Krzysztof Kozlowski
2023-01-03 12:45           ` Claudiu.Beznea
2023-01-03 13:17             ` Krzysztof Kozlowski
2023-01-03 14:29               ` Claudiu.Beznea
2022-12-08 11:45 ` [PATCH 3/3] clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60 Claudiu Beznea
2022-12-08 14:39   ` Alexandre Belloni
2022-12-08 15:17     ` Claudiu.Beznea
2023-01-12 10:28   ` Claudiu.Beznea

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