From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCHv2.1] serdev: implement get/set tiocm Date: Wed, 22 Mar 2017 16:18:25 -0500 Message-ID: References: <20170321223216.11733-7-sre@kernel.org> <20170322005837.6047-1-sre@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20170322005837.6047-1-sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sebastian Reichel Cc: Marcel Holtmann , Gustavo Padovan , Johan Hedberg , Samuel Thibault , Pavel Machek , Tony Lindgren , Greg Kroah-Hartman , Jiri Slaby , Mark Rutland , "open list:BLUETOOTH DRIVERS" , "linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org On Tue, Mar 21, 2017 at 7:58 PM, Sebastian Reichel wrote: > Add method for getting and setting tiocm. > > Signed-off-by: Sebastian Reichel > --- > Changes since PATCHv2: > * fix serdev_device_set_tiocm inline definition for disabled SERDEV > * use instead of > --- > drivers/tty/serdev/core.c | 22 ++++++++++++++++++++++ > drivers/tty/serdev/serdev-ttyport.c | 24 ++++++++++++++++++++++++ > include/linux/serdev.h | 13 +++++++++++++ > 3 files changed, 59 insertions(+) I'm not that big of a fan of {set,get}_tiocm, but I guess it is fine. Acked-by: Rob Herring Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html