All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tudor Ambarus <tudor.ambarus@linaro.org>
To: Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>,
	broonie@kernel.org, miquel.raynal@bootlin.com, richard@nod.at,
	vigneshr@ti.com, jic23@kernel.org, pratyush@kernel.org
Cc: linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core
Date: Tue, 7 Mar 2023 04:21:10 +0000	[thread overview]
Message-ID: <1bbda9e6-37fb-195b-fd62-0e437847c636@linaro.org> (raw)
In-Reply-To: <20230306172109.595464-10-amit.kumar-mahapatra@amd.com>

There were too many recipients in To and Cc and I couldn't reply to the
email. I whipped off the Cc filed and most of the people from To and
added the lists in Cc.

On 3/6/23 17:21, Amit Kumar Mahapatra wrote:
> Multi CS support using GPIO is not tested due to unavailability of
> necessary hardware setup.

Please don't add code that is not used or tested.

Cheers,
ta

WARNING: multiple messages have this Message-ID (diff)
From: Tudor Ambarus <tudor.ambarus@linaro.org>
To: Amit Kumar Mahapatra <amit.kumar-mahapatra@amd.com>,
	broonie@kernel.org, miquel.raynal@bootlin.com, richard@nod.at,
	vigneshr@ti.com, jic23@kernel.org, pratyush@kernel.org
Cc: linux-spi@vger.kernel.org, linux-mtd@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core
Date: Tue, 7 Mar 2023 04:21:10 +0000	[thread overview]
Message-ID: <1bbda9e6-37fb-195b-fd62-0e437847c636@linaro.org> (raw)
In-Reply-To: <20230306172109.595464-10-amit.kumar-mahapatra@amd.com>

There were too many recipients in To and Cc and I couldn't reply to the
email. I whipped off the Cc filed and most of the people from To and
added the lists in Cc.

On 3/6/23 17:21, Amit Kumar Mahapatra wrote:
> Multi CS support using GPIO is not tested due to unavailability of
> necessary hardware setup.

Please don't add code that is not used or tested.

Cheers,
ta

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  parent reply	other threads:[~2023-03-07  4:22 UTC|newest]

Thread overview: 134+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-06 17:20 [PATCH V5 00/15] spi: Add support for stacked/parallel memories Amit Kumar Mahapatra
2023-03-06 17:20 ` Amit Kumar Mahapatra
2023-03-06 17:20 ` Amit Kumar Mahapatra
2023-03-06 17:20 ` Amit Kumar Mahapatra
2023-03-06 17:20 ` Amit Kumar Mahapatra
2023-03-06 17:20 ` Amit Kumar Mahapatra
2023-03-06 17:20 ` [PATCH V5 01/15] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:32   ` Mark Brown
2023-03-06 17:32     ` Mark Brown
2023-03-06 17:32     ` Mark Brown
2023-03-06 17:32     ` Mark Brown
2023-03-06 17:32     ` Mark Brown
2023-03-06 17:32     ` Mark Brown
2023-03-06 21:27   ` Mark Brown
2023-03-06 21:27     ` Mark Brown
2023-03-06 21:27     ` Mark Brown
2023-03-06 21:27     ` Mark Brown
2023-03-06 21:27     ` Mark Brown
2023-03-06 21:27     ` Mark Brown
2023-03-06 17:20 ` [PATCH V5 02/15] net: " Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
     [not found]   ` <CGME20230315133446eucas1p2e6acaf7a67368b99022b1dca5ef25a17@eucas1p2.samsung.com>
2023-03-15 13:34     ` Lukasz Stelmach
2023-03-06 17:20 ` [PATCH V5 03/15] iio: imu: " Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20 ` [PATCH V5 04/15] mtd: devices: " Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20 ` [PATCH V5 05/15] staging: " Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:20   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 06/15] platform/x86: serial-multi-instantiate: " Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 07/15] powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select " Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 08/15] ALSA: hda: cs35l41: " Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 09/15] spi: Add stacked and parallel memories support in SPI core Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 20:00   ` Jonas Gorski
2023-03-06 20:00     ` Jonas Gorski
2023-03-06 20:00     ` Jonas Gorski
2023-03-06 20:00     ` Jonas Gorski
2023-03-06 20:00     ` Jonas Gorski
2023-03-06 20:00     ` Jonas Gorski
2023-03-07 11:09     ` Mahapatra, Amit Kumar
2023-03-07 11:09       ` Mahapatra, Amit Kumar
2023-03-07 11:09       ` Mahapatra, Amit Kumar
2023-03-07 11:09       ` Mahapatra, Amit Kumar
2023-03-07 11:09       ` Mahapatra, Amit Kumar
2023-03-07 11:09     ` Mahapatra, Amit Kumar via Alsa-devel
2023-03-07  4:21   ` Tudor Ambarus [this message]
2023-03-07  4:21     ` Tudor Ambarus
2023-03-07 11:37     ` Mahapatra, Amit Kumar
2023-03-07 11:37       ` Mahapatra, Amit Kumar
2023-03-07 11:47       ` Tudor Ambarus
2023-03-07 11:47         ` Tudor Ambarus
2023-03-07 14:01         ` Mark Brown
2023-03-07 14:01           ` Mark Brown
2023-03-06 17:21 ` [PATCH V5 10/15] mtd: spi-nor: Convert macros with inline functions Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 11/15] mtd: spi-nor: Add APIs to set/get nor->params Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 12/15] mtd: spi-nor: Add stacked memories support in spi-nor Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 13/15] spi: spi-zynqmp-gqspi: Add stacked memories support in GQSPI driver Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 14/15] mtd: spi-nor: Add parallel memories support in spi-nor Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21 ` [PATCH V5 15/15] spi: spi-zynqmp-gqspi: Add parallel memories support in GQSPI driver Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-06 17:21   ` Amit Kumar Mahapatra
2023-03-13 16:49 ` (subset) [PATCH V5 00/15] spi: Add support for stacked/parallel memories Mark Brown
2023-03-13 16:49   ` Mark Brown
2023-03-13 16:49   ` Mark Brown
2023-03-13 16:49   ` Mark Brown
2023-03-13 16:49   ` Mark Brown

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=1bbda9e6-37fb-195b-fd62-0e437847c636@linaro.org \
    --to=tudor.ambarus@linaro.org \
    --cc=amit.kumar-mahapatra@amd.com \
    --cc=broonie@kernel.org \
    --cc=jic23@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=miquel.raynal@bootlin.com \
    --cc=pratyush@kernel.org \
    --cc=richard@nod.at \
    --cc=vigneshr@ti.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.