From: Soeren Grunewald Date: Thu, 11 Jun 2015 07:25:05 +0000 (+0200) Subject: serial: 8250_pci: Correct uartclk for xr17v35x expansion chips X-Git-Tag: omap-for-v4.2/fixes-rc1^2~91^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899f0c1c7dbcc487fdc8756a49ff70b1d5d75f89;p=pandora-kernel.git serial: 8250_pci: Correct uartclk for xr17v35x expansion chips The internal clock of the master chip, which is usually 125MHz, is only half (62.5MHz) for the slave chips. So we have to adjust the uartclk for all the slave ports. Therefor we add a new function to determine if a slave chip is present and update pci_xr17v35x_setup accordingly. Signed-off-by: Soeren Grunewald Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed