Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755934Ab2EGI51 (ORCPT ); Mon, 7 May 2012 04:57:27 -0400 Received: from moutng.kundenserver.de ([212.227.17.9]:65452 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755580Ab2EGI5Z (ORCPT ); Mon, 7 May 2012 04:57:25 -0400 From: Arnd Bergmann To: Hiroshi DOYU Subject: Re: [PATCHv5 1/3] ARM: tegra: Add Tegra AHB driver Date: Mon, 7 May 2012 08:04:28 +0000 User-Agent: KMail/1.12.2 (Linux/3.4.0-rc3; KDE/4.3.2; x86_64; ; ) Cc: swarren@wwwdotorg.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi , Grant Likely , Rob Herring , Rob Landley , Colin Cross , Olof Johansson , Russell King , "Greg Kroah-Hartman" , "Ohad Ben-Cohen" , Linus Walleij , "John W. Linville" , MyungJoo Ham , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org References: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com> In-Reply-To: <1336373032-16881-1-git-send-email-hdoyu@nvidia.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201205070804.29154.arnd@arndb.de> X-Provags-ID: V02:K0:2rQCiU6Qew1iLalOpcYGEEG4JYRcE6KcK0pZz1b+wq6 4Us/a+Zjb4rElUzmanW6wT4WjnJ6z6J6fb3ZzxT0VcMTb6xhhQ aSr0rl/wAzyTr+ImIAXABGMJYjI63BAAZ/eTcCkB9GrPpPaubv sRA0rgctJRwVjaWVsMF+RdGmTOhYmxr7apt6rQd17eeC16k3jP gPf0kW1kESZhMEa8MPtZo0XzV6KWcFlaf9deGo9D8pcYz5SJ6t /RoCnLrg15mFDGtNMXWgdMW6DA4ooLqX5wXlm7mMYI2P09dCkX OtQSXmoKNGJv3IaDUsEGcyNdgQDCvzToqTFqwmllJpyzDk/L+Z 7nsbFIFA3VUAAERrfoH8= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1110 Lines: 28 On Monday 07 May 2012, Hiroshi DOYU wrote: > Tegra AHB Bus conforms to the AMBA Specification (Rev 2.0) Advanced > High-performance Bus (AHB) architecture. > > The AHB Arbiter controls AHB bus master arbitration. This effectively > forms a second level of arbitration for access to the memory > controller through the AHB Slave Memory device. The AHB pre-fetch > logic can be configured to enhance performance for devices doing > sequential access. Each AHB master is assigned to either the high or > low priority bin. Both Tegra20/30 have this AHB bus. > > Some of configuration params could be passed from DT too if needed. > > Signed-off-by: Hiroshi DOYU > Cc: Felipe Balbi > Cc: Arnd Bergmann Acked-by: Arnd Bergmann for the driver, but please fix the issue pointed out by Russell. Arnd -- 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/