Last I remember was that I had requested a rebase, as they didn’t apply cleanly any longer.
> On 28.03.2019, at 11:52, Kever Yang <kever.y...@rock-chips.com> wrote: > > Hi Philipp, > > Ping again. > I search the patchwork again for this patch set, and most of them get your > tags: 'Reviewed-by' and 'Acked-by', and I didn't see any change request for > it, can I just rebase them and re-send them? It has been almost 1 year after > I send out my patch set. > > Thanks, > - Kever > Kever Yang <kever.y...@rock-chips.com <mailto:kever.y...@rock-chips.com>> > 于2018年8月23日周四 下午6:26写道: > Hi Philipp, > What kind of update do I need to do for this patch set? I didn't get > response mail for this patch set after some search(maybe I didn't do it > correctly). I'm sorry my local mail client only have one month data. > I can do the update upon the comments/request for it, or just re-send it > base on latest U-Boot. > > Thanks, > - Kever > > > Kever Yang <kever.y...@rock-chips.com <mailto:kever.y...@rock-chips.com>> > 于2018年4月20日周五 下午12:41写道: > > ALl rockchip soc use DEBUG UART, and need init the uart iomux > in board_debug_uart_init(). > Move the board_debug_uart_init() into soc file so that we can > make all soc config in soc file and share a common board file > later for all rockchip SoCs. > > > > Kever Yang (10): > rockchip: enable DEBUG_UART_BOARD_INIT by default > rockchip; kylin-rk3036: enabl DEBUG UART > rockchip: rk3036: add board_debug_uart_init() > rockchip: rk3188: add board_debug_uart_init() > rockchip: rk322x: move board_debug_uart_init() to rk322x.c > rockchip: rk3288: use grf structure to access soc_con2 > rockchip: rk3288: add board_debug_uart_init() > rockchip: rk3368: move board_debug_uart_init() to rk3368.c > rockchip: rk3399: use grf structure to access reg > rockchip: rk3399: add board_debug_uart_init() > > arch/arm/Kconfig | 2 ++ > arch/arm/mach-rockchip/Kconfig | 3 --- > arch/arm/mach-rockchip/rk3036-board-spl.c | 19 +------------ > arch/arm/mach-rockchip/rk3036/Makefile | 1 + > arch/arm/mach-rockchip/rk3036/rk3036.c | 40 +++++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk3188-board-spl.c | 12 +-------- > arch/arm/mach-rockchip/rk3188/Makefile | 1 + > arch/arm/mach-rockchip/rk3188/rk3188.c | 37 +++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk322x-board-spl.c | 43 ++--------------------------- > arch/arm/mach-rockchip/rk322x-board.c | 31 +-------------------- > arch/arm/mach-rockchip/rk322x/Makefile | 2 +- > arch/arm/mach-rockchip/rk322x/rk322x.c | 45 > +++++++++++++++++++++++++++++++ > arch/arm/mach-rockchip/rk3288-board-spl.c | 11 ++------ > arch/arm/mach-rockchip/rk3288-board-tpl.c | 13 ++------- > arch/arm/mach-rockchip/rk3288/rk3288.c | 19 +++++++++++-- > arch/arm/mach-rockchip/rk3368-board-spl.c | 5 ---- > arch/arm/mach-rockchip/rk3368-board-tpl.c | 33 +---------------------- > arch/arm/mach-rockchip/rk3368/rk3368.c | 31 +++++++++++++++++++++ > arch/arm/mach-rockchip/rk3399-board-spl.c | 31 +-------------------- > arch/arm/mach-rockchip/rk3399/rk3399.c | 34 ++++++++++++++++++++++- > configs/kylin-rk3036_defconfig | 4 +++ > 21 files changed, 223 insertions(+), 194 deletions(-) > create mode 100644 arch/arm/mach-rockchip/rk3036/rk3036.c > create mode 100644 arch/arm/mach-rockchip/rk3188/rk3188.c > create mode 100644 arch/arm/mach-rockchip/rk322x/rk322x.c > > -- > 1.9.1 > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot