mbox series

[PULL] u-boot-riscv/master

Message ID Y3SAOObPbrYTX6g8@ubuntu01
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-riscv/master | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-riscv.git

Message

Leo Liang Nov. 16, 2022, 6:16 a.m. UTC
Hi Tom,

The following changes since commit c4ee4fe92e9be120be6d12718273dec6b63cc7d9:

  Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-11-14 09:33:36 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-riscv.git

for you to fetch changes up to 591e0f878083925e7afff82e1774ba295a7767aa:

  riscv: enable reset via SBI on PolarFire Icicle Kit (2022-11-15 15:37:17 +0800)

CI shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/14105

----------------------------------------------------------------

- Fix and improve microchip's clock driver to allow sync'ing DTS with linux 
- Improve the help message in "SBI_V02" Kconfig
- Improve DTS property "isa-string" parsing rule

----------------------------------------------------------------
Conor Dooley (6):
      dt-bindings: clk: add missing clk ids for microchip mpfs
      clk: microchip: mpfs: convert parent rate acquistion to get_get_rate()
      clk: microchip: mpfs: fix reference clock handling
      clk: microchip: mpfs: fix periph clk parentage
      clk: microchip: mpfs: fix criticality of peripheral clocks
      riscv: dts: fix the mpfs's reference clock frequency

Heinrich Schuchardt (2):
      riscv: clarify meaning of CONFIG_SBI_V02
      riscv: enable reset via SBI on PolarFire Icicle Kit

Yu Chien Peter Lin (1):
      riscv: Fix detecting FPU support in standard extension

 arch/riscv/Kconfig                               |  14 +++++++-------
 arch/riscv/cpu/cpu.c                             |  14 +++++++++++---
 arch/riscv/dts/microchip-mpfs-icicle-kit.dts     |   4 ++++
 arch/riscv/dts/microchip-mpfs.dtsi               |  14 ++++++--------
 configs/microchip_mpfs_icicle_defconfig          |   2 ++
 drivers/clk/microchip/Makefile                   |   2 +-
 drivers/clk/microchip/mpfs_clk.c                 |  37 +++++++++++++++++++++++++++----------
 drivers/clk/microchip/mpfs_clk.h                 |  20 ++++++++++++--------
 drivers/clk/microchip/mpfs_clk_cfg.c             |   7 +++----
 drivers/clk/microchip/mpfs_clk_msspll.c          | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/clk/microchip/mpfs_clk_periph.c          |  96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------
 include/dt-bindings/clock/microchip-mpfs-clock.h |   3 +++
 12 files changed, 249 insertions(+), 83 deletions(-)
 create mode 100644 drivers/clk/microchip/mpfs_clk_msspll.c

Best regards,
Leo

Comments

Tom Rini Nov. 16, 2022, 6:01 p.m. UTC | #1
On Wed, Nov 16, 2022 at 06:16:25AM +0000, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit c4ee4fe92e9be120be6d12718273dec6b63cc7d9:
> 
>   Merge tag 'u-boot-imx-20221114' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-11-14 09:33:36 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-riscv.git
> 
> for you to fetch changes up to 591e0f878083925e7afff82e1774ba295a7767aa:
> 
>   riscv: enable reset via SBI on PolarFire Icicle Kit (2022-11-15 15:37:17 +0800)
> 
> CI shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/14105
> 

Applied to u-boot/master, thanks!