All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/3] Add mipi dsi support for evb-rk3288.
@ 2017-06-21  3:22 Eric Gao
  2017-06-21  3:22 ` [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi Eric Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eric Gao @ 2017-06-21  3:22 UTC (permalink / raw)
  To: u-boot



Changes in v2:
-Cancel the force convert for dev_read_addr return value type.
-Change regs type from "void __iomem" to "uintptr_t" for the head file.

Changes in v1:
-Change function name from rk_display_enable to rk_mipi_enable.
-Use IS_ERR to judge the return status.
-Use dev_read_addr to replace devfdt_get_addr.
-Make the subject more intelligible.

Eric Gao (3):
  rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi
  rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi
  rockchip: video: defconfig: Add mipi dsi support for evb-rk3288

 configs/evb-rk3288_defconfig         |   8 +-
 drivers/video/rockchip/Makefile      |   1 +
 drivers/video/rockchip/rk3288_mipi.c | 191 +++++++++++++++++++++++++++++++++++
 drivers/video/rockchip/rk_mipi.h     |   2 +-
 4 files changed, 199 insertions(+), 3 deletions(-)
 create mode 100644 drivers/video/rockchip/rk3288_mipi.c

-- 
1.9.1

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-21  3:22 [U-Boot] [PATCH v3 0/3] Add mipi dsi support for evb-rk3288 Eric Gao
2017-06-21  3:22 ` [U-Boot] [PATCH v3 1/3] rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-08-07 19:31   ` [U-Boot] [PATCH v3 " Anatolij Gustschin
2017-06-21  3:22 ` [U-Boot] [PATCH v3 2/3] rockchip: video: Makefile: Add soc specific driver for rk3288 " Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-07-03 16:37   ` Philipp Tomsich
2017-08-07 19:35   ` [U-Boot] [PATCH v3 " Anatolij Gustschin
2017-06-21  3:22 ` [U-Boot] [PATCH v3 3/3] rockchip: video: defconfig: Add mipi dsi support for evb-rk3288 Eric Gao
2017-06-25 23:24   ` [U-Boot] [U-Boot, v3, " Philipp Tomsich
2017-08-07 19:41   ` [U-Boot] [PATCH v3 " Anatolij Gustschin

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.