Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753427AbbKLEwH (ORCPT ); Wed, 11 Nov 2015 23:52:07 -0500 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:23255 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753209AbbKLEwF (ORCPT ); Wed, 11 Nov 2015 23:52:05 -0500 Date: Thu, 12 Nov 2015 13:51:59 +0900 Message-ID: <87io57n7kg.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] h8300 update User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1956 Lines: 56 Hello Linus, Could you pull this changes. The following changes since commit 7379047d5585187d1288486d4627873170d0005a: Linux 4.3-rc6 (2015-10-18 16:08:42 -0700) are available in the git repository at: git://git.osdn.jp/gitroot/uclinux-h8/linux.git tags/for-4.4 for you to fetch changes up to f639eeb4a60ce39f154753e3a745bd755e0fe084: h8300: enable CLKSRC_OF (2015-11-12 12:18:25 +0900) ---------------------------------------------------------------- h8300 update for v4.4 some bug fix. ---------------------------------------------------------------- Javier Martinez Canillas (1): h8300: Don't set CROSS_COMPILE unconditionally Yoshinori Sato (7): h8300: unaligned divcr register support. h8300: Fix alignment for .data h8300: register address fix h8300: zImage fix h8300: bit io fix asm-generic: {get,put}_user ptr argument evaluate only 1 time h8300: enable CLKSRC_OF arch/h8300/Kconfig | 1 + arch/h8300/Makefile | 2 ++ arch/h8300/boot/compressed/Makefile | 5 +++-- arch/h8300/boot/compressed/head.S | 4 ++-- arch/h8300/boot/compressed/misc.c | 7 +------ arch/h8300/boot/compressed/vmlinux.lds | 2 +- arch/h8300/boot/dts/edosk2674.dts | 6 +++--- arch/h8300/include/asm/io.h | 12 ++++++------ arch/h8300/include/asm/thread_info.h | 14 ++++++-------- arch/h8300/kernel/setup.c | 2 ++ arch/h8300/kernel/vmlinux.lds.S | 4 ++-- drivers/clk/h8300/clk-div.c | 6 +++++- include/asm-generic/uaccess.h | 10 ++++++---- 13 files changed, 40 insertions(+), 35 deletions(-) -- Yoshinori Sato -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/