linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Grant Likely <grant.likely@secretlab.ca>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	spi-devel-general@lists.sourceforge.net
Subject: [GIT PULL] a couple more SPI changes
Date: Sat, 28 May 2011 00:06:11 -0600	[thread overview]
Message-ID: <BANLkTi=2f2xVZjtwENpmaWbDEvEXKaPMKQ@mail.gmail.com> (raw)

Hi Linus,

Two more SPI changes for you, a new driver and a bug fix.

Thanks,
g.

The following changes since commit 29a6ccca3869bbe33879dae0cd7df2a1559eff54:

  Merge git://git.infradead.org/mtd-2.6 (2011-05-27 20:06:53 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux-2.6 spi/next

Axel Lin (1):
      spi/tle620x: add missing device_remove_file()

Cliff Cai (1):
      spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin
SPORT peripheral

 drivers/spi/Kconfig          |    9 +
 drivers/spi/Makefile         |    1 +
 drivers/spi/spi_bfin_sport.c |  952 ++++++++++++++++++++++++++++++++++++++++++
 drivers/spi/tle62x0.c        |    3 +-
 4 files changed, 964 insertions(+), 1 deletions(-)
 create mode 100644 drivers/spi/spi_bfin_sport.c


-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

                 reply	other threads:[~2011-05-28  6:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='BANLkTi=2f2xVZjtwENpmaWbDEvEXKaPMKQ@mail.gmail.com' \
    --to=grant.likely@secretlab.ca \
    --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 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).