From patchwork Thu Nov 14 10:08:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3181381 X-Patchwork-Delegate: lethal@linux-sh.org Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 665359F39E for ; Thu, 14 Nov 2013 10:09:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 549612096A for ; Thu, 14 Nov 2013 10:09:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 875A12095C for ; Thu, 14 Nov 2013 10:09:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752718Ab3KNKJD (ORCPT ); Thu, 14 Nov 2013 05:09:03 -0500 Received: from mail-pb0-f49.google.com ([209.85.160.49]:64651 "EHLO mail-pb0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621Ab3KNKJC (ORCPT ); Thu, 14 Nov 2013 05:09:02 -0500 Received: by mail-pb0-f49.google.com with SMTP id um1so1823187pbc.22 for ; Thu, 14 Nov 2013 02:09:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:sender:message-id:from:subject:to:cc:mime-version:content-type; bh=cyWWBGWNy9t/3PHSzr7iDKqU4/EjxceXTdD+26oMuCs=; b=vT2jyz6NIUr73SN8wsWsVcUeV5paozT/Apx+g9sXwfnuzGdA428I1TFHQLy6vWZahZ jcyEoBBnf6vFsL8fJjJVEp8OzxgP9fbOt0lyg1LnKifGtEaNZcr1ZkoSsJHSqD7Qbwjb gjyNzZ4Uh5O4ONXhznErCkiRLeezGGaGu947knSCrHoQcTKQZjhbLMObHPgsiYq2YUbS nWs8BT1XlypKDUVsJgeVNqvJBQ7PcefpMvOObH7h0Qb7bISbcBE60ALKSY/+RxROiq8d DfJdtwsFCUeHstbTh6nPZUQCa9AwPTl1NxTJo41w3AqXPVrQO+KPTiPSssodXu3idtZY owVw== X-Received: by 10.69.31.97 with SMTP id kl1mr508921pbd.127.1384423741048; Thu, 14 Nov 2013 02:09:01 -0800 (PST) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id rv9sm50412902pbc.4.2013.11.14.02.08.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 14 Nov 2013 02:08:59 -0800 (PST) Date: Thu, 14 Nov 2013 02:08:59 -0800 (PST) Message-ID: <87mwl7z45k.wl%kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto Subject: [PATCH] sh: sh7757lcr: fixup SDHI register size To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto , linux-kernel@vger.kernel.org MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP sh7757lcr SDHI register size is 0x100 Signed-off-by: Kuninori Morimoto --- Hi Simon, and Linux ML This patch is bug fix for arch/sh, but, there is no SH maintainer today. So, I don't know who can care this. arch/sh/boards/board-sh7757lcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index 25c5a93..669df51 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c @@ -252,7 +252,7 @@ static struct sh_mobile_sdhi_info sdhi_info = { static struct resource sdhi_resources[] = { [0] = { .start = 0xffe50000, - .end = 0xffe501ff, + .end = 0xffe500ff, .flags = IORESOURCE_MEM, }, [1] = {