mbox series

[GIT,PULL] Microchip clock updates for 6.5 #2

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

Pull-request

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

Message

Claudiu Beznea June 21, 2023, 9:41 a.m. UTC
Hi, Stephen,

Please pull in case it is not too late.

Thank you,
Claudiu

The following changes since commit 9a7b010116a430d74dc30a214ea55a58a2863d71:

  dt-bindings: clocks: at91sam9x5-sckc: convert to yaml (2023-05-22 15:59:49 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 5619c2ddaf3ff77ce393716a6fed3267cb906344:

  clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_id (2023-06-21 10:42:48 +0300)

----------------------------------------------------------------
Microchip clock updates for 6.5 #2

It contains support for parent_data, parent_hw in AT91 clock drivers
used by SAMA7G5 SoC (e.g. main, master, generic, peripheral, programmable,
system, utmi, slow clocks) and also the update of SAMA7G5 to use
this new support.

----------------------------------------------------------------
Claudiu Beznea (11):
      clk: at91: clk-main: add support for parent_data/parent_hw
      clk: at91: clk-generated: add support for parent_hw
      clk: at91: clk-master: add support for parent_hw
      clk: at91: clk-peripheral: add support for parent_hw
      clk: at91: clk-programmable: add support for parent_hw
      clk: at91: clk-system: add support for parent_hw
      clk: at91: clk-utmi: add support for parent_hw
      clk: at91: clk-sam9x60-pll: add support for parent_hw
      clk: at91: sckc: switch to parent_data/parent_hw
      clk: at91: sama7g5: switch to parent_hw and parent_data
      clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_id

 drivers/clk/at91/at91rm9200.c       |  14 +-
 drivers/clk/at91/at91sam9260.c      |  14 +-
 drivers/clk/at91/at91sam9g45.c      |  16 +-
 drivers/clk/at91/at91sam9n12.c      |  14 +-
 drivers/clk/at91/at91sam9rl.c       |  14 +-
 drivers/clk/at91/at91sam9x5.c       |  20 +-
 drivers/clk/at91/clk-generated.c    |  11 +-
 drivers/clk/at91/clk-main.c         |  32 +-
 drivers/clk/at91/clk-master.c       |  28 +-
 drivers/clk/at91/clk-peripheral.c   |  22 +-
 drivers/clk/at91/clk-programmable.c |  11 +-
 drivers/clk/at91/clk-sam9x60-pll.c  |  17 +-
 drivers/clk/at91/clk-system.c       |  12 +-
 drivers/clk/at91/clk-utmi.c         |  24 +-
 drivers/clk/at91/dt-compat.c        |  23 +-
 drivers/clk/at91/pmc.h              |  36 +-
 drivers/clk/at91/sam9x60.c          |  20 +-
 drivers/clk/at91/sama5d2.c          |  20 +-
 drivers/clk/at91/sama5d3.c          |  16 +-
 drivers/clk/at91/sama5d4.c          |  18 +-
 drivers/clk/at91/sama7g5.c          | 796 ++++++++++++++++++++----------------
 drivers/clk/at91/sckc.c             |  75 ++--
 22 files changed, 730 insertions(+), 523 deletions(-)

Comments

Stephen Boyd June 26, 2023, 11:38 p.m. UTC | #1
Quoting Claudiu Beznea (2023-06-21 02:41:06)
> Hi, Stephen,
> 
> Please pull in case it is not too late.
> 
> Thank you,
> Claudiu
> 
> The following changes since commit 9a7b010116a430d74dc30a214ea55a58a2863d71:
> 
>   dt-bindings: clocks: at91sam9x5-sckc: convert to yaml (2023-05-22 15:59:49 +0300)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git tags/clk-microchip-6.5-2
> 
> for you to fetch changes up to 5619c2ddaf3ff77ce393716a6fed3267cb906344:
> 
>   clk: at91: sama7g5: s/ep_chg_chg_id/ep_chg_id (2023-06-21 10:42:48 +0300)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next