u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PULL v3] u-boot-riscv/next
@ 2021-06-17  3:27 Leo Liang
  2021-06-17 22:07 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Liang @ 2021-06-17  3:27 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot, rick, bmeng.cn

Hi Tom,

Please pull u-boot-riscv/next into -next.

The following changes since commit 173c3bcd7dca47f1a8f7371a229681d20c7821cc:

  Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u-boot-ti into next (2021-06-13 07:48:22 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 446b4f346e006e2f87cebc9665c0139c7e17c905:

  test: Add K210 PLL tests to sandbox defconfigs (2021-06-17 09:40:58 +0800)

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

----------------------------------------------------------------
Sean Anderson (11):
      clk: Allow force setting clock defaults before relocation
      clk: k210: Rewrite to remove CCF
      clk: k210: Move pll into the rest of the driver
      clk: k210: Implement soc_clk_dump
      clk: k210: Re-add support for setting rate
      clk: k210: Don't set PLL rates if we are already at the correct rate
      clk: k210: Remove bypass driver
      clk: k210: Move k210 clock out of its own subdirectory
      k210: dts: Set PLL1 to the same rate as PLL0
      k210: Don't imply CCF
      test: Add K210 PLL tests to sandbox defconfigs

 MAINTAINERS                             |    4 +-
 arch/riscv/dts/k210.dtsi                |    2 +
 board/sipeed/maix/Kconfig               |    2 -
 configs/sandbox64_defconfig             |    2 +
 configs/sandbox_defconfig               |    2 +
 configs/sandbox_flattree_defconfig      |    2 +
 configs/sipeed_maix_bitm_defconfig      |    2 +-
 drivers/clk/Kconfig                     |   14 +-
 drivers/clk/Makefile                    |    2 +-
 drivers/clk/clk-uclass.c                |   27 +-
 drivers/clk/clk_kendryte.c              | 1320 +++++++++++++++++++++++++++++++
 drivers/clk/kendryte/Kconfig            |   12 -
 drivers/clk/kendryte/Makefile           |    1 -
 drivers/clk/kendryte/bypass.c           |  273 -------
 drivers/clk/kendryte/clk.c              |  668 ----------------
 drivers/clk/kendryte/pll.c              |  585 --------------
 drivers/clk/rockchip/clk_rk3308.c       |    2 +-
 drivers/core/device.c                   |    2 +-
 drivers/net/gmac_rockchip.c             |    2 +-
 include/clk.h                           |   30 +-
 include/dt-bindings/clock/k210-sysctl.h |   94 ++-
 include/kendryte/bypass.h               |   31 -
 include/kendryte/clk.h                  |   35 -
 include/kendryte/pll.h                  |   34 -
 24 files changed, 1437 insertions(+), 1711 deletions(-)
 create mode 100644 drivers/clk/clk_kendryte.c
 delete mode 100644 drivers/clk/kendryte/Kconfig
 delete mode 100644 drivers/clk/kendryte/Makefile
 delete mode 100644 drivers/clk/kendryte/bypass.c
 delete mode 100644 drivers/clk/kendryte/clk.c
 delete mode 100644 drivers/clk/kendryte/pll.c
 delete mode 100644 include/kendryte/bypass.h
 delete mode 100644 include/kendryte/clk.h

 Best regards,
 Leo

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

* Re: [PULL v3] u-boot-riscv/next
  2021-06-17  3:27 [PULL v3] u-boot-riscv/next Leo Liang
@ 2021-06-17 22:07 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-06-17 22:07 UTC (permalink / raw)
  To: Leo Liang; +Cc: u-boot, rick, bmeng.cn

[-- Attachment #1: Type: text/plain, Size: 773 bytes --]

On Thu, Jun 17, 2021 at 11:27:58AM +0800, Leo Liang wrote:

> Hi Tom,
> 
> Please pull u-boot-riscv/next into -next.
> 
> The following changes since commit 173c3bcd7dca47f1a8f7371a229681d20c7821cc:
> 
>   Merge tag 'ti-v2021.10-next-v2' of https://source.denx.de/u-boot/custodians/u-boot-ti into next (2021-06-13 07:48:22 -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-riscv.git next
> 
> for you to fetch changes up to 446b4f346e006e2f87cebc9665c0139c7e17c905:
> 
>   test: Add K210 PLL tests to sandbox defconfigs (2021-06-17 09:40:58 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/7865
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

end of thread, other threads:[~2021-06-17 22:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-17  3:27 [PULL v3] u-boot-riscv/next Leo Liang
2021-06-17 22:07 ` Tom Rini

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