[GIT PULL] sh64 updates for 2.6.24-rc2

2007-11-01 Thread Paul Mundt
Please pull from:

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

Which contains:

Adrian Bunk (1):
  sh64: fix dma_cache_sync() compilation

Paul Mundt (1):
  sh64: Update defconfigs.

Robert P. J. Day (1):
  sh64: Move DMA macros from pci.h to scatterlist.h.

 arch/sh64/configs/cayman_defconfig |  140 +---
 arch/sh64/configs/harp_defconfig   |  105 ---
 arch/sh64/configs/sim_defconfig|   68 --
 include/asm-sh64/dma-mapping.h |5 +-
 include/asm-sh64/pci.h |9 ---
 include/asm-sh64/scatterlist.h |9 +++
 6 files changed, 154 insertions(+), 182 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] sh64 updates for 2.6.24-rc1

2007-10-10 Thread Paul Mundt
Please pull from:

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

Which contains:

Paul Mundt (18):
  sh64: Move *_p() I/O routine variants to io.h.
  sh64: Tidy up includes for Cayman board.
  sh64: Kill off dead ROM-RAM and generic boards.
  sh64: Kill off duplicate frame pointer option.
  sh64: mach-harp: Build fixes.
  sh64: mach-sim: Build fixes.
  sh64: Some symbol exports and build fixes.
  sh64: Move consistent DMA routines to arch/sh64/mm/.
  sh64: Tidy up Kconfig dependencies.
  sh64: update cayman defconfig.
  sh64: Add defconfigs for mach-sim and mach-harp.
  sh64: alphanumeric display only on Cayman.
  sh64: Kill off dead gdb stub symbol.
  sh64: Kill off obsolete linux/blk.h reference.
  sh64: Set KBUILD_IMAGE to make the rpm target happy.
  sh64: linker script tidying and alignment fixups.
  sh64: Symbol export fixups.
  sh64: mach-cayman: Build fixes.

Thomas Gleixner (1):
  sh64: cleanup struct irqaction initializers.

 arch/sh64/Kconfig  |   51 --
 arch/sh64/Kconfig.debug|   13 
 arch/sh64/Makefile |6 
 arch/sh64/configs/cayman_defconfig |  258 ++--
 arch/sh64/configs/harp_defconfig   |  756 +
 arch/sh64/configs/sim_defconfig|  566 +++
 arch/sh64/kernel/Makefile  |2 
 arch/sh64/kernel/alphanum.c|1 
 arch/sh64/kernel/pci-dma.c |   50 --
 arch/sh64/kernel/sh_ksyms.c|   32 -
 arch/sh64/kernel/time.c|   14 
 arch/sh64/kernel/vmlinux.lds.S |   60 --
 arch/sh64/lib/c-checksum.c |3 
 arch/sh64/lib/io.c |   29 -
 arch/sh64/lib/iomap.c  |   10 
 arch/sh64/mach-cayman/setup.c  |   10 
 arch/sh64/mach-harp/Makefile   |   13 
 arch/sh64/mach-harp/setup.c|   25 -
 arch/sh64/mach-romram/Makefile |   14 
 arch/sh64/mach-romram/setup.c  |  141 --
 arch/sh64/mach-sim/Makefile|   13 
 arch/sh64/mach-sim/setup.c |   53 --
 arch/sh64/mm/Makefile  |4 
 arch/sh64/mm/consistent.c  |   52 ++
 arch/sh64/mm/init.c|4 
 arch/sh64/mm/ioremap.c |7 
 include/asm-sh64/io.h  |7 
 27 files changed, 1690 insertions(+), 504 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] sh64 updates for 2.6.23-rc3

2007-08-11 Thread Paul Mundt
Please pull from:

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

Which contains:

Jesper Juhl (1):
  sh64: arch/sh64/kernel/signal.c: duplicate include removal

Michal Piotrowski (1):
  sh64: arch/sh64/kernel/setup.c: duplicate include removal.

Paul Mundt (1):
  sh64: Add missing dma_sync_single_for_*().

 arch/sh64/kernel/setup.c   |4 
 arch/sh64/kernel/signal.c  |1 -
 include/asm-sh64/dma-mapping.h |   18 ++
 3 files changed, 18 insertions(+), 5 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] sh64 updates for 2.6.23-rc2

2007-07-30 Thread Paul Mundt
Please pull from:

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

Which contains:

Paul Mundt (3):
  sh64: Fix fs.h removal from mm.h regressions.
  sh64: Fix irq_intc build failure.
  sh64: Kill off virt_to_bus()/bus_to_virt().

 arch/sh64/Kconfig  |3 +++
 arch/sh64/kernel/init_task.c   |2 +-
 arch/sh64/kernel/irq_intc.c|1 +
 arch/sh64/kernel/pci-dma.c |4 ++--
 arch/sh64/kernel/process.c |1 +
 arch/sh64/kernel/sys_sh64.c|1 +
 arch/sh64/lib/dbg.c|1 +
 include/asm-sh64/dma-mapping.h |8 
 include/asm-sh64/io.h  |4 
 9 files changed, 14 insertions(+), 11 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] sh64 updates

2007-05-15 Thread Paul Mundt
Please pull from:

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

Which contains:

Milind Arun Choudhary (1):
  sh64: ROUND_UP macro cleanup in arch/sh64/kernel/pci_sh5.c

Paul Mundt (8):
  sh64: Wire up many new syscalls.
  sh64: Fixups for the irq_regs changes.
  sh64: dma-mapping updates.
  sh64: ppoll/pselect6() and restartable syscalls.
  sh64: Fixup sh-sci build.
  sh64: Update cayman defconfig.
  sh64: generic quicklist support.
  sh64: Add .gitignore entry for syscalltab.

Simon Arlott (1):
  spelling fixes: arch/sh64/

 arch/sh64/Kconfig  |3 +
 arch/sh64/configs/cayman_defconfig |  199 ++--
 arch/sh64/kernel/entry.S   |4 +-
 arch/sh64/kernel/irq.c |4 +-
 arch/sh64/kernel/pci_sh5.c |   17 ++--
 arch/sh64/kernel/pci_sh5.h |2 +-
 arch/sh64/kernel/process.c |2 +-
 arch/sh64/kernel/signal.c  |   33 +-
 arch/sh64/kernel/syscalls.S|   36 ++-
 arch/sh64/kernel/time.c|   18 ++--
 arch/sh64/lib/.gitignore   |1 +
 arch/sh64/mach-cayman/irq.c|4 +-
 arch/sh64/mach-cayman/setup.c  |2 +-
 arch/sh64/mm/fault.c   |2 +-
 arch/sh64/mm/init.c|2 +-
 arch/sh64/mm/tlbmiss.c |4 +-
 include/asm-sh64/dma-mapping.h |   14 ++-
 include/asm-sh64/irq_regs.h|1 +
 include/asm-sh64/pgalloc.h |  100 --
 include/asm-sh64/sci.h |1 +
 include/asm-sh64/thread_info.h |6 +
 include/asm-sh64/unistd.h  |   43 +++-
 mm/Kconfig |2 +-
 23 files changed, 296 insertions(+), 204 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/