Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-27 Thread Enrico Weigelt, metux IT consult
On 21.05.19 16:43, Greg Kroah-Hartman wrote: Hi, > Sometimes you need to go tell the hardware/firmware people not to do > foolish things. You can not always fix their problems in software. > Please push back on this. I've often been in the same situation. It's hopeless with those folks. Even wo

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 04:31:52PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > > On Tue, May 21, 2019 at 01:50:25PM +0200, Esben Haabendal wrote: > >> Greg Kroah-Hartman writes: > >> > >> > On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: > >> >> Greg Kroah-Ha

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Esben Haabendal
Greg Kroah-Hartman writes: > On Tue, May 21, 2019 at 01:50:25PM +0200, Esben Haabendal wrote: >> Greg Kroah-Hartman writes: >> >> > On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: >> >> Greg Kroah-Hartman writes: >> >> >> >> >> I will try ad hold back with this thread until y

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 01:50:25PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > > On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: > >> Greg Kroah-Hartman writes: > >> > >> >> I will try ad hold back with this thread until you get back to it. > >> > > >> > Ok,

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Esben Haabendal
Greg Kroah-Hartman writes: > On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: >> Greg Kroah-Hartman writes: >> >> >> I will try ad hold back with this thread until you get back to it. >> > >> > Ok, I have no idea what is going on here, sorry. This is a really long >> > and mean

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 01:11:08PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > >> I will try ad hold back with this thread until you get back to it. > > > > Ok, I have no idea what is going on here, sorry. This is a really long > > and meandering thread, and I can't even find

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Esben Haabendal
Greg Kroah-Hartman writes: >> I will try ad hold back with this thread until you get back to it. > > Ok, I have no idea what is going on here, sorry. This is a really long > and meandering thread, and I can't even find the original patches in my > queue. > > So can you resend things and we can s

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 14, 2019 at 02:41:35PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > > On Tue, May 14, 2019 at 11:47:41AM +0100, Lee Jones wrote: > >> On Tue, 14 May 2019, Esben Haabendal wrote: > >> > >> > Lee Jones writes: > >> > > >> > > On Tue, 07 May 2019, Esben Haabendal wro

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-14 Thread Esben Haabendal
Greg Kroah-Hartman writes: > On Tue, May 14, 2019 at 11:47:41AM +0100, Lee Jones wrote: >> On Tue, 14 May 2019, Esben Haabendal wrote: >> >> > Lee Jones writes: >> > >> > > On Tue, 07 May 2019, Esben Haabendal wrote: >> > > >> > >> Lee Jones writes: >> > >> >> > >> > On Fri, 26 Apr 2019, Esb

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-14 Thread Greg Kroah-Hartman
On Tue, May 14, 2019 at 11:47:41AM +0100, Lee Jones wrote: > On Tue, 14 May 2019, Esben Haabendal wrote: > > > Lee Jones writes: > > > > > On Tue, 07 May 2019, Esben Haabendal wrote: > > > > > >> Lee Jones writes: > > >> > > >> > On Fri, 26 Apr 2019, Esben Haabendal wrote: > > >> > > > >> >> T

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-14 Thread Lee Jones
On Tue, 14 May 2019, Esben Haabendal wrote: > Lee Jones writes: > > > On Tue, 07 May 2019, Esben Haabendal wrote: > > > >> Lee Jones writes: > >> > >> > On Fri, 26 Apr 2019, Esben Haabendal wrote: > >> > > >> >> The serial8250-mfd driver is for adding 8250/16550 UART ports as > >> >> function

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-14 Thread Esben Haabendal
Lee Jones writes: > On Tue, 07 May 2019, Esben Haabendal wrote: > >> Lee Jones writes: >> >> > On Fri, 26 Apr 2019, Esben Haabendal wrote: >> > >> >> The serial8250-mfd driver is for adding 8250/16550 UART ports as functions >> >> to an MFD driver. >> >> >> >> When calling mfd_add_device(), pl

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-07 Thread Lee Jones
On Tue, 07 May 2019, Esben Haabendal wrote: > Lee Jones writes: > > > On Fri, 26 Apr 2019, Esben Haabendal wrote: > > > >> The serial8250-mfd driver is for adding 8250/16550 UART ports as functions > >> to an MFD driver. > >> > >> When calling mfd_add_device(), platform_data should be a pointer

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-07 Thread Esben Haabendal
Lee Jones writes: > On Fri, 26 Apr 2019, Esben Haabendal wrote: > >> The serial8250-mfd driver is for adding 8250/16550 UART ports as functions >> to an MFD driver. >> >> When calling mfd_add_device(), platform_data should be a pointer to a >> struct plat_serial8250_port, with proper settings li

Re: [PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-05-07 Thread Lee Jones
On Fri, 26 Apr 2019, Esben Haabendal wrote: > The serial8250-mfd driver is for adding 8250/16550 UART ports as functions > to an MFD driver. > > When calling mfd_add_device(), platform_data should be a pointer to a > struct plat_serial8250_port, with proper settings like .flags, .type, > .iotype,

[PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-04-26 Thread Esben Haabendal
The serial8250-mfd driver is for adding 8250/16550 UART ports as functions to an MFD driver. When calling mfd_add_device(), platform_data should be a pointer to a struct plat_serial8250_port, with proper settings like .flags, .type, .iotype, .regshift and .uartclk. Memory (or ioport) and IRQ shou

[PATCH 2/2] serial: 8250: Add support for 8250/16550 as MFD function

2019-04-26 Thread Esben Haabendal
The serial8250-mfd driver is for adding 8250/16550 UART ports as functions to an MFD driver. When calling mfd_add_device(), platform_data should be a pointer to a struct plat_serial8250_port, with proper settings like .flags, .type, .iotype, .regshift and .uartclk. Memory (or ioport) and IRQ shou