From: Matteo Facchinetti Date: Fri, 24 May 2013 18:24:58 +0000 (+0200) Subject: serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2574b27eee4f00f2773d1c209218b3f4cf34a3ca;p=pandora-kernel.git serial/mpc52xx_uart: prepare for adding MPC5125 PSC UART support MPC5125 PSC controller has different register layout than MPC5121. To support MPC5125 PSC in this driver we have to provide further psc_ops functions for SoC specific register accesses. Add new register access functions to the psc_ops structure and provide MPC52xx and MPC512x specific implementation for them. Then replace remaining direct register accesses in the driver by appropriate psc_ops function calls. The subsequent patch can now add MPC5125 specific set of psc_ops functions. Signed-off-by: Vladimir Ermakov Signed-off-by: Matteo Facchinetti Signed-off-by: Anatolij Gustschin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed