mbox series

[GIT,PULL] spi fixes for v4.19

Message ID 20180917164839.GC2471@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] spi fixes for v4.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.19-rc4

Message

Mark Brown Sept. 17, 2018, 4:48 p.m. UTC
The following changes since commit 401c0d7712eb3189023efc9c0708a2ac984ed62e:

  spi: spi-mem: Constify spi_mem->name (2018-08-03 10:51:25 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.19-rc4

for you to fetch changes up to 5223c9c1cbfc0cd4d0a1b50758e0949af3290fa1:

  spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE (2018-08-28 20:55:23 +0100)

----------------------------------------------------------------
spi: Fixes for v4.19

As well as one driver fix there's a couple of fixes here which address
issues with the use of IDRs for allocation of dynamic bus numbers,
ensuring that dynamic bus numbers interact well with static bus numbers
assigned via DT and otherwise.

----------------------------------------------------------------
Angelo Dureghello (1):
      spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE

Geert Uytterhoeven (1):
      spi: Fix double IDR allocation with DT aliases

Kirill Kapranov (1):
      spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers

 drivers/spi/spi-fsl-dspi.c |  6 ++++++
 drivers/spi/spi.c          | 13 +++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

Comments

Greg KH Sept. 17, 2018, 9:13 p.m. UTC | #1
On Mon, Sep 17, 2018 at 09:48:39AM -0700, Mark Brown wrote:
> The following changes since commit 401c0d7712eb3189023efc9c0708a2ac984ed62e:
> 
>   spi: spi-mem: Constify spi_mem->name (2018-08-03 10:51:25 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.19-rc4
> 
> for you to fetch changes up to 5223c9c1cbfc0cd4d0a1b50758e0949af3290fa1:
> 
>   spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE (2018-08-28 20:55:23 +0100)
> 

Now pulled, thanks.

greg k-h