]> git.baikalelectronics.ru Git - kernel.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)
commit2f2c0d22edda91463f124ceaeb154461420938c7
tree8dc2d81bcc259c8d9511b645607ff3ad0c869699
parenta000d0924f19c552b04f27d3c930ae5af23f72e9
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