On Sun, Nov 11, 2012 at 06:34:30AM +0200, Noam Camus wrote: > From: Noam Camus <noamc@xxxxxxxxxx> > > Allows overriding default methods serial_in/serial_out. > > In such platform specific replacement it is possible to use, > other regshift, biased register offset, any other manipulation > that is not covered with common default methods. > > Overriding default methods may be useful for platforms which got > serial peripheral with registers represented in big endian. > In this situation and assuming that 32 bit operations / alignment > is required then it may be useful to swab words before/after > accessing the serial registers. > > Signed-off-by: Noam Camus <noamc@xxxxxxxxxx> > Acked-by: Alan Cox <alan@xxxxxxxxxxxxxxx> > --- > drivers/tty/serial/8250/8250_early.c | 42 +++++++++++++++++----------------- > include/linux/serial_8250.h | 2 + > 2 files changed, 23 insertions(+), 21 deletions(-) This patch no longer applies to my tree. Can you please refresh it against the tty-next tree and resend it, with Alan's ack kept on it, so I remember it is there? thanks, greg k-h -- 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