Message ID | 20230110120226.14972-1-ilpo.jarvinen@linux.intel.com |
---|---|
Headers | show
Return-Path: <linux-serial-owner@vger.kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 247E8C46467 for <linux-serial@archiver.kernel.org>; Tue, 10 Jan 2023 12:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232957AbjAJMCw (ORCPT <rfc822;linux-serial@archiver.kernel.org>); Tue, 10 Jan 2023 07:02:52 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232297AbjAJMCu (ORCPT <rfc822;linux-serial@vger.kernel.org>); Tue, 10 Jan 2023 07:02:50 -0500 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FB875833B; Tue, 10 Jan 2023 04:02:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673352170; x=1704888170; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QZcrQpD296rETq2BwPSG/FvirBfldy66OrzZH3oanCI=; b=Vb3QCIF0HGPZjc0HSu0K9rBH5fvCwAShmcWxLMgOF381+sWAyCt8/5xe TupqufVWzWzmbm6bnEmk7IcEl3SoRiTuf4BFHEnNDM+vU3Kfj4U80q4yx FfRC30GjZQv/zPV0R0R30Mgds6uA/pAcy+T9I2dI7OfOfuemwpmClVh5H lXqJQzYLkSEeHtZsdZVGsGmChNuCfVPhpCwJGcz0fpjQuI4rtB8FjEnco m5KP9WSghhMF9uJPMkRybG8q4iRraQN+Pq99ByQFuRVmjblg+kE2J2HZs RHMM2N84qFjKibui+0uxo0XG1Usmacwv8inCaqY2rIlEOu6iuKLUoDETv Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="350349957" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="350349957" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 04:02:50 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10585"; a="799406755" X-IronPort-AV: E=Sophos;i="5.96,315,1665471600"; d="scan'208";a="799406755" Received: from gbocanex-mobl.ger.corp.intel.com (HELO ijarvine-MOBL2.ger.corp.intel.com) ([10.249.44.115]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2023 04:02:47 -0800 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> To: linux-serial@vger.kernel.org, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, Jiri Slaby <jirislaby@kernel.org>, Johan Hovold <johan@kernel.org>, =?utf-8?q?Samuel_Iglesias_Gons=C3=A1lvez?= <siglesias@igalia.com>, Rodolfo Giometti <giometti@enneenne.com> Cc: linux-kernel@vger.kernel.org, =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com> Subject: [PATCH v2 00/13] tty/serial: bool conversions and cleanups Date: Tue, 10 Jan 2023 14:02:13 +0200 Message-Id: <20230110120226.14972-1-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-serial.vger.kernel.org> X-Mailing-List: linux-serial@vger.kernel.org |
Series |
tty/serial: bool conversions and cleanups
|
expand
|
On 10. 01. 23, 13:02, Ilpo Järvinen wrote: > Convert various parameter names for ->dtr_rts() and related functions > from onoff, on, and raise to active. Much better. > Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Reviewed-by: Jiri Slaby <jirislaby@kernel.org>