index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
dss
/
dss.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-24
drm/omap/dss: Use syscon_regmap_lookup_by_phandle_args
Krzysztof Kozlowski
1
-9
/
+3
2025-01-24
drm/omap/dss: Use of_property_present() to test existence of DT property
Krzysztof Kozlowski
1
-1
/
+1
2024-12-01
Get rid of 'remove_new' relic from platform driver struct
Linus Torvalds
1
-1
/
+1
2023-11-27
drm: Use device_get_match_data()
Rob Herring
1
-2
/
+3
2023-06-08
drm/omap: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-09-09
drm/omap: dss: Fix refcount leak bugs
Liang He
1
-0
/
+3
2022-02-25
drm/omap: dss: Make use of the helper component_compare_dev
Yong Wu
1
-7
/
+1
2021-12-08
omapdrm: dss: mark runtime PM functions __maybe_unused
Arnd Bergmann
1
-2
/
+2
2021-11-10
drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()
Cai Huoqing
1
-3
/
+1
2021-11-10
drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()
Cai Huoqing
1
-2
/
+1
2020-12-15
drm/omap: squash omapdrm sub-modules into one
Tomi Valkeinen
1
-9
/
+2
2020-12-15
drm/omap: remove legacy DSS device operations
Sebastian Reichel
1
-8
/
+0
2020-12-15
drm/omap: remove global dss_device variable
Sebastian Reichel
1
-5
/
+4
2020-11-10
drm/omap: Fix runtime PM imbalance on error
Dinghao Liu
1
-2
/
+5
2020-08-04
drm/omap: force runtime PM suspend on system suspend
Tomi Valkeinen
1
-0
/
+1
2020-04-03
Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-3
/
+22
2020-02-26
drm/omap: Prepare DSS for probing without legacy platform data
Tony Lindgren
1
-3
/
+22
2020-02-26
drm/omap: dss: Make omap_dss_device_ops optional
Laurent Pinchart
1
-1
/
+2
2020-02-26
drm/omap: dss: Cleanup DSS ports on initialisation failure
Laurent Pinchart
1
-17
/
+26
2019-10-11
Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
1
-0
/
+37
2019-10-04
drm/omap: dss: move platform_register_drivers() to dss.c and remove core.c
Jyri Sarha
1
-0
/
+37
2019-10-03
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
1
-9
/
+2
2019-10-03
drm/omap: fix max fclk divider for omap36xx
Tomi Valkeinen
1
-1
/
+1
2019-08-23
omapdrm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-9
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-03-18
drm/omap: Reverse direction of the DSS device enable/disable operations
Laurent Pinchart
1
-1
/
+1
2018-11-12
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
1
-1
/
+10
2018-10-02
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
zhong jiang
1
-1
/
+1
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: Remove unnecessary display output sanity checks
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
1
-6
/
+0
2018-09-03
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
1
-3
/
+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
1
-0
/
+13
2018-09-03
drm/omap: dss: Gather OMAP DSS components at probe time
Laurent Pinchart
1
-1
/
+2
2018-06-28
drm/omap: fix email address
Tomi Valkeinen
1
-1
/
+1
2018-03-14
drm/omap: fix compile error when debugfs is disabled
Tomi Valkeinen
1
-14
/
+12
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functions
Laurent Pinchart
1
-7
/
+7
2018-03-01
drm: omapdrm: dss: Store DSS device pointer in the omapdrm private data
Laurent Pinchart
1
-2
/
+3
2018-03-01
drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and back
Laurent Pinchart
1
-3
/
+1
2018-03-01
drm: omapdrm: dss: Store the debugfs root directory in struct dss_device
Laurent Pinchart
1
-19
/
+19
2018-03-01
drm: omapdrm: dss: Support passing private data to debugfs show handlers
Laurent Pinchart
1
-30
/
+59
2018-03-01
drm: omapdrm: dss: Allocate the DSS private data structure dynamically
Laurent Pinchart
1
-155
/
+186
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to remaining dss functions
Laurent Pinchart
1
-4
/
+5
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss clock functions
Laurent Pinchart
1
-19
/
+18
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()
Laurent Pinchart
1
-8
/
+10
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_ops operations
Laurent Pinchart
1
-28
/
+40
2018-03-01
drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functions
Laurent Pinchart
1
-4
/
+4
2018-03-01
drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()
Laurent Pinchart
1
-6
/
+7
[next]