From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 01/16] mxs: add parameter base_addr for mxs_set_lcdclk
Date: Thu, 5 Nov 2015 08:34:29 +0100 [thread overview]
Message-ID: <20151105083429.583cda8e@crub> (raw)
In-Reply-To: <1446105293-31775-2-git-send-email-Peng.Fan@freescale.com>
On Thu, 29 Oct 2015 15:54:39 +0800
Peng Fan <Peng.Fan@freescale.com> wrote:
> Change mxs_set_lcdclk prototype to add a new parameter
> base_addr. There are two LCD interfaces for i.MX6SX,
> we may support LCDIF1 or LCDIF2.
>
> Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Anatolij Gustschin <agust@denx.de>
> ---
>
> V3:
> Add __maybe_unused attribute
>
> V2:
> none
>
> arch/arm/cpu/arm926ejs/mxs/clock.c | 2 +-
> arch/arm/include/asm/arch-mxs/clock.h | 2 +-
> drivers/video/mxsfb.c | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Acked-by: Anatolij Gustschin <agust@denx.de>
next prev parent reply other threads:[~2015-11-05 7:34 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-29 7:54 [U-Boot] [PATCH V3 00/16] imx: mx6/7: support lcdif Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 01/16] mxs: add parameter base_addr for mxs_set_lcdclk Peng Fan
2015-11-05 7:34 ` Anatolij Gustschin [this message]
2015-10-29 7:54 ` [U-Boot] [PATCH V3 03/16] xfi3: correct function name Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 04/16] mxs: regs-common.h must be wrapped with !__ASSEMBLY__ Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 05/16] imx: include linux/types.h for regs-common.h Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 06/16] imx: imx-common: move lcdif structure and macro definition to imx-common Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 07/16] imx: lcdif: use one register structure for i.MXes Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 08/16] imx: mx6: fix register address Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 09/16] imx: mx6: crm_reg: add LCDIF related macros Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 10/16] imx: mx6: add clock api for lcdif Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 11/16] imx: mx6ul_14x14_evk: support lcdif display Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 12/16] video: mxsfb: introduce lcdif_power_down Peng Fan
2015-11-05 7:30 ` Anatolij Gustschin
2015-10-29 7:54 ` [U-Boot] [PATCH V3 13/16] imx: mx6: implement reset_misc Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 14/16] imx: imx-common: power down lcdif before boot os Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 15/16] imx: mx7: compile misc.c for mx7 Peng Fan
2015-10-29 7:54 ` [U-Boot] [PATCH V3 16/16] imx: mx7dsabresd: support lcdif Peng Fan
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=20151105083429.583cda8e@crub \
--to=agust@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.