All of lore.kernel.org
 help / color / mirror / Atom feed
From: sbabic at denx.de <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH v3 08/19] video: mxsfb: add support for i.MXRT
Date: Sun, 19 Apr 2020 11:09:23 +0200 (CEST)	[thread overview]
Message-ID: <20200419090923.CAD4381C4D@phobos.denx.de> (raw)
In-Reply-To: <20200408151025.20549-9-giulio.benetti@benettiengineering.com>

> Add support for i.MXRT by adding CONFIG_IMXRT in register structure and
> adding .compatible = "fsl,imxrt-lcdif".
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> Reviewed-by: Anatolij Gustschin <agust@denx.de>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  parent reply	other threads:[~2020-04-19  9:09 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 15:10 [PATCH v3 00/19] i.MXRT1050 add LCDIF support Giulio Benetti
2020-04-08 15:10 ` [PATCH v3 01/19] clk: imx: pllv3: add enable_bit Giulio Benetti
2020-04-19  9:09   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 02/19] clk: imx: clk-imxrt1050: fix typo in clock name "video:" Giulio Benetti
2020-04-19  9:09   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 03/19] clk: imx: clk-imxrt1050: setup PLL5 for video in non-SPL Giulio Benetti
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 04/19] clk: imx: clk-imxrt1050: add set_parent() callback Giulio Benetti
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 05/19] videomodes: add helper function to convert from ctfb to display_timing Giulio Benetti
2020-04-17 18:08   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 06/19] sunxi: display: use common video_ctfb_mode_to_display_timing() Giulio Benetti
2020-04-17 18:09   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 07/19] video: mxsfb: add support for DM CLK Giulio Benetti
2020-04-17 18:09   ` Anatolij Gustschin
2020-04-19  9:09   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 08/19] video: mxsfb: add support for i.MXRT Giulio Benetti
2020-04-17 18:11   ` Anatolij Gustschin
2020-04-19  9:09   ` sbabic at denx.de [this message]
2020-04-08 15:10 ` [PATCH v3 09/19] video: mxsfb: refactor for using display_timings Giulio Benetti
2020-04-17 18:16   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 10/19] video: mxsfb: enable setting HSYNC negative polarity Giulio Benetti
2020-04-17 18:18   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 11/19] video: mxsfb: enable setting VSYNC " Giulio Benetti
2020-04-17 18:19   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 12/19] video: mxsfb: enable setting PIXDATA on negative edge Giulio Benetti
2020-04-17 18:24   ` Anatolij Gustschin
2020-04-19  9:09   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 13/19] video: mxsfb: enable setting ENABLE negative polarity Giulio Benetti
2020-04-17 18:26   ` Anatolij Gustschin
2020-04-19  9:08   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 14/19] imxrt1050_evk: add 16bpp video support if video layer enabled Giulio Benetti
2020-04-17 18:27   ` Anatolij Gustschin
2020-04-19  9:09   ` sbabic at denx.de
2020-04-08 15:10 ` [PATCH v3 15/19] ARM: dts: i.mxrt1050: add lcdif node Giulio Benetti
2020-04-17 18:27   ` Anatolij Gustschin
2020-04-19  9:09   ` sbabic at denx.de
2020-04-15 20:05 ` [PATCH v3 00/19] i.MXRT1050 add LCDIF support Giulio Benetti
2020-04-16  1:26 ` Fabio Estevam
2020-04-16 15:22   ` Giulio Benetti

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=20200419090923.CAD4381C4D@phobos.denx.de \
    --to=sbabic@denx.de \
    --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 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.