mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v3 0/4] video: add STM32F429-DISCO video pipeline support
Date: Wed,  2 Feb 2022 23:30:19 +0100	[thread overview]
Message-ID: <20220202223023.341817-1-a.fatoum@pengutronix.de> (raw)

The STM32F429-DISCO has the LCD-TFT display controller connected to a
parallel panel with MIPI-DBI over SPI for panel control.

The LTDC driver was originally written for the STM32MP1, but had some
issues last time I tested it a few years ago. I debugged it into
submission on the STM32F429 now though, so it might just work on the MP1
as well.

v2 -> v3:
  - fix copy-paste left-over

v1 -> v2:
  - removed stray Kconfig hunk for panel support to appropriate patch
  (Sascha)
  - fixed Kconfig help text for mipi_dbi helper

Ahmad Fatoum (4):
  gpiolib: implement gpiod_set_value
  video: add driver for STM32 LCD-TFT Display Controller
  video: add MIPI DBI Type C Option 3 support
  video: add Ilitek ILI9341 panel support

 commands/Kconfig                     |  15 +
 commands/Makefile                    |   1 +
 drivers/video/Kconfig                |  22 ++
 drivers/video/Makefile               |   3 +
 drivers/video/mipi_dbi.c             | 467 +++++++++++++++++++++++
 drivers/video/panel-ilitek-ili9341.c | 541 +++++++++++++++++++++++++++
 drivers/video/stm32_ltdc.c           | 336 +++++++++++++++++
 drivers/video/stm32_ltdc.h           | 130 +++++++
 include/gpiod.h                      |   8 +-
 include/spi/spi.h                    |  20 +
 10 files changed, 1542 insertions(+), 1 deletion(-)
 create mode 100644 drivers/video/mipi_dbi.c
 create mode 100644 drivers/video/panel-ilitek-ili9341.c
 create mode 100644 drivers/video/stm32_ltdc.c
 create mode 100644 drivers/video/stm32_ltdc.h

-- 
2.30.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


             reply	other threads:[~2022-02-02 22:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02 22:30 Ahmad Fatoum [this message]
2022-02-02 22:30 ` [PATCH v3 1/4] gpiolib: implement gpiod_set_value Ahmad Fatoum
2022-02-02 22:30 ` [PATCH v3 2/4] video: add driver for STM32 LCD-TFT Display Controller Ahmad Fatoum
2022-02-02 22:30 ` [PATCH v3 3/4] video: add MIPI DBI Type C Option 3 support Ahmad Fatoum
2022-02-07 22:16   ` [PATCH] fixup! " Ahmad Fatoum
2022-02-08  8:21     ` Sascha Hauer
2022-02-02 22:30 ` [PATCH v3 4/4] video: add Ilitek ILI9341 panel support Ahmad Fatoum
2022-02-07  7:55 ` [PATCH v3 0/4] video: add STM32F429-DISCO video pipeline support Sascha Hauer

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=20220202223023.341817-1-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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