X86 platform drivers
 help / color / mirror / Atom feed
* [PATCH 0/3] platform: Switch back to use struct i2c_driver's .probe()
@ 2023-06-12  7:38 Uwe Kleine-König
  2023-06-12  7:39 ` [PATCH 1/3] surface: surface3_power: " Uwe Kleine-König
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Uwe Kleine-König @ 2023-06-12  7:38 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross, Maximilian Luz, Corentin Chary,
	Daniel Scally
  Cc: platform-driver-x86, kernel, acpi4asus-user

Hello,

these three patches convert three i2c drivers back to use .probe() after
its prototype was changed.

I was unsure if I should put the surface change together with the two
other x86 changes but as surfaces are x86, too, I thought this might be
right. If not: The patches are orthogonal to each other, so they can be
applied to different trees without interdependencies.

Best regards
Uwe

Uwe Kleine-König (3):
  surface: surface3_power: Switch back to use struct i2c_driver's
    .probe()
  platform/x86: asus-tf103c-dock: Switch back to use struct i2c_driver's
    .probe()
  platform/x86: int3472: Switch back to use struct i2c_driver's .probe()

 drivers/platform/surface/surface3_power.c     | 2 +-
 drivers/platform/x86/asus-tf103c-dock.c       | 2 +-
 drivers/platform/x86/intel/int3472/tps68470.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

base-commit: ac9a78681b921877518763ba0e89202254349d1b
-- 
2.39.2


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

end of thread, other threads:[~2023-06-13 10:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-12  7:38 [PATCH 0/3] platform: Switch back to use struct i2c_driver's .probe() Uwe Kleine-König
2023-06-12  7:39 ` [PATCH 1/3] surface: surface3_power: " Uwe Kleine-König
2023-06-12 10:53   ` Maximilian Luz
2023-06-12  7:39 ` [PATCH 2/3] platform/x86: asus-tf103c-dock: " Uwe Kleine-König
2023-06-12  7:39 ` [PATCH 3/3] platform/x86: int3472: " Uwe Kleine-König
2023-06-12 10:51 ` [PATCH 0/3] platform: " Maximilian Luz
2023-06-12 11:03   ` Hans de Goede
2023-06-13 10:33 ` Hans de Goede

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