Re: [PATCH] h8300 trivial conversion to GENERIC_TIME

2007-04-10 Thread Yoshinori Sato
forward I'd appreciate any comments or feedback! thanks -john There will not be a problem. Because it is a place working now, I correct it if there was a problem. Signed-off-by: John Stultz [EMAIL PROTECTED] Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300

Re: Status of the h8300 port?

2008-01-03 Thread Yoshinori Sato
wait. cu Adrian -- Is there not promise of rain? Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. Only a promise, Lao Er said. Pearl S. Buck - Dragon Seed -- Yoshinori Sato

Re: [PATCH] Use ELF_CORE_EFLAGS for kcore ELF header flags.

2008-02-13 Thread Yoshinori Sato
-- Yoshinori Sato [EMAIL PROTECTED] -- 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/

[PATCH] h8300 missing include

2007-08-10 Thread Yoshinori Sato
Build error fix. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/kernel/process.c b/arch/h8300/kernel/process.c index e061b63..dfbe7ab 100644 --- a/arch/h8300/kernel/process.c +++ b/arch/h8300/kernel/process.c @@ -37,6 +37,7 @@ #include linux/a.out.h #include linux

[PATCH] h8300 generic irq

2007-04-26 Thread Yoshinori Sato
h8300 using generic irq handler patch. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig index 1734d96..82d96ae 100644 --- a/arch/h8300/Kconfig +++ b/arch/h8300/Kconfig @@ -49,6 +49,10 @@ config GENERIC_HWEIGHT bool default y

[PATCH] h8300 add zImage support

2007-04-26 Thread Yoshinori Sato
h8300 zImage target support. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/boot/Makefile b/arch/h8300/boot/Makefile index 65086d9..0bb62e0 100644 --- a/arch/h8300/boot/Makefile +++ b/arch/h8300/boot/Makefile @@ -1,12 +1,22 @@ # arch/h8300/boot/Makefile -targets

Re: [PATCH] h8300 generic irq

2007-04-30 Thread Yoshinori Sato
At Fri, 27 Apr 2007 19:09:35 -0700, Andrew Morton wrote: On Thu, 26 Apr 2007 17:34:37 +0900 Yoshinori Sato [EMAIL PROTECTED] wrote: h8300 using generic irq handler patch. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] Minor things: --- /dev/null +++ b/arch/h8300/kernel

[PATCH] h8300 header update

2005-04-10 Thread Yoshinori Sato
- page.h: fix build error - unistd.h: _syscall macro cleanup. plase apply. -- Yoshinori Sato [EMAIL PROTECTED] --- 1.3/include/asm-h8300/page.h2005-01-31 15:20:53 +09:00 +++ edited/include/asm-h8300/page.h 2005-04-01 23:41:26 +09:00 @@ -79,7 +79,7 @@ #ifndef __ASSEMBLY__

[RFC] kallsyms C_SYMBOL_PREFIX support

2005-04-12 Thread Yoshinori Sato
kallsyms does not consider SYMBOL_PREFIX of C. Consequently do not work in architecture using prefix character (h8300, v850) really. Because I can want to use this, I made a patch. Please comment. -- Yoshinori Sato [EMAIL PROTECTED] = scripts/kallsyms.c 1.16 vs edited = --- 1.16

Re: [RFC] kallsyms C_SYMBOL_PREFIX support

2005-04-12 Thread Yoshinori Sato
At Tue, 12 Apr 2005 12:43:34 +0100, Paulo Marques wrote: Yoshinori Sato wrote: kallsyms does not consider SYMBOL_PREFIX of C. Consequently do not work in architecture using prefix character (h8300, v850) really. Because I can want to use this, I made a patch. Please comment

[PATCH] nommu.c build error fix

2005-03-27 Thread Yoshinori Sato
- Argument addition of security_file_mmap. - Because in_gate_area_no_task undefined with CONFIG_KALLSYM=y, add it. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] = mm/nommu.c 1.32 vs edited = --- 1.32/mm/nommu.c 2005-03-10 00:12:40 +09:00 +++ edited/mm/nommu.c 2005-03-28 16:21:12

[PATCH] H8/300 mm update

2005-01-16 Thread Yoshinori Sato
o include/asm-h8300/mmu.h: Changeset 1.2053 support o mm/nommu.c: add __vm_enough_memory Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff -Nru a/include/asm-h8300/mmu.h b/include/asm-h8300/mmu.h --- a/include/asm-h8300/mmu.h 2005-01-16 06:03:02 -08:00 +++ b/include/asm-h8300/mmu.h

