aboutsummaryrefslogtreecommitdiff
path: root/Documentation/i2c/dev-interface.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-08-05Documentation: i2c: dev: 'block process call' is supportedWolfram Sang1-0/+2
And it has been for a while (since 2012 at least), only it was not documented. Add it. Signed-off-by: Wolfram Sang <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
2020-01-29docs: i2c: rename sections so the overall picture is clearerLuca Ceresoli1-3/+3
Some of the section names are not very clear. Reading those names in the index.rst page does not help much in grasping what the content is supposed to be. Rename those sections to clarify their content, especially when reading the index page. Signed-off-by: Luca Ceresoli <[email protected]> Acked-by: Peter Rosin <[email protected]> Reviewed-by: Jean Delvare <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
2020-01-29docs: i2c: call it "I2C" consistentlyLuca Ceresoli1-9/+9
Uppercase "I2C" is used almost everywhere in the docs, but the lowercase version "i2c" is used somewhere. Use the uppercase form consistently. Signed-off-by: Luca Ceresoli <[email protected]> Acked-by: Peter Rosin <[email protected]> Reviewed-by: Jean Delvare <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-0/+219
Convert each file at I2C subsystem, renaming them to .rst and adding to the driver-api book. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Wolfram Sang <[email protected]> Acked-by: Alexandre Belloni <[email protected]> Acked-by: Jonathan Cameron <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>