mbox series

[v4,0/2] spi: bcm63xx: add BMIPS support

Message ID 20200616173235.3473149-1-noltari@gmail.com (mailing list archive)
Headers show
Series spi: bcm63xx: add BMIPS support | expand

Message

Álvaro Fernández Rojas June 16, 2020, 5:32 p.m. UTC
BCM63xx SPI and HSSPI controller are present on several BMIPS SoCs (BCM6318,
BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268).

v4: simplify devm_reset_control_get_optional_exclusive return handling
v3: use devm_reset_control_get_optional_exclusive
v2: use devm_reset_control_get_exclusive

Álvaro Fernández Rojas (2):
  spi: bcm63xx-spi: add reset support
  spi: bcm63xx-hsspi: add reset support

 drivers/spi/spi-bcm63xx-hsspi.c | 12 ++++++++++++
 drivers/spi/spi-bcm63xx.c       | 12 ++++++++++++
 2 files changed, 24 insertions(+)

Comments

Mark Brown June 17, 2020, 4:36 p.m. UTC | #1
On Tue, 16 Jun 2020 19:32:33 +0200, Álvaro Fernández Rojas wrote:
> BCM63xx SPI and HSSPI controller are present on several BMIPS SoCs (BCM6318,
> BCM6328, BCM6358, BCM6362, BCM6368 and BCM63268).
> 
> v4: simplify devm_reset_control_get_optional_exclusive return handling
> v3: use devm_reset_control_get_optional_exclusive
> v2: use devm_reset_control_get_exclusive
> 
> [...]

Applied to

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

Thanks!

[1/2] spi: bcm63xx-spi: add reset support
      commit: 38807adeaf1ec0785b27dc18fe4562a375f80de7
[2/2] spi: bcm63xx-hsspi: add reset support
      commit: 0eeadddbf09a7a36ef1bc8021df1a770dc4b5370

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