1. 2901ac6 drivers: rename drivers to match compatible string by Walter Lozano · 4 years, 5 months ago
  2. 874b373 video: rockchip: fix HDMI 4K resolution by Anatolij Gustschin · 4 years, 5 months ago
  3. 54fe2bd rockchip: correctly set vop0 or vop1 by Patrick Wildt · 4 years, 6 months ago
  4. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  5. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  6. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  7. e686739 rockchip: video: Convert to use APIs which support live DT by Kever Yang · 4 years, 10 months ago
  8. 8cda38d rockchip: video: Use ofnode_decode_display_timing() to parse timing by Kever Yang · 4 years, 10 months ago
  9. 07c7876 drivers: video: rockchip: fix building eDP and LVDS drivers by Peter Robinson · 4 years, 7 months ago
  10. 1acb919 video: rockchip: Support 4K resolution for rk3399, HDMI by Jagan Teki · 4 years, 8 months ago
  11. 5023ade video: rockchip: Fix vop modes for rk3399 by Jagan Teki · 4 years, 8 months ago
  12. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  13. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  14. 783acfd arm: rockchip: Add common cru.h by Jagan Teki · 5 years ago
  15. 889ccde video: dw_hdmi: Add support for ddc-i2c-bus property by Niklas Schulze · 5 years ago
  16. 65fdabe rockchip: video: rk3288_hdmi: Add missing call to dw_hdmi_enable() by Niklas Schulze · 5 years ago
  17. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  18. ae8ff67 video: Kconfig: spelling fixes by Chris Packham · 6 years ago
  19. 3c4b72b rockchip: video: mipi: Fix phy frequency setting by Richard Röjfors · 6 years ago
  20. dab5b83 rockchip: video: mipi: Do not write to the version register by Richard Röjfors · 6 years ago
  21. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  22. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  23. 86fa4f2 video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL() by Punit Agrawal · 7 years ago
  24. 8647b1e video: rk3288_mipi: check in rk_mipi_ofdata_to_platdata by Heinrich Schuchardt · 7 years ago
  25. 28b8068 video: rk3399_mipi: Combine NULL check into IS_ERR_OR_NULL() by Punit Agrawal · 7 years ago
  26. cc2f6d7 video: rk3399_mipi: correct error checking by Heinrich Schuchardt · 7 years ago
  27. 13b016d rockchip: video: rk_vop: migrate to livetree by Philipp Tomsich · 7 years ago
  28. 18c6496 rockchip: video: rk_hdmi: migrate to livetree by Philipp Tomsich · 7 years ago
  29. d5f74a29 rockchip: video: Makefile: Add soc specific driver for rk3288 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  30. 9b3a613 rockchip: video: mipi: Add rk3288 soc specific driver for mipi dsi by eric.gao@rock-chips.com · 7 years ago
  31. b7afe5a rockchop: video: mipi: Makefile: Add soc specfic driver for rk3399 mipi dsi by eric.gao@rock-chips.com · 7 years ago
  32. b7e4b8c rockchip: video: mipi: Split mipi driver into common and specific parts by eric.gao@rock-chips.com · 7 years ago
  33. f2ac2a6 rockchip: video: mipi: Modify format type for debug message by eric.gao@rock-chips.com · 7 years ago
  34. c7dd29a rockchip: video: mipi: Modify variable type for arm32 compatibility by eric.gao@rock-chips.com · 7 years ago
  35. e095280 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  36. d742950 rockchip: video: Take the vop device out of standby by Simon Glass · 8 years ago
  37. c4bd91f rockchip: video: Add remove() methods by Simon Glass · 8 years ago
  38. 604caca rockchip: video: document externally visible functions for rk_vop by Philipp Tomsich · 7 years ago
  39. 0a637e7 rockchip: video: document externally visible functions for rk_hdmi by Philipp Tomsich · 7 years ago
  40. 094f4da rockchip: video: rk_vop: add grf field by Philipp Tomsich · 7 years ago
  41. df48c79 rockchip: video: rk3399: add HDMI TX support on the RK3399 by Philipp Tomsich · 8 years ago
  42. 66cbacc rockchip: video: split RK3288-specific part off from rk_hdmi by Philipp Tomsich · 8 years ago
  43. a35ccec rockchip: video: add mpixelclock settings from Linux driver by Philipp Tomsich · 8 years ago
  44. 1a18f30 rockchip: video: rk3399: enable HDMI output (from the rk_vop) for the RK3399 by Philipp Tomsich · 8 years ago
  45. a354c2d rockchip: video: refactor rk_vop and split RK3288-specific code off by Philipp Tomsich · 8 years ago
  46. d3a5826 rockchip: video: Kconfig: set MAX_XRES and MAX_YRES via Kconfig by Philipp Tomsich · 8 years ago
  47. f1fe216 rockchip: video: Kconfig: reformat help for VIDEO_ROCKCHIP by Philipp Tomsich · 8 years ago
  48. 101b761 rockchip: video: rk_hdmi: fix implicit definition warnings by Philipp Tomsich · 7 years ago
  49. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  50. 3a53b3e rockchip: video: introduce VIDEO_DW_HDMI and select for Rockchip HDMI by Philipp Tomsich · 8 years ago
  51. cfe24db rockchip: video: vop: Reserve enough space for mipi dispaly by Eric Gao · 8 years ago
  52. 58791c3 rockchip: video: vop: Set different bitwidth for different display mode by Eric Gao · 8 years ago
  53. 0f49407 rockchip: video: vop: Add mipi display mode for rk3399 by Eric Gao · 8 years ago
  54. 9ada0e6 rockchip: video: vop: Fix rk_display_init() return error by Eric Gao · 8 years ago
  55. 4789bc1 rockchip: video: Add mipi driver support for rockchip soc by Eric Gao · 8 years ago
  56. 1d30bac rockchip: video: Makefile: Modify Makefile for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  57. 735ddea rockchip: video: Kconfig: Add Kconfig for rockchip video driver by eric.gao@rock-chips.com · 8 years ago
  58. 2ae12ee rockchip: video: Split out HDMI controller code by Jernej Skrabec · 8 years ago
  59. 78481ed rockchip: video: Remove CSC initialization (HDMI) by Jernej Skrabec · 8 years ago
  60. 7744d3e rockchip: video: Fix HDMI audio clocks by Jernej Skrabec · 8 years ago
  61. 8b221cf rockchip: video: fix 83500000 clock mistake in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  62. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  63. 5a808a9 rockchip: video: fix mpixelclock in rockchip HDMI by Nickey Yang Nickey Yang · 8 years ago
  64. d16bf2d rockchip: video: Avoid using u8 in the HDMI driver by Simon Glass · 8 years ago
  65. 86ad1b6 rockchip: video: Check for device in use by Simon Glass · 8 years ago
  66. 25891bc rockchip: video: Correct VOP clock selection by Simon Glass · 8 years ago
  67. 193edc7 rockchip: video: Correct HDMI data source selection by Simon Glass · 8 years ago
  68. ae8fe41 rockchip: Use rockchip_get_clk() to obtain the SoC clock by Simon Glass · 8 years ago
  69. 0b03623 rockchip: video: Lower hpd wait time by Sjoerd Simons · 9 years ago
  70. a962243 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  71. 773ca82 rockchip: video: Flush the cache when the display is updated by Simon Glass · 9 years ago
  72. 0b6aee4 rockchip: video: Add LVDS support in vop driver by Jacob Chen · 9 years ago
  73. afca4fd rockchip: video: Add a display driver for rockchip LVDS by Jacob Chen · 9 years ago
  74. e421bb8 rockchip: video: Add a video-output driver by Simon Glass · 9 years ago
  75. 9160b4c rockchip: video: Add a display driver for rockchip eDP by Simon Glass · 9 years ago
  76. 0139ae6 rockchip: video: Add a display driver for rockchip HDMI by Simon Glass · 9 years ago