Merge tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux
Pull Renesas H8/300 architecture re-introduction from Yoshinori Sato. We dropped arch/h8300 two years ago as stale and old, this is a new and more modern rewritten arch support for the same architecture. * tag 'for-4.2' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux: (27 commits) h8300: fix typo. h8300: Always build dtb h8300: Remove ARCH_WANT_IPC_PARSE_VERSION sh-sci: Get register size from platform device clk: h8300: fix error handling in h8s2678_pll_clk_setup() h8300: Symbol name fix h8300: devicetree source h8300: configs h8300: IRQ chip driver h8300: clocksource h8300: clock driver h8300: Build scripts h8300: library functions h8300: Memory management h8300: miscellaneous functions h8300: process helpers h8300: compressed image support h8300: Low level entry h8300: kernel startup h8300: Interrupt and exceptions ...
Showing
arch/h8300/Kconfig
0 → 100644
arch/h8300/Kconfig.cpu
0 → 100644
arch/h8300/Makefile
0 → 100644
arch/h8300/boot/Makefile
0 → 100644
arch/h8300/boot/dts/Makefile
0 → 100644
arch/h8300/include/asm/bug.h
0 → 100644
arch/h8300/include/asm/elf.h
0 → 100644
arch/h8300/include/asm/io.h
0 → 100644
arch/h8300/include/asm/irq.h
0 → 100644
arch/h8300/include/asm/pci.h
0 → 100644
arch/h8300/include/asm/smp.h
0 → 100644
arch/h8300/include/asm/tlb.h
0 → 100644
arch/h8300/kernel/Makefile
0 → 100644
arch/h8300/kernel/dma.c
0 → 100644
arch/h8300/kernel/entry.S
0 → 100644
arch/h8300/kernel/head_ram.S
0 → 100644
arch/h8300/kernel/head_rom.S
0 → 100644
arch/h8300/kernel/irq.c
0 → 100644
arch/h8300/kernel/module.c
0 → 100644
arch/h8300/kernel/process.c
0 → 100644
arch/h8300/kernel/ptrace.c
0 → 100644
arch/h8300/kernel/ptrace_h.c
0 → 100644
arch/h8300/kernel/ptrace_s.c
0 → 100644
arch/h8300/kernel/setup.c
0 → 100644
arch/h8300/kernel/signal.c
0 → 100644
arch/h8300/kernel/syscalls.c
0 → 100644
arch/h8300/kernel/traps.c
0 → 100644
arch/h8300/lib/Makefile
0 → 100644
arch/h8300/lib/abs.S
0 → 100644
arch/h8300/lib/ashldi3.c
0 → 100644
arch/h8300/lib/ashrdi3.c
0 → 100644
arch/h8300/lib/delay.c
0 → 100644
arch/h8300/lib/libgcc.h
0 → 100644
arch/h8300/lib/lshrdi3.c
0 → 100644
arch/h8300/lib/memcpy.S
0 → 100644
arch/h8300/lib/memset.S
0 → 100644
arch/h8300/lib/moddivsi3.S
0 → 100644
arch/h8300/lib/modsi3.S
0 → 100644
arch/h8300/lib/muldi3.c
0 → 100644
arch/h8300/lib/mulsi3.S
0 → 100644
arch/h8300/lib/strncpy.S
0 → 100644
arch/h8300/lib/ucmpdi2.c
0 → 100644
arch/h8300/lib/udivsi3.S
0 → 100644
arch/h8300/mm/Makefile
0 → 100644
arch/h8300/mm/fault.c
0 → 100644
arch/h8300/mm/init.c
0 → 100644
arch/h8300/mm/memory.c
0 → 100644
drivers/clk/h8300/Makefile
0 → 100644
drivers/clk/h8300/clk-div.c
0 → 100644
Please register or sign in to comment