All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] final davinci updates for 2.6.39
Date: Tue, 15 Mar 2011 08:35:25 -0700	[thread overview]
Message-ID: <87k4g0jt1e.fsf@ti.com> (raw)

Russell,

A final pull request for davinci for 2.6.39 (based on the previous one.)

This is a series that Sekhar Nori (davinci co-maintaier) has been
tracking and that I had mistakenly not added to my previous pull request.

Thanks,

Kevin

The following changes since commit 9a9fb12a4832bdf22751e21df298ef3559643b43:

  davinci: macro rename DA8XX_LPSC0_DMAX to DA8XX_LPSC0_PRUSS. (2011-03-11 10:48:29 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git davinci-next-2

Cyril Chemparathy (5):
      mfd: add driver for sequencer serial port
      spi: add ti-ssp spi master driver
      davinci: add tnetv107x ssp platform device
      davinci: add ssp config for tnetv107x evm board
      davinci: add spi devices on tnetv107x evm

Sergei Shtylyov (1):
      davinci: DM644x EVM: register MUSB device earlier

 arch/arm/mach-davinci/board-dm644x-evm.c       |    8 +-
 arch/arm/mach-davinci/board-tnetv107x-evm.c    |   57 +++
 arch/arm/mach-davinci/devices-tnetv107x.c      |   25 ++
 arch/arm/mach-davinci/include/mach/tnetv107x.h |    2 +
 arch/arm/mach-davinci/tnetv107x.c              |    2 +-
 drivers/mfd/Kconfig                            |   11 +
 drivers/mfd/Makefile                           |    1 +
 drivers/mfd/ti-ssp.c                           |  476 ++++++++++++++++++++++++
 drivers/spi/Kconfig                            |   10 +
 drivers/spi/Makefile                           |    1 +
 drivers/spi/ti-ssp-spi.c                       |  402 ++++++++++++++++++++
 include/linux/mfd/ti_ssp.h                     |   93 +++++
 12 files changed, 1082 insertions(+), 6 deletions(-)
 create mode 100644 drivers/mfd/ti-ssp.c
 create mode 100644 drivers/spi/ti-ssp-spi.c
 create mode 100644 include/linux/mfd/ti_ssp.h

                 reply	other threads:[~2011-03-15 15:35 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=87k4g0jt1e.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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.