index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
5
-92
/
+84
2018-09-03
drm/omap: Create all planes before CRTCs
Laurent Pinchart
1
-26
/
+19
2018-09-03
drm/omap: Remove unneeded variable assignments in omap_modeset_init
Laurent Pinchart
1
-13
/
+5
2018-09-03
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
6
-161
/
+72
2018-09-03
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
8
-39
/
+24
2018-09-03
drm/omap: dss: Add function to retrieve display for an output
Laurent Pinchart
2
-0
/
+10
2018-09-03
drm/omap: dss: Add for_each_dss_output() macro
Laurent Pinchart
2
-9
/
+23
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
10
-14
/
+120
2018-09-03
drm/omap: dss: venc: Move initialization code from bind to probe
Laurent Pinchart
1
-44
/
+60
2018-09-03
drm/omap: dss: hdmi5: Move initialization code from bind to probe
Laurent Pinchart
1
-95
/
+110
2018-09-03
drm/omap: dss: hdmi4: Move initialization code from bind to probe
Laurent Pinchart
1
-101
/
+117
2018-09-03
drm/omap: dss: dsi: Move initialization code from bind to probe
Laurent Pinchart
1
-140
/
+161
2018-09-03
drm/omap: dss: Cleanup error paths in output init functions
Laurent Pinchart
6
-28
/
+19
2018-09-03
drm/omap: displays: Don't cast dssdev to panel data unnecessarily
Laurent Pinchart
2
-6
/
+4
2018-09-03
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
16
-44
/
+44
2018-09-03
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
22
-16
/
+31
2018-09-03
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
4
-18
/
+11
2018-09-03
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
6
-33
/
+44
2018-09-03
drm/omap: dss: Store dss_device pointer in omap_dss_device
Laurent Pinchart
17
-18
/
+27
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
21
-66
/
+62
2018-09-03
drm/omap: dss: Remove panel devices list
Laurent Pinchart
13
-123
/
+31
2018-09-03
drm/omap: dss: Split omapdss_register_display()
Laurent Pinchart
13
-1
/
+17
2018-09-03
drm/omap: dss: Make omap_dss_get_next_device() more generic
Laurent Pinchart
3
-51
/
+56
2018-09-03
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
3
-4
/
+4
2018-09-03
drm/omap: dss: Remove output devices list
Laurent Pinchart
12
-65
/
+20
2018-09-03
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
3
-39
/
+9
2018-09-03
drm/omap: dsi: Simplify debugfs implementation
Laurent Pinchart
1
-49
/
+14
2018-09-03
drm/omap: displays: Remove input omap_dss_device from panel data
Laurent Pinchart
14
-447
/
+362
2018-09-03
drm/omap: dss: Move src and dst check and set to connection handlers
Laurent Pinchart
12
-74
/
+25
2018-09-03
drm/omap: displays: Don't call disconnect handlers directly
Laurent Pinchart
14
-14
/
+14
2018-09-03
drm/omap: dss: Move debug message and checks to connection handlers
Laurent Pinchart
14
-92
/
+12
2018-09-03
drm/omap: dss: Add functions to connect and disconnect devices
Laurent Pinchart
17
-31
/
+55
2018-09-03
drm/omap: dss: Move common device operations to common structure
Laurent Pinchart
21
-321
/
+256
2018-09-03
drm/omap: dss: Allow looking up any device by port
Laurent Pinchart
4
-16
/
+16
2018-09-03
drm/omap: dss: Rework output lookup by port node
Laurent Pinchart
3
-39
/
+23
2018-09-03
drm/omap: dss: Create and use omapdss_device_is_registered()
Laurent Pinchart
4
-37
/
+19
2018-09-03
drm/omap: dss: Create global list of all omap_dss_device instances
Laurent Pinchart
4
-9
/
+46
2018-09-03
drm/omap: dss: Rename omap_dss_device list field to output_list
Laurent Pinchart
2
-6
/
+6
2018-09-03
drm/omap: dss: Remove omap_dss_device panel fields
Laurent Pinchart
2
-6
/
+0
2018-09-03
drm/omap: displays: Remove videomode from omap_dss_device structure
Laurent Pinchart
15
-30
/
+3
2018-09-03
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
14
-18
/
+18
2018-09-03
drm/omap: dss: Remove unused omapdss_default_get_timings()
Laurent Pinchart
1
-10
/
+0
2018-09-03
drm/omap: dss: Remove DSS encoders get_timings operation
Laurent Pinchart
9
-92
/
+0
2018-09-03
drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
Laurent Pinchart
3
-66
/
+0
2018-09-03
drm/omap: dss: Handle DPI and SDI port initialization failures
Laurent Pinchart
1
-3
/
+10
2018-09-03
drm/omap: dss: Move platform_device_register from core.c to dss.c probe
Jyri Sarha
3
-24
/
+17
2018-09-03
drm/omap: dss: Gather OMAP DSS components at probe time
Laurent Pinchart
1
-1
/
+2
2018-09-03
drm/omap: dss: Remove display ordering from dss/display.c
Peter Ujfalusi
2
-14
/
+3
2018-09-03
drm/omap: Do dss_device (display) ordering in omap_drv.c
Peter Ujfalusi
3
-0
/
+21
2018-09-03
drm/omap: Manage the usable omap_dss_device list within omap_drm_private
Peter Ujfalusi
2
-35
/
+62
[next]