Linux Media Controller development
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Fix static analyser and compiler warnings in int3472
@ 2026-08-24 21:13 Sakari Ailus
  2026-08-24 21:13 ` [PATCH v2 1/5] platform/x86: int3472: Address Coccinelle warning on an error print Sakari Ailus
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: Sakari Ailus @ 2026-08-24 21:13 UTC (permalink / raw)
  To: linux-media
  Cc: Rafael J. Wysocki, linux-acpi, Len Brown, Daniel Scally,
	Hans de Goede, Ilpo Järvinen, platform-driver-x86

Hi folks,

The two first patches address smatch and compiler warnings in int3472. The
third patch adds __free() support for ACPI objects and the final two
further clean up GPIO parsing in the int3472 driver.

Sakari Ailus (5):
  platform/x86: int3472: Address Coccinelle warning on an error print
  platform/x86: int3472: Fix uninitialised variable warning
  ACPI: Support __free() from cleanup.h for ACPI objects
  platform/x86: int3472: Release ACPI objects using __free()
  platform/x86: int3472: Clean up GPIO parsing

 drivers/platform/x86/intel/int3472/discrete.c | 55 +++++++++----------
 drivers/platform/x86/intel/int3472/tps68470.c |  2 +-
 include/linux/acpi.h                          |  2 +
 3 files changed, 30 insertions(+), 29 deletions(-)

-- 
2.47.3



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

end of thread, other threads:[~2026-08-26 10:18 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-24 21:13 [PATCH v2 0/5] Fix static analyser and compiler warnings in int3472 Sakari Ailus
2026-08-24 21:13 ` [PATCH v2 1/5] platform/x86: int3472: Address Coccinelle warning on an error print Sakari Ailus
2026-08-24 21:13 ` [PATCH v2 2/5] platform/x86: int3472: Fix uninitialised variable warning Sakari Ailus
2026-08-24 21:13 ` [PATCH v2 3/5] ACPI: Support __free() from cleanup.h for ACPI objects Sakari Ailus
2026-08-25 11:51   ` Rafael J. Wysocki (Intel)
2026-08-25 12:07     ` Sakari Ailus
2026-08-25 12:18       ` Rafael J. Wysocki (Intel)
2026-08-25 12:32         ` Ilpo Järvinen
2026-08-25 13:02           ` Rafael J. Wysocki (Intel)
2026-08-25 13:08             ` Rafael J. Wysocki (Intel)
2026-08-25 13:51               ` Ilpo Järvinen
2026-08-25 14:42                 ` Rafael J. Wysocki (Intel)
2026-08-25 19:35               ` Sakari Ailus
2026-08-26  9:04                 ` Ilpo Järvinen
2026-08-26 10:17                   ` Rafael J. Wysocki (Intel)
2026-08-25 13:37             ` Ilpo Järvinen
2026-08-25 13:49               ` Rafael J. Wysocki (Intel)
2026-08-24 21:13 ` [PATCH v2 4/5] platform/x86: int3472: Release ACPI objects using __free() Sakari Ailus
2026-08-25 11:54   ` Rafael J. Wysocki (Intel)
2026-08-25 12:04     ` Sakari Ailus
2026-08-25 12:32       ` Rafael J. Wysocki (Intel)
2026-08-24 21:13 ` [PATCH v2 5/5] platform/x86: int3472: Clean up GPIO parsing Sakari Ailus
2026-08-25 10:40   ` Ilpo Järvinen
2026-08-25 10:54     ` Sakari Ailus

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