Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-06-11 Thread Enrico Weigelt, metux IT consult
On 21.05.19 16:45, Esben Haabendal wrote: > It sits here. It is a rather big and clunky mfd driver, not ready for > upstreaming in its current form. I hope to get around to clean it up. > But it is for a very specific hardware that is really available or > usable for anybody else. Does it make s

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Andy Shevchenko
On Tue, May 21, 2019 at 04:43:18PM +0200, Esben Haabendal wrote: > Andy Shevchenko writes: > > > On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: > >> Allow getting memory resource (mapbase or iobase) as well as irq from > >> platform_device resources. > >> > >> The UPF_DEV_RESOU

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 04:45:34PM +0200, Esben Haabendal wrote: > Greg Kroah-Hartman writes: > > > On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: > >> Allow getting memory resource (mapbase or iobase) as well as irq from > >> platform_device resources. > >> > >> The UPF_DEV_RE

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Esben Haabendal
Greg Kroah-Hartman writes: > On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: >> Allow getting memory resource (mapbase or iobase) as well as irq from >> platform_device resources. >> >> The UPF_DEV_RESOURCES flag must be set for devices where platform_device >> resources are to

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Esben Haabendal
Andy Shevchenko writes: > On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: >> Allow getting memory resource (mapbase or iobase) as well as irq from >> platform_device resources. >> >> The UPF_DEV_RESOURCES flag must be set for devices where platform_device >> resources are to be

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Greg Kroah-Hartman
On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: > Allow getting memory resource (mapbase or iobase) as well as irq from > platform_device resources. > > The UPF_DEV_RESOURCES flag must be set for devices where platform_device > resources are to be used. When not set, driver behav

Re: [PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Andy Shevchenko
On Tue, May 21, 2019 at 01:34:26PM +0200, Esben Haabendal wrote: > Allow getting memory resource (mapbase or iobase) as well as irq from > platform_device resources. > > The UPF_DEV_RESOURCES flag must be set for devices where platform_device > resources are to be used. When not set, driver behav

[PATCH resend] serial: 8250: Add support for using platform_device resources

2019-05-21 Thread Esben Haabendal
Allow getting memory resource (mapbase or iobase) as well as irq from platform_device resources. The UPF_DEV_RESOURCES flag must be set for devices where platform_device resources are to be used. When not set, driver behaves as before. This allows use of the serial8250 driver together with devic