[U-Boot] [PATCH 0/2] at91: video: add driver for Atmel HLCD controller
Songjun Wu
songjun.wu at microchip.com
Mon Aug 8 09:34:46 CEST 2016
The i2c driver includes two parts.
1) Driver code to implement the HLCD function.
2) Device tree binding documentation, it describes how to add
the HLCD in device tree.
Songjun Wu (2):
at91: video: Support driver-model for the HLCD driver
at91: video: DT binding for HLCDC driver
doc/device-tree-bindings/video/atme-hlcdc.txt | 38 +++
drivers/video/Kconfig | 7 +
drivers/video/Makefile | 2 +-
drivers/video/atmel_hlcdfb.c | 330 +++++++++++++++++++++++++-
4 files changed, 373 insertions(+), 4 deletions(-)
create mode 100644 doc/device-tree-bindings/video/atme-hlcdc.txt
--
2.7.4
More information about the U-Boot
mailing list