public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Ignore bad graph port nodes on Dell XPS 9315
@ 2024-02-13 13:46 Sakari Ailus
  2024-02-13 13:46 ` [PATCH v2 1/2] ACPI: utils: Make acpi_handle_path() not static Sakari Ailus
  2024-02-13 13:46 ` [PATCH v2 2/2] ACPI: property: Ignore bad graph port nodes on Dell XPS 9315 Sakari Ailus
  0 siblings, 2 replies; 8+ messages in thread
From: Sakari Ailus @ 2024-02-13 13:46 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.

since v1:

- Use a better subject for the second patch.

- Don't explicitly initialise static variable (second patch).

- Improve the commit message of the second patch slightly.

Sakari Ailus (2):
  ACPI: utils: Make acpi_handle_path() not static
  ACPI: property: Ignore bad graph port nodes on Dell XPS 9315

 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 13:46 [PATCH v2 0/2] Ignore bad graph port nodes on Dell XPS 9315 Sakari Ailus
2024-02-13 13:46 ` [PATCH v2 1/2] ACPI: utils: Make acpi_handle_path() not static Sakari Ailus
2024-02-13 13:46 ` [PATCH v2 2/2] ACPI: property: Ignore bad graph port nodes on Dell XPS 9315 Sakari Ailus
2024-02-15 20:07   ` Rafael J. Wysocki
2024-02-20 22:21   ` andy.shevchenko
2024-02-21  6:56     ` Sakari Ailus
2024-02-21 15:33       ` Andy Shevchenko
2024-02-22 12:23         ` Sakari Ailus

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