From patchwork Wed Sep 28 11:05:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ilpo_J=C3=A4rvinen?= X-Patchwork-Id: 611730 Return-Path: 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 4BCB5C6FA82 for ; Wed, 28 Sep 2022 11:08:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234141AbiI1LIU (ORCPT ); Wed, 28 Sep 2022 07:08:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233069AbiI1LHy (ORCPT ); Wed, 28 Sep 2022 07:07:54 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9DD6F3935; Wed, 28 Sep 2022 04:05:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664363119; x=1695899119; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=VifYzs7527zeG2WGl/W5l/W+DAo94Ubj99Rp2xOev70=; b=lOjI+5F5k+j1Ap/PNhkEHILoRdQLTdJLlWUm93zR+JEACGeMrTUzb7UZ iec4ZDT4EmWAWt95gdWHTA9Hhk/kEopo6Z6ptZs9UqDgmoN+NFywbiV5D A8AYLgqEV5w3zhu68MSv8QdZioqnEWCRBMw/UEQWn0ohDlu/oONIUmSm9 /tYAuLqDm4t+EDigrbEqk0P+7cyAyANR+ovA+YlXNbbiBKuTZ/X13+TCM VzrfjDKdVfsj1oDWWq+mjQrqpWR49K6UsHXgER36r5JMn5eR48b0AxYX4 VgOT0QFAkC483Y5NZ2xSDvhYeiff2DhH7cl3WRoN0WkoOkH5rY7Xl7Wdm Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="281942829" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="281942829" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2022 04:05:18 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="624110497" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="624110497" Received: from kjurkiew-mobl.ger.corp.intel.com (HELO ijarvine-MOBL2.ger.corp.intel.com) ([10.251.211.248]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2022 04:05:16 -0700 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= To: Jiri Slaby , Greg Kroah-Hartman , linux-serial , Jonathan Corbet Cc: LKML , Andy Shevchenko , linux-doc@vger.kernel.org, =?utf-8?q?Ilpo_J=C3=A4rvinen?= Subject: [PATCH v3 0/4] serial: RS485 kerneldoc/documentation improvements Date: Wed, 28 Sep 2022 14:05:05 +0300 Message-Id: <20220928110509.13544-1-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org RS485 documentation improvements. While doing the kerneldoc conversion, a few other items came up so they're now included to this series. v3: - More fixes to kernel doc formatting (thanks to Jiri) - Added a few other related improvements v2: - Include serial_rs485 into documentation - Add * to multi-line flag descriptions Ilpo Järvinen (4): serial: Convert serial_rs485 to kernel doc Documentation: rs485: Link reference properly Documentation: rs485: Mention uart_get_rs485_mode() Documentation: rs485: Fix struct referencing .../driver-api/serial/serial-rs485.rst | 36 ++++++----- include/uapi/linux/serial.h | 62 ++++++++++++------- 2 files changed, 60 insertions(+), 38 deletions(-)