mbox series

[0/7] Support for Marvell modifications for Cadence XSPI

Message ID 20221219144254.20883-1-wsadowski@marvell.com
Headers show
Series Support for Marvell modifications for Cadence XSPI | expand

Message

Witold Sadowski Dec. 19, 2022, 2:42 p.m. UTC
This patch series is fixing bugs, and adding support for
Marvell changes for Cadence XSPI IP.
It includes:
- Polling mode support
- Changes for modebyte handling
- Busycycles calculations
- Marvell specific IP changes

Witold Sadowski (7):
  spi: cadence: Fix busy cycles calculation
  spi: cadence: Change dt-bindings documentation for Cadence XSPI
    controller
  spi: cadence: Add polling mode support
  spi: cadence: Change dt-bindings documentation for Cadence XSPI
    controller
  spi: cadence: Add read access size switch
  spi: cadence: Add Marvell IP modification changes
  spi: cadence: Force single modebyte

 .../devicetree/bindings/spi/cdns,xspi.yaml    |   6 +-
 drivers/spi/Kconfig                           |  12 +
 drivers/spi/spi-cadence-xspi.c                | 360 ++++++++++++++++--
 3 files changed, 354 insertions(+), 24 deletions(-)

Comments

Krzysztof Kozlowski Dec. 20, 2022, 2:08 p.m. UTC | #1
On 19/12/2022 15:42, Witold Sadowski wrote:
> Interrupt property is not mandatory.
> Driver will switch into pooling mode if property
> will not be avalible.

1. Use subject prefixes matching the subsystem (git log --oneline -- ...).

2. Please use scripts/get_maintainers.pl to get a list of necessary
people and lists to CC.  It might happen, that command when run on an
older kernel, gives you outdated entries.  Therefore please be sure you
base your patches on recent Linux kernel.

3. Run also spellcheck.

Best regards,
Krzysztof
Mark Brown Dec. 27, 2022, 11:57 a.m. UTC | #2
On Mon, 19 Dec 2022 06:42:47 -0800, Witold Sadowski wrote:
> This patch series is fixing bugs, and adding support for
> Marvell changes for Cadence XSPI IP.
> It includes:
> - Polling mode support
> - Changes for modebyte handling
> - Busycycles calculations
> - Marvell specific IP changes
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/7] spi: cadence: Fix busy cycles calculation
      commit: e8bb8f19e73a1e855e54788f8673b9b49e46b5cd

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark