From: Songjun Wu <songjun.wu@microchip.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 0/2] at91: video: add driver for Atmel HLCD controller
Date: Tue, 11 Apr 2017 16:33:29 +0800 [thread overview]
Message-ID: <20170411083331.32386-1-songjun.wu@microchip.com> (raw)
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
next reply other threads:[~2017-04-11 8:33 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-11 8:33 Songjun Wu [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170411083331.32386-1-songjun.wu@microchip.com \
--to=songjun.wu@microchip.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox