public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Split rockchip mipi driver into common and specific parts.
@ 2017-06-21  3:20 Eric Gao
  2017-06-21  3:20 ` [U-Boot] [PATCH v3 1/3] rockchip: defconfig: Increase max video resolution for mipi panel Eric Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Eric Gao @ 2017-06-21  3:20 UTC (permalink / raw)
  To: u-boot


This patch series split the rockchip mipi dsi driver into common and
specific parts to make it possible that different soc share the most
common code.


Changes in v2:
-Use dev_read_addr to replace devfdt_get_addr.

Changes in v1:
-Add title.
-Delete the unused variable.

Eric Gao (3):
  rockchip: defconfig: Increase max video resolution for mipi panel
  rockchip: video: mipi: Split mipi driver into common and specific
    parts
  rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399
    mipi dsi

 configs/evb-rk3399_defconfig         |   8 +-
 drivers/video/rockchip/Makefile      |   3 +-
 drivers/video/rockchip/rk3399_mipi.c | 183 +++++++++++++++++++++++++++++++++++
 drivers/video/rockchip/rk_mipi.c     | 170 ++------------------------------
 drivers/video/rockchip/rk_mipi.h     |  32 ++++++
 5 files changed, 226 insertions(+), 170 deletions(-)
 create mode 100644 drivers/video/rockchip/rk3399_mipi.c
 create mode 100644 drivers/video/rockchip/rk_mipi.h

-- 
1.9.1

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

end of thread, other threads:[~2017-08-07 19:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21  3:20 [U-Boot] [PATCH v3 0/3] Split rockchip mipi driver into common and specific parts Eric Gao
2017-06-21  3:20 ` [U-Boot] [PATCH v3 1/3] rockchip: defconfig: Increase max video resolution for mipi panel Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-08-07 17:11   ` [U-Boot] [PATCH v3 " Anatolij Gustschin
2017-06-21  3:20 ` [U-Boot] [PATCH v3 2/3] rockchip: video: mipi: Split mipi driver into common and specific parts Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-08-07 17:40   ` [U-Boot] [PATCH v3 " Anatolij Gustschin
2017-08-07 19:00     ` Anatolij Gustschin
2017-08-07 18:59   ` [U-Boot] [PATCH v4 " Anatolij Gustschin
2017-08-07 19:03     ` Anatolij Gustschin
2017-06-21  3:20 ` [U-Boot] [PATCH v3 3/3] rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-07-03 16:37   ` Philipp Tomsich
2017-08-07 17:41   ` [U-Boot] [PATCH v3 " Anatolij Gustschin

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