All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] at91: video: add driver for Atmel HLCD controller
@ 2016-08-08  7:34 Songjun Wu
  2016-08-08  7:34 ` [U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver Songjun Wu
  2016-08-08  7:34 ` [U-Boot] [PATCH 2/2] at91: video: DT binding for HLCDC driver Songjun Wu
  0 siblings, 2 replies; 6+ messages in thread
From: Songjun Wu @ 2016-08-08  7:34 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2016-09-23 22:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08  7:34 [U-Boot] [PATCH 0/2] at91: video: add driver for Atmel HLCD controller Songjun Wu
2016-08-08  7:34 ` [U-Boot] [PATCH 1/2] at91: video: Support driver-model for the HLCD driver Songjun Wu
2016-09-23 21:05   ` Anatolij Gustschin
2016-09-23 22:15     ` Anatolij Gustschin
2016-08-08  7:34 ` [U-Boot] [PATCH 2/2] at91: video: DT binding for HLCDC driver Songjun Wu
2016-09-23 21:08   ` Anatolij Gustschin

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.