All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] spi fixes for v4.4
@ 2015-12-19 11:44 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-12-19 11:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:

  Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.4-rc5

for you to fetch changes up to c1f4a149406ce41962c6ba7d92047563f9e26e0b:

  Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus (2015-12-16 13:28:32 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

A couple of reference counting bugs here, one in spidev and one with
holding an extra reference in the core that we never freed if we removed
a device, plus a driver specific fix.  Both of the refcounting bugs are
very old but they've only been found by observation so hopefully their
impact has been low.

----------------------------------------------------------------
Bhuvanchandra DV (1):
      spi-fsl-dspi: Fix CTAR Register access

Johan Hovold (1):
      spi: fix parent-device reference leak

Mark Brown (3):
      spi: spidev: Hold spi_lock over all defererences of spi in release()
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus

 drivers/spi/spi-fsl-dspi.c | 12 ++++++------
 drivers/spi/spi.c          |  2 +-
 drivers/spi/spidev.c       |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] spi fixes for v4.4
@ 2015-12-19 11:44 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-12-19 11:44 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1440 bytes --]

The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:

  Linux 4.4-rc5 (2015-12-13 17:42:58 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.4-rc5

for you to fetch changes up to c1f4a149406ce41962c6ba7d92047563f9e26e0b:

  Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus (2015-12-16 13:28:32 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

A couple of reference counting bugs here, one in spidev and one with
holding an extra reference in the core that we never freed if we removed
a device, plus a driver specific fix.  Both of the refcounting bugs are
very old but they've only been found by observation so hopefully their
impact has been low.

----------------------------------------------------------------
Bhuvanchandra DV (1):
      spi-fsl-dspi: Fix CTAR Register access

Johan Hovold (1):
      spi: fix parent-device reference leak

Mark Brown (3):
      spi: spidev: Hold spi_lock over all defererences of spi in release()
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus

 drivers/spi/spi-fsl-dspi.c | 12 ++++++------
 drivers/spi/spi.c          |  2 +-
 drivers/spi/spidev.c       |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] spi fixes for v4.4
@ 2015-12-03  0:09 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-12-03  0:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]

The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.4-rc3

for you to fetch changes up to a057d737d6ad64c47eb60d7c058cdab6585e96a6:

  Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus (2015-11-30 12:26:47 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

There's one fix for the core here, we weren't reinitialising the actual
transferred length in messages when they get reused which meant that
we'd just keep adding to the length if a message is reused.  This has
limited impact since it's only used in error handling cases but will
really mess anything that tries to use it up when it triggers.

As ever there's a small collection of driver specific fixes too.

----------------------------------------------------------------
Arnd Bergmann (1):
      spi: bcm63xx: use correct format string for printing a resource

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus

Martin Sperl (1):
      spi: bugfix: spi_message.transfer_length does not get reset

Nicolas Boichat (1):
      spi: mediatek: single device does not require cs_gpios

Rabin Vincent (1):
      spi: pl022: handle EPROBE_DEFER for dma

Thierry Reding (1):
      spi: Add missing kerneldoc description for parameter

 drivers/spi/spi-bcm63xx.c |  4 ++--
 drivers/spi/spi-mt65xx.c  | 26 ++++++++++++++++++--------
 drivers/spi/spi-pl022.c   | 28 ++++++++++++++++++++++------
 drivers/spi/spi.c         |  2 ++
 4 files changed, 44 insertions(+), 16 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] spi fixes for v4.4
@ 2015-12-03  0:09 ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2015-12-03  0:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA

[-- Attachment #1: Type: text/plain, Size: 1891 bytes --]

The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.4-rc3

for you to fetch changes up to a057d737d6ad64c47eb60d7c058cdab6585e96a6:

  Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus (2015-11-30 12:26:47 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

There's one fix for the core here, we weren't reinitialising the actual
transferred length in messages when they get reused which meant that
we'd just keep adding to the length if a message is reused.  This has
limited impact since it's only used in error handling cases but will
really mess anything that tries to use it up when it triggers.

As ever there's a small collection of driver specific fixes too.

----------------------------------------------------------------
Arnd Bergmann (1):
      spi: bcm63xx: use correct format string for printing a resource

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus

Martin Sperl (1):
      spi: bugfix: spi_message.transfer_length does not get reset

Nicolas Boichat (1):
      spi: mediatek: single device does not require cs_gpios

Rabin Vincent (1):
      spi: pl022: handle EPROBE_DEFER for dma

Thierry Reding (1):
      spi: Add missing kerneldoc description for parameter

 drivers/spi/spi-bcm63xx.c |  4 ++--
 drivers/spi/spi-mt65xx.c  | 26 ++++++++++++++++++--------
 drivers/spi/spi-pl022.c   | 28 ++++++++++++++++++++++------
 drivers/spi/spi.c         |  2 ++
 4 files changed, 44 insertions(+), 16 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-19 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-19 11:44 [GIT PULL] spi fixes for v4.4 Mark Brown
2015-12-19 11:44 ` Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2015-12-03  0:09 Mark Brown
2015-12-03  0:09 ` Mark Brown

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.