All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] rk3328 pinctrl drvier and sdmmc power fix
@ 2017-05-17  3:44 Kever Yang
  2017-05-17  3:44 ` [U-Boot] [PATCH 1/6] rockchip: pinctrl: move rk3328 grf reg definition in header file Kever Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 19+ messages in thread
From: Kever Yang @ 2017-05-17  3:44 UTC (permalink / raw)
  To: u-boot


Move pinctrl registers definition in GRF header file,
clean code with prefix like other Rockchip SoCs.
Use Fixed regulator(gpio) for sdmmc-pwren instead of
signal controled by mmc controller.


Kever Yang (6):
  rockchip: pinctrl: move rk3328 grf reg definition in header file
  rockchip: pinctrl: rk3328: do not set io routing
  rockchip: evb-rk3328: set uart2 and sdmmc io routing
  rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren
  rockchip: evb-rk3328: enable boot on regulator
  rockchip: dts: rk3328-evb: add sdmmc-pwren regulator

 arch/arm/dts/rk3328-evb.dts                     |   8 +
 arch/arm/include/asm/arch-rockchip/grf_rk3328.h | 114 ++++++++++++
 board/rockchip/evb_rk3328/evb-rk3328.c          |  20 ++-
 drivers/pinctrl/rockchip/pinctrl_rk3328.c       | 226 +++++++-----------------
 4 files changed, 205 insertions(+), 163 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-06-09 12:27 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17  3:44 [U-Boot] [PATCH 0/6] rk3328 pinctrl drvier and sdmmc power fix Kever Yang
2017-05-17  3:44 ` [U-Boot] [PATCH 1/6] rockchip: pinctrl: move rk3328 grf reg definition in header file Kever Yang
2017-05-20  2:29   ` Simon Glass
2017-05-17  3:44 ` [U-Boot] [PATCH 2/6] rockchip: pinctrl: rk3328: do not set io routing Kever Yang
2017-05-20  2:29   ` Simon Glass
2017-05-17  3:44 ` [U-Boot] [PATCH 3/6] rockchip: evb-rk3328: set uart2 and sdmmc " Kever Yang
2017-05-20  2:29   ` Simon Glass
2017-05-24  2:35     ` Kever Yang
2017-05-26 22:28       ` Heiko Stuebner
2017-06-01  3:10       ` Simon Glass
2017-06-07  3:28         ` Kever Yang
2017-06-09 12:27           ` Simon Glass
2017-05-17  3:44 ` [U-Boot] [PATCH 4/6] rockchip: pinctrl: rk3328: use gpio instead of sdmmc-pwren Kever Yang
2017-05-20  2:29   ` Simon Glass
2017-06-05 21:33     ` Simon Glass
2017-05-17  3:44 ` [U-Boot] [PATCH 5/6] rockchip: evb-rk3328: enable boot on regulator Kever Yang
2017-05-20  2:29   ` Simon Glass
2017-05-17  3:44 ` [U-Boot] [PATCH 6/6] rockchip: dts: rk3328-evb: add sdmmc-pwren regulator Kever Yang
2017-05-20  2:29   ` 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.