Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-13 Thread Enrico Weigelt, metux IT consult
On 13.03.19 15:36, Greg KH wrote: > Also, usually RFC like patches and series are ignored, I know I almost > always ignore them because if the author doesn't think they are ready to > be reviewed, why would I spend time on them compared to other patches > that their authors think are ready for

Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-13 Thread Greg KH
On Wed, Mar 13, 2019 at 07:59:53AM +0100, Enrico Weigelt, metux IT consult wrote: > On 12.03.19 17:33, Greg KH wrote: > > On Tue, Mar 12, 2019 at 03:57:33PM +0100, Enrico Weigelt, metux IT consult > > wrote: > >> --- > >> drivers/tty/serial/8250/8250_bcm2835aux.c | 12 > >> 1 file

Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-13 Thread Enrico Weigelt, metux IT consult
On 13.03.19 12:28, Miguel Ojeda wrote: Hi, > The intro letter seems to be an independent message with a different> subject > line -- not sure what threading you expected (?). hmm, I've sent it via git-send-email --compose. IMHO, this should send the intro as the first message and the actual

Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-13 Thread Miguel Ojeda
On Wed, Mar 13, 2019 at 8:03 AM Enrico Weigelt, metux IT consult wrote: > > On 12.03.19 17:33, Greg KH wrote: > > On Tue, Mar 12, 2019 at 03:57:33PM +0100, Enrico Weigelt, metux IT consult > > wrote: > >> --- > >> drivers/tty/serial/8250/8250_bcm2835aux.c | 12 > >> 1 file changed,

Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-13 Thread Enrico Weigelt, metux IT consult
On 12.03.19 17:33, Greg KH wrote: > On Tue, Mar 12, 2019 at 03:57:33PM +0100, Enrico Weigelt, metux IT consult > wrote: >> --- >> drivers/tty/serial/8250/8250_bcm2835aux.c | 12 >> 1 file changed, 4 insertions(+), 8 deletions(-) > > No changelog or signed-off-by, sorry, please fix

Re: [PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-12 Thread Greg KH
On Tue, Mar 12, 2019 at 03:57:33PM +0100, Enrico Weigelt, metux IT consult wrote: > --- > drivers/tty/serial/8250/8250_bcm2835aux.c | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) No changelog or signed-off-by, sorry, please fix up the series and resend. thanks, greg k-h

[PATCH 1/8] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()

2019-03-12 Thread Enrico Weigelt, metux IT consult
--- drivers/tty/serial/8250/8250_bcm2835aux.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/tty/serial/8250/8250_bcm2835aux.c b/drivers/tty/serial/8250/8250_bcm2835aux.c index bd53661..0738d14 100644 --- a/drivers/tty/serial/8250/8250_bcm2835aux.c +++