* [GIT PULL] sh updates
@ 2006-10-31 3:58 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-10-31 3:58 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Jamie Lenehan (2):
sh: Fix IPR-IRQ's for IRQ-chip change breakage.
sh: Titan defconfig update.
Kristoffer Ericson (1):
video: Fix include in hp680_bl.
Paul Mundt (2):
sh: Wire up new syscalls.
sh: Update r7780rp_defconfig.
arch/sh/boards/renesas/hs7751rvoip/setup.c | 12 +
arch/sh/boards/renesas/sh7710voipgw/setup.c | 105 +++++++---------
arch/sh/boards/se/7300/irq.c | 20 +--
arch/sh/boards/se/73180/irq.c | 47 ++++---
arch/sh/boards/se/7343/irq.c | 90 +++++++-------
arch/sh/boards/se/770x/irq.c | 80 ++++++------
arch/sh/boards/se/7751/irq.c | 85 ++++++-------
arch/sh/boards/sh03/setup.c | 13 +-
arch/sh/boards/snapgear/setup.c | 12 +
arch/sh/boards/titan/setup.c | 12 +
arch/sh/configs/r7780rp_defconfig | 174 +++++++++++++++-------------
arch/sh/configs/titan_defconfig | 101 +++++++++++-----
arch/sh/drivers/dma/dma-sh.c | 42 ++++--
arch/sh/kernel/cpu/irq/ipr.c | 106 +++++++----------
arch/sh/kernel/cpu/irq/pint.c | 8 -
arch/sh/kernel/syscalls.S | 3
drivers/video/backlight/hp680_bl.c | 2
include/asm-sh/irq.h | 10 +
include/asm-sh/unistd.h | 5
19 files changed, 517 insertions(+), 410 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2007-05-07 2:18 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2007-05-07 2:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Kristoffer Ericson (3):
sh: hp6xx driver compile fixes.
sh: hp6xx pata_platform support.
sh: Fix APM emulation on hp6xx.
Nobuhiro Iwamatsu (7):
sh: pata_platform pcmcia support for SolutionEngine boards.
sh: L-BOX RE2 support.
sh: MS7712SE01 board support.
sh: Add defconfig for se7712.
sh: SH7780 Solution Engine board support.
sh: se7780 PCI support.
sh: Solution Engine SH7705 board and CPU updates.
Paul Mundt (20):
sh: Bring kgdb back from the dead.
sh: Rip out broken kgdb thread support.
sh: speculative execution support for SH7780.
sh: generic BUG() support.
sh: NR_IRQS consolidation.
sh: Add SH7785 Highlander board support (R7785RP).
serial: sh-sci: Kill off breakpoint in break IRQ.
doc: Update sysrq doc for sh kgdb trigger.
sh: bootmem tidying for discontig/sparsemem preparation.
sh: Kill off udivdi3 div64_32 wrapping.
sh: Add defconfig for se7722.
sh: Tidy up L-BOX area5 addresses.
sh: Add a dummy SH-4 PCIC fixup.
sh: Obey CONFIG_HZ for HZ definition.
serial: sh-sci: Fix module clock refcount for serial console.
sh: Move clock reporting to its own proc entry.
sh: kdump support.
sh: Fix r7780rp build.
sh: Add die chain notifiers.
sh: Update r7780rp defconfig.
Ryusuke Sakato (2):
sh: Solution Engine 7722 board support.
sh: R7785RP board updates.
SUGIOKA Toshinobu (1):
sh: Fix fstatat64() syscall.
Takashi YOSHII (2):
sh: heartbeat double 0 fix.
sh: Wire up more IRQs for SH7709.
dmitry pervushin (2):
sh: SH7722 clock framework support.
serial: sh-sci: Fix module clock refcounting.
kogiidena (1):
sh: landisk updates.
Documentation/sh/clk.txt | 32 +
Documentation/sysrq.txt | 4 +-
arch/sh/Kconfig | 97 ++-
arch/sh/Kconfig.debug | 20 +-
arch/sh/Makefile | 6 +-
arch/sh/boards/hp6xx/Makefile | 4 +-
arch/sh/boards/hp6xx/setup.c | 67 +-
arch/sh/boards/landisk/Makefile | 2 +-
arch/sh/boards/landisk/gio.c | 167 ++++
arch/sh/boards/landisk/io.c | 250 -----
arch/sh/boards/landisk/irq.c | 83 +--
arch/sh/boards/landisk/landisk_pwb.c | 346 -------
arch/sh/boards/landisk/psw.c | 143 +++
arch/sh/boards/landisk/rtc.c | 91 --
arch/sh/boards/landisk/setup.c | 163 +---
arch/sh/boards/lboxre2/Makefile | 5 +
arch/sh/boards/lboxre2/irq.c | 31 +
arch/sh/boards/lboxre2/setup.c | 85 ++
arch/sh/boards/renesas/r7780rp/Kconfig | 18 +-
arch/sh/boards/renesas/r7780rp/Makefile | 6 +-
arch/sh/boards/renesas/r7780rp/irq-r7780rp.c | 21 +
arch/sh/boards/renesas/r7780rp/irq-r7785rp.c | 29 +
arch/sh/boards/renesas/r7780rp/irq.c | 25 +-
arch/sh/boards/renesas/r7780rp/setup.c | 78 +-
arch/sh/boards/se/770x/io.c | 2 +
arch/sh/boards/se/770x/irq.c | 57 +-
arch/sh/boards/se/770x/setup.c | 30 +-
arch/sh/boards/se/7722/Makefile | 10 +
arch/sh/boards/se/7722/irq.c | 101 ++
arch/sh/boards/se/7722/setup.c | 148 +++
arch/sh/boards/se/7751/setup.c | 148 ---
arch/sh/boards/se/7780/Makefile | 10 +
arch/sh/boards/se/7780/irq.c | 89 ++
arch/sh/boards/se/7780/setup.c | 122 +++
arch/sh/configs/lboxre2_defconfig | 1271 ++++++++++++++++++++++++
arch/sh/configs/r7780rp_defconfig | 108 ++-
arch/sh/configs/r7785rp_defconfig | 1334 ++++++++++++++++++++++++++
arch/sh/configs/se7705_defconfig | 106 ++-
arch/sh/configs/se7712_defconfig | 1088 +++++++++++++++++++++
arch/sh/configs/se7722_defconfig | 980 +++++++++++++++++++
arch/sh/configs/se7780_defconfig | 1309 +++++++++++++++++++++++++
arch/sh/drivers/Kconfig | 10 +
arch/sh/drivers/heartbeat.c | 13 +-
arch/sh/drivers/pci/Makefile | 5 +-
arch/sh/drivers/pci/fixups-lboxre2.c | 41 +
arch/sh/drivers/pci/fixups-se7780.c | 60 ++
arch/sh/drivers/pci/ops-landisk.c | 4 +-
arch/sh/drivers/pci/ops-lboxre2.c | 63 ++
arch/sh/drivers/pci/ops-r7780rp.c | 27 +-
arch/sh/drivers/pci/ops-se7780.c | 96 ++
arch/sh/drivers/pci/ops-sh4.c | 6 +
arch/sh/drivers/pci/pci-sh4.h | 2 +-
arch/sh/drivers/pci/pci-sh7751.c | 15 +-
arch/sh/drivers/pci/pci-sh7780.c | 45 +-
arch/sh/drivers/pci/pci-sh7780.h | 19 +-
arch/sh/kernel/Makefile | 1 +
arch/sh/kernel/cf-enabler.c | 28 +-
arch/sh/kernel/cpu/clock.c | 102 ++-
arch/sh/kernel/cpu/init.c | 19 +
arch/sh/kernel/cpu/irq/Makefile | 2 +-
arch/sh/kernel/cpu/irq/intc2.c | 3 +-
arch/sh/kernel/cpu/irq/pint.c | 56 +-
arch/sh/kernel/cpu/sh3/Makefile | 1 +
arch/sh/kernel/cpu/sh3/probe.c | 3 +
arch/sh/kernel/cpu/sh3/setup-sh7705.c | 54 +-
arch/sh/kernel/cpu/sh3/setup-sh7709.c | 29 +-
arch/sh/kernel/cpu/sh3/setup-sh7710.c | 60 ++
arch/sh/kernel/cpu/sh4/clock-sh4-202.c | 3 +-
arch/sh/kernel/cpu/sh4/probe.c | 8 +
arch/sh/kernel/cpu/sh4a/Makefile | 4 +-
arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 600 ++++++++++++
arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 162 ++++
arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 103 ++
arch/sh/kernel/crash_dump.c | 46 +
arch/sh/kernel/irq.c | 5 +-
arch/sh/kernel/kgdb_stub.c | 490 ++---------
arch/sh/kernel/machine_kexec.c | 29 +-
arch/sh/kernel/process.c | 14 +-
arch/sh/kernel/setup.c | 267 ++----
arch/sh/kernel/sh_ksyms.c | 1 -
arch/sh/kernel/timers/timer-tmu.c | 4 +-
arch/sh/kernel/traps.c | 73 +-
arch/sh/kernel/vmlinux.lds.S | 47 +-
arch/sh/lib/Makefile | 4 +-
arch/sh/lib/udivdi3.c | 16 -
arch/sh/mm/Kconfig | 20 +
arch/sh/mm/fault.c | 39 +-
arch/sh/mm/init.c | 197 ++--
arch/sh/tools/mach-types | 2 +
drivers/input/touchscreen/hp680_ts_input.c | 2 +-
drivers/serial/sh-sci.c | 113 ++-
drivers/serial/sh-sci.h | 83 ++-
include/asm-sh/bug.h | 92 ++-
include/asm-sh/clock.h | 32 +-
include/asm-sh/cpu-sh3/mmu_context.h | 1 +
include/asm-sh/cpu-sh4/freq.h | 8 +
include/asm-sh/irq.h | 91 +--
include/asm-sh/kdebug.h | 35 +
include/asm-sh/kexec.h | 42 +-
include/asm-sh/kgdb.h | 51 +-
include/asm-sh/lboxre2.h | 27 +
include/asm-sh/mmu_context.h | 6 +-
include/asm-sh/page.h | 10 +-
include/asm-sh/param.h | 2 +-
include/asm-sh/pci.h | 2 +-
include/asm-sh/processor.h | 2 +-
include/asm-sh/r7780rp.h | 76 ++-
include/asm-sh/se.h | 4 +-
include/asm-sh/se7722.h | 118 +++
include/asm-sh/se7751.h | 2 +
include/asm-sh/se7780.h | 108 +++
include/asm-sh/stat.h | 19 +-
include/asm-sh/system.h | 3 +
sound/oss/sh_dac_audio.c | 2 +-
114 files changed, 10104 insertions(+), 2411 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2007-03-07 16:24 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2007-03-07 16:24 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Hideo Saito (1):
sh: Fix kernel thread stack corruption with preempt.
Paul Mundt (6):
doc: Add SH to vdso and earlyprintk in kernel-parameters.txt
sysctl: Support vdso_enabled sysctl on SH.
sh: Use L1_CACHE_BYTES for .data.cacheline_aligned.
sh: Enable SM501 support for RTS7751R2D.
sh: Revert lazy dcache writeback changes.
sh: Kill off I/O cruft for R7780RP.
Ryusuke Sakato (1):
sh: Fix sigmask trampling in signal delivery.
Stuart Menefy (1):
sh: Clear UBC when not in use.
Documentation/kernel-parameters.txt | 5
arch/sh/boards/renesas/r7780rp/Makefile | 2
arch/sh/boards/renesas/r7780rp/io.c | 233 ------------------------------
arch/sh/boards/renesas/r7780rp/setup.c | 24 ---
arch/sh/boards/renesas/rts7751r2d/setup.c | 26 +++
arch/sh/configs/rts7751r2d_defconfig | 110 ++++++++++++--
arch/sh/kernel/entry-common.S | 2
arch/sh/kernel/io_generic.c | 3
arch/sh/kernel/process.c | 5
arch/sh/kernel/ptrace.c | 45 ++++-
arch/sh/kernel/signal.c | 4
arch/sh/kernel/vmlinux.lds.S | 3
arch/sh/mm/cache-sh4.c | 12 -
arch/sh/mm/cache-sh7705.c | 9 -
arch/sh/mm/pg-sh4.c | 22 ++
arch/sh/mm/pg-sh7705.c | 31 +++
arch/sh/mm/tlb-flush.c | 55 -------
arch/sh/mm/tlb-sh3.c | 63 +++++++-
arch/sh/mm/tlb-sh4.c | 68 ++++++++
include/asm-sh/cache.h | 3
include/asm-sh/cacheflush.h | 3
include/asm-sh/cpu-sh3/cacheflush.h | 2
include/asm-sh/cpu-sh4/cacheflush.h | 2
include/asm-sh/pgtable.h | 5
include/asm-sh/thread_info.h | 2
kernel/sysctl.c | 3
26 files changed, 371 insertions(+), 371 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2007-02-15 16:13 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2007-02-15 16:13 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Andrew Morton (1):
sh: add SH_CLK_MD Kconfig default.
Jamie Lenehan (1):
sh: allow earlyprintk baud rate to be set via command line
Manuel Lauss (2):
sh: add SH7760 IPR IRQ data
sh: SH-DMAC compile fixes
Nobuhiro Iwamatsu (4):
sh: Solution Engine 7750's defconfig update.
sh: Solution Engine 770x IPR irq setup.
sh: Fix handle_BUG() compile error.
sh: Fixup SHMIN INTC register definitions.
Paul Mundt (23):
sh: Use a jump call table for debug trap handlers.
sh: Use proper SH-2A CFLAGS on newer compilers.
sh: Fixup R7780RP iVDR clock enable.
sh: More tidying for large base pages.
sh: Lazy dcache writeback optimizations.
sh: Don't set reserved _PAGE_WT bit on SH-3.
sh: Use a per-cpu ASID cache.
sh: Fixup cpu_data references for the non-boot CPUs.
sh: Local TLB flushing variants for SMP prep.
sh: Switch to local TLB flush variants in additional callsites.
sh: dcache write-back for R7780RP PIO.
sh: Fix syscall numbering breakage.
sh: Move __KERNEL__ up in asm/page.h.
sh: Add cpu-features header to asm/Kbuild.
sh: Kill dead/unused ISA code from __ioremap().
sh: Missing flush_dcache_all() proto in cacheflush.h.
sh: define dma noncoherent API functions.
sh: heartbeat consolidation for banked LEDs.
sh: Compile fix for heartbeat consolidation.
sh: Revert TLB miss fast-path changes that broke PTEA parts.
sh: Fixup r7780rp pata_platform for devres conversion.
sh: Kill off dead bigsur and ec3104 boards.
sh: rts7751r2d board updates.
SUGIOKA Toshinobu (1):
sh: syscall 300 should be __NR_fstatat64.
Takashi YOSHII (1):
sh: shmin updates.
Yoshinori Sato (2):
sh: Update SH-2 to use the debug trap jump table.
sh: sh7619 / sh7206 IPR initialize update
arch/sh/Kconfig | 17 -
arch/sh/Makefile | 3
arch/sh/boards/bigsur/Makefile | 6
arch/sh/boards/bigsur/io.c | 120 ----------
arch/sh/boards/bigsur/irq.c | 334 -----------------------------
arch/sh/boards/bigsur/led.c | 54 ----
arch/sh/boards/bigsur/setup.c | 88 -------
arch/sh/boards/ec3104/Makefile | 6
arch/sh/boards/ec3104/io.c | 81 -------
arch/sh/boards/ec3104/irq.c | 196 -----------------
arch/sh/boards/ec3104/setup.c | 65 -----
arch/sh/boards/mpc1211/Makefile | 2
arch/sh/boards/mpc1211/led.c | 63 -----
arch/sh/boards/mpc1211/setup.c | 31 ++
arch/sh/boards/renesas/r7780rp/Makefile | 1
arch/sh/boards/renesas/r7780rp/io.c | 152 +++----------
arch/sh/boards/renesas/r7780rp/led.c | 43 ---
arch/sh/boards/renesas/r7780rp/setup.c | 49 +++-
arch/sh/boards/renesas/rts7751r2d/Makefile | 3
arch/sh/boards/renesas/rts7751r2d/io.c | 302 --------------------------
arch/sh/boards/renesas/rts7751r2d/irq.c | 80 +-----
arch/sh/boards/renesas/rts7751r2d/led.c | 44 ---
arch/sh/boards/renesas/rts7751r2d/setup.c | 142 +++++++-----
arch/sh/boards/se/7206/Makefile | 2
arch/sh/boards/se/7206/led.c | 57 ----
arch/sh/boards/se/7206/setup.c | 34 ++
arch/sh/boards/se/7300/Makefile | 2
arch/sh/boards/se/7300/led.c | 54 ----
arch/sh/boards/se/7300/setup.c | 36 ++-
arch/sh/boards/se/73180/Makefile | 2
arch/sh/boards/se/73180/led.c | 53 ----
arch/sh/boards/se/73180/setup.c | 31 ++
arch/sh/boards/se/7343/Makefile | 2
arch/sh/boards/se/7343/led.c | 44 ---
arch/sh/boards/se/7343/setup.c | 26 +-
arch/sh/boards/se/770x/Makefile | 1
arch/sh/boards/se/770x/irq.c | 108 ++++++---
arch/sh/boards/se/770x/led.c | 52 ----
arch/sh/boards/se/770x/setup.c | 43 ++-
arch/sh/boards/se/7751/Makefile | 1
arch/sh/boards/se/7751/led.c | 51 ----
arch/sh/boards/se/7751/setup.c | 36 ++-
arch/sh/boards/sh03/Makefile | 1
arch/sh/boards/sh03/led.c | 48 ----
arch/sh/boards/sh03/setup.c | 30 ++
arch/sh/boards/shmin/setup.c | 12 -
arch/sh/cchips/voyagergx/irq.c | 70 ++----
arch/sh/cchips/voyagergx/setup.c | 4
arch/sh/configs/rts7751r2d_defconfig | 308 ++++++++++++++++++++++----
arch/sh/configs/se7750_defconfig | 140 ++++++++++--
arch/sh/drivers/Makefile | 1
arch/sh/drivers/dma/dma-sh.c | 45 +--
arch/sh/drivers/heartbeat.c | 132 +++++++++++
arch/sh/drivers/pci/Makefile | 1
arch/sh/drivers/pci/ops-bigsur.c | 83 -------
arch/sh/drivers/pci/pci-sh7751.c | 9
arch/sh/kernel/Makefile | 3
arch/sh/kernel/cpu/init.c | 41 ++-
arch/sh/kernel/cpu/irq/ipr.c | 19 +
arch/sh/kernel/cpu/sh2/entry.S | 12 -
arch/sh/kernel/cpu/sh2/probe.c | 32 +-
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 62 ++---
arch/sh/kernel/cpu/sh2a/probe.c | 16 -
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 89 +++----
arch/sh/kernel/cpu/sh3/entry.S | 207 +----------------
arch/sh/kernel/cpu/sh3/probe.c | 42 +--
arch/sh/kernel/cpu/sh3/setup-sh7709.c | 21 +
arch/sh/kernel/cpu/sh4/probe.c | 183 ++++++++-------
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 4
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 66 ++++-
arch/sh/kernel/debugtraps.S | 41 +++
arch/sh/kernel/early_printk.c | 24 +-
arch/sh/kernel/entry-common.S | 119 +++-------
arch/sh/kernel/io_generic.c | 12 -
arch/sh/kernel/kgdb_stub.c | 7
arch/sh/kernel/process.c | 95 ++++----
arch/sh/kernel/setup.c | 49 ++--
arch/sh/kernel/sh_ksyms.c | 1
arch/sh/kernel/signal.c | 6
arch/sh/kernel/syscalls.S | 8
arch/sh/kernel/traps.c | 4
arch/sh/mm/Kconfig | 5
arch/sh/mm/cache-debugfs.c | 4
arch/sh/mm/cache-sh3.c | 8
arch/sh/mm/cache-sh4.c | 77 +++---
arch/sh/mm/cache-sh7705.c | 29 +-
arch/sh/mm/fault.c | 87 +++++++
arch/sh/mm/init.c | 7
arch/sh/mm/ioremap.c | 6
arch/sh/mm/pg-sh4.c | 28 --
arch/sh/mm/pg-sh7705.c | 37 ---
arch/sh/mm/tlb-flush.c | 101 ++++++--
arch/sh/mm/tlb-nommu.c | 19 -
arch/sh/mm/tlb-sh3.c | 67 -----
arch/sh/mm/tlb-sh4.c | 70 ------
arch/sh/oprofile/op_model_sh7750.c | 2
arch/sh/tools/mach-types | 1
include/asm-sh/Kbuild | 2
include/asm-sh/bigsur/bigsur.h | 80 ------
include/asm-sh/bigsur/io.h | 35 ---
include/asm-sh/bigsur/serial.h | 24 --
include/asm-sh/bugs.h | 6
include/asm-sh/cacheflush.h | 3
include/asm-sh/cpu-sh3/cacheflush.h | 2
include/asm-sh/cpu-sh4/cacheflush.h | 13 -
include/asm-sh/cpu-sh4/dma.h | 11
include/asm-sh/dma-mapping.h | 4
include/asm-sh/ec3104/ec3104.h | 43 ---
include/asm-sh/ec3104/io.h | 16 -
include/asm-sh/ec3104/keyboard.h | 15 -
include/asm-sh/ec3104/serial.h | 20 -
include/asm-sh/irq.h | 4
include/asm-sh/kgdb.h | 8
include/asm-sh/mmu.h | 20 -
include/asm-sh/mmu_context.h | 61 +++--
include/asm-sh/page.h | 3
include/asm-sh/pgtable.h | 11
include/asm-sh/processor.h | 6
include/asm-sh/rts7751r2d.h | 4
include/asm-sh/serial.h | 11
include/asm-sh/thread_info.h | 16 +
include/asm-sh/tlbflush.h | 38 ++-
include/asm-sh/ubc.h | 2
include/asm-sh/unistd.h | 20 -
include/asm-sh/voyagergx.h | 5
125 files changed, 2012 insertions(+), 3583 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2006-12-12 11:55 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-12-12 11:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Jamie Lenehan (4):
sh: register rtc resources for sh775x.
rtc: rtc-sh: fix for period rtc interrupts.
rtc: rtc-sh: fix rtc for out-by-one for the month.
rtc: rtc-sh: alarm support.
Paul Mundt (18):
sh: Reworked swap cache entry encoding for SH-X2 MMU.
sh: Shut up csum_ipv6_magic() warnings.
sh: push-switch fixups for work_struct API damage.
sh: Add uImage and S-rec generation support.
sh: landisk board build fixes.
sh: Split out atomic ops logically.
serial: sh-sci: Shut up various sci_rxd_in() gcc4 warnings.
sh: BUG() handling through trapa vector.
sh: Fix get_wchan().
sh: Fixup kernel_execve() for syscall cleanups.
sh: Convert remaining remap_area_pages() users to ioremap_page_range().
sh: Fixup dma_cache_sync() callers.
sh: SH-MobileR SH7722 CPU support.
sh: Fixup sh_bios() trap handling.
sh: Hook up SH7722 scif ipr interrupts.
sh: Fixup .data.page_aligned.
sh: Fix .empty_zero_page alignment for PAGE_SIZE > 4096.
sh: Use early_param() for earlyprintk parsing.
Stuart Menefy (1):
sh: gcc4 symbol export fixups.
Yoshinori Sato (6):
sh: SH-2 defconfig updates.
sh: IPR IRQ updates for SH7619/SH7206.
sh: Trivial build fixes for SH-2 support.
sh: Fix Solution Engine 7619 build.
sh: Kill off unused SE7619 I/O ops.
sh: Fixup SH-2 BUG() trap handling.
arch/sh/Kconfig | 14
arch/sh/Kconfig.debug | 3
arch/sh/Makefile | 7
arch/sh/boards/landisk/irq.c | 4
arch/sh/boards/se/7206/irq.c | 16
arch/sh/boards/se/7619/Makefile | 2
arch/sh/boards/se/7619/io.c | 102 ----
arch/sh/boards/se/7619/setup.c | 21
arch/sh/boot/Makefile | 40 +
arch/sh/boot/compressed/Makefile | 6
arch/sh/boot/compressed/head.S | 3
arch/sh/boot/compressed/misc.c | 3
arch/sh/configs/landisk_defconfig | 85 ++-
arch/sh/configs/se7206_defconfig | 142 ++++--
arch/sh/configs/se7619_defconfig | 744 ++++++++++++++++++++++++++++++++
arch/sh/drivers/push-switch.c | 13
arch/sh/kernel/cpu/Makefile | 1
arch/sh/kernel/cpu/sh2/entry.S | 32 -
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 41 +
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 62 ++
arch/sh/kernel/cpu/sh4/Makefile | 9
arch/sh/kernel/cpu/sh4/clock-sh73180.c | 81 ---
arch/sh/kernel/cpu/sh4/clock-sh7770.c | 73 ---
arch/sh/kernel/cpu/sh4/clock-sh7780.c | 126 -----
arch/sh/kernel/cpu/sh4/probe.c | 9
arch/sh/kernel/cpu/sh4/setup-sh73180.c | 43 -
arch/sh/kernel/cpu/sh4/setup-sh7343.c | 43 -
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 31 +
arch/sh/kernel/cpu/sh4/setup-sh7770.c | 53 --
arch/sh/kernel/cpu/sh4/setup-sh7780.c | 108 ----
arch/sh/kernel/cpu/sh4/sq.c | 7
arch/sh/kernel/cpu/sh4a/Makefile | 19
arch/sh/kernel/cpu/sh4a/clock-sh73180.c | 81 +++
arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 99 ++++
arch/sh/kernel/cpu/sh4a/clock-sh7770.c | 73 +++
arch/sh/kernel/cpu/sh4a/clock-sh7780.c | 126 +++++
arch/sh/kernel/cpu/sh4a/setup-sh73180.c | 43 +
arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 43 +
arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 80 +++
arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 53 ++
arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 108 ++++
arch/sh/kernel/early_printk.c | 20
arch/sh/kernel/entry-common.S | 15
arch/sh/kernel/head.S | 3
arch/sh/kernel/process.c | 15
arch/sh/kernel/setup.c | 41 -
arch/sh/kernel/sh_ksyms.c | 15
arch/sh/kernel/signal.c | 2
arch/sh/kernel/sys_sh.c | 8
arch/sh/kernel/traps.c | 35 +
arch/sh/kernel/vmlinux.lds.S | 2
arch/sh/mm/Kconfig | 12
arch/sh/mm/cache-sh4.c | 2
arch/sh/mm/init.c | 2
drivers/rtc/rtc-sh.c | 245 +++++++++-
drivers/serial/sh-sci.c | 22
drivers/serial/sh-sci.h | 19
include/asm-sh/atomic-irq.h | 71 +++
include/asm-sh/atomic-llsc.h | 107 ++++
include/asm-sh/atomic.h | 153 ------
include/asm-sh/bug.h | 53 +-
include/asm-sh/bugs.h | 12
include/asm-sh/checksum.h | 69 +-
include/asm-sh/cpu-sh4/cache.h | 2
include/asm-sh/cpu-sh4/freq.h | 2
include/asm-sh/dma-mapping.h | 10
include/asm-sh/irq.h | 5
include/asm-sh/pgtable.h | 47 +-
include/asm-sh/processor.h | 8
include/asm-sh/push-switch.h | 3
70 files changed, 2565 insertions(+), 1084 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2006-12-06 3:22 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-12-06 3:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Jamie Lenehan (1):
sh: sh775x/titan fixes for irq header changes.
Mark Glaisher (1):
sh: dma-api channel capability extensions.
Paul Mundt (29):
sh: SE7206 build fixes.
sh: Fixup entry-common path breakage for SH-3.
sh: Configurable timer IRQ.
sh: Drop CPU subtype IRQ headers.
sh: Hook SH7785 in to the build system.
sh: Preliminary support for SH-X2 MMU.
sh: p3map_sem sem2mutex conversion.
sh: Explicit endian selection support.
sh: generic push-switch framework.
sh: R7780RP push-switch support.
sh: dma-sysfs fixes.
sh: Make dma-isa depend on ISA_DMA_API.
sh: Drop name overload in dma-sh.
sh: Fixup 4K irq stacks.
sh: Fixup various PAGE_SIZE == 4096 assumptions.
sh: More flexible + SH7780 earlyprintk SCIF support.
sh: Fix store queue bitmap end.
sh: Get the PGD right in oops case with 64-bit PTEs.
sh: Turn off IRQs around get_timer_offset() calls.
sh: Clock framework tidying.
sh: dyntick infrastructure.
sh: Fixup movli.l/movco.l atomic ops for gcc4.
sh: stacktrace/lockdep/irqflags tracing support.
sh: platform_pata support for R7780RP
sh: show held locks in stack trace with lockdep.
sh: set KBUILD_IMAGE to something sensible.
sh: Fixup pte_mkhuge() build failure.
sh: compile fixes for header cleanup.
sh: update r7780rp defconfig.
Stuart Menefy (7):
sh: gcc4 support.
sh: Set up correct siginfo structures for page faults.
sh: Use MMU.TTB register as pointer to current pgd.
sh: pmd rework.
sh: TLB miss fast-path optimizations.
sh: KSTK_EIP/KSTK_ESP consistency.
sh: Fix syscall tracing ordering.
Yoshinori Sato (5):
sh: Add support for SH7206 and SH7619 CPU subtypes.
sh: Wire up division and address error exceptions on SH-2A.
sh: Exception vector rework and SH-2/SH-2A support.
sh: Add SH-2A platform headers.
sh: Add support for Solution Engine 7206 and 7619 boards.
arch/sh/Kconfig | 100 +++
arch/sh/Kconfig.debug | 22
arch/sh/Makefile | 26
arch/sh/boards/renesas/r7780rp/Makefile | 4
arch/sh/boards/renesas/r7780rp/irq.c | 1
arch/sh/boards/renesas/r7780rp/psw.c | 122 ++++
arch/sh/boards/renesas/r7780rp/setup.c | 29 +
arch/sh/boards/se/7206/Makefile | 7
arch/sh/boards/se/7206/io.c | 123 ++++
arch/sh/boards/se/7206/irq.c | 139 +++++
arch/sh/boards/se/7206/led.c | 57 ++
arch/sh/boards/se/7206/setup.c | 79 ++
arch/sh/boards/se/7619/Makefile | 5
arch/sh/boards/se/7619/io.c | 102 +++
arch/sh/boards/se/7619/setup.c | 43 +
arch/sh/boards/titan/setup.c | 27 -
arch/sh/boot/compressed/misc.c | 3
arch/sh/configs/r7780rp_defconfig | 69 +-
arch/sh/configs/se7206_defconfig | 826 +++++++++++++++++++++++++++++++
arch/sh/drivers/Kconfig | 9
arch/sh/drivers/Makefile | 2
arch/sh/drivers/dma/Makefile | 4
arch/sh/drivers/dma/dma-api.c | 274 +++++++---
arch/sh/drivers/dma/dma-sh.c | 9
arch/sh/drivers/dma/dma-sysfs.c | 23
arch/sh/drivers/pci/ops-titan.c | 24
arch/sh/drivers/pci/pci-sh7780.c | 14
arch/sh/drivers/push-switch.c | 138 +++++
arch/sh/kernel/Makefile | 3
arch/sh/kernel/cpu/Makefile | 11
arch/sh/kernel/cpu/clock.c | 27 -
arch/sh/kernel/cpu/init.c | 2
arch/sh/kernel/cpu/irq/Makefile | 3
arch/sh/kernel/cpu/irq/imask.c | 5
arch/sh/kernel/cpu/irq/intc2.c | 25
arch/sh/kernel/cpu/irq/ipr.c | 93 ---
arch/sh/kernel/cpu/sh2/Makefile | 3
arch/sh/kernel/cpu/sh2/clock-sh7619.c | 81 +++
arch/sh/kernel/cpu/sh2/entry.S | 341 ++++++++++++
arch/sh/kernel/cpu/sh2/ex.S | 46 +
arch/sh/kernel/cpu/sh2/probe.c | 16
arch/sh/kernel/cpu/sh2/setup-sh7619.c | 53 ++
arch/sh/kernel/cpu/sh2a/Makefile | 10
arch/sh/kernel/cpu/sh2a/clock-sh7206.c | 85 +++
arch/sh/kernel/cpu/sh2a/probe.c | 39 +
arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 58 ++
arch/sh/kernel/cpu/sh3/Makefile | 2
arch/sh/kernel/cpu/sh3/clock-sh7709.c | 2
arch/sh/kernel/cpu/sh3/entry.S | 693 ++++++++++++++++++++++++++
arch/sh/kernel/cpu/sh4/Makefile | 3
arch/sh/kernel/cpu/sh4/clock-sh4-202.c | 4
arch/sh/kernel/cpu/sh4/clock-sh7780.c | 2
arch/sh/kernel/cpu/sh4/fpu.c | 25
arch/sh/kernel/cpu/sh4/probe.c | 19
arch/sh/kernel/cpu/sh4/setup-sh7750.c | 70 ++
arch/sh/kernel/cpu/sh4/setup-sh7780.c | 36 -
arch/sh/kernel/cpu/sh4/sq.c | 11
arch/sh/kernel/early_printk.c | 44 -
arch/sh/kernel/entry-common.S | 433 ++++++++++++++++
arch/sh/kernel/entry.S | 843 --------------------------------
arch/sh/kernel/head.S | 17
arch/sh/kernel/irq.c | 55 +-
arch/sh/kernel/process.c | 32 -
arch/sh/kernel/relocate_kernel.S | 14
arch/sh/kernel/setup.c | 2
arch/sh/kernel/sh_ksyms.c | 2
arch/sh/kernel/signal.c | 36 -
arch/sh/kernel/stacktrace.c | 43 +
arch/sh/kernel/sys_sh.c | 7
arch/sh/kernel/time.c | 139 +++++
arch/sh/kernel/timers/Makefile | 2
arch/sh/kernel/timers/timer-cmt.c | 196 +++++++
arch/sh/kernel/timers/timer-mtu2.c | 200 +++++++
arch/sh/kernel/timers/timer-tmu.c | 13
arch/sh/kernel/timers/timer.c | 6
arch/sh/kernel/traps.c | 200 +++++--
arch/sh/mm/Kconfig | 77 ++
arch/sh/mm/cache-sh2.c | 69 +-
arch/sh/mm/cache-sh4.c | 18
arch/sh/mm/clear_page.S | 18
arch/sh/mm/copy_page.S | 16
arch/sh/mm/fault.c | 161 ++----
arch/sh/mm/init.c | 45 -
arch/sh/mm/ioremap.c | 4
arch/sh/mm/pg-dma.c | 2
arch/sh/mm/pg-sh4.c | 35 -
arch/sh/tools/mach-types | 2
drivers/serial/sh-sci.c | 6
drivers/serial/sh-sci.h | 37 +
include/asm-sh/atomic.h | 48 -
include/asm-sh/bugs.h | 8
include/asm-sh/clock.h | 12
include/asm-sh/cpu-sh2/cache.h | 22
include/asm-sh/cpu-sh2/freq.h | 18
include/asm-sh/cpu-sh2/mmu_context.h | 16
include/asm-sh/cpu-sh2/timer.h | 6
include/asm-sh/cpu-sh2a/addrspace.h | 1
include/asm-sh/cpu-sh2a/cache.h | 39 +
include/asm-sh/cpu-sh2a/cacheflush.h | 1
include/asm-sh/cpu-sh2a/dma.h | 1
include/asm-sh/cpu-sh2a/freq.h | 18
include/asm-sh/cpu-sh2a/mmu_context.h | 1
include/asm-sh/cpu-sh2a/timer.h | 1
include/asm-sh/cpu-sh2a/ubc.h | 1
include/asm-sh/cpu-sh2a/watchdog.h | 1
include/asm-sh/dma.h | 40 +
include/asm-sh/elf.h | 2
include/asm-sh/entry-macros.S | 33 +
include/asm-sh/irq-sh73180.h | 314 -----------
include/asm-sh/irq-sh7343.h | 317 ------------
include/asm-sh/irq-sh7780.h | 311 -----------
include/asm-sh/irq.h | 620 +----------------------
include/asm-sh/irqflags.h | 123 ++++
include/asm-sh/mmu_context.h | 44 -
include/asm-sh/page.h | 35 +
include/asm-sh/pgalloc.h | 20
include/asm-sh/pgtable-2level.h | 70 --
include/asm-sh/pgtable.h | 371 +++++++++++---
include/asm-sh/processor.h | 24
include/asm-sh/push-switch.h | 28 +
include/asm-sh/rwsem.h | 27 -
include/asm-sh/se7206.h | 13
include/asm-sh/system.h | 101 ---
include/asm-sh/thread_info.h | 8
include/asm-sh/timer.h | 23
include/asm-sh/titan.h | 32 -
include/asm-sh/unistd.h | 32 -
127 files changed, 6145 insertions(+), 3460 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2006-10-23 1:59 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-10-23 1:59 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Paul Mundt (7):
sh: Proper show_stack/show_trace() implementation.
sh: Remove board-specific ide.h headers.
sh: Cleanup board header directories.
sh: Fix exception_handling_table alignment.
sh: Add some missing board headers.
sh: Updates for irq-flow-type naming changes.
sh: Convert INTC2 to IRQ table registration.
arch/sh/boards/hp6xx/hp6xx_apm.c | 2
arch/sh/boards/hp6xx/pm.c | 2
arch/sh/boards/hp6xx/setup.c | 2
arch/sh/boards/renesas/hs7751rvoip/io.c | 2
arch/sh/boards/renesas/hs7751rvoip/irq.c | 2
arch/sh/boards/renesas/hs7751rvoip/setup.c | 7 -
arch/sh/boards/renesas/r7780rp/io.c | 2
arch/sh/boards/renesas/r7780rp/irq.c | 9 -
arch/sh/boards/renesas/r7780rp/setup.c | 2
arch/sh/boards/renesas/rts7751r2d/io.c | 4
arch/sh/boards/renesas/rts7751r2d/irq.c | 6
arch/sh/boards/renesas/rts7751r2d/led.c | 15 --
arch/sh/boards/renesas/rts7751r2d/setup.c | 2
arch/sh/boards/shmin/setup.c | 2
arch/sh/cchips/voyagergx/irq.c | 22 ---
arch/sh/drivers/pci/ops-r7780rp.c | 2
arch/sh/drivers/pci/ops-rts7751r2d.c | 24 +--
arch/sh/kernel/cpu/irq/intc2.c | 165 ++++-----------------------
arch/sh/kernel/cpu/irq/ipr.c | 5
arch/sh/kernel/cpu/sh3/ex.S | 9 +
arch/sh/kernel/cpu/sh4/ex.S | 9 +
arch/sh/kernel/cpu/sh4/setup-sh7760.c | 63 ++++++++++
arch/sh/kernel/cpu/sh4/setup-sh7780.c | 27 ++++
arch/sh/kernel/irq.c | 2
arch/sh/kernel/process.c | 12 -
arch/sh/kernel/traps.c | 167 +++++++++++++++------------
drivers/input/touchscreen/hp680_ts_input.c | 2
drivers/video/hitfb.c | 1
include/asm-sh/edosk7705.h | 30 ++++
include/asm-sh/edosk7705/io.h | 30 ----
include/asm-sh/hp6xx.h | 80 +++++++++++++
include/asm-sh/hp6xx/hp6xx.h | 80 -------------
include/asm-sh/hp6xx/ide.h | 8 -
include/asm-sh/hp6xx/io.h | 10 -
include/asm-sh/hs7751rvoip.h | 54 ++++++++
include/asm-sh/hs7751rvoip/hs7751rvoip.h | 54 --------
include/asm-sh/hs7751rvoip/ide.h | 8 -
include/asm-sh/irq-sh7780.h | 10 -
include/asm-sh/irq.h | 21 ---
include/asm-sh/landisk/ide.h | 14 --
include/asm-sh/processor.h | 2
include/asm-sh/r7780rp.h | 171 ++++++++++++++++++++++++++++
include/asm-sh/r7780rp/ide.h | 8 -
include/asm-sh/r7780rp/r7780rp.h | 177 -----------------------------
include/asm-sh/rts7751r2d.h | 74 ++++++++++++
include/asm-sh/rts7751r2d/ide.h | 8 -
include/asm-sh/rts7751r2d/rts7751r2d.h | 74 ------------
include/asm-sh/sh03/ide.h | 7 -
include/asm-sh/shmin.h | 9 +
include/asm-sh/shmin/shmin.h | 9 -
include/asm-sh/system.h | 7 +
sound/oss/sh_dac_audio.c | 2
52 files changed, 698 insertions(+), 818 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2006-10-12 3:21 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-10-12 3:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Jamie Lenehan:
sh: Fix pr_debug statements for sh4
Paul Mundt:
sh: First step at generic timeofday support.
sh: Kill off timer_ops get_frequency().
sh: Updates for IRQ handler changes.
sh: Convert r7780rp IRQ handler to IRQ chip.
sh: Convert INTC2 IRQ handler to irq_chip.
sh: Convert IPR-IRQ to IRQ chip.
sh: Zero-out coherent buffer in consistent_alloc().
sh: Default enable R7780RP IRQs.
sh: interrupt exception handling rework
Ryusuke Sakato:
sh: SH-4A UBC support
arch/sh/Kconfig | 4
arch/sh/boards/hp6xx/hp6xx_apm.c | 4
arch/sh/boards/landisk/landisk_pwb.c | 2
arch/sh/boards/mpc1211/setup.c | 5
arch/sh/boards/renesas/r7780rp/irq.c | 105 +-----
arch/sh/boards/snapgear/setup.c | 2
arch/sh/cchips/hd6446x/hd64461/setup.c | 2
arch/sh/cchips/hd6446x/hd64465/gpio.c | 2
arch/sh/cchips/hd6446x/hd64465/setup.c | 2
arch/sh/cchips/voyagergx/irq.c | 3
arch/sh/drivers/dma/dma-g2.c | 2
arch/sh/drivers/dma/dma-pvr2.c | 2
arch/sh/drivers/dma/dma-sh.c | 6
arch/sh/drivers/pci/pci-sh7751.c | 4
arch/sh/drivers/pci/pci-st40.c | 2
arch/sh/kernel/cpu/irq/intc2.c | 138 +--------
arch/sh/kernel/cpu/irq/ipr.c | 102 +-----
arch/sh/kernel/cpu/sh3/ex.S | 195 ------------
arch/sh/kernel/cpu/sh4/ex.S | 500 ---------------------------------
arch/sh/kernel/entry.S | 43 ++
arch/sh/kernel/irq.c | 42 +-
arch/sh/kernel/process.c | 30 +
arch/sh/kernel/time.c | 9
arch/sh/kernel/timers/timer-tmu.c | 63 ----
arch/sh/mm/consistent.c | 1
drivers/rtc/rtc-sh.c | 6
drivers/serial/sh-sci.c | 4
include/asm-sh/cpu-sh4/ubc.h | 37 ++
include/asm-sh/hw_irq.h | 4
include/asm-sh/irq.h | 14
include/asm-sh/irq_regs.h | 1
include/asm-sh/timer.h | 13
32 files changed, 249 insertions(+), 1100 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] sh updates
@ 2006-10-03 5:25 Paul Mundt
0 siblings, 0 replies; 9+ messages in thread
From: Paul Mundt @ 2006-10-03 5:25 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
Which contains:
Paul Mundt:
sh: defconfig updates.
sh: Set pclk default for SH7705.
sh: Kill off more dead headers.
sh: build fixes for defconfigs.
sh: Initial gitignore list
sh: Kill off remaining config.h references.
sh: Fixup __raw_read_trylock().
arch/sh/Kconfig | 2
arch/sh/boards/hp6xx/hp6xx_apm.c | 1
arch/sh/boards/hp6xx/pm.c | 1
arch/sh/boards/landisk/irq.c | 4
arch/sh/boards/landisk/landisk_pwb.c | 2
arch/sh/boards/landisk/rtc.c | 2
arch/sh/boards/landisk/setup.c | 1
arch/sh/boards/renesas/r7780rp/irq.c | 4
arch/sh/boards/renesas/r7780rp/led.c | 2
arch/sh/boards/renesas/systemh/setup.c | 2
arch/sh/boards/se/7343/io.c | 2
arch/sh/boards/se/7343/irq.c | 4
arch/sh/boards/se/7343/led.c | 2
arch/sh/boards/se/7343/setup.c | 1
arch/sh/boards/se/770x/setup.c | 7
arch/sh/boards/se/7751/setup.c | 6
arch/sh/boards/sh03/setup.c | 1
arch/sh/boot/.gitignore | 1
arch/sh/configs/adx_defconfig | 539 -------------------
arch/sh/configs/cqreek_defconfig | 533 -------------------
arch/sh/configs/dreamcast_defconfig | 572 ++++++++++++++------
arch/sh/configs/hp6xx_defconfig | 201 +++++--
arch/sh/configs/hs7751rvoip_defconfig | 908 +++++++++++++++++++++++++++++++++
arch/sh/configs/landisk_defconfig | 417 ++++++++-------
arch/sh/configs/microdev_defconfig | 167 ++++--
arch/sh/configs/r7780rp_defconfig | 232 ++++++--
arch/sh/configs/rts7751r2d_defconfig | 568 ++++++++++++++------
arch/sh/configs/se7300_defconfig | 357 +++++++++---
arch/sh/configs/se73180_defconfig | 347 +++++++++---
arch/sh/configs/se7343_defconfig | 101 ++-
arch/sh/configs/se7705_defconfig | 531 +++++++++++++------
arch/sh/configs/se7750_defconfig | 532 +++++++++++++------
arch/sh/configs/se7751_defconfig | 626 +++++++++++++---------
arch/sh/configs/sh03_defconfig | 568 ++++++++++++++------
arch/sh/configs/sh7710voipgw_defconfig | 78 ++
arch/sh/configs/shmin_defconfig | 93 ++-
arch/sh/configs/snapgear_defconfig | 527 +++++++++++++------
arch/sh/configs/systemh_defconfig | 370 +++++++++----
arch/sh/configs/titan_defconfig | 619 ++++++++++++++++------
arch/sh/drivers/dma/dma-sysfs.c | 8
arch/sh/drivers/pci/ops-landisk.c | 1
arch/sh/drivers/pci/ops-r7780rp.c | 2
arch/sh/drivers/pci/ops-sh03.c | 4
arch/sh/drivers/pci/ops-titan.c | 2
arch/sh/drivers/pci/pci-sh7780.c | 2
arch/sh/kernel/apm.c | 1
arch/sh/kernel/entry.S | 6
arch/sh/kernel/setup.c | 4
arch/sh/kernel/sh_ksyms.c | 1
arch/sh/kernel/vsyscall/.gitignore | 1
arch/sh/math-emu/math.c | 1
arch/sh/mm/cache-debugfs.c | 2
arch/sh/tools/gen-mach-types | 2
include/asm-sh/.gitignore | 3
include/asm-sh/cpu-sh3/rtc.h | 25
include/asm-sh/cpu-sh4/rtc.h | 25
include/asm-sh/elf.h | 1
include/asm-sh/hs7751rvoip/io.h | 39 -
include/asm-sh/rts7751r2d/io.h | 37 -
include/asm-sh/rts7751r2d/rts7751r2d.h | 3
include/asm-sh/sfp-machine.h | 2
include/asm-sh/spinlock.h | 9
include/asm-sh/string.h | 15
63 files changed, 5706 insertions(+), 3421 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2007-05-07 2:18 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-31 3:58 [GIT PULL] sh updates Paul Mundt
-- strict thread matches above, loose matches on Subject: below --
2007-05-07 2:18 Paul Mundt
2007-03-07 16:24 Paul Mundt
2007-02-15 16:13 Paul Mundt
2006-12-12 11:55 Paul Mundt
2006-12-06 3:22 Paul Mundt
2006-10-23 1:59 Paul Mundt
2006-10-12 3:21 Paul Mundt
2006-10-03 5:25 Paul Mundt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox