summaryrefslogtreecommitdiff
path: root/Documentation/i2c/index.rst
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2023-06-19 14:22:06 +0200
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-07-14 13:11:44 +0200
commita076a860acae77bbdcbd316541e5552e81fb1772 (patch)
treed89211b36c516e4547da8dcbee44bc092b798a20 /Documentation/i2c/index.rst
parent86251cf8fd3ca5268486ce74fd3710f0d448a17d (diff)
media: i2c: add I2C Address Translator (ATR) support
An ATR is a device that looks similar to an i2c-mux: it has an I2C slave "upstream" port and N master "downstream" ports, and forwards transactions from upstream to the appropriate downstream port. But it is different in that the forwarded transaction has a different slave address. The address used on the upstream bus is called the "alias" and is (potentially) different from the physical slave address of the downstream chip. Add a helper file (just like i2c-mux.c for a mux or switch) to allow implementing ATR features in a device driver. The helper takes care of adapter creation/destruction and translates addresses at each transaction. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Wolfram Sang <wsa@kernel.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'Documentation/i2c/index.rst')
-rw-r--r--Documentation/i2c/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/i2c/index.rst b/Documentation/i2c/index.rst
index 6270f1fd7d4e..2b213d4ce89c 100644
--- a/Documentation/i2c/index.rst
+++ b/Documentation/i2c/index.rst
@@ -18,6 +18,7 @@ Introduction
i2c-topology
muxes/i2c-mux-gpio
i2c-sysfs
+ i2c-address-translators
Writing device drivers
======================