[PATCH} H8/300 defconfig update

2005-01-16 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff -Nru a/arch/h8300/defconfig b/arch/h8300/defconfig --- a/arch/h8300/defconfig 2005-01-16 06:03:32 -08:00 +++ b/arch/h8300/defconfig 2005-01-16 06:03:32 -08:00 @@ -1,5 +1,7 @@ # # Automatically generated make config: don't edit

[PATCH] h8300 fix warning

2005-01-20 Thread Yoshinori Sato
o update argument type Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] = include/asm-h8300/bitops.h 1.10 vs edited = --- 1.10/include/asm-h8300/bitops.h 2004-11-12 16:38:42 +09:00 +++ edited/include/asm-h8300/bitops.h 2005-01-20 23:14:39 +09:00 @@ -196,7 +196,7 @@ return

[PATCH] h8300 makefile update

2005-01-20 Thread Yoshinori Sato
Fix build error when .config does not exist Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] = arch/h8300/Makefile 1.7 vs edited = --- 1.7/arch/h8300/Makefile 2004-05-15 11:00:17 +09:00 +++ edited/arch/h8300/Makefile 2005-01-20 23:09:33 +09:00 @@ -7,9 +7,6 @@ # # (C) Copyright

redboot partition combind fis / config problem

2006-11-29 Thread Yoshinori Sato
Can't analyze FIS directory in CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG really. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/drivers/mtd/redboot.c b/drivers/mtd/redboot.c index 5b58523..0204cb9 100644 --- a/drivers/mtd/redboot.c +++ b/drivers/mtd/redboot.c @@ -110,6 +110,9

Re: [PATCH 1/6] h8300 signal.c typo fix.

2008-02-15 Thread Yoshinori Sato
Sorry. I forget Signed-off. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:12:58 -0500, Yoshinori Sato wrote: typo fix. arch/h8300/kernel/signal.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/h8300/kernel/signal.c b/arch/h8300

Re: [PATCH 3/6] h8300 setup.c initrd support fix

2008-02-15 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:13:37 -0500, Yoshinori Sato wrote: initrd setting fix. arch/h8300/kernel/setup.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c

Re: [PATCH 5/6] h8300 IRQ handling update

2008-02-15 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:13:58 -0500, Yoshinori Sato wrote: - add missing file and declare. - remove unused file and macros. - some cleanup. arch/h8300/kernel/irq.c |4 +- arch/h8300/platform/h8300h/Makefile |2 +- arch

Re: [PATCH 4/6] h8300 CONFIG_KALLSYMS fix

2008-02-15 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:13:47 -0500, Yoshinori Sato wrote: Please comment C_SYMBOL_PREFIX. Makefile |3 ++- arch/h8300/Kconfig |4 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile

[PATCH 1/6] h8300 signal.c typo fix.

2008-02-15 Thread Yoshinori Sato
), (unsigned long *)(frame-retcode + 0)); err |= __put_user(0x5700, (unsigned short *)(frame-retcode + 4)); } -- 1.5.4.1 -- Yoshinori Sato [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH 3/6] h8300 setup.c initrd support fix

2008-02-15 Thread Yoshinori Sato
]); #endif -- 1.5.4.1 -- Yoshinori Sato [EMAIL PROTECTED] -- 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/

Re: [PATCH 2/6] h8300 uaccess.h update

2008-02-15 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:13:27 -0500, Yoshinori Sato wrote: get_user const *ptr access fix. include/asm-h8300/uaccess.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/asm-h8300/uaccess.h b/include/asm

Re: [PATCH 6/6] h8300 defconfig update

2008-02-15 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] At Sat, 16 Feb 2008 01:14:03 -0500, Yoshinori Sato wrote: defconfig update. This update is depend CONFIG_KALLSYMS fix. arch/h8300/defconfig | 263 ++--- 1 files changed, 140 insertions(+), 123

[PATCH 2/6] h8300 uaccess.h update

2008-02-15 Thread Yoshinori Sato
) = (typeof(*(ptr)))__gu_val;\ __gu_err; \ }) #define __get_user(x, ptr) get_user(x, ptr) -- 1.5.4.1 -- Yoshinori Sato [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

