mbox series

[GIT,PULL] Microchip clock updates for 6.3

Message ID 20230119113825.44374-1-claudiu.beznea@microchip.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] Microchip clock updates for 6.3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.3

Message

Claudiu Beznea Jan. 19, 2023, 11:38 a.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.3

for you to fetch changes up to 80519d8ccc6b65bfbc8571ea16992141d71510e9:

  clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60 (2023-01-09 14:05:41 +0200)

----------------------------------------------------------------
Microchip clock updates for 6.3

Only updates for AT91 SoCs this time as follows:
- DDR clocks were marked as critical in the proper clock driver for each
  AT91 SoC such that drivers/memory/atmel-sdramc.c to be deleted
  in the next releases as it only does clock enablement;
- patch to avoid compiling dt-compat.o for all AT91 SoCs as only some of
  them may use it.

----------------------------------------------------------------
Claudiu Beznea (2):
      clk: at91: mark ddr clocks as critical
      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 ++--
 16 files changed, 139 insertions(+), 51 deletions(-)

Comments

Stephen Boyd Jan. 25, 2023, 8:03 p.m. UTC | #1
Quoting Claudiu Beznea (2023-01-19 03:38:25)
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.3
> 
> for you to fetch changes up to 80519d8ccc6b65bfbc8571ea16992141d71510e9:
> 
>   clk: at91: do not compile dt-compat.c for sama7g5 and sam9x60 (2023-01-09 14:05:41 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next