[GIT PULL] io.h clean-up for PCI
From: Will Deacon <hidden>
Date: 2012-08-14 09:14:07
On Mon, Jul 30, 2012 at 12:07:56AM +0100, Olof Johansson wrote:
quoted
On 07/16/2012 05:15 PM, Rob Herring wrote: The following changes since commit 84a1caf1453c3d44050bd22db958af4a7f99315c: Linux 3.5-rc7 (2012-07-14 15:40:28 -0700) are available in the git repository at: git://sources.calxeda.com/kernel/linux.git io-cleanup-pci-v2I have replaced the current staging/io-cleanup-pci contents with the above branch. Ideally I'd like to see a fix to the issues on integrator before we send it up though.
I *finally* got to the bottom of the issues I was seeing on my integrator board with these patches. The ATX PSU I was using doesn't have a thumping great resistor across it and, since the board draws very little current, the voltage is all over the shop. Of the 3 PCI slots, this made one completely unusable, one slightly temperamental and the other `rock solid'. I was using the temperamental slot and the probing of the VGA console combined with the later PCI initialisation somehow pushes it over the edge and locks up the board. Swapping the PSU for one with an artifical load across it makes all of the slots jump into life. Late in the day, but I worked for this!: Tested-by: Will Deacon <redacted> Will