All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] rk3399: add soc basic driver support
@ 2016-07-25  4:50 Kever Yang
  2016-07-25  4:50 ` [U-Boot] [PATCH 1/2] rk3399: add basic soc driver Kever Yang
  2016-07-25  4:50 ` [U-Boot] [PATCH 2/2] mmc: rockchip: add clock init Kever Yang
  0 siblings, 2 replies; 8+ messages in thread
From: Kever Yang @ 2016-07-25  4:50 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.



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                        | 825 ++++++++++++++++++++++++
 drivers/mmc/rockchip_sdhci.c                    |  10 +-
 include/configs/rk3399_common.h                 |   2 +-
 8 files changed, 996 insertions(+), 2 deletions(-)
 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] 8+ messages in thread

end of thread, other threads:[~2016-07-28  3:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-25  4:50 [U-Boot] [PATCH 0/2] rk3399: add soc basic driver support Kever Yang
2016-07-25  4:50 ` [U-Boot] [PATCH 1/2] rk3399: add basic soc driver Kever Yang
2016-07-25  6:58   ` Kever Yang
2016-07-28  3:11   ` Simon Glass
2016-07-25  4:50 ` [U-Boot] [PATCH 2/2] mmc: rockchip: add clock init Kever Yang
2016-07-25  5:09   ` Jaehoon Chung
2016-07-25  7:34     ` Kever Yang
2016-07-28  3:11   ` Simon Glass

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.