public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Ignore bad graph port nodes on Dell XPS 9315
@ 2024-02-12 10:00 Sakari Ailus
  2024-02-12 10:00 ` [PATCH 1/2] ACPI: utils: Make acpi_handle_path() not static Sakari Ailus
  2024-02-12 10:00 ` [PATCH 2/2] ACPI: property: Ignore bad data nodes Sakari Ailus
  0 siblings, 2 replies; 5+ messages in thread
From: Sakari Ailus @ 2024-02-12 10:00 UTC (permalink / raw)
  To: linux-acpi; +Cc: Rafael J. Wysocki, Len Brown

Hi Rafael,

These two patches skip instantiating bad port nodes on Dell XPS 9315.

The ACPI firmware contains Linux specific camera declarations but they are
missing the IVSC which sits between the camera and the IPU. The IPU bridge
can be instead used to obtain a configuration that is usable in the
system.

I presume there are other models that have the same issue.

Sakari Ailus (2):
  ACPI: utils: Make acpi_handle_path() not static
  ACPI: property: Ignore bad data nodes

 drivers/acpi/internal.h       |  1 +
 drivers/acpi/mipi-disco-img.c | 71 +++++++++++++++++++++++++++++++++++
 drivers/acpi/property.c       |  3 ++
 drivers/acpi/utils.c          |  2 +-
 include/linux/acpi.h          |  1 +
 5 files changed, 77 insertions(+), 1 deletion(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-12 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-12 10:00 [PATCH 0/2] Ignore bad graph port nodes on Dell XPS 9315 Sakari Ailus
2024-02-12 10:00 ` [PATCH 1/2] ACPI: utils: Make acpi_handle_path() not static Sakari Ailus
2024-02-12 10:00 ` [PATCH 2/2] ACPI: property: Ignore bad data nodes Sakari Ailus
2024-02-12 13:53   ` Rafael J. Wysocki
2024-02-12 18:36     ` Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox