All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro.jz@renesas.com>
To: Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-spi@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Chris Paterson <Chris.Paterson2@renesas.com>,
	Biju Das <biju.das@bp.renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: [PATCH v2 0/2] Add RZ/V2M CSI slave support
Date: Wed, 27 Sep 2023 17:25:06 +0100	[thread overview]
Message-ID: <20230927162508.328736-1-fabrizio.castro.jz@renesas.com> (raw)

Dear All,

the CSI IP found inside the Renesas RZ/V2M SoC supports
both SPI host and target.
This series extends the CSI dt-bindings and driver to
add SPI target support.

v1->v2: I have dropped properties renesas,csi-ss and
        renesas,csi-ss-high. I have added property
	renesas,csi-no-ss, and to configure SS as active
	high one now needs to use property spi-cs-high.
	I have also purged "master" and "slave" as naming
	schemes (besides for the title of the cover letter,
	to make it easier to follow this discussion), I
	am now using "host" and "target" and related APIs
	instead.

Cheers,
Fab

Fabrizio Castro (2):
  spi: renesas,rzv2m-csi: Add CSI (SPI) target related properties
  spi: rzv2m-csi: Add target mode support

 .../bindings/spi/renesas,rzv2m-csi.yaml       |   9 ++
 drivers/spi/Kconfig                           |   3 +-
 drivers/spi/spi-rzv2m-csi.c                   | 127 ++++++++++++------
 3 files changed, 94 insertions(+), 45 deletions(-)

-- 
2.34.1


             reply	other threads:[~2023-09-27 16:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-27 16:25 Fabrizio Castro [this message]
2023-09-27 16:25 ` [PATCH v2 1/2] spi: renesas,rzv2m-csi: Add CSI (SPI) target related property Fabrizio Castro
2023-09-28 18:32   ` Rob Herring
2023-09-27 16:25 ` [PATCH v2 2/2] spi: rzv2m-csi: Add target mode support Fabrizio Castro
2023-10-10 18:33 ` [PATCH v2 0/2] Add RZ/V2M CSI slave support 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=20230927162508.328736-1-fabrizio.castro.jz@renesas.com \
    --to=fabrizio.castro.jz@renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=broonie@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh+dt@kernel.org \
    /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.