All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/2] at91: video: add driver for Atmel HLCD controller
@ 2017-04-11  8:33 Songjun Wu
  2017-04-11  8:33 ` [U-Boot] [PATCH v4 1/2] at91: video: Support driver-model for the HLCD driver Songjun Wu
  2017-04-11  8:33 ` [U-Boot] [PATCH v4 2/2] at91: video: DT binding for HLCDC driver Songjun Wu
  0 siblings, 2 replies; 5+ messages in thread
From: Songjun Wu @ 2017-04-11  8:33 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.

Changes in v4:
- Add "atmel,at91sam9x5-hlcdc" to atmel_hlcdc_ids[].
- Add "atmel,at91sam9x5-hlcdc" to compatible.

Changes in v3:
- Replace lcdc_readl/lcdc_writel with real/writel
- Replace while() with wait_for_bit().
- Disable the clock if the clock is enabled and
  error occurs.
- Add 'atmel,output-mode' entry in dts.

Changes in v2:
- Due to the peripheral clock driver improvement, remove
  the unneccessary clock calling.

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 |  42 +++
 drivers/video/Kconfig                         |   6 +
 drivers/video/atmel_hlcdfb.c                  | 482 ++++++++++++++++++++++----
 3 files changed, 459 insertions(+), 71 deletions(-)
 create mode 100644 doc/device-tree-bindings/video/atme-hlcdc.txt

-- 
2.11.0

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

end of thread, other threads:[~2017-04-14 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-11  8:33 [U-Boot] [PATCH v4 0/2] at91: video: add driver for Atmel HLCD controller Songjun Wu
2017-04-11  8:33 ` [U-Boot] [PATCH v4 1/2] at91: video: Support driver-model for the HLCD driver Songjun Wu
2017-04-14 13:40   ` Anatolij Gustschin
2017-04-11  8:33 ` [U-Boot] [PATCH v4 2/2] at91: video: DT binding for HLCDC driver Songjun Wu
2017-04-14 13:44   ` 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.