[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CACxGe6vc0aWuRuiwBqd-bed45EN3VWB2p9PWYLi_yP5onrtGTw@mail.gmail.com>
Date: Thu, 24 May 2012 14:00:48 -0600
From: Grant Likely <grant.likely@...retlab.ca>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
spi-devel-general@...ts.sourceforge.net
Cc: Linus Walleij <linus.walleij@...ricsson.com>
Subject: [GIT PULL] spi changes for v3.5 merge window
Hi Linus,
Description below; please pull.
Thanks,
g.
The following changes since commit d48b97b403d23f6df0b990cee652bdf9a52337a3:
Linux 3.4-rc6 (2012-05-06 15:07:32 -0700)
are available in the git repository at:
git://git.secretlab.ca/git/linux-2.6 tags/spi-for-linus
for you to fetch changes up to 1e8a52e18cfb381bc9cc1f0b720540364d2a6edd:
spi: By default setup spi_masters with 1 chipselect and dynamics bus
number (2012-05-19 23:42:08 -0600)
----------------------------------------------------------------
SPI changes for v3.5 merge window
Bug fixes and new features for SPI device drivers. Also move device
tree support code out of drivers/of and into drivers/spi/spi.c where
it makes more sense.
----------------------------------------------------------------
Arnd Bergmann (1):
spi/topcliff: use correct __devexit_p annotation
Axel Lin (1):
spi: use module_pci_driver
Barry Song (1):
SPI: PRIMA2: use the newest APIs of PINCTRL to fix compiling errors
Benoit Cousson (1):
spi/omap: Remove bus_num usage for instance index
Felipe Balbi (2):
spi: omap2-mcspi: make it behave as a module
spi: omap2-mcspi: convert to module_platform_driver
Grant Likely (4):
Merge branch 'spi' of git://gitorious.org/linus-tree/linus-tree
into spi/next
spi/devicetree: Move devicetree support code into spi directory
Merge tag 'v3.4-rc6' into spi/next
spi: By default setup spi_masters with 1 chipselect and dynamics
bus number
Hannu Heikkinen (1):
spi/ep93xx: clean probe/remove routines
Herton Ronaldo Krzesinski (1):
spi/spi-fsl-spi: reference correct pdata in fsl_spi_cs_control
Shimoda, Yoshihiro (1):
spi/rspi: add dmaengine support
Shubhrajyoti D (5):
OMAP : SPI : use devm_* functions
spi: omap2-mcspi: add support for pm_runtime autosuspend
spi/omap2-mcspi: Trivial optimisation
spi: Dont call prepare/unprepare transfer if not populated
spi/omap2-mcspi: convert to the pump message infrastructure
Steven King (1):
spi: refactor spi-coldfire-qspi to use SPI queue framework.
drivers/of/Kconfig | 6 -
drivers/of/Makefile | 1 -
drivers/of/of_spi.c | 99 -----------
drivers/spi/spi-ath79.c | 3 -
drivers/spi/spi-coldfire-qspi.c | 255 ++++++++++++--------------
drivers/spi/spi-dw-pci.c | 13 +-
drivers/spi/spi-ep93xx.c | 37 ++--
drivers/spi/spi-fsl-espi.c | 1 -
drivers/spi/spi-fsl-lib.c | 2 +-
drivers/spi/spi-fsl-spi.c | 2 +-
drivers/spi/spi-lm70llp.c | 3 -
drivers/spi/spi-mpc52xx.c | 3 -
drivers/spi/spi-omap2-mcspi.c | 373 +++++++++++++++++----------------------
drivers/spi/spi-ppc4xx.c | 4 -
drivers/spi/spi-pxa2xx-pci.c | 12 +-
drivers/spi/spi-rspi.c | 320 ++++++++++++++++++++++++++++++++-
drivers/spi/spi-sirf.c | 20 +--
drivers/spi/spi-topcliff-pch.c | 3 +-
drivers/spi/spi.c | 98 +++++++++-
include/linux/of_spi.h | 23 ---
include/linux/spi/rspi.h | 31 ++++
21 files changed, 736 insertions(+), 573 deletions(-)
delete mode 100644 drivers/of/of_spi.c
delete mode 100644 include/linux/of_spi.h
create mode 100644 include/linux/spi/rspi.h
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists