index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-26
drm/omap: venc: Remove omap_dss_device operations
Laurent Pinchart
1
-45
/
+0
2020-02-26
drm/omap: hdmi: Remove omap_dss_device operations
Laurent Pinchart
3
-37
/
+0
2020-02-26
drm/omap: Remove HPD, detect and EDID omapdss operations
Laurent Pinchart
6
-310
/
+22
2020-02-26
drm/omap: Switch the HDMI and VENC outputs to drm_bridge
Laurent Pinchart
11
-671
/
+11
2020-02-26
drm/omap: Create connector for bridges
Laurent Pinchart
1
-12
/
+62
2020-02-26
drm/omap: venc: Register a drm_bridge
Laurent Pinchart
1
-88
/
+154
2020-02-26
drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operations
Laurent Pinchart
2
-29
/
+0
2020-02-26
drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operation
Laurent Pinchart
1
-0
/
+10
2020-02-26
drm/omap: hdmi5: Move mode set, enable and disable operations to bridge
Laurent Pinchart
1
-98
/
+111
2020-02-26
drm/omap: hdmi4: Move mode set, enable and disable operations to bridge
Laurent Pinchart
1
-95
/
+111
2020-02-26
drm/omap: hdmi5: Register a drm_bridge for EDID read
Laurent Pinchart
1
-6
/
+73
2020-02-26
drm/omap: hdmi4: Register a drm_bridge for EDID read
Laurent Pinchart
2
-6
/
+75
2020-02-26
drm/omap: hdmi5: Rework EDID read to isolate data read
Laurent Pinchart
3
-77
/
+65
2020-02-26
drm/omap: hdmi4: Rework EDID read to isolate data read
Laurent Pinchart
3
-84
/
+73
2020-02-26
drm/omap: hdmi: Allocate EDID in the .read_edid() operation
Laurent Pinchart
4
-27
/
+47
2020-02-26
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
4
-16
/
+22
2020-02-26
drm/omap: Add infrastructure to support drm_bridge local to DSS outputs
Laurent Pinchart
9
-12
/
+26
2020-02-26
drm/omap: dss: Fix output next device lookup in DT
Laurent Pinchart
13
-15
/
+14
2020-02-26
drm/omap: Use the drm_panel_bridge API
Laurent Pinchart
5
-47
/
+32
2020-02-26
drm/omap: Factor out display type to connector type conversion
Laurent Pinchart
3
-18
/
+25
2020-02-26
drm/omap: Simplify HDMI mode and infoframe configuration
Laurent Pinchart
3
-15
/
+1
2020-02-26
drm/omap: dss: Cleanup DSS ports on initialisation failure
Laurent Pinchart
1
-17
/
+26
2020-02-26
drm: Add helper to create a connector for a chain of bridges
Laurent Pinchart
3
-1
/
+387
2020-02-26
drm/bridge: tfp410: Allow operation without drm_connector
Laurent Pinchart
1
-4
/
+2
2020-02-26
drm/bridge: tfp410: Replace manual connector handling with bridge
Laurent Pinchart
1
-141
/
+75
2020-02-26
drm/bridge: panel: Implement bridge connector operations
Laurent Pinchart
1
-4
/
+13
2020-02-26
drm/bridge: Add driver for the TI TPD12S015 HDMI level shifter
Laurent Pinchart
3
-0
/
+220
2020-02-26
drm/bridge: Add bridge driver for display connectors
Laurent Pinchart
3
-0
/
+307
2020-02-26
drm/bridge: simple-bridge: Add support for the TI OPA362
Laurent Pinchart
1
-0
/
+5
2020-02-26
drm/bridge: simple-bridge: Add support for enable GPIO
Laurent Pinchart
1
-4
/
+18
2020-02-26
drm/bridge: simple-bridge: Add support for non-VGA bridges
Laurent Pinchart
1
-12
/
+29
2020-02-26
drm/bridge: dumb-vga-dac: Rename driver to simple-bridge
Laurent Pinchart
3
-10
/
+10
2020-02-26
drm/bridge: dumb-vga-dac: Rename internal symbols to simple-bridge
Laurent Pinchart
1
-77
/
+77
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
59
-76
/
+214
2020-02-26
drm/bridge: Add connector-related bridge operations and data
Laurent Pinchart
1
-1
/
+200
2020-02-26
drm/bridge: Improve overview documentation
Laurent Pinchart
1
-25
/
+76
2020-02-26
drm/edid: Add flag to drm_display_info to identify HDMI sinks
Laurent Pinchart
1
-0
/
+6
2020-02-26
drm/connector: Add helper to get a connector type name
Laurent Pinchart
1
-0
/
+15
2020-02-26
video: hdmi: Change return type of hdmi_avi_infoframe_init() to void
Laurent Pinchart
2
-13
/
+3
2020-02-25
drm/panfrost: Add support for multiple power domains
Nicolas Boichat
3
-8
/
+102
2020-02-25
drm/panfrost: Add support for multiple regulators
Nicolas Boichat
3
-18
/
+51
2020-02-25
drm/panfrost: Improve error reporting in panfrost_gpu_power_on
Nicolas Boichat
1
-4
/
+7
2020-02-25
drm/bridge: panel: Propagate bus format/flags
Boris Brezillon
1
-0
/
+4
2020-02-25
drm/bridge: lvds-codec: Constify the drm_bridge_funcs structure
Laurent Pinchart
1
-1
/
+1
2020-02-25
drm/bridge: lvds-codec: Add to_lvds_codec() function
Laurent Pinchart
1
-6
/
+8
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
3
-16
/
+16
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
3
-0
/
+13
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
3
-20
/
+21
2020-02-25
drm/virtio: use consistent names for drm_files
Gurchetan Singh
1
-10
/
+10
2020-02-22
drm/panel: ld9040: add MODULE_DEVICE_TABLE with SPI IDs
Marek Szyprowski
1
-0
/
+6
[next]