[Bug 216402] Dell laptops: hpet_acpi_add: no address or irqs in _CRS

2024-03-04 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216402

Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) changed:

   What|Removed |Added

 CC||pmenzel+bugzilla.kernel.org
   ||@molgen.mpg.de

--- Comment #7 from Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) ---
Created attachment 305956
  --> https://bugzilla.kernel.org/attachment.cgi?id=305956=edit
Disassembled DSDT from Dell XPS 13 9360

On the older Dell XPS 13 9360, the warning is also present.

```
Device (HPET)
{
Name (_HID, EisaId ("PNP0103") /* HPET System Timer */)  // _HID:
Hardware ID
Name (_UID, Zero)  // _UID: Unique ID
Name (BUF0, ResourceTemplate ()
{
Memory32Fixed (ReadWrite,
0xFED0, // Address Base
0x0400, // Address Length
_Y32)
})
Method (_STA, 0, NotSerialized)  // _STA: Status
{
If (HPTE)
{
Return (0x0F)
}

Return (Zero)
}

Method (_CRS, 0, Serialized)  // _CRS: Current Resource Settings
{
If (HPTE)
{
CreateDWordField (BUF0, \_SB.PCI0.LPCB.HPET._Y32._BAS,
HPT0)  // _BAS: Base Address
HPT0 = HPTB /* \HPTB */
}

Return (BUF0) /* \_SB_.PCI0.LPCB.HPET.BUF0 */
}
}
```

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 216402] Dell laptops: hpet_acpi_add: no address or irqs in _CRS

2023-10-21 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216402

Andrey Vihrov (andrey.vih...@gmail.com) changed:

   What|Removed |Added

 CC||andrey.vih...@gmail.com

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 216402] Dell laptops: hpet_acpi_add: no address or irqs in _CRS

2023-03-01 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216402

--- Comment #6 from Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) ---
It seems to be a more general problem. Linux warns about this also on a
Supermicro Super Server/X13SAE.

```
$ dmesg | grep -e "Linux version" -e DMI:
[0.00] Linux version 5.15.94.mx64.447 (r...@theinternet.molgen.mpg.de)
(gcc (GCC) 10.4.0, GNU ld (GNU Binutils) 2.37) #1 SMP Sun Feb 19 18:42:34 CET
2023
[0.00] DMI: Supermicro Super Server/X13SAE, BIOS 2.0 10/17/2022
$ dmesg --level=warn
[2.051956] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[3.769316] pnp 00:04: disabling [mem 0xc000-0xcfff] because it
overlaps :00:02.0 BAR 9 [mem 0x-0xdfff 64bit pref]
[5.074722] hpet_acpi_add: no address or irqs in _CRS
[5.824016] acpi PNP0C14:01: duplicate WMI GUID
05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
```

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla


[Bug 216402] Dell laptops: hpet_acpi_add: no address or irqs in _CRS

2023-02-27 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216402

Paul Menzel (pmenzel+bugzilla.kernel@molgen.mpg.de) changed:

   What|Removed |Added

Summary|Dell XPS 13 9370:   |Dell laptops:
   |hpet_acpi_add: no address   |hpet_acpi_add: no address
   |or irqs in _CRS |or irqs in _CRS

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

___
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla