On Thu, Aug 02, 2018 at 10:34:21AM +0100, Russell King wrote:
Hi David,
The following changes since commit 4da1d4c751c9b1b713c13043bad7c4d27cd1418c:
Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next (2018-07-06 10:02:13 +1000)
are available in the git repository at:
git://git.armlinux.org.uk/~rmk/linux-arm.git drm-tda998x-devel
for you to fetch changes up to 4eb47188dd4915df8b3047e2256774598ac73834:
drm/i2c: tda998x: correct PLL divider calculation (2018-08-02 10:27:15 +0100)
As per the patches posted, discussed and tested by Peter Rosin, this converts TDA998x to a bridge driver, while still allowing Armada and TI LCDC to continue using it as they always have done. It also gets rid of the private .fill_modes function, and tweaks the TMDS divider calculation to be more correct to the available information.
Hi David,
I noticed you haven't pulled this yet, and as 0-day found a build problem when CONFIG_OF is disabled, I've updated the branch. It's new head is 926a299c42e38bbe8bb909eae0146e676b66afe4, with this diffstat:
drivers/gpu/drm/i2c/tda998x_drv.c | 372 +++++++++++++++++++------------------- 1 file changed, 189 insertions(+), 183 deletions(-)
Thanks.