* Re: [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
[not found] <20210615165750.31261-1-alex.nemirovsky@cortina-access.com>
@ 2021-06-15 17:15 ` Greg Kroah-Hartman
2021-06-15 17:23 ` Alex Nemirovsky
2021-06-15 17:15 ` Greg Kroah-Hartman
1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-06-15 17:15 UTC (permalink / raw)
To: Alex Nemirovsky
Cc: devicetree, Jiri Slaby, Jason Li, linux-kernel, linux-serial
On Tue, Jun 15, 2021 at 09:57:48AM -0700, Alex Nemirovsky wrote:
> From: Jason Li <jason.li@cortina-access.com>
>
> This driver supports Cortina Access UART IP integrated
> in most all CAXXXX line of SoCs. Earlycom is also supported
>
> Signed-off-by: Jason Li <jason.li@cortina-access.com>
> ---
I only received 2 patches, here 1/3 and 2/3. What happened to 3/3?
And please use 'git send-email' to properly thread your patches so our
tools can correctly pick up the whole series when wanting to do things
with them.
Can you fix that up and resend?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
[not found] <20210615165750.31261-1-alex.nemirovsky@cortina-access.com>
2021-06-15 17:15 ` [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform Greg Kroah-Hartman
@ 2021-06-15 17:15 ` Greg Kroah-Hartman
2021-06-15 17:18 ` Alex Nemirovsky
1 sibling, 1 reply; 4+ messages in thread
From: Greg Kroah-Hartman @ 2021-06-15 17:15 UTC (permalink / raw)
To: Alex Nemirovsky
Cc: devicetree, Jiri Slaby, Jason Li, linux-kernel, linux-serial
On Tue, Jun 15, 2021 at 09:57:48AM -0700, Alex Nemirovsky wrote:
> From: Jason Li <jason.li@cortina-access.com>
>
> This driver supports Cortina Access UART IP integrated
> in most all CAXXXX line of SoCs. Earlycom is also supported
>
> Signed-off-by: Jason Li <jason.li@cortina-access.com>
> ---
>
> Notes:
> Change log
> drivers/tty/serial/serial_cortina-access.c
> v4:
> - Removed modification to core serial.h which added unique
> ID for this driver. Instead used internal assigned ID
> similar to the method used by the liteuart driver to
> avoid adding additional IDs to the core serial.h file.
Note, this is really v5, you added the MAINTAINERS entry. Please be
more careful.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
2021-06-15 17:15 ` Greg Kroah-Hartman
@ 2021-06-15 17:18 ` Alex Nemirovsky
0 siblings, 0 replies; 4+ messages in thread
From: Alex Nemirovsky @ 2021-06-15 17:18 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: devicetree@vger.kernel.org, Jiri Slaby, Jason Li,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
> On Jun 15, 2021, at 10:15 AM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Jun 15, 2021 at 09:57:48AM -0700, Alex Nemirovsky wrote:
>> From: Jason Li <jason.li@cortina-access.com>
>>
>> This driver supports Cortina Access UART IP integrated
>> in most all CAXXXX line of SoCs. Earlycom is also supported
>>
>> Signed-off-by: Jason Li <jason.li@cortina-access.com>
>> ---
>>
>> Notes:
>> Change log
>> drivers/tty/serial/serial_cortina-access.c
>> v4:
>> - Removed modification to core serial.h which added unique
>> ID for this driver. Instead used internal assigned ID
>> similar to the method used by the liteuart driver to
>> avoid adding additional IDs to the core serial.h file.
>
> Note, this is really v5, you added the MAINTAINERS entry. Please be
> more careful.
still v4. no changes made. Making sure that Rob gets this into his DT queue.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform
2021-06-15 17:15 ` [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform Greg Kroah-Hartman
@ 2021-06-15 17:23 ` Alex Nemirovsky
0 siblings, 0 replies; 4+ messages in thread
From: Alex Nemirovsky @ 2021-06-15 17:23 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: devicetree@vger.kernel.org, Jiri Slaby, Jason Li,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
> On Jun 15, 2021, at 10:15 AM, Greg Kroah-Hartman <gregkh@linuxfoundation.org> wrote:
>
> On Tue, Jun 15, 2021 at 09:57:48AM -0700, Alex Nemirovsky wrote:
>> From: Jason Li <jason.li@cortina-access.com>
>>
>> This driver supports Cortina Access UART IP integrated
>> in most all CAXXXX line of SoCs. Earlycom is also supported
>>
>> Signed-off-by: Jason Li <jason.li@cortina-access.com>
>> ---
>
> I only received 2 patches, here 1/3 and 2/3. What happened to 3/3?
>
> And please use 'git send-email' to properly thread your patches so our
> tools can correctly pick up the whole series when wanting to do things
> with them.
yup..I used git send-email. Apparently the tool didn’t find you on the
list for DT and ARM based changes. I’ll send you a copy of 3/3.
>
> Can you fix that up and resend?
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-15 17:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20210615165750.31261-1-alex.nemirovsky@cortina-access.com>
2021-06-15 17:15 ` [PATCH v4 1/3] tty: serial: Add UART driver for Cortina-Access platform Greg Kroah-Hartman
2021-06-15 17:23 ` Alex Nemirovsky
2021-06-15 17:15 ` Greg Kroah-Hartman
2021-06-15 17:18 ` Alex Nemirovsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox