Comment 10 for bug 1358921

Revision history for this message
Gonmator (gonmator) wrote :

Done. The first "bad" version was Ubuntu-3.13.0-1.16 and the last "good" Ubuntu-3.12.0-8.16. Because the non linear commits, I made bisect using upstream kernel from v3.12 to v3.13-rc1. That was the result:
"
6bfd1e63de34a278d67db32e3644340838308252 is the first bad commit
commit 6bfd1e63de34a278d67db32e3644340838308252
Author: Johannes Thumshirn <email address hidden>
Date: Wed Oct 23 13:31:00 2013 +0200

    mfd: lpc_sch: Ignore resource conflicts when adding mfd cells

    Currently probe of lpc_sch fails on Intel Poulsbo because of ACPI resource
    conflicts. A solution is to set the ignore_resource_conflicts flag in the mfd cells.

    Tested-by: Andreas Werner <email address hidden>
    Signed-off-by: Johannes Thumshirn <email address hidden>
    Signed-off-by: Lee Jones <email address hidden>

:040000 040000 e393ef7b37769bbe4001356fc2863f57c5ebba71 2e439cd11f370712886ec3fe9c72811a971c88b2 M drivers
"
I think Poulsbo driver is the one used for gma500 hardware in my laptop, so it makes sense.