All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] sh updates for 2.6.40-rc1
@ 2011-05-24  3:01 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-05-24  3:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest

Which contains:

Guennadi Liakhovetski (8):
      sh: fix SD / MMC configuration dependencies on ecovec
      sh: update SDHI configuration symbols in defconfigs
      ALSA: add a module alias to the FSI driver
      i2c: add a module alias to the sh-mobile driver
      sh: cosmetic improvement: use an existing pointer
      dmaengine: shdma: fix locking
      dmaengine: shdma: add runtime- and system-level power management
      dmaengine: shdma: synchronize RCU before freeing, simplify spinlock

Kuninori Morimoto (2):
      sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock
      sh: fixup fpu.o compile order

Magnus Damm (7):
      serial: sh-sci: Runtime PM support
      serial: sh-sci: suspend/resume wakeup support V2
      sh: sh-sci: sh7377 and sh73a0 build fixes
      clocksource: sh_cmt: __clocksource_updatefreq_hz() update
      clocksource: sh_cmt: Runtime PM support
      clocksource: sh_tmu: __clocksource_updatefreq_hz() update
      clocksource: sh_tmu: Runtime PM support

Paul Mundt (4):
      sh: intc: Set virtual IRQs as nothread.
      sh: select IRQ_FORCED_THREADING.
      sh: wire up sys_sendmmsg.
      sh: Ignore R_SH_NONE module relocations.

Ralf Baechle (1):
      SH: SE7751: Fix pcibios_map_platform_irq prototype.

Richard Weinberger (1):
      sh: remove warning and warning_symbol from struct stacktrace_ops

 arch/sh/Kconfig                          |    1 +
 arch/sh/boards/mach-ecovec24/setup.c     |   18 ++--
 arch/sh/configs/ecovec24_defconfig       |    2 +-
 arch/sh/configs/sh7757lcr_defconfig      |    2 +-
 arch/sh/drivers/pci/fixups-se7751.c      |    2 +-
 arch/sh/include/asm/stacktrace.h         |    3 -
 arch/sh/include/asm/unistd_32.h          |    3 +-
 arch/sh/include/asm/unistd_64.h          |    3 +-
 arch/sh/kernel/cpu/Makefile              |    4 +-
 arch/sh/kernel/cpu/shmobile/pm_runtime.c |    6 +-
 arch/sh/kernel/dumpstack.c               |   15 ---
 arch/sh/kernel/module.c                  |    2 +
 arch/sh/kernel/perf_callchain.c          |   12 --
 arch/sh/kernel/stacktrace.c              |   13 --
 arch/sh/kernel/syscalls_32.S             |    1 +
 arch/sh/kernel/syscalls_64.S             |    1 +
 arch/sh/oprofile/backtrace.c             |   13 --
 drivers/clocksource/sh_cmt.c             |   31 +++---
 drivers/clocksource/sh_tmu.c             |   31 +++--
 drivers/dma/shdma.c                      |  188 +++++++++++++++++++++++-------
 drivers/dma/shdma.h                      |    1 +
 drivers/i2c/busses/i2c-sh_mobile.c       |    1 +
 drivers/sh/clk/cpg.c                     |    2 +-
 drivers/sh/intc/virq.c                   |    5 +
 drivers/tty/serial/sh-sci.c              |   16 +++-
 drivers/tty/serial/sh-sci.h              |   16 ++--
 26 files changed, 235 insertions(+), 157 deletions(-)

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

* [GIT PULL] sh updates for 2.6.40-rc1
@ 2011-05-24  3:01 ` Paul Mundt
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Mundt @ 2011-05-24  3:01 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel

Please pull from:

	master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest

Which contains:

Guennadi Liakhovetski (8):
      sh: fix SD / MMC configuration dependencies on ecovec
      sh: update SDHI configuration symbols in defconfigs
      ALSA: add a module alias to the FSI driver
      i2c: add a module alias to the sh-mobile driver
      sh: cosmetic improvement: use an existing pointer
      dmaengine: shdma: fix locking
      dmaengine: shdma: add runtime- and system-level power management
      dmaengine: shdma: synchronize RCU before freeing, simplify spinlock

Kuninori Morimoto (2):
      sh: clkfwk: fixup clk_rate_table_build parameter in div6 clock
      sh: fixup fpu.o compile order

Magnus Damm (7):
      serial: sh-sci: Runtime PM support
      serial: sh-sci: suspend/resume wakeup support V2
      sh: sh-sci: sh7377 and sh73a0 build fixes
      clocksource: sh_cmt: __clocksource_updatefreq_hz() update
      clocksource: sh_cmt: Runtime PM support
      clocksource: sh_tmu: __clocksource_updatefreq_hz() update
      clocksource: sh_tmu: Runtime PM support

Paul Mundt (4):
      sh: intc: Set virtual IRQs as nothread.
      sh: select IRQ_FORCED_THREADING.
      sh: wire up sys_sendmmsg.
      sh: Ignore R_SH_NONE module relocations.

Ralf Baechle (1):
      SH: SE7751: Fix pcibios_map_platform_irq prototype.

Richard Weinberger (1):
      sh: remove warning and warning_symbol from struct stacktrace_ops

 arch/sh/Kconfig                          |    1 +
 arch/sh/boards/mach-ecovec24/setup.c     |   18 ++--
 arch/sh/configs/ecovec24_defconfig       |    2 +-
 arch/sh/configs/sh7757lcr_defconfig      |    2 +-
 arch/sh/drivers/pci/fixups-se7751.c      |    2 +-
 arch/sh/include/asm/stacktrace.h         |    3 -
 arch/sh/include/asm/unistd_32.h          |    3 +-
 arch/sh/include/asm/unistd_64.h          |    3 +-
 arch/sh/kernel/cpu/Makefile              |    4 +-
 arch/sh/kernel/cpu/shmobile/pm_runtime.c |    6 +-
 arch/sh/kernel/dumpstack.c               |   15 ---
 arch/sh/kernel/module.c                  |    2 +
 arch/sh/kernel/perf_callchain.c          |   12 --
 arch/sh/kernel/stacktrace.c              |   13 --
 arch/sh/kernel/syscalls_32.S             |    1 +
 arch/sh/kernel/syscalls_64.S             |    1 +
 arch/sh/oprofile/backtrace.c             |   13 --
 drivers/clocksource/sh_cmt.c             |   31 +++---
 drivers/clocksource/sh_tmu.c             |   31 +++--
 drivers/dma/shdma.c                      |  188 +++++++++++++++++++++++-------
 drivers/dma/shdma.h                      |    1 +
 drivers/i2c/busses/i2c-sh_mobile.c       |    1 +
 drivers/sh/clk/cpg.c                     |    2 +-
 drivers/sh/intc/virq.c                   |    5 +
 drivers/tty/serial/sh-sci.c              |   16 +++-
 drivers/tty/serial/sh-sci.h              |   16 ++--
 26 files changed, 235 insertions(+), 157 deletions(-)

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

end of thread, other threads:[~2011-05-24  3:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24  3:01 [GIT PULL] sh updates for 2.6.40-rc1 Paul Mundt
2011-05-24  3:01 ` Paul Mundt

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.