* [GIT PULL] spi updates for 3.6
@ 2012-07-25 12:55 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-07-25 12:55 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, spi-devel-general, Grant Likely, Linus Walleij
[-- Attachment #1: Type: text/plain, Size: 3309 bytes --]
The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678:
Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git tags/spi-3.6
for you to fetch changes up to 8ceffa7c4a4c378d8e371fe2f444656e75390b34:
spi/orion: remove uneeded spi_info (2012-07-23 14:14:54 +0100)
----------------------------------------------------------------
spi: Updates for 3.6
Since Grant is even more specacularly busy than usual for the time being
I've been collecting SPI patches for him for this release - probably
things will revert back to Grant before the next release. There's
nothing too exciting here, mostly it's simple driver specific stuff:
- Add spi: to the modaliases of SPI devices to provide namespacing.
- A driver for AD-FMCOMMS1-EBZ.
- DT binding for Orion.
- Fixes and cleanups for i.MX, PL0022, OMAP and bitbang drivers.
There may be a few more fixes I've missed, people keep sending me new
things.
----------------------------------------------------------------
Alexandre Pereira da Silva (1):
spi/pl022: cleanup pl022 header documentation
Andrew Lunn (1):
spi/orion: add device tree binding
Arnd Bergmann (1):
spi/omap2: mark omap2_mcspi_master_setup as __devinit
Florian Fainelli (1):
spi/bcm63xx: fix clock configuration selection
Grant Likely (1):
spi: Add "spi:" prefix to modalias attribute of spi devices
Hui Wang (2):
spi/imx: remove redundant config.speed_hz setting
spi/imx: use gpio_is_valid to determine if a gpio is valid
Lars-Peter Clausen (1):
spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driver
Laxman Dewangan (1):
spi: tegra: use dmaengine based dma driver
Linus Walleij (2):
spi/pl022: delete DB5500 support
spi/pl022: enable runtime PM
Mark Brown (1):
Merge branch 'pl022' of git://git.kernel.org/.../linusw/linux-stericsson into spi-next
Michael Walle (1):
spi/orion: remove uneeded spi_info
Shubhrajyoti D (1):
spi: omap2-mcspi: Fix the below warning
Uwe Kleine-König (1):
spi/gpio: start with CS non-active
Virupax Sadashivpetimath (1):
spi/pl022: disable port when unused
.../devicetree/bindings/spi/spi-orion.txt | 19 ++
drivers/spi/Kconfig | 9 +-
drivers/spi/Makefile | 1 +
drivers/spi/spi-bcm63xx.c | 2 +-
drivers/spi/spi-gpio.c | 3 +-
drivers/spi/spi-imx.c | 14 +-
drivers/spi/spi-omap2-mcspi.c | 8 +-
drivers/spi/spi-orion.c | 22 +-
drivers/spi/spi-pl022.c | 23 +-
drivers/spi/spi-tegra.c | 89 ++++++-
drivers/spi/spi-xcomm.c | 276 ++++++++++++++++++++
drivers/spi/spi.c | 2 +-
include/linux/amba/pl022.h | 9 +-
13 files changed, 430 insertions(+), 47 deletions(-)
create mode 100644 Documentation/devicetree/bindings/spi/spi-orion.txt
create mode 100644 drivers/spi/spi-xcomm.c
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] spi updates for 3.6
@ 2012-08-20 19:11 Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-08-20 19:11 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Grant Likely
[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git tags/spi-3.6
for you to fetch changes up to af36107968f1b5faab0e4a0cc44fa4498c63f017:
spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions (2012-08-17 22:46:41 +0100)
----------------------------------------------------------------
spi: Updates for 3.6
Grant is still away so another pull request with some fairly minor
fixes, the most notable of which are several fixes for some common error
patterns with the reference counting spi_master_get/put do.
-
----------------------------------------------------------------
Guenter Roeck (3):
spi/bcm63xx: Ensure that memory is freed only after it is no longer used
spi: spi-coldfire-qspi: Drop extra spi_master_put in device remove function
spi/coldfire-qspi: Drop extra calls to spi_master_get in suspend/resume functions
Michel JAOUEN (1):
spi/pl022: fix spi-pl022 pm enable at probe
Sachin Kamat (1):
spi/s3c64xx: Add missing static storage class specifiers
Shubhrajyoti D (1):
spi: omap2-mcspi: Fix the error handling in probe
drivers/spi/spi-bcm63xx.c | 4 +++-
drivers/spi/spi-coldfire-qspi.c | 5 ++---
drivers/spi/spi-omap2-mcspi.c | 6 ++----
drivers/spi/spi-pl022.c | 1 -
drivers/spi/spi-s3c64xx.c | 12 ++++++------
5 files changed, 13 insertions(+), 15 deletions(-)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-20 19:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-20 19:11 [GIT PULL] spi updates for 3.6 Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2012-07-25 12:55 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).