[U-Boot] [PATCH 0/3] video patches
Rob Clark
robdclark at gmail.com
Fri Jul 21 19:07:07 UTC 2017
1/3 unchanged, 2/3 updated to use fdtdec_get_addr_size_auto_parent()
to properly parse reg node based on #address-cells and #size-cells,
and 3/3 updated to change kconfig name and slight cleanup.
Rob Clark (3):
dm: core: also parse chosen node
video: simplefb
video: add config option to skip framebuffer clear
drivers/core/root.c | 22 +++++++++++++-
drivers/video/Kconfig | 18 +++++++++++
drivers/video/Makefile | 2 +-
drivers/video/cfb_console.c | 3 +-
drivers/video/simplefb.c | 71 ++++++++++++++++++++++++++++++++++++++++++++
drivers/video/video-uclass.c | 4 ++-
6 files changed, 116 insertions(+), 4 deletions(-)
create mode 100644 drivers/video/simplefb.c
--
2.13.0
More information about the U-Boot
mailing list