All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/5] Submit upstream changes made while porting a customer board to mainline
@ 2018-11-20 18:55 Otavio Salvador
  2018-11-20 18:55 ` [U-Boot] [PATCH v2 1/5] clk_rv1108: Sync with vendor tree Otavio Salvador
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Otavio Salvador @ 2018-11-20 18:55 UTC (permalink / raw)
  To: u-boot

Those changes are intended to easy the process of using U-Boot
mainline with rv1108 based boards.

Please give them a good review and if possible, merge them as they are
in use for some time on our custom tree and working fine.

Changes in v2:
- new patch
- split bounce buffer change on a new patch

Otavio Salvador (5):
  clk_rv1108: Sync with vendor tree
  rv1108: Enable BOUNCE_BUFFER
  rv1108: Enable eMMC support
  rv1108: Make USB OTG functional
  rv1108: Add support for default distro_bootcmd

 arch/arm/dts/rv1108.dtsi                      |  74 ++-
 .../include/asm/arch-rockchip/cru_rv1108.h    | 143 +++++-
 arch/arm/mach-rockchip/Makefile               |   1 +
 arch/arm/mach-rockchip/rv1108-board.c         |  81 ++++
 drivers/clk/rockchip/clk_rv1108.c             | 457 +++++++++++++++++-
 include/configs/rv1108_common.h               |  18 +
 include/dt-bindings/clock/rv1108-cru.h        | 154 ++++--
 7 files changed, 877 insertions(+), 51 deletions(-)
 create mode 100644 arch/arm/mach-rockchip/rv1108-board.c

-- 
2.19.1

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

end of thread, other threads:[~2018-11-30 11:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-20 18:55 [U-Boot] [PATCH v2 0/5] Submit upstream changes made while porting a customer board to mainline Otavio Salvador
2018-11-20 18:55 ` [U-Boot] [PATCH v2 1/5] clk_rv1108: Sync with vendor tree Otavio Salvador
2018-11-27  1:43   ` Andy Yan
2018-11-27  9:46     ` Otavio Salvador
2018-11-30  3:39     ` vicent.chi at rock-chips.com
2018-11-30  9:58       ` Otavio Salvador
2018-11-30 10:37         ` Otavio Salvador
2018-11-30 11:18           ` Philipp Tomsich
2018-11-30 11:24             ` Otavio Salvador
2018-11-30 11:26               ` Philipp Tomsich
2018-11-20 18:55 ` [U-Boot] [PATCH v2 2/5] rv1108: Enable BOUNCE_BUFFER Otavio Salvador
2018-11-27  1:45   ` Andy Yan
2018-11-20 18:55 ` [U-Boot] [PATCH v2 3/5] rv1108: Enable eMMC support Otavio Salvador
2018-11-26 16:18   ` Otavio Salvador
2018-11-27  1:56     ` Andy Yan
2018-11-27  1:59       ` Philipp Tomsich
2018-11-27  1:51   ` Andy Yan
2018-11-27  9:33     ` Otavio Salvador
2018-11-20 18:55 ` [U-Boot] [PATCH v2 4/5] rv1108: Make USB OTG functional Otavio Salvador
2018-11-27  1:54   ` Andy Yan
2018-11-20 18:55 ` [U-Boot] [PATCH v2 5/5] rv1108: Add support for default distro_bootcmd Otavio Salvador
2018-11-27  1:55   ` Andy Yan

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.