From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4789049218D; Thu, 2 Jul 2026 13:09:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.10 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782997770; cv=none; b=iNvho8eCeBGzVO/QzO8ipcu9rEDm6vGZt/swNXUePPI+p6sZDSOvJgSVrP0pP9lIAXyy97P2zvLqQRiPDVAt0C1tFN7Vo8lzm0MHUDfm4LHBlegUvjW5XXzP4sSbqFWhSzFseAmv5bHTTQE8invcB2TwxjIo5Lx+f70+WRZfbB0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782997770; c=relaxed/simple; bh=oJ3JNZ6A9LzwBVXjgXi9c2MgF8fs34PDN5DnG7Go2v8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=fjwxhFCFBQJL6xhiFyO7H4sYsoAQIMOlxq8UWyhmKjddK0gpysrSiFUNzKMfezXnQujbSjCafutGAkgaxW7AwX0g7Dz+UjNFy1tJ48yqAbiGWHzJqM7gtcBOzZD9EoQApzUgb58pSGfNOMocSduQsRfk/7jTDqqjQwp0d74uB30= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=pass smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=APyCq4PA; arc=none smtp.client-ip=198.175.65.10 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="APyCq4PA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1782997767; x=1814533767; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=oJ3JNZ6A9LzwBVXjgXi9c2MgF8fs34PDN5DnG7Go2v8=; b=APyCq4PAm6KAaZWaOlqg9C/CSIz+2Xuh0aDPAEK51mufSvUkka2gxqMT KV9puk/JWdxqK8shujhWTXBSoc/9TfQ6s3JIddqxQfBXn01SDNnhDL9eS XVlw0dfHByikMgMZZm4REpO88lDcMmdMUGoBt+PkGeUs+sKPdfiC5vzxp KPa9XO2zyYaq419Qv5gbPblWHy1rP5ZXEywsiFuNB19kqPwlGlPW2yFWB F5ua3Gcz15xI1Z62waXIqcozjlP/X5yY3o0sQwqZ+qQIQQfHK9QfnaSas rwXwzSddsIuPtwsd8PgwpqvnCRZAEZbkZiY+lmgma3FVdjf0Cl4uWUA1G w==; X-CSE-ConnectionGUID: iOUcvdW1TPSb2drYIDewvg== X-CSE-MsgGUID: gQ+1SlOdTF+SZu3B0VRpUQ== X-IronPort-AV: E=McAfee;i="6800,10657,11835"; a="101175348" X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="101175348" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Jul 2026 06:09:26 -0700 X-CSE-ConnectionGUID: UKnJkF/IQYSstkrVlRsdQA== X-CSE-MsgGUID: LWfIdWDyT0O2tfsN5+IqlQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.25,143,1779174000"; d="scan'208";a="248412273" Received: from black.igk.intel.com ([10.91.253.5]) by fmviesa006.fm.intel.com with ESMTP; 02 Jul 2026 06:09:22 -0700 Received: by black.igk.intel.com (Postfix, from userid 1003) id 896AA9D; Thu, 02 Jul 2026 15:09:21 +0200 (CEST) From: Andy Shevchenko To: Mark Brown , Mathieu Dubois-Briand , Andy Shevchenko , Bartosz Golaszewski , linux-kernel@vger.kernel.org, driver-core@lists.linux.dev, linux-gpio@vger.kernel.org Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Danilo Krummrich , Linus Walleij , Michael Walle , Yu-Chun Lin , William Breathitt Gray Subject: [PATCH v1 4/4] gpio: regmap: Order kernel-doc descriptions with the actual appearance Date: Thu, 2 Jul 2026 14:42:57 +0200 Message-ID: <20260702130903.1790633-5-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.50.1 In-Reply-To: <20260702130903.1790633-1-andriy.shevchenko@linux.intel.com> References: <20260702130903.1790633-1-andriy.shevchenko@linux.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Order kernel-doc descriptions with the actual appearance. Signed-off-by: Andy Shevchenko --- include/linux/gpio/regmap.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/include/linux/gpio/regmap.h b/include/linux/gpio/regmap.h index e939709fde8d..a3ba8242c353 100644 --- a/include/linux/gpio/regmap.h +++ b/include/linux/gpio/regmap.h @@ -34,10 +34,6 @@ struct regmap; * @ngpio_per_reg: (Optional) Number of GPIOs per register * @irq_domain: (Optional) IRQ domain if the controller is * interrupt-capable - * @reg_mask_xlate: (Optional) Translates base address and GPIO - * offset to a register/bitmask pair. If not - * given the default gpio_regmap_simple_xlate() - * is used. * @fixed_direction_mask: * (Optional) Bitmap representing the GPIO lines that * make use of the @fixed_direction_output list to @@ -48,16 +44,20 @@ struct regmap; * (Optional) Bitmap representing the fixed direction of * the GPIO lines. Useful when there are GPIO lines with a * fixed direction mixed together in the same register. - * @drvdata: (Optional) Pointer to driver specific data which is - * not used by gpio-remap but is provided "as is" to the - * driver callback(s). - * @init_valid_mask: (Optional) Routine to initialize @valid_mask, to be used - * if not all GPIOs are valid. * @regmap_irq_chip: (Optional) Pointer on an regmap_irq_chip structure. If * set, a regmap-irq device will be created and the IRQ * domain will be set accordingly. * @regmap_irq_line: (Optional) The IRQ the device uses to signal interrupts. * @regmap_irq_flags: (Optional) The IRQF_ flags to use for the interrupt. + * @reg_mask_xlate: (Optional) Translates base address and GPIO + * offset to a register/bitmask pair. If not + * given the default gpio_regmap_simple_xlate() + * is used. + * @init_valid_mask: (Optional) Routine to initialize @valid_mask, to be used + * if not all GPIOs are valid. + * @drvdata: (Optional) Pointer to driver specific data which is + * not used by gpio-remap but is provided "as is" to the + * driver callback(s). * * The ->reg_mask_xlate translates a given base address and GPIO offset to * register and mask pair. The base address is one of the given register -- 2.50.1