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@xxxxxxxxxx> > > > > 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... :)