index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-25
drm/edid: Fix EDID quirk compile error on older compilers
Douglas Anderson
2
-71
/
+73
2021-09-24
drm/gma500: Fix wrong pointer passed to PTR_ERR()
Yang Yingliang
1
-1
/
+1
2021-09-24
drm/mipi-dsi: Create devm device attachment
Maxime Ripard
1
-0
/
+35
2021-09-24
drm/mipi-dsi: Create devm device registration
Maxime Ripard
1
-0
/
+46
2021-09-24
drm/bridge: Document the probe issue with MIPI-DSI bridges
Maxime Ripard
1
-0
/
+57
2021-09-24
drm/bridge: Add documentation sections
Maxime Ripard
1
-5
/
+9
2021-09-23
drm/bridge: parade-ps8640: Add support for AUX channel
Philip Chen
1
-1
/
+179
2021-09-23
drm/bridge: parade-ps8640: Use regmap APIs
Philip Chen
1
-30
/
+64
2021-09-23
drm/gma500: Managed device release
Thomas Zimmermann
1
-8
/
+11
2021-09-23
drm/gma500: Remove dev_priv branch from unload function
Thomas Zimmermann
1
-47
/
+46
2021-09-23
drm/gma500: Embed struct drm_device in struct drm_psb_private
Thomas Zimmermann
9
-35
/
+26
2021-09-23
drm/gma500: Disable PCI device during shutdown
Thomas Zimmermann
1
-7
/
+3
2021-09-23
drm/gma500: Replace references to dev_private with helper function
Thomas Zimmermann
28
-184
/
+178
2021-09-23
drm/vboxvideo: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
3
-14
/
+9
2021-09-23
drm/mgag200: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2
-30
/
+7
2021-09-23
drm/ast: Use managed interfaces for framebuffer write combining
Thomas Zimmermann
2
-19
/
+10
2021-09-22
drm: Fix scaling_mode docs
Ville Syrjälä
1
-2
/
+2
2021-09-22
drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c
Maxime Ripard
2
-34
/
+37
2021-09-21
drm/rockchip: remove of_match_ptr() from analogix dp driver
Souptick Joarder
1
-1
/
+1
2021-09-21
drm/rockchip: remove of_match_ptr() from vop_driver_dt_match
Souptick Joarder
1
-1
/
+1
2021-09-21
drm/rockchip: Check iommu itself instead of it's parent for device_is_available
Andy Yan
1
-1
/
+1
2021-09-21
drm/rockchip: dsi: make hstt_table static
Jiapeng Chong
1
-1
/
+1
2021-09-21
drm/rockchip: dsi: Fix duplicate included linux/phy/phy.h
Jiapeng Chong
1
-1
/
+0
2021-09-21
drm/rockchip: Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
3
-9
/
+3
2021-09-21
drm/rockchip: add DRM_BRIDGE_ATTACH_NO_CONNECTOR flag to drm_bridge_attach
Alex Bee
2
-10
/
+45
2021-09-21
drm/rockchip: handle non-platform devices in rockchip_drm_endpoint_is_subdriver
Alex Bee
1
-1
/
+8
2021-09-21
drm/rockchip: remove unused psr_list{,_lock}
Brian Norris
2
-5
/
+0
2021-09-20
drm/panel-edp: Implement generic "edp-panel"s probed by EDID
Douglas Anderson
1
-14
/
+201
2021-09-20
drm/panel-edp: Don't re-read the EDID every time we power off the panel
Douglas Anderson
1
-3
/
+3
2021-09-20
drm/panel-edp: Fix "prepare_to_enable" if panel doesn't handle HPD
Douglas Anderson
1
-2
/
+22
2021-09-20
drm/panel-edp: hpd_reliable shouldn't be subtraced from hpd_absent
Douglas Anderson
1
-5
/
+3
2021-09-20
drm/panel-edp: Better describe eDP panel delays
Douglas Anderson
1
-29
/
+53
2021-09-20
drm/panel-edp: Split the delay structure out
Douglas Anderson
1
-77
/
+82
2021-09-20
drm/panel-simple: Non-eDP panels don't need "HPD" handling
Douglas Anderson
1
-130
/
+4
2021-09-20
drm/panel-edp: Move some wayward panels to the eDP driver
Douglas Anderson
2
-365
/
+363
2021-09-20
drm/panel-edp: Split eDP panels out of panel-simple
Douglas Anderson
4
-566
/
+1322
2021-09-20
drm/edid: Use new encoded panel id style for quirks matching
Douglas Anderson
1
-86
/
+70
2021-09-20
drm/edid: Allow querying/working with the panel ID from the EDID
Douglas Anderson
1
-0
/
+67
2021-09-20
drm/edid: Break out reading block 0 of the EDID
Douglas Anderson
1
-18
/
+45
2021-09-20
drm/panfrost: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2021-09-20
panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains static
Jiapeng Chong
1
-2
/
+2
2021-09-20
drm/v3d: Make use of the helper function devm_platform_ioremap_resource_byname()
Cai Huoqing
1
-4
/
+1
2021-09-20
drm: bridge: it66121: Fix return value it66121_probe
Alex Bee
1
-2
/
+14
2021-09-19
drm/v3d: fix sched job resources cleanup when a job is aborted
Melissa Wen
1
-6
/
+5
2021-09-17
drm/panfrost: Calculate lock region size correctly
Steven Price
1
-7
/
+23
2021-09-17
virtio-gpu: fix possible memory allocation failure
liuyuntao
1
-7
/
+1
2021-09-16
drm/sun4i: dw-hdmi: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-12
/
+9
2021-09-16
drm/sun4i: dsi: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-8
/
+6
2021-09-15
drm/v3d: fix wait for TMU write combiner flush
Iago Toral Quiroga
1
-2
/
+2
2021-09-15
drm/sched: fix the bug of time out calculation(v4)
Monk Liu
1
-17
/
+9
[next]