]> 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)
commit441b82f69cdf05fe80b3073c55f021d6432eddd4
tree8dc2d81bcc259c8d9511b645607ff3ad0c869699
parentee13fc536b87839d37fa1b814a3c8079f8731913
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