]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i2c: tda998x: move and rename tda998x_encoder_set_config()
authorRussell King <rmk+kernel@armlinux.org.uk>
Sun, 23 Oct 2016 10:25:02 +0000 (11:25 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Fri, 18 Nov 2016 00:00:40 +0000 (00:00 +0000)
commit94579273b893f67c5806d8a61a0ca072b0f7a141
tree8dc2d81bcc259c8d9511b645607ff3ad0c869699
parent95a9b686d679059adf491ff116f936de63fcec29
drm/i2c: tda998x: move and rename tda998x_encoder_set_config()

The naming of tda998x_encoder_set_config() is a left-over from when
TDA998x was a slave encoder.  Since this is part of the initialisation,
drop the _encoder from the name, and move it near tda998x_bind().

Tested-by: Robin Murphy <robin.murphy@arm.com>
Tested-by: Jon Medhurst <tixy@linaro.org>
Acked-by: Jon Medhurst <tixy@linaro.org>
Tested-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
drivers/gpu/drm/i2c/tda998x_drv.c