LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] spi fixes for v3.19
@ 2015-01-26 11:46 Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-01-26 11:46 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-spi
[-- Attachment #1: Type: text/plain, Size: 1485 bytes --]
The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.19-rc6
for you to fetch changes up to 06a5687f82bd7f1fbf56363351c47e8c337302fc:
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa2xx' into spi-linus (2015-01-26 11:16:27 +0000)
----------------------------------------------------------------
spi: Fixes for v3.19
A few driver specific fixes here, some fixes for issues introduced and
discovered during recent work on the DesignWare driver (which has been
getting a lot of attention recently) and a couple of other drivers. All
serious things for people who run into them.
----------------------------------------------------------------
Andy Shevchenko (2):
spi: dw-mid: fix FIFO size
spi: dw: amend warning message
Axel Lin (1):
spi: dw: Fix detecting FIFO depth
Mark Brown (1):
Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa2xx' into spi-linus
Mika Westerberg (1):
spi/pxa2xx: Clear cur_chip pointer before starting next message
Yoshihiro Shimoda (1):
spi: sh-msiof: fix MDR1_FLD_MASK value
drivers/spi/spi-dw-mid.c | 1 -
drivers/spi/spi-dw.c | 6 +++---
drivers/spi/spi-pxa2xx.c | 2 +-
drivers/spi/spi-sh-msiof.c | 2 +-
4 files changed, 5 insertions(+), 6 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] spi fixes for v3.19
@ 2015-02-04 21:08 Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2015-02-04 21:08 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux-spi
[-- Attachment #1: Type: text/plain, Size: 1170 bytes --]
The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:
Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.19-rc7
for you to fetch changes up to d426a842b0c203c182ec2658efc4282ef1eb80be:
Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/imx' into spi-linus (2015-02-04 20:57:31 +0000)
----------------------------------------------------------------
spi: Fixes for v3.19
A couple of driver specific fixes:
- Disable DMA mode for i.MX6DL chips due to a hardware bug.
- Don't use devm_kzalloc() outside of bind/unbind paths in the fsl-dspi
driver, fixing memory leaks.
----------------------------------------------------------------
Bhuvanchandra DV (1):
spi: spi-fsl-dspi: Remove usage of devm_kzalloc
Mark Brown (1):
Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/imx' into spi-linus
Robin Gong (1):
spi: imx: use pio mode for i.mx6dl
drivers/spi/spi-fsl-dspi.c | 14 ++++++++++++--
drivers/spi/spi-imx.c | 4 ++++
2 files changed, 16 insertions(+), 2 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] spi fixes for v3.19
@ 2014-12-29 16:22 Mark Brown
0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2014-12-29 16:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-spi, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-v3.19-rc2
for you to fetch changes up to ee4629f5b2f3dda7c83fa816068a67073abb55d9:
Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into spi-linus (2014-12-24 12:57:54 +0000)
----------------------------------------------------------------
spi: Fixes for v3.19
A few driver specific fixes here, the DMA burst size increase in the
spfi driver is a fix to make the hardware happier in some situations.
----------------------------------------------------------------
Andrew Bresticker (2):
spi: img-spfi: Enable controller before starting TX DMA
spi: img-spfi: Increase DMA burst size
Hisashi Nakamura (1):
spi: sh-msiof: Add runtime PM lock in initializing
Mark Brown (1):
Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into spi-linus
drivers/spi/spi-img-spfi.c | 8 ++++----
drivers/spi/spi-sh-msiof.c | 5 +++++
2 files changed, 9 insertions(+), 4 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-04 21:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 11:46 [GIT PULL] spi fixes for v3.19 Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2015-02-04 21:08 Mark Brown
2014-12-29 16:22 Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).