From mboxrd@z Thu Jan 1 00:00:00 1970 From: pratyush.anand@st.com (Pratyush Anand) Date: Fri, 24 Jan 2014 09:17:47 +0530 Subject: [PATCH V2 6/8] SPEAr13xx: Fix static mapping table In-Reply-To: <201401231312.15885.arnd@arndb.de> References: <22d2e7d6fbd5a291cdecf6a4d1e294d9c9ede617.1390471111.git.mohit.kumar@st.com> <201401231312.15885.arnd@arndb.de> Message-ID: <20140124034747.GB2369@pratyush-vbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 23, 2014 at 08:12:15PM +0800, Arnd Bergmann wrote: > On Thursday 23 January 2014, Mohit Kumar wrote: > > From: Pratyush Anand > > > > SPEAr13xx was using virtual address space 0xFE000000 to map physical address > > space 0xB3000000. pci_remap_io uses 0xFEE00000 as virtual address. So > > change 0xFE000000 to 0xF9000000. > > > > Signed-off-by: Pratyush Anand > > Tested-by: Mohit Kumar > > Cc: Viresh Kumar > > Cc: spear-devel at list.st.com > > Cc: linux-arm-kernel at lists.infradead.org > > Cc: Arnd Bergmann > > Surely this is needed in backports, so please add stable at vger.kernel.org > to the Cc list in the changeset text. Otherwise While sending v3 of series will cc stable list. > > Acked-by: Arnd Bergmann Thanks :) Regards Pratyush