Re: [PATCH v3 1/2] Serial: Ingenic: Add support for the X1000.

2019-10-13 Thread Zhou Yanjie
Hi Greg, I'm sorry, maybe it was a problem when I git send-email, causing the wrong patch to be sent to you. Just ignore the email about the serial patch please. Best regards! On 2019年10月12日 15:35, Greg KH wrote: On Sat, Oct 12, 2019 at 01:13:23PM +0800, Zhou Yanjie wrote: Add support for

Re: [PATCH v3 1/2] Serial: Ingenic: Add support for the X1000.

2019-10-12 Thread Greg KH
On Sat, Oct 12, 2019 at 01:13:23PM +0800, Zhou Yanjie wrote: > Add support for probing the 8250_ingenic driver on the > X1000 Soc from Ingenic. > > Signed-off-by: Zhou Yanjie > --- > drivers/tty/serial/8250/8250_ingenic.c | 13 + > 1 file changed, 9 insertions(+), 4 deletions(-)

[PATCH v3 1/2] Serial: Ingenic: Add support for the X1000.

2019-01-28 Thread Zhou Yanjie
Add support for probing the 8250_ingenic driver on the X1000 Soc from Ingenic. Signed-off-by: Zhou Yanjie --- drivers/tty/serial/8250/8250_ingenic.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/tty/serial/8250/8250_ingenic.c