mbox series

[v4,0/2] serial: Add Tegra Combined UART driver

Message ID 20190123102819.29703-1-thierry.reding@gmail.com
Headers show
Series serial: Add Tegra Combined UART driver | expand

Message

Thierry Reding Jan. 23, 2019, 10:28 a.m. UTC
From: Thierry Reding <treding@nvidia.com>

Hi Greg,

This is a resend of a subset of the following series that I had sent out
during the last release cycle:

	http://patchwork.ozlabs.org/project/linux-tegra/list/?series=78477

For some reason Jassi had not picked up these two patches as discussed,
but since the mailbox dependencies were merged into v5.1-rc1, there's
nothing preventing these to go in through your tree now. Would you mind
picking these up?

Thanks,
Thierry

Mikko Perttunen (1):
  dt-bindings: serial: Add bindings for nvidia,tegra194-tcu

Thierry Reding (1):
  serial: Add Tegra Combined UART driver

 .../bindings/serial/nvidia,tegra194-tcu.txt   |  35 ++
 drivers/tty/serial/Kconfig                    |  22 ++
 drivers/tty/serial/Makefile                   |   1 +
 drivers/tty/serial/tegra-tcu.c                | 298 ++++++++++++++++++
 include/uapi/linux/serial_core.h              |   3 +
 5 files changed, 359 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt
 create mode 100644 drivers/tty/serial/tegra-tcu.c

Comments

Thierry Reding Jan. 29, 2019, 10:52 a.m. UTC | #1
On Wed, Jan 23, 2019 at 11:28:17AM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> Hi Greg,
> 
> This is a resend of a subset of the following series that I had sent out
> during the last release cycle:
> 
> 	http://patchwork.ozlabs.org/project/linux-tegra/list/?series=78477
> 
> For some reason Jassi had not picked up these two patches as discussed,
> but since the mailbox dependencies were merged into v5.1-rc1, there's
> nothing preventing these to go in through your tree now. Would you mind
> picking these up?
> 
> Thanks,
> Thierry
> 
> Mikko Perttunen (1):
>   dt-bindings: serial: Add bindings for nvidia,tegra194-tcu
> 
> Thierry Reding (1):
>   serial: Add Tegra Combined UART driver
> 
>  .../bindings/serial/nvidia,tegra194-tcu.txt   |  35 ++
>  drivers/tty/serial/Kconfig                    |  22 ++
>  drivers/tty/serial/Makefile                   |   1 +
>  drivers/tty/serial/tegra-tcu.c                | 298 ++++++++++++++++++
>  include/uapi/linux/serial_core.h              |   3 +
>  5 files changed, 359 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt
>  create mode 100644 drivers/tty/serial/tegra-tcu.c

Gentle ping.

Thierry
Greg Kroah-Hartman Jan. 30, 2019, 8:32 a.m. UTC | #2
On Tue, Jan 29, 2019 at 11:52:17AM +0100, Thierry Reding wrote:
> On Wed, Jan 23, 2019 at 11:28:17AM +0100, Thierry Reding wrote:
> > From: Thierry Reding <treding@nvidia.com>
> > 
> > Hi Greg,
> > 
> > This is a resend of a subset of the following series that I had sent out
> > during the last release cycle:
> > 
> > 	http://patchwork.ozlabs.org/project/linux-tegra/list/?series=78477
> > 
> > For some reason Jassi had not picked up these two patches as discussed,
> > but since the mailbox dependencies were merged into v5.1-rc1, there's
> > nothing preventing these to go in through your tree now. Would you mind
> > picking these up?
> > 
> > Thanks,
> > Thierry
> > 
> > Mikko Perttunen (1):
> >   dt-bindings: serial: Add bindings for nvidia,tegra194-tcu
> > 
> > Thierry Reding (1):
> >   serial: Add Tegra Combined UART driver
> > 
> >  .../bindings/serial/nvidia,tegra194-tcu.txt   |  35 ++
> >  drivers/tty/serial/Kconfig                    |  22 ++
> >  drivers/tty/serial/Makefile                   |   1 +
> >  drivers/tty/serial/tegra-tcu.c                | 298 ++++++++++++++++++
> >  include/uapi/linux/serial_core.h              |   3 +
> >  5 files changed, 359 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra194-tcu.txt
> >  create mode 100644 drivers/tty/serial/tegra-tcu.c
> 
> Gentle ping.

It had been less than a week!  Patience... :)