public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] rk3399: add soc basic driver support
@ 2016-07-29  2:35 Kever Yang
  2016-07-29  2:35 ` [U-Boot] [PATCH v2 1/2] rk3399: add basic soc driver Kever Yang
  2016-07-29  6:42 ` [U-Boot] [PATCH v2 2/2] mmc: rockchip: add clock init Kever Yang
  0 siblings, 2 replies; 7+ messages in thread
From: Kever Yang @ 2016-07-29  2:35 UTC (permalink / raw)
  To: u-boot


This patchset add basic driver like clock, grf, sysreset for rk3399,
and enable clock init in emmc driver.
This patchset has tested on rk3399 evb.


Changes in v2:
- include '_SHIFT_' in '_MASK' MACRO
- fix comment style
- use DIV_ROUND_UP instead of div_round_up
- use uclass_get_device_by_driver in rockchip_get_cru
- implement ofdata_to_platdata for priv->cru init
- update base on comments from Jaehoon Chung

Kever Yang (2):
  rk3399: add basic soc driver
  mmc: rockchip: add clock init

 arch/arm/include/asm/arch-rockchip/cru_rk3399.h |  93 +++
 arch/arm/mach-rockchip/rk3399/Makefile          |   2 +
 arch/arm/mach-rockchip/rk3399/reset_rk3399.c    |  45 ++
 arch/arm/mach-rockchip/rk3399/syscon_rk3399.c   |  20 +
 drivers/clk/Makefile                            |   1 +
 drivers/clk/clk_rk3399.c                        | 819 ++++++++++++++++++++++++
 drivers/mmc/rockchip_sdhci.c                    |  11 +-
 7 files changed, 990 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/include/asm/arch-rockchip/cru_rk3399.h
 create mode 100644 arch/arm/mach-rockchip/rk3399/reset_rk3399.c
 create mode 100644 arch/arm/mach-rockchip/rk3399/syscon_rk3399.c
 create mode 100644 drivers/clk/clk_rk3399.c

-- 
1.9.1

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

end of thread, other threads:[~2016-08-01  3:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-29  2:35 [U-Boot] [PATCH v2 0/2] rk3399: add soc basic driver support Kever Yang
2016-07-29  2:35 ` [U-Boot] [PATCH v2 1/2] rk3399: add basic soc driver Kever Yang
2016-07-29  8:00   ` Jaehoon Chung
2016-08-01  2:20     ` Simon Glass
2016-08-01  3:29     ` Kever Yang
2016-07-29  6:42 ` [U-Boot] [PATCH v2 2/2] mmc: rockchip: add clock init Kever Yang
2016-07-29  8:01   ` Jaehoon Chung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox