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
path:
root
/
drivers
/
gpu
/
drm
/
tegra
/
sor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-04
drm/tegra: Fix reference leak when pm_runtime_get_sync() fails
Qinglang Miao
1
-1
/
+1
2020-11-26
drm/tegra: sor: Disable clocks on error in tegra_sor_init()
Qinglang Miao
1
-2
/
+8
2020-11-10
drm/tegra: sor: Ensure regulators are disabled on teardown
Marc Zyngier
1
-35
/
+24
2020-11-09
drm/tegra: sor: Don't warn on probe deferral
Jon Hunter
1
-4
/
+3
2020-09-17
drm/tegra: Properly reference count the DDC I2C adapter
Thierry Reding
1
-1
/
+6
2020-07-17
drm/tegra: sor: Use correct power supply names for HDMI
Thierry Reding
1
-2
/
+2
2020-04-17
drm/tegra: Clean up GPIO includes
Linus Walleij
1
-1
/
+0
2020-04-02
drm/tegra: Use simple encoder
Thomas Zimmermann
1
-6
/
+2
2020-03-18
drm/tegra: remove checks for debugfs functions return value
Wambui Karuga
1
-10
/
+1
2020-02-07
Merge tag 'drm/tegra/for-5.6-rc1-fixes' of git://anongit.freedesktop.org/tegr...
Dave Airlie
1
-22
/
+27
2020-01-31
drm/tegra: sor: Initialize runtime PM before use
Thierry Reding
1
-15
/
+17
2020-01-31
drm/tegra: sor: Disable runtime PM on probe failure
Thierry Reding
1
-6
/
+8
2020-01-31
drm/tegra: sor: Suspend on clock registration failure
Thierry Reding
1
-6
/
+7
2020-01-15
Merge tag 'drm/tegra/for-5.6-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-62
/
+101
2020-01-10
drm/tegra: output: Implement system suspend/resume
Thierry Reding
1
-0
/
+17
2020-01-10
drm/tegra: sor: Mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2020-01-10
drm/tegra: Do not implement runtime PM
Thierry Reding
1
-66
/
+88
2020-01-10
gpu: host1x: Rename "parent" to "host"
Thierry Reding
1
-1
/
+1
2020-01-07
drm/tegra: Provide ddc symlink in output connector sysfs directory
Andrzej Pietrasiewicz
1
-3
/
+4
2019-12-04
drm/tegra: sor: Make the +5V HDMI supply optional
Thierry Reding
1
-2
/
+16
2019-12-04
drm/tegra: sor: Implement system suspend/resume
Thierry Reding
1
-5
/
+19
2019-10-28
drm/tegra: sor: Introduce audio enable/disable callbacks
Thierry Reding
1
-2
/
+8
2019-10-28
drm/tegra: sor: Extract common audio enabling code
Thierry Reding
1
-18
/
+25
2019-10-28
drm/tegra: sor: Avoid timeouts on unplug events
Thierry Reding
1
-3
/
+10
2019-10-28
drm/tegra: sor: Unify eDP and DP support
Thierry Reding
1
-347
/
+74
2019-10-28
drm/tegra: sor: Use correct I/O pad for DP
Thierry Reding
1
-0
/
+1
2019-10-28
drm/tegra: sor: Unify clock setup for eDP, HDMI and DP
Thierry Reding
1
-11
/
+81
2019-10-28
drm/tegra: sor: Support DisplayPort on Tegra194
Thierry Reding
1
-0
/
+5
2019-10-28
drm/tegra: sor: Deduplicate connector type detection code
Thierry Reding
1
-109
/
+109
2019-10-28
drm/tegra: sor: Implement pad clock for all SOR instances
Thierry Reding
1
-6
/
+14
2019-10-28
drm/tegra: sor: Use correct SOR index on Tegra210
Thierry Reding
1
-0
/
+5
2019-10-28
drm/tegra: sor: Remove tegra186-sor1 support
Thierry Reding
1
-18
/
+0
2019-10-28
drm/tegra: sor: Add DisplayPort support
Thierry Reding
1
-2
/
+341
2019-10-28
drm/tegra: sor: Filter eDP rates
Thierry Reding
1
-0
/
+26
2019-10-28
drm/tegra: sor: Stabilize eDP
Thierry Reding
1
-89
/
+49
2019-10-28
drm/tegra: sor: Hook up I2C-over-AUX to output
Thierry Reding
1
-0
/
+2
2019-10-28
drm/tegra: sor: Use DP link training helpers
Thierry Reding
1
-216
/
+468
2019-10-28
drm/tegra: dp: Turn link capabilities into booleans
Thierry Reding
1
-2
/
+2
2019-10-28
drm/tegra: dp: Track link capabilities alongside settings
Thierry Reding
1
-14
/
+14
2019-10-24
drm/tegra: sor: Move register programming out of ->init()
Thierry Reding
1
-13
/
+11
2019-10-23
drm/tegra: Move drm_dp_link helpers to Tegra DRM
Thierry Reding
1
-0
/
+1
2019-08-14
drm/tegra: drop use of drmP.h
Sam Ravnborg
1
-0
/
+3
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-03-22
drm/tegra: sor: Implement acquire/release for reset
Thierry Reding
1
-1
/
+20
2019-02-11
Merge tag 'drm/tegra/for-5.1-rc1' of git://anongit.freedesktop.org/tegra/linu...
Dave Airlie
1
-37
/
+27
2019-02-07
drm/tegra: sor: Support device tree crossbar configuration
Thierry Reding
1
-2
/
+17
2019-01-16
drm/tegra: hda: Extract HDA format parsing code
Thierry Reding
1
-71
/
+9
2019-01-16
drm/tegra: sor: Parse more data from HDA format
Thierry Reding
1
-16
/
+53
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-12
/
+242
2019-01-10
drm/edid: Pass connector to AVI infoframe functions
Ville Syrjälä
1
-1
/
+2
[next]