Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1387640 > unrolled thread
| Started by | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| First post | 2016-04-26 18:00 +0200 |
| Last post | 2016-04-26 23:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: OpRegion conflicts for Skylake LPSS Mika Westerberg <mika.westerberg@linux.intel.com> - 2016-04-26 18:00 +0200
Re: OpRegion conflicts for Skylake LPSS Ben Gamari <ben@smart-cactus.org> - 2016-04-26 23:20 +0200
| From | Mika Westerberg <mika.westerberg@linux.intel.com> |
|---|---|
| Date | 2016-04-26 18:00 +0200 |
| Subject | Re: OpRegion conflicts for Skylake LPSS |
| Message-ID | <rsdz4-1JO-11@gated-at.bofh.it> |
On Tue, Apr 26, 2016 at 02:44:13AM +0200, Ben Gamari wrote:
>
> While trying to troubleshoot some touchpad issues on a Dell Latitude
> E7470 (namely the touchpad being exposed only as a PS/2 device) I
> noticed that the intel-lpss driver (using a 4.6-rc4 kernel) fails to
> load with,
>
> ACPI Warning: SystemMemory range 0x00000000FE028000-0x00000000FE0281FF conflicts with OpRegion 0x00000000FE028000-0x00000000FE028207 (\_SB.PCI0.GEXP.BAR0) (20160108/utaddress-255)
> ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> intel-lpss: probe of INT3446:00 failed with error -16
>
> The DSDT OpRegion in question looks like this,
>
> Scope (_SB.PCI0)
> {
> Device (GEXP)
> {
> Name (_ADR, One) // _ADR: Address
> Name (_STA, 0x0B) // _STA: Status
> OperationRegion (BAR0, SystemMemory, SB04, 0x0208)
> Field (BAR0, DWordAcc, NoLock, Preserve)
> {
> ICON, 32,
> TAR, 32,
> Offset (0x10),
> DATA, 32,
> HCNT, 32,
> LCNT, 32,
> Offset (0x2C),
> , 5,
> ABRT, 1,
> Offset (0x40),
> RBCK, 32,
> Offset (0x54),
> CLR, 32,
> Offset (0x6C),
> ENB, 1,
> Offset (0x70),
> ACTV, 1,
> TFNF, 1,
> , 1,
> RFNE, 1,
> Offset (0x7C),
> HOLD, 32,
> Offset (0x9C),
> ENSB, 1,
> Offset (0x204),
> RST, 32
> }
>
> It looks very much like these are describing the same device. Perhaps
> the lpss driver should be binding to this ACPI node? Or perhaps this is
> a firmware issue? Any guidance would be greatly appreciated.
Can you send me full acpidump of that machine?
[toc] | [next] | [standalone]
| From | Ben Gamari <ben@smart-cactus.org> |
|---|---|
| Date | 2016-04-26 23:20 +0200 |
| Message-ID | <rsiyJ-6iy-9@gated-at.bofh.it> |
| In reply to | #1387640 |
[Multipart message — attachments visible in raw view] — view raw
Mika Westerberg <mika.westerberg@linux.intel.com> writes: > On Tue, Apr 26, 2016 at 02:44:13AM +0200, Ben Gamari wrote: >> snip >> It looks very much like these are describing the same device. Perhaps >> the lpss driver should be binding to this ACPI node? Or perhaps this is >> a firmware issue? Any guidance would be greatly appreciated. > > Can you send me full acpidump of that machine? It can be found at https://github.com/bgamari/dell-e7470-dsdt/blob/master/acpi.log. Cheers, - Ben
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web