From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751658Ab2IPWMD (ORCPT ); Sun, 16 Sep 2012 18:12:03 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:44995 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133Ab2IPWMA (ORCPT ); Sun, 16 Sep 2012 18:12:00 -0400 MIME-Version: 1.0 In-Reply-To: <1347639843-32119-4-git-send-email-dciminaghi@mail.gnudd.com> References: <1347639843-32119-1-git-send-email-dciminaghi@mail.gnudd.com> <1347639843-32119-4-git-send-email-dciminaghi@mail.gnudd.com> Date: Mon, 17 Sep 2012 00:11:59 +0200 Message-ID: Subject: Re: [PATCH 3/8] pl080.h: moved from arm/include/asm/hardware to include/linux/amba/ From: Linus Walleij To: Davide Ciminaghi Cc: linux@arm.linux.org.uk, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, djbw@fb.com, vinod.koul@intel.com, grant.likely@secretlab.ca, rubini@gnudd.com, wim@iguana.be, cjb@laptop.org, davidb@codeaurora.org, nico@fluxnic.net, gregkh@linuxfoundation.org, ben-linux@fluff.org, viresh.linux@gmail.com, rajeev-dlh.kumar@st.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, giancarlo.asnaghi@st.com Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 14, 2012 at 6:23 PM, Davide Ciminaghi wrote: > From: Alessandro Rubini > > The header is used by drivers/dma/amba-pl08x.c, which can be compiled > under x86, where PL080 exists under a PCI-to-AMBA bridge. This patche > moves it where it can be accessed by other architectures, and fixes > all users. > > Signed-off-by: Alessandro Rubini > Acked-by: Giancarlo Asnaghi It's not really platform data or anything, but as long as the old Samsung drivers are using it we cannot cut it from the global scope, and I cannot think of anything better to do so: Acked-by: Linus Walleij Yours, Linus Walleij