Hi Rob,
On Tue, Mar 07, 2017 at 10:07:56AM -0600, Rob Herring wrote:
> On Sat, Mar 4, 2017 at 5:58 AM, Sebastian Reichel wrote:
> > Add function to enable/disable RTS line.
> >
> > Signed-off-by: Sebastian Reichel
> > ---
>
> > +static void ttyport_set_rts(struct serdev_controller *ctrl, bool e
On Sat, Mar 4, 2017 at 5:58 AM, Sebastian Reichel wrote:
> Add function to enable/disable RTS line.
>
> Signed-off-by: Sebastian Reichel
> ---
> +static void ttyport_set_rts(struct serdev_controller *ctrl, bool enable)
> +{
> + struct serport *serport = serdev_controller_get_drvdata(ctrl);
Add function to enable/disable RTS line.
Signed-off-by: Sebastian Reichel
---
drivers/tty/serdev/core.c | 11 +++
drivers/tty/serdev/serdev-ttyport.c | 32
include/linux/serdev.h | 3 +++
3 files changed, 46 insertions(+)
diff --g
3 matches
Mail list logo