lkml.org 
[lkml]   [2015]   [Dec]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH-v8] serial: 8250_dw: Add support for big-endian MMIO accesses
On Wed, Dec 09, 2015 at 03:19:39PM +0200, Heikki Krogerus wrote:
> Hi Noam,
>
> On Sun, Oct 18, 2015 at 12:01:48PM +0300, Noam Camus wrote:
> > diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
> > index a0cdbf3..880f712 100644
> > --- a/drivers/tty/serial/8250/8250_dw.c
> > +++ b/drivers/tty/serial/8250/8250_dw.c
> > @@ -63,6 +63,9 @@ struct dw8250_data {
> > struct clk *pclk;
> > struct reset_control *rst;
> > struct uart_8250_dma dma;
> > + unsigned int (*serial_in)(void __iomem *addr);
> > + void (*serial_out)(unsigned int value,
> > + void __iomem *addr);
>
> This is really ideal ..

Meant to say _not_ ideal. Sorry about that.

Cheers,

--
heikki


\
 
 \ /
  Last update: 2015-12-09 14:41    [W:0.078 / U:1.288 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site