From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759387AbZE3KhE (ORCPT ); Sat, 30 May 2009 06:37:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754274AbZE3Kg4 (ORCPT ); Sat, 30 May 2009 06:36:56 -0400 Received: from mail.mnementh.co.uk ([173.45.232.4]:56418 "EHLO mnementh.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753791AbZE3Kg4 (ORCPT ); Sat, 30 May 2009 06:36:56 -0400 Message-ID: <4A210C3F.1070408@f2s.com> Date: Sat, 30 May 2009 11:36:47 +0100 From: Ian molton Reply-To: ian@mnementh.co.uk User-Agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103) MIME-Version: 1.0 To: pHilipp Zabel CC: linux-kernel@vger.kernel.org, Pierre Ossman Subject: Re: [PATCH 2/5] mmc: tmio_mmc: add bus_shift support References: <1243279681-4233-1-git-send-email-philipp.zabel@gmail.com> <1243279681-4233-3-git-send-email-philipp.zabel@gmail.com> <74d0deb30905261316hd100bbdr96e5e544eed94c2e@mail.gmail.com> In-Reply-To: <74d0deb30905261316hd100bbdr96e5e544eed94c2e@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org pHilipp Zabel wrote: > On Mon, May 25, 2009 at 9:27 PM, Philipp Zabel wrote: >> Some ASIC3 devices in the wild are connected with the address bus shifted >> by one line, so that its 16-bit registers appear 32-bit aligned in host >> memory space. > > This patch has to be amended: I have to assume that this works - I have no asic3 hardware, and bus shift is zero on TMIO hardware, so this didnt cause issues. This modification acked too.