linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: nick.hawkins@hpe.com
Cc: broonie@kernel.org, robh+dt@kernel.org,
	krzysztof.kozlowski+dt@linaro.org, verdun@hpe.com,
	linux@armlinux.org.uk, linux-spi@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, arnd@arndb.de,
	joel@jms.id.au
Subject: Re: [PATCH v4 1/5] spi: spi-gxp: Add support for HPE GXP SoCs
Date: Mon, 25 Jul 2022 13:15:53 -0700	[thread overview]
Message-ID: <7edae5b4-3561-f1d2-5b7c-c8a69f0f1ef3@infradead.org> (raw)
In-Reply-To: <20220725201322.41810-2-nick.hawkins@hpe.com>

Hi--

On 7/25/22 13:13, nick.hawkins@hpe.com wrote:
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 3b1044ebc400..543e4a5b5ffa 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -371,6 +371,13 @@ config SPI_FSL_QUADSPI
>  	  This controller does not support generic SPI messages. It only
>  	  supports the high-level SPI memory interface.
>  
> +config SPI_GXP
> +	tristate "GXP SPI driver"
> +	depends on ARCH_HPE || COMPILE_TEST
> +	help
> +	 This enables support for the driver for GXP bus attached SPI
> +	 controllers.

Documentation/process/coding-style.rst says:

For all of the Kconfig* configuration files throughout the source tree,
the indentation is somewhat different.  Lines under a ``config`` definition
are indented with one tab, while help text is indented an additional two
spaces.

thanks.
-- 
~Randy

  reply	other threads:[~2022-07-25 20:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-25 20:13 [PATCH v4 0/5] Add SPI Driver to HPE GXP Architecture nick.hawkins
2022-07-25 20:13 ` [PATCH v4 1/5] spi: spi-gxp: Add support for HPE GXP SoCs nick.hawkins
2022-07-25 20:15   ` Randy Dunlap [this message]
2022-07-25 20:13 ` [PATCH v4 2/5] spi: dt-bindings: add documentation for hpe,gxp-spifi nick.hawkins
2022-07-25 20:29   ` Krzysztof Kozlowski
2022-07-25 20:13 ` [PATCH v4 3/5] ARM: dts: hpe: Add spi driver node nick.hawkins
2022-07-25 20:13 ` [PATCH v4 4/5] ARM: configs: multi_v7_defconfig: Enable HPE GXP SPI driver nick.hawkins
2022-07-25 20:30   ` Krzysztof Kozlowski
2022-07-25 20:13 ` [PATCH v4 5/5] MAINTAINERS: add spi support to GXP nick.hawkins

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=7edae5b4-3561-f1d2-5b7c-c8a69f0f1ef3@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=joel@jms.id.au \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=nick.hawkins@hpe.com \
    --cc=robh+dt@kernel.org \
    --cc=verdun@hpe.com \
    /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;
as well as URLs for NNTP newsgroup(s).