mbox series

[v2,0/4] spi: xcomm: support GPO pin

Message ID 20240705-dev-spi-xcomm-gpiochip-v2-0-b10842fc9636@analog.com (mailing list archive)
Headers show
Series spi: xcomm: support GPO pin | expand

Message

Nuno Sa via B4 Relay July 5, 2024, 3:12 p.m. UTC
Here it goes v2 without get() support.

v1
 * https://lore.kernel.org/linux-spi/20240704-dev-spi-xcomm-gpiochip-v1-0-653db6fbef36@analog.com/

v2
 * Remove get() from gpiochip ops.

---
Michael Hennerich (1):
      spi: xcomm: add gpiochip support

Nuno Sa (3):
      spi: xcomm: make use of devm_spi_alloc_host()
      spi: xcomm: remove i2c_set_clientdata()
      spi: xcomm: fix coding style

 drivers/spi/spi-xcomm.c | 75 +++++++++++++++++++++++++++++++++++++------------
 1 file changed, 57 insertions(+), 18 deletions(-)
---
base-commit: 56b6e631686eacbaf1970043027aadafea2b8438
change-id: 20240704-dev-spi-xcomm-gpiochip-8114c9894f07
--

Thanks!
- Nuno Sá

Comments

Mark Brown July 5, 2024, 7:48 p.m. UTC | #1
On Fri, 05 Jul 2024 17:12:38 +0200, Nuno Sa wrote:
> Here it goes v2 without get() support.
> 
> v1
>  * https://lore.kernel.org/linux-spi/20240704-dev-spi-xcomm-gpiochip-v1-0-653db6fbef36@analog.com/
> 
> v2
>  * Remove get() from gpiochip ops.
> 
> [...]

Applied to

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

Thanks!

[1/4] spi: xcomm: add gpiochip support
      commit: 5211070c3309bb3679f4522c77b900f551db5739
[2/4] spi: xcomm: make use of devm_spi_alloc_host()
      commit: e8ba259764c745e7de20ec517ae920ecd491b687
[3/4] spi: xcomm: remove i2c_set_clientdata()
      commit: 5e7d4755c58a347b4fe7663cef9b169b0965d09d
[4/4] spi: xcomm: fix coding style
      commit: e2e89f96308add00fed632ecb416d84c9313f6aa

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