> -----Original Message----- > From: John Linn [mailto:john.linn@xxxxxxxxxx] > Sent: Wednesday, January 20, 2010 5:07 PM > To: linux-serial@xxxxxxxxxxxxxxx; jacmet@xxxxxxxxxx; grant.likely@xxxxxxxxxxxx; > michal.simek@xxxxxxxxxxxxx; john.williams@xxxxxxxxxxxxx > Cc: John Linn > Subject: [PATCH] [V2] uartlite: move from byte accesses to word accesses > > Byte accesses for I/O devices in Xilinx IP are 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 <john.linn@xxxxxxxxxx> > --- I apologize I forgot to put a note about how V2 is different. The commit message is the only thing that changed based on Peter's input. Thanks, John > drivers/serial/uartlite.c | 36 ++++++++++++++++++------------------ > 1 files changed, 18 insertions(+), 18 deletions(-) > > diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c > index 377f271..9f83949 100644 > --- a/drivers/serial/uartlite.c > +++ b/drivers/serial/uartlite.c > @@ -86,7 +86,7 @@ static int ulite_receive(struct uart_port *port, int stat) <snip> This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html