All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Refactor ADT7X10
@ 2021-12-21 21:58 Cosmin Tanislav
  2021-12-21 21:58 ` [PATCH v3 1/7] hwmon: (adt7x10) Store bus_dev in private data Cosmin Tanislav
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Cosmin Tanislav @ 2021-12-21 21:58 UTC (permalink / raw)
  Cc: cosmin.tanislav, demonsingur, Jean Delvare, Guenter Roeck,
	linux-hwmon, linux-kernel

V1 -> V2:
 * add device managed action for restoring config
 * merge multiple small related patches into a single patch
   that converts the driver to use devm_hwmon_device_register_with_info
 * switch to devm_request_threaded_irq after switching to
   devm_hwmon_device_register_with_info to make sure that it is impossible
   for the interrupt handler to access the freed hwmon device
 * drop core driver remove callback

V2 -> V3:
 * merge patch that passes name from i2c driver into the
   devm_hwmon_device_register_with_info patch

Cosmin Tanislav (7):
  hwmon: (adt7x10) Store bus_dev in private data
  hwmon: (adt7x10) Add device managed action for restoring config
  hwmon: (adt7x10) Use devm_hwmon_device_register_with_info
  hwmon: (adt7x10) Use devm_request_threaded_irq
  hwmon: (adt7x10) Remove empty driver removal callback
  hwmon: (adt7x10) Pass hwinfo dev to irq handler
  hwmon: (adt7x10) Use hwmon_notify_event

 drivers/hwmon/adt7310.c |   7 -
 drivers/hwmon/adt7410.c |   9 +-
 drivers/hwmon/adt7x10.c | 281 ++++++++++++++++++++--------------------
 drivers/hwmon/adt7x10.h |   1 -
 4 files changed, 144 insertions(+), 154 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2021-12-22 17:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-21 21:58 [PATCH v3 0/7] Refactor ADT7X10 Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 1/7] hwmon: (adt7x10) Store bus_dev in private data Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 2/7] hwmon: (adt7x10) Add device managed action for restoring config Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 3/7] hwmon: (adt7x10) Use devm_hwmon_device_register_with_info Cosmin Tanislav
2021-12-22  3:08   ` Guenter Roeck
2021-12-22  6:35     ` Cosmin Tanislav
2021-12-22 17:07       ` Guenter Roeck
2021-12-21 21:58 ` [PATCH v3 4/7] hwmon: (adt7x10) Use devm_request_threaded_irq Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 5/7] hwmon: (adt7x10) Remove empty driver removal callback Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 6/7] hwmon: (adt7x10) Pass hwinfo dev to irq handler Cosmin Tanislav
2021-12-21 21:58 ` [PATCH v3 7/7] hwmon: (adt7x10) Use hwmon_notify_event Cosmin Tanislav

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.