From: Elaine at denx.de <Elaine@denx.de> To: u-boot@lists.denx.de Subject: [PATCH v1 0/2] clk: rockchip: rk3568: add clock driver Date: Wed, 19 May 2021 16:49:17 +0800 [thread overview] Message-ID: <20210519084919.11475-1-zhangqing@rock-chips.com> (raw) From: Elaine Zhang <zhangqing@rock-chips.com> Add basic clock for rk3568 which including cpu, bus, mmc, i2c, pwm, gmac ...clocks init. Elaine Zhang (2): rockchip: rk3568: add device tree file rockchip: rk3568: add clock driver .../include/asm/arch-rockchip/cru_rk3568.h | 504 +++ drivers/clk/rockchip/Makefile | 1 + drivers/clk/rockchip/clk_rk3568.c | 2908 +++++++++++++++++ include/dt-bindings/clock/rk3568-cru.h | 925 ++++++ 4 files changed, 4338 insertions(+) create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3568.h create mode 100644 drivers/clk/rockchip/clk_rk3568.c create mode 100644 include/dt-bindings/clock/rk3568-cru.h -- 2.17.1
next reply other threads:[~2021-05-19 8:49 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-05-19 8:49 Elaine at denx.de [this message] 2021-05-19 8:49 ` [PATCH v1 1/2] rockchip: rk3568: add device tree file Elaine at denx.de 2021-05-21 13:22 ` Kever Yang 2021-05-19 8:49 ` [PATCH v1 2/2] rockchip: rk3568: add clock driver Elaine at denx.de 2021-05-21 13:33 ` Kever Yang
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210519084919.11475-1-zhangqing@rock-chips.com \ --to=elaine@denx.de \ --cc=u-boot@lists.denx.de \ --subject='Re: [PATCH v1 0/2] clk: rockchip: rk3568: add clock driver' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.