mbox

[REQUEST,PULL] mvebu-fixes-5

Message ID 20150128160231.GA28862@lunn.ch
State New
Headers show

Pull-request

git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-3.19-5

Message

Andrew Lunn Jan. 28, 2015, 4:02 p.m. UTC
Hi Olof

Here is the 5th set of fixes for 3.19-rc. A single patch, which we need
to fix an issue introduced by a previous fix.

Thanks
	Andrew

The following changes since commit 38bdf45f4aa5cb6186d50a29e6cbbd9d486a1519:

  bus: mvebu-mbus: fix support of MBus window 13 (2015-01-19 15:40:53 -0600)

are available in the git repository at:

  git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-3.19-5

for you to fetch changes up to 38bdf45f4aa5cb6186d50a29e6cbbd9d486a1519:

  bus: mvebu-mbus: fix support of MBus window 13 (2015-01-19 15:40:53 -0600)

----------------------------------------------------------------
The previous fix for Armada XP, disabling I/O coherency, broke Armada
375/38x.  Only switch the PL310 to I/O coherent mode if I/O coherency
is enabled.

----------------------------------------------------------------

Comments

Olof Johansson Jan. 28, 2015, 11:01 p.m. UTC | #1
On Wed, Jan 28, 2015 at 06:29:02PM +0100, Andrew Lunn wrote:
> Hi Olof
> 
> I messed up the mvebu #5 fixes pull request. Please ignore it and use
> this #6 instead.
> 
> It contains a single patch, which we need to fix an issue introduced
> by a previous fix.
> 
> Sorry for the mess up.
> 
>       Andrew
> 
> The following changes since commit 38bdf45f4aa5cb6186d50a29e6cbbd9d486a1519:
> 
>   bus: mvebu-mbus: fix support of MBus window 13 (2015-01-19 15:40:53 -0600)
> 
> are available in the git repository at:
> 
>   git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-3.19-6

Hrm, would have been nice not to have to take a regression fix for a fix.

Also, please use [GIT PULL] and a subject line, since we tend to reuse them in
the commit text. ARM: mvebu fixes for v3.20 #6 or something like that would do
just fine.


-Olof
Thomas Petazzoni Jan. 29, 2015, 8:10 a.m. UTC | #2
Dear Olof Johansson,

On Wed, 28 Jan 2015 15:01:13 -0800, Olof Johansson wrote:

> > The following changes since commit 38bdf45f4aa5cb6186d50a29e6cbbd9d486a1519:
> > 
> >   bus: mvebu-mbus: fix support of MBus window 13 (2015-01-19 15:40:53 -0600)
> > 
> > are available in the git repository at:
> > 
> >   git://git.infradead.org/linux-mvebu.git tags/mvebu-fixes-3.19-6
> 
> Hrm, would have been nice not to have to take a regression fix for a fix.

Indeed, and it is entirely my fault, not Andrew's. The I/O coherency
disabling fix was working fine on Armada 370/XP, but not on Armada
375/38x. My fault of not checking on a sufficient number of platforms.

Best regards,

Thomas