lkml.org 
[lkml]   [2015]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/4] kernel.h: find_closest() macro
Date
This series proposes to unduplicate the code used to find the
member in an array closest to 'x'.

The first patch adds a macro implementing the algorithm in two
flavors - for arrays sorted in ascending and descending order.
Other three patches replace duplicated code with calls to one
of these macros in some hwmon drivers.

v2:
- fixed an off-by-one bug in patch [3/4]

v1:
https://lkml.org/lkml/2015/2/24/509

Bartosz Golaszewski (4):
kernel.h: add find_closest() macro
hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()
hwmon: (lm85) replace x_TO_REG() functions with find_closest()
hwmon: (w83795) use find_closest_desc() in pwm_freq_to_reg()

drivers/hwmon/ina2xx.c | 16 ++--------------
drivers/hwmon/lm85.c | 43 ++++++++++++-------------------------------
drivers/hwmon/w83795.c | 7 ++-----
include/linux/kernel.h | 23 +++++++++++++++++++++++
4 files changed, 39 insertions(+), 50 deletions(-)

--
2.1.4



\
 
 \ /
  Last update: 2015-03-10 18:41    [W:0.266 / U:0.584 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site