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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-18
drm/bridge: ti-tfp410: Add support for the powerdown GPIO
Laurent Pinchart
1
-0
/
+24
2019-03-18
drm/bridge: ti-tfp410: Set connector type based on DT connector node
Laurent Pinchart
1
-1
/
+7
2019-03-18
dt-bindings: display: tfp410: Add bus parameters properties
Laurent Pinchart
1
-6
/
+18
2019-03-18
drm/bridge: use bus flags in bridge timings
Stefan Agner
2
-10
/
+8
2019-03-18
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
25
-68
/
+77
2019-03-18
drm: Clarify definition of the DRM_BUS_FLAG_(PIXDATA|SYNC)_* macros
Laurent Pinchart
1
-4
/
+32
2019-03-18
drm/omap: Merge omap_dss_device type and output_type fields
Laurent Pinchart
25
-20
/
+32
2019-03-18
drm/omap: Refactor initialization sequence
Laurent Pinchart
1
-67
/
+56
2019-03-18
drm/omap: Simplify OF lookup of DSS devices
Laurent Pinchart
3
-58
/
+10
2019-03-18
drm/omap: Store pixel clock instead of full mode in DPI and SDI encoders
Laurent Pinchart
2
-8
/
+7
2019-03-18
drm/omap: venc: Use drm_display_mode natively
Laurent Pinchart
1
-46
/
+44
2019-03-18
drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()
Laurent Pinchart
9
-48
/
+46
2019-03-18
drm/omap: Factor out common mode validation code
Laurent Pinchart
3
-45
/
+44
2019-03-18
drm/omap: venc: Simplify mode setting by caching configuration
Laurent Pinchart
1
-34
/
+34
2019-03-18
drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation
Laurent Pinchart
3
-12
/
+9
2019-03-18
drm/omap: Remove src field from omap_dss_device structure
Laurent Pinchart
2
-14
/
+1
2019-03-18
drm/omap: Notify all devices in the pipeline of output disconnection
Laurent Pinchart
1
-12
/
+16
2019-03-18
drm/omap: panel-dsi-cm: Store source pointer internally
Laurent Pinchart
1
-26
/
+29
2019-03-18
drm/omap: Don't store display pointer in omap_connector structure
Laurent Pinchart
1
-18
/
+13
2019-03-18
drm/omap: Move display alias ID to omap_drm_pipeline
Laurent Pinchart
4
-6
/
+8
2019-03-18
drm/omap: Don't pass display pointer to encoder init function
Laurent Pinchart
3
-7
/
+3
2019-03-18
drm/omap: venc: List both PAL and NTSC modes
Laurent Pinchart
1
-6
/
+19
2019-03-18
drm/omap: Add a dss device operation flag for .get_modes()
Laurent Pinchart
11
-5
/
+16
2019-03-18
drm/omap: Merge display .get_modes() and .get_size() operations
Laurent Pinchart
3
-27
/
+5
2019-03-18
drm/omap: Expose DRM modes instead of timings in display devices
Laurent Pinchart
12
-61
/
+80
2019-03-18
drm/omap: Factor out common init/cleanup code for output devices
Laurent Pinchart
8
-87
/
+36
2019-03-18
drm/omap: Remove omap_dss_device dst field
Laurent Pinchart
2
-5
/
+2
2019-03-18
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
24
-337
/
+171
2019-03-18
drm/omap: Remove enable checks from display .enable() and .remove()
Laurent Pinchart
14
-64
/
+25
2019-03-18
drm/omap: Remove connection checks from display .enable() and .remove()
Laurent Pinchart
6
-35
/
+10
2019-03-18
drm/omap: Remove connection checks from internal encoders .enable()
Laurent Pinchart
7
-98
/
+7
2019-03-18
drm/omap: Move common display enable/disable code to encoder
Laurent Pinchart
12
-161
/
+32
2019-03-18
drm/omap: Use atomic suspend/resume helpers
Laurent Pinchart
2
-51
/
+2
2019-03-18
drm/omap: venc: Remove wss_data field from venc_device structure
Laurent Pinchart
1
-10
/
+1
2019-03-18
drm/omap: Remove unused kobj field from struct omap_dss_device
Laurent Pinchart
1
-2
/
+0
2019-03-18
drm/omap: Remove declaration of nonexisting function
Laurent Pinchart
1
-2
/
+0
2019-03-18
drm/atomic: Constify mode argument to mode_valid_path()
Laurent Pinchart
1
-2
/
+2
2019-03-18
Linux 5.1-rc1
Linus Torvalds
1
-2
/
+2
2019-03-17
Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
57
-156
/
+153
2019-03-17
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-125
/
+0
2019-03-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+4
2019-03-17
Merge tag 'for-linus-5.1b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+4
2019-03-17
Merge tag '9p-for-5.1' of git://github.com/martinetd/linux
Linus Torvalds
7
-32
/
+55
2019-03-17
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
1
-1
/
+1
2019-03-17
kconfig: remove stale lxdialog/.gitignore
Masahiro Yamada
1
-4
/
+0
2019-03-17
kbuild: force all architectures except um to include mandatory-y
Masahiro Yamada
29
-47
/
+18
2019-03-17
kbuild: warn redundant generic-y
Masahiro Yamada
12
-13
/
+6
2019-03-17
Revert "modsign: Abort modules_install when signing fails"
Douglas Anderson
1
-1
/
+1
2019-03-17
kbuild: Make NOSTDINC_FLAGS a simply expanded variable
Douglas Anderson
1
-1
/
+1
2019-03-17
kbuild: deb-pkg: avoid implicit effects
Arseny Maslennikov
1
-1
/
+4
[next]