]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Uartlite: Revert register io access changes
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 2 Oct 2007 16:47:02 +0000 (02:47 +1000)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Wed, 3 Oct 2007 12:37:41 +0000 (07:37 -0500)
commit30778e9896b3d15eacac3defe9f764e0659d7a6c
tree45fc2e9e02a9b9f97f4d671d7fa98753f1a05fc6
parent08d0bc718e78e59634298898bbbc76a826e4c03a
[POWERPC] Uartlite: Revert register io access changes

Reverts commit 505ffea409cd1cbb306353dece6b3836a4792575

This driver is used by devices other than the xilinx opb-uartlite which
depend on bytewise access to the registers.  The change to 32 bit access
does not work on these devices.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
arch/ppc/syslib/virtex_devices.c
drivers/serial/uartlite.c