From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 15/16] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
Date: Wed, 20 Aug 2014 10:26:15 -0700 [thread overview]
Message-ID: <53F4DA37.2010707@freescale.com> (raw)
In-Reply-To: <1408416905-19771-16-git-send-email-b18965@freescale.com>
On 08/18/2014 07:55 PM, Alison Wang wrote:
> From: Wang Huan <b18965@freescale.com>
>
> This patch adds the TWR_LCD_RGB card/HDMI options and the common
> configuration for DCU on LS1021ATWR board.
>
> Signed-off-by: Alison Wang <alison.wang@freescale.com>
> ---
> Change log:
> v5: Change the patch order.
> v4: Add commit messages.
> v3: New file.
>
> board/freescale/ls1021atwr/Makefile | 1 +
> board/freescale/ls1021atwr/dcu.c | 47 +++++++++++++++++++++++++++++++++
> board/freescale/ls1021atwr/ls1021atwr.c | 6 +++++
> include/configs/ls1021atwr.h | 18 +++++++++++++
> 4 files changed, 72 insertions(+)
> create mode 100644 board/freescale/ls1021atwr/dcu.c
>
> diff --git a/board/freescale/ls1021atwr/Makefile b/board/freescale/ls1021atwr/Makefile
> index b5df668..01296c0 100644
> --- a/board/freescale/ls1021atwr/Makefile
> +++ b/board/freescale/ls1021atwr/Makefile
> @@ -5,3 +5,4 @@
> #
>
> obj-y += ls1021atwr.o
> +obj-$(CONFIG_FSL_DCU_FB) += dcu.o
> diff --git a/board/freescale/ls1021atwr/dcu.c b/board/freescale/ls1021atwr/dcu.c
> new file mode 100644
> index 0000000..8fe4ccb
> --- /dev/null
> +++ b/board/freescale/ls1021atwr/dcu.c
> @@ -0,0 +1,47 @@
> +/*
> + * Copyright 2014 Freescale Semiconductor, Inc.
> + *
> + * FSL DCU Framebuffer driver
> + *
> + * SPDX-License-Identifier: GPL-2.0+
> + */
> +
> +#include <common.h>
> +#include <fsl_dcu_fb.h>
> +#include "div64.h"
> +#include "../common/dcu_sii9022a.h"
The order of this patch and 16/16 is wrong. This line fails until next patch is
applied. Please reorder the patch to maintain git bisect workable.
York
next prev parent reply other threads:[~2014-08-20 17:26 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-19 2:54 [U-Boot] [PATCH v5 0/16] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support Alison Wang
2014-08-19 11:19 ` Mark Rutland
2014-08-20 2:39 ` AlisonWang
2014-08-20 9:38 ` Mark Rutland
2014-08-19 2:54 ` [U-Boot] [PATCH v5 02/16] ls102xa: i2c: Add i2c support for LS102xA Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 03/16] net: Merge asm/fsl_enet.h into fsl_mdio.h Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 04/16] net: mdio: Use mb() to be compatible for both ARM and PowerPC Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 05/16] ls102xa: etsec: Add etsec support for LS102xA Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 06/16] ls102xa: esdhc: Add esdhc " Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 07/16] driver/ddr/freescale: Add support of accumulate ECC Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 08/16] driver/ddr/freescale: Fix DDR3 driver for ARM Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 09/16] driver/ddr/fsl: Add support of overriding chip select write leveling Alison Wang
2014-08-19 2:54 ` [U-Boot] [PATCH v5 10/16] arm: ls102xa: Add basic support for LS1021AQDS board Alison Wang
2014-08-19 2:55 ` [U-Boot] [PATCH v5 11/16] arm: ls102xa: Add basic support for LS1021ATWR board Alison Wang
2014-08-19 2:55 ` [U-Boot] [PATCH v5 12/16] net: tsec: Remove tx snooping support from LS1 Alison Wang
2014-08-19 2:55 ` [U-Boot] [PATCH v5 13/16] serial: lpuart: add 32-bit registers lpuart support Alison Wang
2014-08-20 17:23 ` York Sun
2014-08-19 2:55 ` [U-Boot] [PATCH v5 14/16] video: dcu: Add DCU driver support Alison Wang
2014-08-19 2:55 ` [U-Boot] [PATCH v5 15/16] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board Alison Wang
2014-08-20 17:26 ` York Sun [this message]
2014-08-19 2:55 ` [U-Boot] [PATCH v5 16/16] video: dcu: Add Sii9022A HDMI Transmitter support Alison Wang
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=53F4DA37.2010707@freescale.com \
--to=yorksun@freescale.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