All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] DaVinci features for v3.1
@ 2011-07-08  9:13 Nori, Sekhar
  2011-07-08 10:41 ` Sergei Shtylyov
  2011-07-08 15:25 ` Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Nori, Sekhar @ 2011-07-08  9:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd,

Please pull the following DaVinci features for v3.1.

This pull request depends on the patch "davinci: dm6467/T EVM: fix setting
up of reference clock rate" in clean-up pull request for successful build.

Pulling this after the earlier clean-up pull request generates this merge
conflict:

<<<<<<< HEAD:arch/arm/mach-davinci/include/mach/psc.h
#define MDSTAT_STATE_MASK	0x1f
=======
#define MDSTAT_STATE_MASK 0x1f
#define MDCTL_FORCE		BIT(31)
>>>>>>> 8bb2c4813c534d26eba3beb7888fbd3cbc931f62:arch/arm/mach-davinci/include/mach/psc.h

The resolution is:

#define MDSTAT_STATE_MASK	0x1f
#define MDCTL_FORCE		BIT(31)

Thanks,
Sekhar

The following changes since commit fe0d42203cb5616eeff68b14576a0f7e2dd56625:
  Linus Torvalds (1):
        Linux 3.0-rc6

are available in the git repository at:

  git://gitorious.org/linux-davinci/linux-davinci.git features

Christian Riesch (1):
      davinci: da850: add a .set_rate method to ref_clk

Sekhar Nori (4):
      davinci: pass clock flags to davinci_psc_config()
      davinci: enable forced transitions on PSC
      davinci: da850: add support for SATA interface
      davinci: da850 evm: register SATA device

 arch/arm/mach-davinci/board-da850-evm.c    |    7 ++
 arch/arm/mach-davinci/clock.c              |    8 +-
 arch/arm/mach-davinci/clock.h              |    1 +
 arch/arm/mach-davinci/da850.c              |   10 ++
 arch/arm/mach-davinci/devices-da8xx.c      |  126 ++++++++++++++++++++++++++++
 arch/arm/mach-davinci/include/mach/da8xx.h |    2 +
 arch/arm/mach-davinci/include/mach/psc.h   |    3 +-
 arch/arm/mach-davinci/psc.c                |   14 +++-
 8 files changed, 164 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-08 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08  9:13 [GIT PULL] DaVinci features for v3.1 Nori, Sekhar
2011-07-08 10:41 ` Sergei Shtylyov
2011-07-08 15:25 ` Arnd Bergmann

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.