OSDN Git Service

hwmon: (pmbus/adm1266) Add Block process call
authorAlexandru Tachici <alexandru.tachici@analog.com>
Wed, 12 Aug 2020 14:20:51 +0000 (17:20 +0300)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 23 Sep 2020 16:42:41 +0000 (09:42 -0700)
commit407dc802a9c0809ca6a48de4b4c63305eb84ef56
treea93555828321051e96919d661554a36d52065b5b
parent9514a22866ba1300c7e3f6aab2e558bb30679743
hwmon: (pmbus/adm1266) Add Block process call

PmBus devices support Block Write-Block Read Process
Call described in SMBus specification v 2.0 with the
exception that Block writes and reads are permitted to
have up 255 data bytes instead of max 32 bytes (SMBus).

This patch adds Block WR process call support for ADM1266.

Signed-off-by: Alexandru Tachici <alexandru.tachici@analog.com>
Link: https://lore.kernel.org/r/20200812142055.9213-3-alexandru.tachici@analog.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/Kconfig
drivers/hwmon/pmbus/adm1266.c