commit | a15da8eff3627b8368db7f5dd260e5643213d918 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Oct 02 12:15:39 2007 +1000 |
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | Wed Oct 03 07:23:14 2007 -0500 |
tree | 262d3d4b34625b3630fe785c6b625e1d84670fe9 | |
parent | 260c02a9beddf4186a8c7549b2eec2f6c67f1151 [diff] |
[POWERPC] Uartlite: Fix reg io to access documented register size The Uartlite data sheet defines the registers as 32 bit wide. This patch changes the register access to use 32 bit transfers and eliminates the magic +3 offset which is currently required to make the device work. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: John Williams <jwilliams@itee.uq.edu.au> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>