public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Add support Rockchip Soc LVDS
@ 2017-08-15  0:55 Sandy Huang
  2017-08-15  0:56 ` [PATCH v4 1/3] dt-bindings: display: Add Document for " Sandy Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sandy Huang @ 2017-08-15  0:55 UTC (permalink / raw)
  To: linux-arm-kernel

[0]: https://github.com/RockchipOpensourceCommunity/popmetal-kernel-3.14
[1]: http://lists.infradead.org/pipermail/linux-rockchip/2015-April/002830.html

Changes:
- Update rockchip_lvds_encoder_helper_funcs to atomic API
- Add bridge function for RGB/LVDS convert to other output type
- Fix some unreasonable define
- Adapter to the latest rockchip DRM driver framework
- Add pinctrl for RGB output type
- Reseved some define for rockchip next Soc

Sandy Huang (3):
  dt-bindings: display: Add Document for Rockchip Soc LVDS
  ARM: dts: Add LVDS info for rk3288
  drm/rockchip: Add support for Rockchip Soc LVDS

 .../bindings/display/rockchip/rockchip-lvds.txt    | 106 ++++
 arch/arm/boot/dts/rk3288.dtsi                      |  52 ++
 drivers/gpu/drm/rockchip/Kconfig                   |   9 +
 drivers/gpu/drm/rockchip/Makefile                  |   1 +
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |   2 +
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h        |   1 +
 drivers/gpu/drm/rockchip/rockchip_lvds.c           | 652 +++++++++++++++++++++
 drivers/gpu/drm/rockchip/rockchip_lvds.h           | 109 ++++
 8 files changed, 932 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
 create mode 100644 drivers/gpu/drm/rockchip/rockchip_lvds.c
 create mode 100644 drivers/gpu/drm/rockchip/rockchip_lvds.h

-- 
2.7.4

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

end of thread, other threads:[~2017-08-18  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15  0:55 [PATCH v4 0/3] Add support Rockchip Soc LVDS Sandy Huang
2017-08-15  0:56 ` [PATCH v4 1/3] dt-bindings: display: Add Document for " Sandy Huang
2017-08-15  0:56 ` [PATCH v4 2/3] ARM: dts: Add LVDS info for rk3288 Sandy Huang
2017-08-15  0:56 ` [PATCH v4 3/3] drm/rockchip: Add support for Rockchip Soc LVDS Sandy Huang
2017-08-15  1:53   ` Mark yao
2017-08-15  3:48     ` Sandy Huang
2017-08-18  2:30   ` kbuild test robot

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