Messages in this thread |  | | Date | Tue, 21 Aug 2018 18:49:45 +0900 | From | Yoshinori Sato <> | Subject | [GIT PULL] arch/h8300 update |
| |
Hello.
Please pull h8300 update.
The following changes since commit 94710cac0ef4ee177a63b5227664b38c95bbf703:
Linux 4.18 (2018-08-12 13:41:04 -0700)
are available in the git repository at:
git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
for you to fetch changes up to 724d2da5ebca23d7e7cc57d4ade5967c691c3817:
h8300: Add missing output register. (2018-08-19 16:33:09 +0900)
---------------------------------------------------------------- Geert Uytterhoeven (1): h8300: Correct signature of test_bit()
Luc Van Oostenryck (1): h8300:let the checker know that size_t is ulong
Randy Dunlap (3): arch/h8300: add a defconfig target arch/h8300: eliminate kgbd.c warning arch/h8300: eliminate ptrace.h warnings
Rob Herring (2): h8300: remove unnecessary of_platform_populate call h8300: switch to NO_BOOTMEM
Will Deacon (1): h8300: Don't include linux/kernel.h in asm/atomic.h
Yoshinori Sato (4): h8300: fix IRQ no h8300: irqchip: fix warning h8300: gcc-8.1 fix h8300: Add missing output register.
arch/h8300/Kconfig | 1 + arch/h8300/Makefile | 4 ++++ arch/h8300/boot/dts/h8300h_sim.dts | 2 +- arch/h8300/include/asm/atomic.h | 4 ++-- arch/h8300/include/asm/bitops.h | 14 ++++++------ arch/h8300/include/asm/ptrace.h | 2 ++ arch/h8300/kernel/kgdb.c | 2 +- arch/h8300/kernel/setup.c | 46 +++++++------------------------------- arch/h8300/kernel/sim-console.c | 7 +++--- drivers/irqchip/irq-renesas-h8s.c | 6 ++--- 10 files changed, 33 insertions(+), 55 deletions(-)
-- Yosinori Sato
|  |