public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/6] Add LVDS support for rk3288
@ 2016-03-14  3:20 Jacob Chen
  2016-03-14  3:20 ` [U-Boot] [PATCH v3 1/6] dm: video: Add a operation to display uclass Jacob Chen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jacob Chen @ 2016-03-14  3:20 UTC (permalink / raw)
  To: u-boot

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

-- 
1.9.1

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

end of thread, other threads:[~2016-03-14 21:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [U-Boot] [PATCH v3 0/6] Add LVDS support for rk3288 Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox