From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758178AbZBEKXW (ORCPT ); Thu, 5 Feb 2009 05:23:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754814AbZBEKXN (ORCPT ); Thu, 5 Feb 2009 05:23:13 -0500 Received: from 124x34x33x190.ap124.ftth.ucom.ne.jp ([124.34.33.190]:55558 "EHLO master.linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754282AbZBEKXM (ORCPT ); Thu, 5 Feb 2009 05:23:12 -0500 X-Greylist: delayed 1711 seconds by postgrey-1.27 at vger.kernel.org; Thu, 05 Feb 2009 05:23:11 EST Date: Thu, 5 Feb 2009 18:51:31 +0900 From: Paul Mundt To: Linus Torvalds Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] sh updates for 2.6.29-rc4 Message-ID: <20090205095131.GA23256@linux-sh.org> Mail-Followup-To: Paul Mundt , Linus Torvalds , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please pull from: master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh/for-2.6.29 Which contains: Carmelo AMOROSO (1): sh: fcnvds fix with denormalized numbers on SH-4 FPU. Christopher SMITH (1): sh: Only reserve memory under CONFIG_ZERO_PAGE_OFFSET when it != 0. Kuninori Morimoto (4): sh: mach-migor: Enable ov772x and tw9910 in defconfig. sh: ap325rxa: control camera power toggling. sh: ap325rxa: Add ov772x support. sh: ap325rxa: Enable ov772x in defconfig. Paul Mundt (1): sh: Fix up spurious syscall restarting. Stuart Menefy (1): sh: Handle calling csum_partial with misaligned data Takashi Yoshii (1): sh: Fix up T-bit error handling in SH-4A mutex fastpath. arch/sh/boards/board-ap325rxa.c | 63 ++++++++++++++++++++++++++++++-- arch/sh/configs/ap325rxa_defconfig | 27 ++++++++++---- arch/sh/configs/migor_defconfig | 42 +++++++++++++++++----- arch/sh/include/asm/mutex-llsc.h | 21 +++++------ arch/sh/include/asm/syscall_32.h | 22 ++---------- arch/sh/include/asm/syscall_64.h | 22 ++---------- arch/sh/kernel/cpu/sh4/fpu.c | 2 +- arch/sh/kernel/setup.c | 8 ++-- arch/sh/kernel/signal_32.c | 4 +-- arch/sh/kernel/signal_64.c | 4 +-- arch/sh/lib/checksum.S | 69 ++++++++++++++++++++++++++---------- 11 files changed, 184 insertions(+), 100 deletions(-)