[PATCH v2 0/2] regmap: support regmap over SMBus

From: Boris BREZILLON
Date: Thu Apr 17 2014 - 05:41:07 EST


Hello,

This patch series adds support for remap over SMBus in case your i2c
adapter does not support regular I2C transfers.

SMBus is a subset of the I2C protocol, often used to access registers
on external devices.

I2C adapters are able to access SMBus devices thanks to the SMBus
emulation layer. In the other hand SMBus adapters may not provide
regular I2C transfers, and thus you may not be able to expose a regmap
if your device is connected to such kind of adapter.
Hence why we need this regmap over SMBus implementation.

Best Regards,

Boris

Changes since v1:
- add reg_read/reg_write callbacks to the regmap_bus struct

Boris BREZILLON (2):
regmap: add reg_read/reg_write callbacks to regmap_bus struct
regmap: i2c: fallback to SMBus if the adapter does not support
standard I2C

drivers/base/regmap/regmap-i2c.c | 104 ++++++++++++++++++++++++++++++++++++++-
drivers/base/regmap/regmap.c | 26 ++++++++++
include/linux/regmap.h | 6 +++
3 files changed, 134 insertions(+), 2 deletions(-)

--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/