index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_hdmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: hdmi: fix power order issue
Inki Dae
2014-06-24
1
-0
/
+19
*
drm/exynos: consider deferred probe case
Inki Dae
2014-06-02
1
-21
/
+57
*
drm/exynos: add hdmiphy power on/off sequence
Shirish S
2014-06-02
1
-6
/
+34
*
drm/exynos: Staticize local symbols in exynos_hdmi.c
Sachin Kamat
2014-06-02
1
-3
/
+3
*
drm/exynos: Remove duplicate inclusion of i2c.h
Sachin Kamat
2014-06-02
1
-1
/
+0
*
drm/exynos: use regmap interface to set hdmiphy control bit in pmu
Rahul Sharma
2014-06-02
1
-8
/
+19
*
drm/exynos: hdmi: consider legacy dt binding
Inki Dae
2014-06-02
1
-0
/
+30
*
drm/exynos: restore core HDMI settings
Shirish S
2014-06-02
1
-0
/
+2
*
drm/exynos: enable support for exynos5420 hdmi device
Rahul Sharma
2014-06-02
1
-0
/
+165
*
drm/exynos: add support for apb mapped phys in hdmi driver
Rahul Sharma
2014-06-02
1
-53
/
+89
*
drm/exynos: remove unnecessary read for phy configuration values
Rahul Sharma
2014-06-02
1
-10
/
+0
*
drm/exynos: replace hdmi reset with hdmi disable
Rahul Sharma
2014-06-02
1
-24
/
+16
*
drm/exynos: Read hpd gpio in is_connected callback
Sean Paul
2014-06-02
1
-0
/
+2
*
drm/exynos: hdmi: remove unnecessary memset
Daniel Kurtz
2014-06-02
1
-2
/
+0
*
drm/exynos: check for null pointers in error handling
Paul Taysom
2014-06-02
1
-1
/
+2
*
drm/exynos: Debounce HDMI hotplug interrupts
Sean Paul
2014-06-02
1
-2
/
+21
*
drm/exynos: Don't reset hdmiphy on hdmi off
Sean Paul
2014-06-02
1
-5
/
+0
*
drm/exynos: update phy settings for RB resolutions
Shirish S
2014-06-02
1
-21
/
+12
*
drm/exynos: add component framework support
Inki Dae
2014-06-02
1
-22
/
+37
*
drm/exynos: hdmi: make local symbols static
Jingoo Han
2014-06-02
1
-2
/
+2
*
drm/exynos: hdmi: use i2c_adapter instead of i2c_client
Inki Dae
2014-03-24
1
-8
/
+8
*
drm/exynos: hdmi: consider APB PHY
Inki Dae
2014-03-24
1
-3
/
+23
*
drm/exynos: Implement drm_connector in hdmi directly
Sean Paul
2014-03-24
1
-41
/
+85
*
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
2014-03-24
1
-79
/
+9
*
drm/exynos: Use drm_mode_copy to copy modes
Sean Paul
2014-03-24
1
-9
/
+1
*
drm/exynos: Remove exynos_drm_hdmi shim
Sean Paul
2014-03-24
1
-59
/
+103
*
drm/exynos: hdmi: remove the i2c drivers and use
Daniel Kurtz
2014-03-24
1
-32
/
+27
*
drm/exynos: Rename display_op power_on to dpms
Sean Paul
2014-03-24
1
-1
/
+1
*
drm/exynos: Remove apply manager callback
Sean Paul
2014-03-24
1
-0
/
+1
*
drm/exynos: hdmi: Implement initialize op for hdmi
Sean Paul
2014-03-24
1
-4
/
+14
*
drm/exynos: set the active aspect ratio as per mode
Shirish S
2014-03-24
1
-7
/
+28
*
drm/exynos: add phy settings for RB resolutions
Shirish S
2014-03-24
1
-0
/
+45
*
drm/exynos: Convert to use the standard hdmi.h header
Sachin Kamat
2014-02-07
1
-40
/
+26
*
drm/exynos: Remove non-DT support in exynos_hdmi
Sachin Kamat
2013-09-05
1
-58
/
+12
*
drm/exynos: Remove redundant error messages
Sachin Kamat
2013-09-05
1
-12
/
+4
*
drm/exynos: Add missing of.h header include
Sachin Kamat
2013-09-05
1
-0
/
+1
*
drm/exynos: Remove module.h header inclusion
Sachin Kamat
2013-07-30
1
-1
/
+0
*
drm/exynos: add new compatible strings for hdmi subsystem
Rahul Sharma
2013-06-28
1
-0
/
+3
*
drm/exynos: fix interlace resolutions for exynos5420
Rahul Sharma
2013-06-28
1
-6
/
+8
*
drm/exynos: use of_get_named_gpio to get hdmi hpd gpio
Rahul Sharma
2013-06-28
1
-2
/
+1
*
drm/exynos: add mout_hdmi clock in hdmi driver to change parent
Rahul Sharma
2013-06-28
1
-4
/
+10
*
drm/exynos: Prepare/Unprepare HDMI subsystem clocks
Sean Paul
2013-06-28
1
-12
/
+12
*
drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS
YoungJun Cho
2013-06-28
1
-5
/
+5
*
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-06-28
1
-30
/
+0
*
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
2013-06-28
1
-15
/
+14
*
drm/exynos: remove ignoring return value warning in hdmi
Seung-Woo Kim
2013-06-28
1
-1
/
+3
*
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
2013-05-24
1
-13
/
+8
|
\
|
*
drm/exynos: replace request_threaded_irq with devm function
Seung-Woo Kim
2013-05-23
1
-6
/
+1
|
*
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
2013-05-23
1
-7
/
+7
|
*
drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()
Lars-Peter Clausen
2013-05-22
1
-1
/
+1
[next]