From: John Linn Date: Wed, 7 Apr 2010 15:32:55 +0000 (-0600) Subject: serial: uartlite: move from byte accesses to word accesses X-Git-Tag: v2.6.35-rc1~458^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5bbbb18d872cb4e29815a000485c2c5eebcfaca;p=pandora-kernel.git serial: uartlite: move from byte accesses to word accesses Byte accesses for I/O devices in Xilinx IP is going to be less desired in the future such that the driver is being changed to use 32 bit accesses. This change facilitates using the uartlite IP over a PCIe bus which only allows 32 bit accesses. Signed-off-by: John Linn Tested-by: Michal Simek Acked-by: Grant Likely Acked-by: Peter Korsgaard Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed