From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] Add LVDS support for rk3288
Date: Mon, 14 Mar 2016 22:33:31 +0100 [thread overview]
Message-ID: <20160314223331.79e709c3@crub> (raw)
In-Reply-To: <1457925619-8170-1-git-send-email-jacob-chen@iotwrt.com>
Hi,
On Mon, 14 Mar 2016 11:20:13 +0800
Jacob Chen jacob-chen at iotwrt.com wrote:
> This series patches add LVDS support for rk3288.
>
> Changes in v3:
> - Use fdtdec_get_int instead fdtdec_get_uint in rk_lvds_ofdata_to_platdata
>
> Changes in v2:
> - Add binding file
> - Add comments to struct rk_lvds_priv
> - Drop useless 0x0 prefix in header
> - Include bingding file in source file
> - Correct dt-bindings document
> - Change description since the using of bingding file
>
> Jacob Chen (6):
> dm: video: Add a operation to display uclass
> rockchip: Add a binding file for rk3288 video
> rockchip: video: Add a display driver for rockchip LVDS
> rockchip: dts: Add LVDS support
> rockchip: video: Add LVDS support in vop driver
> doc: dt-bindings: Describe rockchip LVDS interface
>
> arch/arm/dts/rk3288.dtsi | 47 ++++-
> arch/arm/include/asm/arch-rockchip/lvds_rk3288.h | 97 +++++++++
> arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 1 +
> doc/device-tree-bindings/video/rockchip-lvds.txt | 77 +++++++
> drivers/video/display-uclass.c | 3 +
> drivers/video/rockchip/Makefile | 2 +-
> drivers/video/rockchip/rk_lvds.c | 254 +++++++++++++++++++++++
> drivers/video/rockchip/rk_vop.c | 16 +-
> include/display.h | 11 +-
> include/dt-bindings/video/rk3288.h | 11 +
> 10 files changed, 514 insertions(+), 5 deletions(-)
> create mode 100644 arch/arm/include/asm/arch-rockchip/lvds_rk3288.h
> create mode 100644 doc/device-tree-bindings/video/rockchip-lvds.txt
> create mode 100644 drivers/video/rockchip/rk_lvds.c
> create mode 100644 include/dt-bindings/video/rk3288.h
Series applied to u-boot-video/master, thanks!
--
Anatolij
prev parent reply other threads:[~2016-03-14 21:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-14 3:20 [U-Boot] [PATCH v3 0/6] Add LVDS support for rk3288 Jacob Chen
2016-03-14 3:20 ` [U-Boot] [PATCH v3 1/6] dm: video: Add a operation to display uclass Jacob Chen
2016-03-14 3:20 ` [U-Boot] [PATCH v3 2/6] rockchip: Add a binding file for rk3288 video Jacob Chen
2016-03-14 3:20 ` [U-Boot] [PATCH v3 3/6] rockchip: video: Add a display driver for rockchip LVDS Jacob Chen
2016-03-14 3:23 ` Simon Glass
2016-03-14 3:20 ` [U-Boot] [PATCH v3 4/6] rockchip: dts: Add LVDS support Jacob Chen
2016-03-14 3:20 ` [U-Boot] [PATCH v3 5/6] rockchip: video: Add LVDS support in vop driver Jacob Chen
2016-03-14 3:20 ` [U-Boot] [PATCH v3 6/6] doc: dt-bindings: Describe rockchip LVDS interface Jacob Chen
2016-03-14 21:33 ` Anatolij Gustschin [this message]
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=20160314223331.79e709c3@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.