index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i2c
/
tda998x_drv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...
Dave Airlie
2018-08-08
1
-183
/
+189
|
\
|
*
drm/i2c: tda998x: correct PLL divider calculation
Russell King
2018-08-07
1
-6
/
+14
|
*
drm/i2c: tda998x: get rid of private fill_modes function
Russell King
2018-08-07
1
-24
/
+6
|
*
drm/i2c: tda998x: move mode_valid() to bridge
Russell King
2018-08-07
1
-16
/
+16
|
*
drm/i2c: tda998x: register bridge outside of component helper
Russell King
2018-08-07
1
-13
/
+13
|
*
drm/i2c: tda998x: cleanup from previous changes
Russell King
2018-08-07
1
-39
/
+37
|
*
drm/i2c: tda998x: allocate tda998x_priv inside tda998x_create()
Russell King
2018-08-07
1
-14
/
+16
|
*
drm/i2c: tda998x: convert to bridge driver
Russell King
2018-08-07
1
-75
/
+81
|
*
drm/i2c: tda998x: move tda998x_set_config() into tda998x_create()
Russell King
2018-08-02
1
-38
/
+35
|
*
drm/i2c: tda998x: split tda998x_encoder_dpms into enable/disable
Peter Rosin
2018-08-02
1
-12
/
+25
|
*
drm/i2c: tda998x: find the drm_device via the drm_connector
Peter Rosin
2018-08-02
1
-1
/
+1
*
|
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
1
-1
/
+1
*
|
drm: drop _mode_ from update_edit_property()
Daniel Vetter
2018-07-13
1
-1
/
+1
|
/
*
Merge drm-upstream/drm-next into drm-misc-next
Gustavo Padovan
2018-06-20
1
-27
/
+215
|
\
|
*
Merge branch 'drm-tda998x-devel' of git://git.armlinux.org.uk/~rmk/linux-arm ...
Dave Airlie
2018-05-22
1
-27
/
+215
|
|
\
|
|
*
drm/i2c: tda998x: add CEC support
Russell King
2018-04-24
1
-9
/
+186
|
|
*
drm/i2c: tda998x: always disable and clear interrupts at probe
Russell King
2018-04-03
1
-5
/
+9
|
|
*
drm/i2c: tda998x: move CEC device initialisation later
Russell King
2018-04-03
1
-5
/
+8
|
|
*
drm/i2c: tda998x: fix error cleanup paths
Russell King
2018-04-03
1
-13
/
+18
|
|
*
drm/i2c: tda998x: move mutex/waitqueue/timer/work init early
Russell King
2018-04-03
1
-6
/
+5
*
|
|
drm/i2c: tda998x: Remove VLA usage
Laura Abbott
2018-05-23
1
-2
/
+11
|
/
/
*
|
drm/i2c: tda998x: fix mode_valid's return type
Luc Van Oostenryck
2018-04-25
1
-1
/
+1
*
|
drm/i2c: tda998x: Remove duplicate NULL check
Andy Shevchenko
2018-01-18
1
-2
/
+1
|
/
*
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2017-12-04
1
-1
/
+0
|
\
|
*
drm/drivers: drop redundant drm_edid_to_eld() calls
Jani Nikula
2017-11-07
1
-1
/
+0
*
|
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-4
/
+3
|
/
*
drm: i2c: tda998x: constify i2c_device_id
Arvind Yadav
2017-08-22
1
-1
/
+1
*
drm: Nuke drm_atomic_helper_connector_dpms
Daniel Vetter
2017-08-08
1
-9
/
+1
*
drm: handle HDMI 2.0 VICs in AVI info-frames
Shashank Sharma
2017-07-14
1
-1
/
+1
*
drm/i2c: tda998x: fix spelling mistake
Colin Ian King
2016-11-18
1
-1
/
+1
*
drm/i2c: tda998x: allow sharing of the CEC device accesses
Russell King
2016-11-18
1
-19
/
+34
*
drm/i2c: tda998x: allow interrupt to be shared
Russell King
2016-11-18
1
-25
/
+27
*
drm/i2c: tda998x: power down pre-filter and color conversion
Russell King
2016-11-18
1
-0
/
+4
*
drm/i2c: tda998x: switch to boolean is_on
Russell King
2016-11-18
1
-13
/
+10
*
drm/i2c: tda998x: remove complexity from tda998x_audio_get_eld()
Russell King
2016-11-18
1
-14
/
+8
*
drm/i2c: tda998x: group audio functions together
Russell King
2016-11-18
1
-137
/
+139
*
drm/i2c: tda998x: separate connector initialisation
Russell King
2016-11-18
1
-20
/
+26
*
drm/i2c: tda998x: group connector functions and funcs together
Russell King
2016-11-18
1
-174
/
+176
*
drm/i2c: tda998x: move and rename tda998x_encoder_set_config()
Russell King
2016-11-18
1
-20
/
+20
*
drm/i2c: tda998x: correct function name in comments
Russell King
2016-11-18
1
-2
/
+2
*
drm/i2c: tda998x: only enable audio if supported by sink
Russell King
2016-11-18
1
-3
/
+24
*
drm/i2c: tda998x: only configure infoframes and audio if supported
Russell King
2016-11-18
1
-5
/
+19
*
drm/i2c: tda998x: avoid race when programming audio
Russell King
2016-11-18
1
-2
/
+2
*
drm/i2c: tda998x: avoid racy access to mode clock
Russell King
2016-11-18
1
-14
/
+11
*
drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()
Russell King
2016-11-18
1
-4
/
+3
*
drm/i2c: tda998x: move audio mutex initialisation
Russell King
2016-11-17
1
-2
/
+2
*
Merge branch 'drm-tda998x-mali' into drm-tda998x-devel
Russell King
2016-11-01
1
-8
/
+0
|
\
|
*
drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registration
Brian Starkey
2016-10-31
1
-8
/
+0
*
|
drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT binding
Jyri Sarha
2016-09-07
1
-3
/
+210
*
|
drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata
Jyri Sarha
2016-09-07
1
-38
/
+46
|
/
[next]