All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] Enabled DM_VIDEO for Colibri iMX7 NAND/iMX6ULL
@ 2019-06-19  8:47 Igor Opaniuk
  2019-06-19  8:47 ` [U-Boot] [PATCH 1/6] video: mxsfb: fix mxsfb fbdev binding issues Igor Opaniuk
                   ` (8 more replies)
  0 siblings, 9 replies; 25+ messages in thread
From: Igor Opaniuk @ 2019-06-19  8:47 UTC (permalink / raw)
  To: u-boot

From: Igor Opaniuk <igor.opaniuk@toradex.com>

This patch-series fixes some issues in mxsfb fbdev bindings (incorrect
structure). Currently there is a support only for old format, new one
wil be introduced soon [1].

Also it enables support of DM_VIDEO for Colibri iMX7 NAND
version and for Colibri iMX6ULL.

[1] https://www.kernel.org/doc/Documentation/devicetree/bindings/display/mxsfb.txt

Igor Opaniuk (6):
  video: mxsfb: fix mxsfb fbdev binding issues
  ARM: dts: colibri_imx7: Fix lcdif node definition
  configs: colibri_imx7: enable DM_VIDEO
  colibri-imx6ull: support building with DM_VIDEO=y
  ARM: dts: colibri-imx6ull: extend lcdif node
  configs: colibri-imx6ull: switch to DM_VIDEO

 arch/arm/dts/imx6ull-colibri.dts  | 32 +++++++++++++
 arch/arm/dts/imx7-colibri.dtsi    | 47 +++++++++++---------
 arch/arm/mach-imx/mx6/soc.c       |  2 +-
 configs/colibri-imx6ull_defconfig |  2 +-
 configs/colibri_imx7_defconfig    |  2 +-
 drivers/video/mxsfb.c             | 74 ++++++++++++++++++++++++++-----
 include/configs/colibri-imx6ull.h |  2 +-
 7 files changed, 124 insertions(+), 37 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2019-07-29 10:01 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-19  8:47 [U-Boot] [PATCH 0/6] Enabled DM_VIDEO for Colibri iMX7 NAND/iMX6ULL Igor Opaniuk
2019-06-19  8:47 ` [U-Boot] [PATCH 1/6] video: mxsfb: fix mxsfb fbdev binding issues Igor Opaniuk
2019-07-11  8:56   ` Igor Opaniuk
2019-07-11  9:07     ` Oleksandr Suvorov
2019-06-19  8:47 ` [U-Boot] [PATCH 2/6] ARM: dts: colibri_imx7: Fix lcdif node definition Igor Opaniuk
2019-07-11  8:57   ` Igor Opaniuk
2019-07-11  9:09     ` Oleksandr Suvorov
2019-06-19  8:47 ` [U-Boot] [PATCH 3/6] configs: colibri_imx7: enable DM_VIDEO Igor Opaniuk
2019-07-11  8:57   ` Igor Opaniuk
2019-07-11  9:10     ` Oleksandr Suvorov
2019-06-19  8:47 ` [U-Boot] [PATCH 4/6] colibri-imx6ull: support building with DM_VIDEO=y Igor Opaniuk
2019-07-11  8:57   ` Igor Opaniuk
2019-07-11  9:16     ` Oleksandr Suvorov
2019-06-19  8:47 ` [U-Boot] [PATCH 5/6] ARM: dts: colibri-imx6ull: extend lcdif node Igor Opaniuk
2019-07-11  8:57   ` Igor Opaniuk
2019-07-11  9:18     ` Oleksandr Suvorov
2019-06-19  8:47 ` [U-Boot] [PATCH 6/6] configs: colibri-imx6ull: switch to DM_VIDEO Igor Opaniuk
2019-07-11  8:58   ` Igor Opaniuk
2019-07-11  9:24     ` Oleksandr Suvorov
2019-07-11  8:56 ` [U-Boot] [PATCH 0/6] Enabled DM_VIDEO for Colibri iMX7 NAND/iMX6ULL Igor Opaniuk
2019-07-11 10:59 ` Igor Opaniuk
2019-07-25 11:13   ` Igor Opaniuk
2019-07-29  9:27   ` Anatolij Gustschin
2019-07-29 10:01     ` Igor Opaniuk
2019-07-29  9:23 ` 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.