[PATCH 2/2] ARM: mvebu: mvebu-soc-id: keep clock enabled if PCIe unit is enabled

2014-05-12 Thread Thomas Petazzoni
Since the mvebu-soc-id code in mach-mvebu/ was introduced, several users have noticed a regression: the PCIe card connected in the first PCIe interface is not detected properly. This is due to the fact that the mvebu-soc-id code enables the PCIe clock of the first PCIe interface, reads the SoC dev

Re: [PATCH 2/2] ARM: mvebu: mvebu-soc-id: keep clock enabled if PCIe unit is enabled

2014-05-12 Thread Gregory CLEMENT
Hi Thomas, On 12/05/2014 16:11, Thomas Petazzoni wrote: > Since the mvebu-soc-id code in mach-mvebu/ was introduced, several > users have noticed a regression: the PCIe card connected in the first > PCIe interface is not detected properly. > > This is due to the fact that the mvebu-soc-id code en

Re: [PATCH 2/2] ARM: mvebu: mvebu-soc-id: keep clock enabled if PCIe unit is enabled

2014-05-12 Thread Willy Tarreau
Hi Thomas, On Mon, May 12, 2014 at 04:11:40PM +0200, Thomas Petazzoni wrote: (...) > This issue was discussed with Kevin Hilman, and the suggested solution > was to make the mvebu-soc-id code keep the clock enabled in case it > will be needed for PCIe. This is therefore the solution implemented in