public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Enhancements for tmp51x driver
@ 2023-09-05 18:42 Biju Das
  2023-09-05 18:42 ` [PATCH v4 1/2] hwmon: tmp513: Add max_channels variable to struct tmp51x_data Biju Das
  2023-09-05 18:42 ` [PATCH v4 2/2] hwmon: tmp513: Simplify tmp51x_read_properties() Biju Das
  0 siblings, 2 replies; 7+ messages in thread
From: Biju Das @ 2023-09-05 18:42 UTC (permalink / raw)
  To: Eric Tremblay, Jean Delvare, Guenter Roeck
  Cc: Biju Das, linux-hwmon, linux-kernel, Biju Das, Andy Shevchenko

This patch series aims to add enhancements for tmp51x driver.
 * patch#1 Adds max_channels variable to struct tmp51x_data for HW
           differences.
 * Patch#2 Simplify tmp51x_read_properties()

This patch series is only compile tested.

v3->v4:
 * Updated commit description for patch#1
 * Updated macros TMP51X_TEMP_CONFIG_DEFAULT and TMP51X_TEMP_CHANNEL_MASK.
 * Removed trailing comma in the terminator entry for OF table.
 * Added Rb tag from Geert and Andy for patch#2.
v2->v3:
 * Dropped patch#1 and patch#2 as it is accepted
 * Split patch#3 into 3.
 * Avoided Yoda style logic in tmp51x_is_visible().
 * Replaced OF/ID data from tmp51x_ids->max_channels
 * Updated the macro TMP51X_TEMP_CONFIG_DEFAULT by adding bit definitions
   for Configuration register 2.
 * Dropped unused macros TMP51{2,3}_TEMP_CONFIG_DEFAULT.
v1->v2:
 * Created 2 new patches. Patch#1 for fixing channel number in
   tmp51x_is_visible() and patch#3 avoids using enum chip id for HW
   differences and improves the code by avoiding checks.

Biju Das (2):
  hwmon: tmp513: Add max_channels variable to struct tmp51x_data
  hwmon: tmp513: Simplify tmp51x_read_properties()

 drivers/hwmon/tmp513.c | 54 +++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 29 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-06 15:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-05 18:42 [PATCH v4 0/2] Enhancements for tmp51x driver Biju Das
2023-09-05 18:42 ` [PATCH v4 1/2] hwmon: tmp513: Add max_channels variable to struct tmp51x_data Biju Das
2023-09-06 14:40   ` Andy Shevchenko
2023-09-06 14:46     ` Biju Das
2023-09-06 14:59       ` Andy Shevchenko
2023-09-06 15:21         ` Guenter Roeck
2023-09-05 18:42 ` [PATCH v4 2/2] hwmon: tmp513: Simplify tmp51x_read_properties() Biju Das

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