[PATCH 6/6] h8300 defconfig update

2008-02-15 Thread Yoshinori Sato
devices -# - -# # Library routines # # CONFIG_CRC_CCITT is not set -CONFIG_CRC32=y +# CONFIG_CRC16 is not set +# CONFIG_CRC_ITU_T is not set +# CONFIG_CRC32 is not set +# CONFIG_CRC7 is not set # CONFIG_LIBCRC32C is not set CONFIG_ZLIB_INFLATE=y +CONFIG_HAS_IOMEM=y -- 1.5.4.1 -- Yoshinori

[PATCH 5/6] h8300 IRQ handling update

2008-02-15 Thread Yoshinori Sato
ptrace_h8300h.o +obj-y := irq.o ptrace_h8300h.o diff --git a/arch/h8300/platform/h8300h/irq.c b/arch/h8300/platform/h8300h/irq.c new file mode 100644 index 000..e977345 --- /dev/null +++ b/arch/h8300/platform/h8300h/irq.c @@ -0,0 +1,82 @@ +/* + * Interrupt handling H8/300H depend. + * Yoshinori Sato

[PATCH 4/6] h8300 CONFIG_KALLSYMS fix

2008-02-15 Thread Yoshinori Sato
default 100 +config C_SYMBOL_PREFIX + bool + default y + source init/Kconfig source arch/h8300/Kconfig.cpu -- 1.5.4.1 -- Yoshinori Sato [EMAIL PROTECTED] -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [PATCH 3/6] h8300 setup.c initrd support fix

2008-02-16 Thread Yoshinori Sato
At Fri, 15 Feb 2008 22:29:49 -0800, Andrew Morton wrote: On Sat, 16 Feb 2008 01:13:37 -0500 Yoshinori Sato [EMAIL PROTECTED] wrote: initrd setting fix. arch/h8300/kernel/setup.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/h8300/kernel

[PATCH] h8300 add sci.h

2008-02-16 Thread Yoshinori Sato
This file require sh-sci Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] include/asm-h8300/sci.h | 34 ++ 1 files changed, 34 insertions(+), 0 deletions(-) create mode 100644 include/asm-h8300/sci.h diff --git a/include/asm-h8300/sci.h b/include/asm-h8300

Re: [PATCH 3/6] h8300 setup.c initrd support fix

2008-02-16 Thread Yoshinori Sato
At Sat, 16 Feb 2008 20:55:02 -0800, Andrew Morton wrote: On Sat, 16 Feb 2008 23:39:09 -0500 Yoshinori Sato [EMAIL PROTECTED] wrote: At Fri, 15 Feb 2008 22:29:49 -0800, Andrew Morton wrote: On Sat, 16 Feb 2008 01:13:37 -0500 Yoshinori Sato [EMAIL PROTECTED] wrote: initrd

[PATCH] h8300 remove unused file

2007-07-12 Thread Yoshinori Sato
arch/h8300/kernel/ints.c is unused. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/kernel/ints.c b/arch/h8300/kernel/ints.c deleted file mode 100644 index 3e4f479..000 --- a/arch/h8300/kernel/ints.c +++ /dev/null @@ -1,256 +0,0 @@ -/* - * linux/arch/h8300/kernel

[PATCH] h8300 entry.S update

2007-07-13 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/kernel/Makefile b/arch/h8300/kernel/Makefile index ccc1a7f..874f6ae 100644 --- a/arch/h8300/kernel/Makefile +++ b/arch/h8300/kernel/Makefile @@ -6,6 +6,7 @@ extra-y := vmlinux.lds obj-y := process.o traps.o ptrace.o irq.o

Re: MAINTAINERS file pedantry

2007-07-13 Thread Yoshinori Sato
FOR RENESAS H8/300 +UCLINUX FOR RENESAS H8/300 (h8300) P: Yoshinori Sato M: [EMAIL PROTECTED] W: http://uclinux-h8.sourceforge.jp/ rday -- Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry

[PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-12 Thread Yoshinori Sato
It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/net/Kconfig b/net/Kconfig index f3de729..2e9a885 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -34,6 +34,7 @@ source

Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-13 Thread Yoshinori Sato
At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), David Miller wrote: From: Yoshinori Sato [EMAIL PROTECTED] Date: Tue, 12 Jun 2007 16:38:55 +0900 It cannot build with CONFIG_SYSCTL=n and CONFIG_INET=y. In case of CONFIG_INET=y it should become CONFIG_SYSCTL=y. Signed-off-by: Yoshinori

Re: [PATCH] CONFIG_INET depend on CONFIG_SYSCTL

2007-06-22 Thread Yoshinori Sato
At Tue, 12 Jun 2007 23:05:45 -0700 (PDT), David Miller wrote: From: Yoshinori Sato [EMAIL PROTECTED] Date: Wed, 13 Jun 2007 14:59:16 +0900 At Tue, 12 Jun 2007 01:08:55 -0700 (PDT), David Miller wrote: 2) It is much better to add the appropriate CONFIG_SYSCTL ifdefs

[PATCH] SLOB allocator imcompatible SLAB

2007-06-22 Thread Yoshinori Sato
Because the page which SLOB allocator got does not have PG_slab, I put back the result that kobjsize made a mistake in. allocateしたページにPG_slabを付ける必要があるのでは無いでしょうか。 I need to add PG_slab to the allocate page, and will not there be it? Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/mm

[PATCH] h8300 trival patches

2007-05-30 Thread Yoshinori Sato
- warning fix. - call trace area check fix. - There is no meaning, ' ' it deletes Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/kernel/sys_h8300.c b/arch/h8300/kernel/sys_h8300.c index 302a2df..de7688c 100644 --- a/arch/h8300/kernel/sys_h8300.c +++ b/arch/h8300/kernel

[PATCH] h8300 zImage support update.

2007-06-04 Thread Yoshinori Sato
- Add missing files - Add Makefile target - Change image base - Style fix Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/Makefile b/arch/h8300/Makefile index b2d896a..53b5c1e 100644 --- a/arch/h8300/Makefile +++ b/arch/h8300/Makefile @@ -61,10 +61,11 @@ archmrproper

Re: [PATCH] SLOB allocator imcompatible SLAB

2007-06-25 Thread Yoshinori Sato
At Fri, 22 Jun 2007 09:56:35 -0500, Matt Mackall wrote: On Fri, Jun 22, 2007 at 05:08:07PM +0900, Yoshinori Sato wrote: Because the page which SLOB allocator got does not have PG_slab, This is for a NOMMU system? Yes. You're using an old kernel with an old version of SLOB. SLOB

[PATCH] h8300 syscall update

2007-05-09 Thread Yoshinori Sato
h8300 systemcall entry table update. Sigend-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/arch/h8300/kernel/syscalls.S b/arch/h8300/kernel/syscalls.S index dab98fd..965efc9 100644 --- a/arch/h8300/kernel/syscalls.S +++ b/arch/h8300/kernel/syscalls.S @@ -31,7 +31,7 @@ SYMBOL_NAME_LABEL

[PATCH] h8300 atomic.h update

2007-05-14 Thread Yoshinori Sato
add atomic_sub_and_test define. Signed-off-by: Yoshinori Sato [EMAIL PROTECTED] diff --git a/include/asm-h8300/atomic.h b/include/asm-h8300/atomic.h index 21f5442..b4cf0ea 100644 --- a/include/asm-h8300/atomic.h +++ b/include/asm-h8300/atomic.h @@ -37,6 +37,7 @@ static __inline__ int

Re: [PATCH] h8300: Fix asm/tlb.h

2013-05-12 Thread Yoshinori Sato
-by: Geert Uytterhoeven ge...@linux-m68k.org Acked-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/include/asm/tlb.h | 15 --- 1 files changed, 0 insertions(+), 15 deletions(-) diff --git a/arch/h8300/include/asm/tlb.h b/arch/h8300/include/asm/tlb.h index 3dea80a

[PATCH v3] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-03 Thread Yoshinori Sato
Changes v3 - Remove um - ARM sort alphabetical order Changes v2 - Remove some archtecture Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp Reviewed-by: Arnd Bergmann a...@arndb.de --- arch/alpha/Kconfig| 1 + arch/arm/Kconfig | 1 + arch/ia64/Kconfig

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 02 Feb 2015 21:11:50 +0100, Arnd Bergmann wrote: On Tuesday 03 February 2015 00:48:20 Yoshinori Sato wrote: At Mon, 2 Feb 2015 09:10:06 +0100, Geert Uytterhoeven wrote: Hi Sato-san, On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato ys...@users.sourceforge.jp wrote

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 2 Feb 2015 22:07:50 +0100, Geert Uytterhoeven wrote: Hi Sato-san, Your second version looks fine to me, except for this part: On Mon, Feb 2, 2015 at 4:48 PM, Yoshinori Sato ys...@users.sourceforge.jp wrote: --- a/arch/um/Kconfig.common +++ b/arch/um/Kconfig.common @@ -9,6

Re: [PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-02 Thread Yoshinori Sato
At Mon, 2 Feb 2015 09:10:06 +0100, Geert Uytterhoeven wrote: Hi Sato-san, On Mon, Feb 2, 2015 at 8:24 AM, Yoshinori Sato ys...@users.sourceforge.jp wrote: The dependence of VGA_CONSOLE is complicated. We need clean up. Thanks! Signed-off-by: Yoshinori Sato ys

Re: [PATCH v3] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-06 Thread Yoshinori Sato
At Wed, 04 Feb 2015 08:37:16 +0100, Arnd Bergmann wrote: On Wednesday 04 February 2015 15:03:32 Yoshinori Sato wrote: @@ -2,14 +2,14 @@ # Video configuration # +config ARCH_MIGHT_HAVE_VGA_CONSOLE +bool + menu Console display driver support I just noticed

Re: [PATCH v3 10/15] h8300: Build scripts

2015-02-18 Thread Yoshinori Sato
At Tue, 17 Feb 2015 10:46:21 +0100, Paul Bolle wrote: On Tue, 2015-02-17 at 16:39 +0900, Yoshinori Sato wrote: At Sun, 15 Feb 2015 20:23:04 +0100, Paul Bolle wrote: On Sun, 2015-02-15 at 16:49 +0900, Yoshinori Sato wrote: diff --git a/arch/h8300/Kconfig.debug b/arch/h8300

[PATCH v3 00/15] Revert h8300 archtecture

2015-02-14 Thread Yoshinori Sato
ELF toolchain (h8300-linux) - use common driver support - exception handling fix - too many cleanup git repository git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git h8300 Yoshinori Sato (15): h8300: Assembly headers. h8300: UAPI headers h8300: Exception and Interrupt handling h8300

Re: [PATCH v3 05/15] h8300: Process and signal

2015-02-15 Thread Yoshinori Sato
Sorry. I send too old files. This patch is correct. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/process.c | 170 +++ arch/h8300/kernel/ptrace.c | 203 +++ arch/h8300/kernel/signal.c | 326

Re: [PATCH v3 05/15] h8300: Process and signal

2015-02-16 Thread Yoshinori Sato
At Sun, 15 Feb 2015 20:38:25 +0100, Richard Weinberger wrote: On Sun, Feb 15, 2015 at 8:49 AM, Yoshinori Sato ys...@users.sourceforge.jp wrote: + usig = current_thread_info()-exec_domain +current_thread_info()-exec_domain-signal_invmap +sig 32

Re: [PATCH v3 00/15] Revert h8300 archtecture

2015-02-16 Thread Yoshinori Sato
At Sun, 15 Feb 2015 11:59:19 +0100, Paul Bolle wrote: On Sun, 2015-02-15 at 16:49 +0900, Yoshinori Sato wrote: Yoshinori Sato (15): h8300: Assembly headers. h8300: UAPI headers h8300: Exception and Interrupt handling h8300: kernel booting h8300: Process and signal

Re: [PATCH v3 10/15] h8300: Build scripts

2015-02-16 Thread Yoshinori Sato
At Sun, 15 Feb 2015 20:23:04 +0100, Paul Bolle wrote: On Sun, 2015-02-15 at 16:49 +0900, Yoshinori Sato wrote: Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/Kconfig | 119 +++ arch/h8300/Kconfig.cpu | 136

Re: [PATCH v3 01/15] h8300: Assembly headers.

2015-02-16 Thread Yoshinori Sato
At Sun, 15 Feb 2015 10:11:58 +0100, Geert Uytterhoeven wrote: Hi Sato-san, On Sun, Feb 15, 2015 at 8:49 AM, Yoshinori Sato ys...@users.sourceforge.jp wrote: --- /dev/null +++ b/arch/h8300/include/asm/io.h @@ -0,0 +1,372 @@ +#ifndef _H8300_IO_H +#define _H8300_IO_H + +#ifdef

Re: [PATCH v3 05/15] h8300: Process and signal

2015-02-16 Thread Yoshinori Sato
At Sun, 15 Feb 2015 11:33:25 +0100, Paul Bolle wrote: On Sun, 2015-02-15 at 17:11 +0900, Yoshinori Sato wrote: Sorry. I send too old files. This patch is correct. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/process.c | 170

[PATCH] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-01 Thread Yoshinori Sato
The dependence of VGA_CONSOLE is complicated. We need clean up. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/alpha/Kconfig| 1 + arch/arc/Kconfig | 1 + arch/arm/Kconfig | 1 + arch/c6x/Kconfig | 1 + arch/hexagon/Kconfig

[PATCH v4] Add ARCH_MIGHT_HAVE_VGA_CONSOLE

2015-02-14 Thread Yoshinori Sato
Changes V4 - Fix error in VT=n Changes v3 - Remove um - ARM sort alphabetical order Changes v2 - Remove some archtecture Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp Reviewed-by: Arnd Bergmann a...@arndb.de --- arch/alpha/Kconfig| 1 + arch/arm/Kconfig

[PATCH v3 08/15] h8300: Memory management

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/mm/Makefile | 5 ++ arch/h8300/mm/fault.c | 58 +++ arch/h8300/mm/init.c | 153 + arch/h8300/mm/kmap.c | 61 arch/h8300/mm/memory.c

[PATCH v3 04/15] h8300: kernel booting

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/boot/Makefile | 27 + arch/h8300/boot/compressed/Makefile| 37 +++ arch/h8300/boot/compressed/head.S | 48 + arch/h8300/boot/compressed/misc.c | 74 ++ arch/h8300

[PATCH v3 05/15] h8300: Process and signal

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/process.c | 170 +++ arch/h8300/kernel/ptrace.c | 203 +++ arch/h8300/kernel/signal.c | 326 3 files changed, 699 insertions

[PATCH v3 07/15] h8300: miscellaneous functions

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/asm-offsets.c | 60 ++ arch/h8300/kernel/dma.c | 94 + arch/h8300/kernel/h8300_ksyms.c | 34 +++ arch/h8300/kernel/module.c | 70

[PATCH v3 06/15] h8300 CPU depend helpers

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/cpu/Makefile | 5 + arch/h8300/kernel/cpu/h83069/Makefile | 1 + arch/h8300/kernel/cpu/h83069/setup.c | 202 ++ arch/h8300/kernel/cpu/h8s2678/Makefile | 1 + arch/h8300/kernel

[PATCH v3 01/15] h8300: Assembly headers.

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/include/asm/Kbuild | 65 + arch/h8300/include/asm/asm-offsets.h | 1 + arch/h8300/include/asm/atomic.h| 159 arch/h8300/include/asm/bitops.h| 185

[PATCH v3 09/15] h8300: library functions

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/lib/Makefile| 7 ++ arch/h8300/lib/abs.S | 20 ++ arch/h8300/lib/ashldi3.c | 58 arch/h8300/lib/ashrdi3.c | 59 arch/h8300/lib/checksum.c | 167

[PATCH v3 15/15] Add ELF machine

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index ae99f77..b088296 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h

[PATCH v3 14/15] serial: Add h8300

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/tty/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index c79b43c..ed01f33 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty

[PATCH v3 03/15] h8300: Exception and Interrupt handling

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/entry.S | 418 ++ arch/h8300/kernel/irq.c | 106 arch/h8300/kernel/traps.c | 166 ++ 3 files changed, 690 insertions(+) create mode 100644

[PATCH v3 12/15] h8300: clocksource

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clocksource/Kconfig | 9 + drivers/clocksource/Makefile| 3 + drivers/clocksource/h8300_timer16.c | 335 ++ drivers/clocksource/h8300_timer8.c | 400

[PATCH v3 02/15] h8300: UAPI headers

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/include/uapi/asm/Kbuild | 29 arch/h8300/include/uapi/asm/auxvec.h | 4 ++ arch/h8300/include/uapi/asm/byteorder.h | 6 ++ arch/h8300/include/uapi/asm/ptrace.h | 42 +++ arch/h8300

[PATCH v3 13/15] h8300: configs

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/configs/h8300h-sim_defconfig | 54 +++ arch/h8300/configs/h8s-sim_defconfig| 56 + 2 files changed, 110 insertions(+) create mode 100644 arch/h8300/configs

[PATCH v3 10/15] h8300: Build scripts

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/Kconfig | 119 +++ arch/h8300/Kconfig.cpu | 136 arch/h8300/Kconfig.debug| 23 +++ arch/h8300/Makefile

[PATCH v3 11/15] h8300: clock driver

2015-02-14 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clk/Makefile| 1 + drivers/clk/h8300/Makefile | 2 + drivers/clk/h8300/clk-h83069.c | 73 ++ drivers/clk/h8300/clk-h8s2678.c | 165 include/linux

[PATCH v6 05/16] h8300: Process and signal

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/entry.S | 6 +- arch/h8300/kernel/process.c | 171 ++ arch/h8300/kernel/ptrace.c | 203 +++ arch/h8300/kernel/signal.c | 289

[PATCH v6 02/16] h8300: UAPI headers

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/include/uapi/asm/Kbuild | 29 arch/h8300/include/uapi/asm/auxvec.h | 4 ++ arch/h8300/include/uapi/asm/byteorder.h | 6 ++ arch/h8300/include/uapi/asm/ptrace.h | 42 +++ arch/h8300

[PATCH v6 04/16] h8300: kernel booting

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/boot/Makefile | 26 + arch/h8300/boot/compressed/Makefile| 37 +++ arch/h8300/boot/compressed/head.S | 48 + arch/h8300/boot/compressed/misc.c | 74 ++ arch/h8300

[PATCH v6 09/16] h8300: library functions

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/lib/Makefile| 7 ++ arch/h8300/lib/abs.S | 20 ++ arch/h8300/lib/ashldi3.c | 24 +++ arch/h8300/lib/ashrdi3.c | 24 +++ arch/h8300/lib/checksum.c | 167

[PATCH v6 14/16] serial: Add h8300

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/tty/serial/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index d2501f0..db93a85 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty

[PATCH v6 08/16] h8300: Memory management

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/mm/Makefile | 5 ++ arch/h8300/mm/fault.c | 57 + arch/h8300/mm/init.c | 133 + arch/h8300/mm/kmap.c | 61 +++ arch/h8300/mm

[PATCH v6 01/16] h8300: Assembly headers.

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/include/asm/Kbuild | 66 ++ arch/h8300/include/asm/asm-offsets.h | 1 + arch/h8300/include/asm/atomic.h| 159 +++ arch/h8300/include/asm/bitops.h| 185

[PATCH v6 13/16] h8300: configs

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/configs/h8300h-sim_defconfig | 53 + arch/h8300/configs/h8s-sim_defconfig| 53 + 2 files changed, 106 insertions(+) create mode 100644 arch/h8300/configs

[PATCH v6 00/16] Revert h8300 archtecture support

2015-03-09 Thread Yoshinori Sato
(h8300-linux) - use common driver support - exception handling fix - too many cleanup git repository git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git h8300 Yoshinori Sato (16): h8300: Assembly headers. h8300: UAPI headers h8300: Exception and Interrupt handling h8300: kernel booting

[PATCH v6 10/16] h8300: Build scripts

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/Kconfig | 73 ++ arch/h8300/Kconfig.cpu | 111 arch/h8300/Makefile | 45 arch/h8300/kernel/Makefile

[PATCH v6 15/16] Add ELF machine

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/elf-em.h b/include/uapi/linux/elf-em.h index ae99f77..b088296 100644 --- a/include/uapi/linux/elf-em.h +++ b/include/uapi/linux/elf-em.h

[PATCH v6 03/16] h8300: Exception and Interrupt handling

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/entry.S | 418 ++ arch/h8300/kernel/irq.c | 100 +++ arch/h8300/kernel/traps.c | 161 ++ 3 files changed, 679 insertions(+) create mode 100644 arch

[PATCH v6 06/16] h8300: CPU depend helpers

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/cpu/Makefile | 4 + arch/h8300/kernel/cpu/h83069/Makefile | 1 + arch/h8300/kernel/cpu/h83069/setup.c | 202 ++ arch/h8300/kernel/cpu/h8s2678/Makefile | 1 + arch/h8300/kernel

[PATCH v6 07/16] h8300: miscellaneous functions

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/kernel/asm-offsets.c | 60 ++ arch/h8300/kernel/dma.c | 95 + arch/h8300/kernel/h8300_ksyms.c | 34 +++ arch/h8300/kernel/module.c | 70

[PATCH v6 16/16] mksysmap: Add h8300 local symbol pattern

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- scripts/mksysmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mksysmap b/scripts/mksysmap index 7ada35a..a35acc0 100755 --- a/scripts/mksysmap +++ b/scripts/mksysmap @@ -41,4 +41,4 @@ # so we just ignore

[PATCH v6 11/16] h8300: clock driver

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clk/Makefile| 1 + drivers/clk/h8300/Makefile | 2 + drivers/clk/h8300/clk-h83069.c | 80 +++ drivers/clk/h8300/clk-h8s2678.c | 171 include/linux

[PATCH v6 12/16] h8300: clocksource

2015-03-09 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clocksource/Kconfig | 6 + drivers/clocksource/Makefile| 3 + drivers/clocksource/h8300_timer16.c | 332 ++ drivers/clocksource/h8300_timer8.c | 398

Re: [PATCH v6 15/16] Add ELF machine

2015-03-10 Thread Yoshinori Sato
At Mon, 09 Mar 2015 02:10:57 -0700, Jeff Kirsher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/09/2015 01:47 AM, Yoshinori Sato wrote: Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- include/uapi/linux/elf-em.h | 1 + 1 file changed, 1 insertion(+) Where

Re: [PATCH v6 11/16] h8300: clock driver

2015-03-10 Thread Yoshinori Sato
At Mon, 09 Mar 2015 02:13:31 -0700, Jeff Kirsher wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 03/09/2015 01:47 AM, Yoshinori Sato wrote: Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clk/Makefile| 1 + drivers/clk/h8300/Makefile | 2

Re: [PATCH v6 00/16] Revert h8300 archtecture support

2015-03-10 Thread Yoshinori Sato
At Mon, 9 Mar 2015 22:55:22 -0700, Guenter Roeck wrote: Thanks comment. On Mon, Mar 09, 2015 at 05:46:54PM +0900, Yoshinori Sato wrote: Hello. I rewriting h8300 support. It might possibly be better to use the term re-introduce instead of rewrite or revert (as in the headline

[PATCH v7 08/17] h8300: Memory management

2015-03-11 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/mm/Makefile | 5 ++ arch/h8300/mm/fault.c | 57 + arch/h8300/mm/init.c | 133 + arch/h8300/mm/kmap.c | 61 +++ arch/h8300/mm

[PATCH v7 12/17] h8300: clocksource

2015-03-11 Thread Yoshinori Sato
H8/300 internal timer driver. h8300_timer8 - 8bit Timer driver. h8300_timer16 - 16bit Timer driver (only H8/3069). h8300_tpu - Timer Pulse Unit driver (only H8S2678). Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- drivers/clocksource/Kconfig | 6 + drivers/clocksource

[PATCH v7 10/17] h8300: Build scripts

2015-03-11 Thread Yoshinori Sato
h8300's Makefile, Kconfig and memory layout. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/Kconfig | 73 ++ arch/h8300/Kconfig.cpu | 111 arch/h8300/Makefile | 45

[PATCH v7 09/17] h8300: library functions

2015-03-11 Thread Yoshinori Sato
h8300 assembly functions and private libgcc. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/lib/Makefile| 7 ++ arch/h8300/lib/abs.S | 20 ++ arch/h8300/lib/ashldi3.c | 24 +++ arch/h8300/lib/ashrdi3.c | 24 +++ arch/h8300/lib/checksum.c

[PATCH v7 16/17] mksysmap: Add h8300 local symbol pattern

2015-03-11 Thread Yoshinori Sato
h8300's nm output have a lot of local symbols. ex) N .Lframe0 0013 N .LLST1 0026 N .LLST2 0039 N .LLST3 004c N .LLST4 Added new pattern .L to filter rule. Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- scripts/mksysmap | 2 +- 1 file changed, 1 insertion

[PATCH v7 04/17] h8300: kernel booting

2015-03-11 Thread Yoshinori Sato
zImage startup / kernel entry point / arch depend startup Signed-off-by: Yoshinori Sato ys...@users.sourceforge.jp --- arch/h8300/boot/Makefile | 26 + arch/h8300/boot/compressed/Makefile| 37 +++ arch/h8300/boot/compressed/head.S | 48 + arch/h8300/boot

  1   2   3   4   5   6   7   8   9   10   >