From patchwork Wed Sep 28 11:05:07 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: 610533 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 50824C6FA86 for ; Wed, 28 Sep 2022 11:08:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234198AbiI1LI0 (ORCPT ); Wed, 28 Sep 2022 07:08:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234157AbiI1LH4 (ORCPT ); Wed, 28 Sep 2022 07:07:56 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4F8DAF58C; Wed, 28 Sep 2022 04:05:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664363129; x=1695899129; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=t5FNRVQwwu3uoLntlhppTrjcNUNbPp/bh/RBPv/3nMM=; b=XpwsX1Wm469w2xh6oi5Lj8NWfCCR8p4AYTeXSo1kzmzub0NwAD51ev/q EDiyYEfwkQ+PnP1RHg8tywP9NN8Zp0UCTOq4HBjlSevDXpHOeHtmctKIs 3/I84IOVOOa3ENhOapOdwAC4NLcO9kVsJ375iz+SiLieG8fasSsTs/ghI k/i6W9L3OEDB44cdxJNI8CdrvSe0qWBy3c7xvQvXjIYw4ti76NNDBwdqp oQ0XZSyeWCtgzGFk7GKtXnaFESuLd0EV5O22Qvgb9JYLASHnOtbx7aFaf 9kd9ZMhqX1wPV3L3vC2d9+HntVOpr0rGql4waI4Ab1tcaldzh8J8RM/b1 w==; X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="301548706" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="301548706" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2022 04:05:28 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10483"; a="624110565" X-IronPort-AV: E=Sophos;i="5.93,351,1654585200"; d="scan'208";a="624110565" 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:26 -0700 From: =?utf-8?q?Ilpo_J=C3=A4rvinen?= To: Jiri Slaby , Greg Kroah-Hartman , linux-serial , Jonathan Corbet , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andy Shevchenko , =?utf-8?q?Ilpo_J=C3=A4rvine?= =?utf-8?q?n?= Subject: [PATCH v3 2/4] Documentation: rs485: Link reference properly Date: Wed, 28 Sep 2022 14:05:07 +0300 Message-Id: <20220928110509.13544-3-ilpo.jarvinen@linux.intel.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220928110509.13544-1-ilpo.jarvinen@linux.intel.com> References: <20220928110509.13544-1-ilpo.jarvinen@linux.intel.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Link DT bindings reference properly. Signed-off-by: Ilpo Järvinen --- Documentation/driver-api/serial/serial-rs485.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/driver-api/serial/serial-rs485.rst b/Documentation/driver-api/serial/serial-rs485.rst index 264e4b753713..513758a702a6 100644 --- a/Documentation/driver-api/serial/serial-rs485.rst +++ b/Documentation/driver-api/serial/serial-rs485.rst @@ -33,9 +33,9 @@ RS485 Serial Communications communications. This data structure is used to set and configure RS485 parameters in the platform data and in ioctls. - The device tree can also provide RS485 boot time parameters (see [1] - for bindings). The driver is in charge of filling this data structure from - the values given by the device tree. + The device tree can also provide RS485 boot time parameters + [#DT-bindings]_. The driver is in charge of filling this data structure + from the values given by the device tree. Any driver for devices capable of working both as RS232 and RS485 should implement the rs485_config callback and provide rs485_supported in the @@ -129,4 +129,4 @@ RS485 Serial Communications 6. References ============= - [1] Documentation/devicetree/bindings/serial/rs485.txt +.. [#DT-bindings] Documentation/devicetree/bindings/serial/rs485.txt