All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Wang <alison.wang@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig
Date: Wed, 12 Apr 2017 07:18:50 +0000	[thread overview]
Message-ID: <DB6PR0401MB2584B3CA02FD42A782670CE9F4030@DB6PR0401MB2584.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <3e3405f3d6adbbcfe48307d876e40726910566fe.1491887884.git.maitysanchayan@gmail.com>

> -----Original Message-----
> From: Sanchayan Maity [mailto:maitysanchayan at gmail.com]
> Sent: Tuesday, April 11, 2017 1:42 PM
> To: u-boot at lists.denx.de; sbabic at denx.de; agust at denx.de
> Cc: albert.u.boot at aribaud.net; Feng Li <feng.li_2@nxp.com>;
> alison.wang at freescale.com; Sumit Garg <sumit.garg@nxp.com>; Stefan
> Agner <stefan.agner@toradex.com>; york sun <york.sun@nxp.com>; Z.Q. Hou
> <zhiqiang.hou@nxp.com>; Xiaoliang Yang <xiaoliang.yang@nxp.com>;
> Sanchayan Maity <maitysanchayan@gmail.com>
> Subject: [PATCH v3 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig
> 
> Rename CONFIG_FSL_DCU_FB to CONFIG_VIDEO_FSL_DCU_FB
> and convert it to Kconfig.
> 
> Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
> ---
>  arch/arm/cpu/armv7/ls102xa/soc.c                    | 2 +-
>  board/freescale/ls1021aiot/Makefile                 | 2 +-
>  board/freescale/ls1021aqds/Makefile                 | 2 +-
>  board/freescale/ls1021atwr/Makefile                 | 2 +-
>  configs/ls1021aqds_ddr4_nor_defconfig               | 1 +
>  configs/ls1021aqds_ddr4_nor_lpuart_defconfig        | 1 +
>  configs/ls1021aqds_nand_defconfig                   | 1 +
>  configs/ls1021aqds_nor_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1021aqds_nor_defconfig                    | 1 +
>  configs/ls1021aqds_nor_lpuart_defconfig             | 1 +
>  configs/ls1021aqds_qspi_defconfig                   | 1 +
>  configs/ls1021aqds_sdcard_ifc_defconfig             | 1 +
>  configs/ls1021aqds_sdcard_qspi_defconfig            | 1 +
>  configs/ls1021atwr_nor_SECURE_BOOT_defconfig        | 1 +
>  configs/ls1021atwr_nor_defconfig                    | 1 +
>  configs/ls1021atwr_nor_lpuart_defconfig             | 1 +
>  configs/ls1021atwr_qspi_defconfig                   | 1 +
>  configs/ls1021atwr_sdcard_ifc_SECURE_BOOT_defconfig | 1 +
>  configs/ls1021atwr_sdcard_ifc_defconfig             | 1 +
>  configs/ls1021atwr_sdcard_qspi_defconfig            | 1 +
>  drivers/video/Kconfig                               | 7 +++++++
>  drivers/video/Makefile                              | 2 +-
>  include/configs/ls1021aqds.h                        | 4 +---
>  include/configs/ls1021atwr.h                        | 4 +---
>  scripts/config_whitelist.txt                        | 1 -
>  25 files changed, 30 insertions(+), 12 deletions(-)

Reviewed-by: Alison Wang <alison.wang@nxp.com>


Best Regards,
Alison Wang

  parent reply	other threads:[~2017-04-12  7:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-11  5:42 [U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid Sanchayan Maity
2017-04-11  5:42 ` [U-Boot] [PATCH v3 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig Sanchayan Maity
2017-04-11 16:58   ` Stefan Agner
2017-04-12  7:18   ` Alison Wang [this message]
2017-04-11  5:42 ` [U-Boot] [PATCH v3 2/6] video: fsl_dcu_fb: fix framebuffer to the end of memory Sanchayan Maity
2017-04-11  5:42 ` [U-Boot] [PATCH v3 3/6] video: fsl_dcu_fb: Enable pixel clock after initialization Sanchayan Maity
2017-04-12  7:47   ` Alison Wang
2017-04-11  5:42 ` [U-Boot] [PATCH v3 4/6] video: fsl_dcu_fb: Fix DCU_MODE_BLEND_ITER setting Sanchayan Maity
2017-04-11  5:42 ` [U-Boot] [PATCH v3 5/6] video: fsl_dcu_fb: add additional modes for DCU Sanchayan Maity
2017-04-12  7:57   ` Alison Wang
2017-04-11  5:42 ` [U-Boot] [PATCH v3 6/6] board: toradex: colibri_vf: Add DCU support for Colibri Vybrid Sanchayan Maity
2017-04-12 16:14   ` Stefano Babic
2017-04-12 17:53     ` Stefan Agner
2017-04-14 13:37       ` Anatolij Gustschin
2017-04-11 16:59 ` [U-Boot] [PATCH v3 0/6] Introduce DCU support for Vybrid Stefan Agner
2017-04-12  8:45   ` Stefano Babic
2017-04-14 13:39 ` 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=DB6PR0401MB2584B3CA02FD42A782670CE9F4030@DB6PR0401MB2584.eurprd04.prod.outlook.com \
    --to=alison.wang@nxp.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 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.