Re: [PATCH v4 2/4] pmbus: core: add helpers for byte write and read modify write

2014-10-01 Thread Guenter Roeck
On 10/01/2014 12:05 PM, at...@opensource.altera.com wrote: From: Alan Tull Add two helper functions: * pmbus_write_byte_data = paged byte write * pmbus_update_byte_data = paged byte read/modify/write Signed-off-by: Alan Tull --- drivers/hwmon/pmbus/pmbus_core.c | 31 +

[PATCH v4 2/4] pmbus: core: add helpers for byte write and read modify write

2014-10-01 Thread atull
From: Alan Tull Add two helper functions: * pmbus_write_byte_data = paged byte write * pmbus_update_byte_data = paged byte read/modify/write Signed-off-by: Alan Tull --- drivers/hwmon/pmbus/pmbus_core.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/d