All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org,
	spi-devel-general@lists.sourceforge.net,
	Grant Likely <grant@secretlab.ca>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: [GIT PULL] spi updates for 3.6
Date: Wed, 25 Jul 2012 13:55:41 +0100	[thread overview]
Message-ID: <20120725125541.GK3099@opensource.wolfsonmicro.com> (raw)

[-- 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 --]

             reply	other threads:[~2012-07-25 12:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-25 12:55 Mark Brown [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-08-20 19:11 [GIT PULL] spi updates for 3.6 Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120725125541.GK3099@opensource.wolfsonmicro.com \
    --to=broonie@opensource.wolfsonmicro.com \
    --cc=grant@secretlab.ca \
    --cc=linus.walleij@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.