| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2020-08-06 | 1 | -3/+4 |
|\ |
|
| * | ASoC: hdmi-codec: merge .digital_mute() into .mute_stream() | Kuninori Morimoto | 2020-07-16 | 1 | -3/+4 |
* | | drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid() | Laurent Pinchart | 2020-06-23 | 1 | -0/+1 |
|/ |
|
* | drm/i2c/tda998x: Make tda998x_audio_digital_mute static | Samuel Zou | 2020-05-09 | 1 | -1/+2 |
* | drm/i2c/tda998x: Use simple encoder | Thomas Zimmermann | 2020-04-02 | 1 | -11/+3 |
* | drm/i2c/tda998x: convert to use i2c_new_client_device() | Wolfram Sang | 2020-03-28 | 1 | -3/+3 |
* | drm/bridge: Extend bridge API to disable connector creation | Laurent Pinchart | 2020-02-26 | 1 | -2/+8 |
* | drm: tda998x: use cec_notifier_conn_(un)register | Dariusz Marcinkiewicz | 2019-10-21 | 1 | -5/+4 |
* | drm: Stop including drm_bridge.h from drm_crtc.h | Boris Brezillon | 2019-08-28 | 1 | -0/+1 |
* | drm/i2c/tda998x: drop use of drmP.h | Sam Ravnborg | 2019-08-14 | 1 | -1/+1 |
* | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2019-07-15 | 1 | -148/+302 |
|\ |
|
| * | drm/i2c: tda998x: add vendor specific infoframe support | Russell King | 2019-06-13 | 1 | -0/+14 |
| * | drm/i2c: tda998x: improve correctness of quantisation range | Russell King | 2019-06-13 | 1 | -4/+32 |
| * | drm/i2c: tda998x: add support for pixel repeated modes | Russell King | 2019-06-13 | 1 | -10/+16 |
| * | drm/i2c: tda998x: get rid of params in audio settings | Russell King | 2019-06-13 | 1 | -17/+26 |
| * | drm/i2c: tda998x: clean up tda998x_configure_audio() | Russell King | 2019-06-13 | 1 | -16/+10 |
| * | drm/i2c: tda998x: move audio routing configuration | Russell King | 2019-06-13 | 1 | -31/+47 |
| * | drm/i2c: tda998x: configure both fields of AIP_CLKSEL together | Russell King | 2019-06-13 | 1 | -9/+4 |
| * | drm/i2c: tda998x: index audio port enable config by route type | Russell King | 2019-06-13 | 1 | -28/+29 |
| * | drm/i2c: tda998x: store audio port enable in settings | Russell King | 2019-06-13 | 1 | -7/+11 |
| * | drm/i2c: tda998x: derive CTS_N value from aclk sample rate ratio | Russell King | 2019-06-13 | 1 | -20/+74 |
| * | drm/i2c: tda998x: improve programming of audio divisor | Russell King | 2019-06-13 | 1 | -16/+28 |
| * | drm/i2c: tda998x: implement different I2S flavours | Russell King | 2019-06-13 | 1 | -18/+33 |
| * | drm/i2c: tda998x: introduce tda998x_audio_settings | Russell King | 2019-06-13 | 1 | -31/+37 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
|/ |
|
* | drm: Split out drm_probe_helper.h | Daniel Vetter | 2019-01-24 | 1 | -1/+1 |
* | Merge tag 'drm-misc-next-2019-01-16' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2019-01-18 | 1 | -2/+2 |
|\ |
|
| * | drm/tda998x: Don't set dpms hook | Daniel Vetter | 2019-01-11 | 1 | -1/+0 |
| * | drm/edid: Pass connector to AVI infoframe functions | Ville Syrjälä | 2019-01-10 | 1 | -1/+2 |
* | | drm: bridge: Constify mode arguments to bridge .mode_set() operation | Laurent Pinchart | 2019-01-14 | 1 | -3/+3 |
|/ |
|
* | 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 |