[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160915104315.GA4607@kroah.com>
Date: Thu, 15 Sep 2016 12:43:15 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Rob Herring <robh@...nel.org>
Cc: Alan Cox <alan@...ux.intel.com>, Jiri Slaby <jslaby@...e.com>,
Peter Hurley <peter@...leysoftware.com>,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: Re: [PATCH 0/9] tty: tty_struct dependency clean-ups
On Fri, Sep 09, 2016 at 05:37:01PM -0500, Rob Herring wrote:
> This patch series removes or prepares to remove some of the dependencies
> on tty_struct within tty_port drivers. This will allow using tty_ports
> directly for so called UART slave devices.
>
> The first patch fixes a regression from the last round with tty
> closing. Patches 2-4 are mechanical conversions generated with
> coccinelle. This is my first adventure into coccinelle, so hopefully I
> didn't screw things up. :) Only serial_core has some of its tty_struct
> dependencies removed as those are the drivers we immediately care about
> supporting slave devices with.
>
> Next up after this are moving some functions to the tty_port ops. I've
> got some WIP patches for some of that, but nothing ready to send out
> quite yet.
I've applied the first patch here, and wanted to apply patch 3, but it
depended on #2, so I'll wait for your next round of patches.
thanks,
greg k-h
Powered by blists - more mailing lists