public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Yannick FERTRE <yannick.fertre@st.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface
Date: Wed, 22 Aug 2018 07:59:57 +0000	[thread overview]
Message-ID: <765a25ac-3e0a-19cc-4113-dd1039bfadcb@st.com> (raw)
In-Reply-To: <CAPnjgZ1aXYFigkiBZB02yTih2k9M4Ch_4L6bTyr-KxuHkXUK7g@mail.gmail.com>

Hi,

Ok, I 'll rework driver with a new uclass & driver model.

Best regards


On 08/21/2018 07:31 PM, Simon Glass wrote:
> Hi,
>
> On 17 August 2018 at 08:38, Yannick Fertré <yannick.fertre@st.com> wrote:
>> Mipi_display.c contains a set of dsi helpers.
>> This file is a copy of file drm_mipi_dsi.c (linux kernel).
>>
>> Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
>> ---
>>   drivers/video/Kconfig    |   8 +
>>   drivers/video/Makefile   |   1 +
>>   drivers/video/mipi_dsi.c | 828 +++++++++++++++++++++++++++++++++++++++++++++++
>>   include/mipi_dsi.h       | 451 ++++++++++++++++++++++++++
>>   4 files changed, 1288 insertions(+)
>>   create mode 100644 drivers/video/mipi_dsi.c
>>   create mode 100644 include/mipi_dsi.h
> Yes I think you need a uclass. However it is probably not applicable
> for this file, but for the other one, where you have the transfer()
> method. You should set up a uclass for that.
>
> Regards,
> Simon

  reply	other threads:[~2018-08-22  7:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-17 14:38 [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 01/10] video: stm32: stm32_ltdc: add bridge to display controller Yannick Fertré
2018-08-20 14:02   ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 02/10] include: Add new DCS commands in the enum list Yannick Fertré
2018-08-20 14:02   ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface Yannick Fertré
2018-08-21 17:31   ` Simon Glass
2018-08-22  7:59     ` Yannick FERTRE [this message]
2018-08-17 14:38 ` [U-Boot] [PATCH v3 04/10] video: add MIPI DSI host controller bridge Yannick Fertré
2018-08-21 17:31   ` Simon Glass
2018-08-17 14:38 ` [U-Boot] [PATCH v3 05/10] video: add support of STM32 MIPI DSI controller driver Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 06/10] video: add support of panel OTM8009A Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 07/10] video: add support of panel RM68200 Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 08/10] arm: dts: stm32: add dsi for STM32F746 Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 09/10] arm: dts: stm32: add display for STM32F769 disco board Yannick Fertré
2018-08-17 14:38 ` [U-Boot] [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support Yannick Fertré
  -- strict thread matches above, loose matches on Subject: below --
2018-03-13 13:49 [U-Boot] [PATCH v3 00/10] splash screen on the stm32f769 disco board yannick fertre
2018-03-13 13:50 ` [U-Boot] [PATCH v3 03/10] video: add support of MIPI DSI interface yannick fertre

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=765a25ac-3e0a-19cc-4113-dd1039bfadcb@st.com \
    --to=yannick.fertre@st.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