public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
Cc: linux-serial@vger.kernel.org,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jiri Slaby" <jirislaby@kernel.org>,
	"Samuel Iglesias Gonsálvez" <siglesias@igalia.com>,
	"Rodolfo Giometti" <giometti@enneenne.com>,
	"David S. Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, sparclinux@vger.kernel.org,
	linux-usb@vger.kernel.org
Subject: Re: [PATCH v3 08/13] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active
Date: Wed, 11 Jan 2023 18:27:43 +0100	[thread overview]
Message-ID: <Y77xj6Lk06m27X8J@hovoldconsulting.com> (raw)
In-Reply-To: <20230111142331.34518-9-ilpo.jarvinen@linux.intel.com>

On Wed, Jan 11, 2023 at 04:23:26PM +0200, Ilpo Järvinen wrote:
> Convert status parameter for ->dcd_change() and
> uart_handle_dcd_change() to bool which matches to how the parameter is
> used.
> 
> Rename status to active to better describe what the parameter means.
> 
> Acked-by: Rodolfo Giometti <giometti@enneenne.com>
> Reviewed-by: Jiri Slaby <jirislaby@kernel.org>
> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
> ---
>  drivers/pps/clients/pps-ldisc.c  |  6 +++---
>  drivers/tty/serial/serial_core.c |  8 ++++----
>  drivers/tty/serial/sunhv.c       |  8 ++++----
>  drivers/usb/serial/generic.c     | 10 +++++-----
>  include/linux/serial_core.h      |  3 +--
>  include/linux/tty_ldisc.h        |  4 ++--
>  include/linux/usb/serial.h       |  2 +-
>  7 files changed, 20 insertions(+), 21 deletions(-)

Same here, split out the USB serial changes in a separate series.

Johan

  reply	other threads:[~2023-01-11 17:30 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-11 14:23 [PATCH v3 00/13] tty/serial: bool conversions and cleanups Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 01/13] tty: Cleanup tty_port_set_initialized() bool parameter Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 02/13] tty: Cleamup tty_port_set_suspended() " Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 03/13] tty: Cleanup tty_port_set_active() " Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 04/13] tty: moxa: Make local var storing tty_port_initialized() bool Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 05/13] serial: Convert uart_{,port_}startup() init_hw param to bool Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 06/13] tty: Convert ->carrier_raised() and callchains " Ilpo Järvinen
2023-01-11 17:25   ` Johan Hovold
2023-01-13 11:50   ` Ulf Hansson
2023-01-11 14:23 ` [PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument Ilpo Järvinen
2023-01-11 17:26   ` Johan Hovold
2023-01-13 11:50   ` Ulf Hansson
2023-01-11 14:23 ` [PATCH v3 08/13] tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool active Ilpo Järvinen
2023-01-11 17:27   ` Johan Hovold [this message]
2023-01-11 14:23 ` [PATCH v3 09/13] serial: Make uart_handle_cts_change() status param " Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 10/13] tty: Return bool from tty_termios_hw_change() Ilpo Järvinen
2023-01-11 17:29   ` Johan Hovold
2023-01-11 14:23 ` [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently Ilpo Järvinen
2023-01-11 16:54   ` Johan Hovold
2023-01-13 11:49   ` Ulf Hansson
2023-01-11 14:23 ` [PATCH v3 12/13] tty: moxa: Rename dtr/rts parameters/variables to active Ilpo Järvinen
2023-01-11 14:23 ` [PATCH v3 13/13] usb/serial: " Ilpo Järvinen
2023-01-11 17:00   ` Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y77xj6Lk06m27X8J@hovoldconsulting.com \
    --to=johan@kernel.org \
    --cc=davem@davemloft.net \
    --cc=giometti@enneenne.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=ilpo.jarvinen@linux.intel.com \
    --cc=jirislaby@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=siglesias@igalia.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox