Commit f6fcefa1 authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Wolfram Sang
Browse files

docs: i2c: rename sections so the overall picture is clearer



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: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Acked-by: default avatarPeter Rosin <peda@axentia.se>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 1ef05722
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
====================
============================================
I2C Device Interface
Implementing I2C device drivers in userspace
====================
============================================


Usually, I2C devices are controlled by a kernel driver. But it is also
Usually, I2C devices are controlled by a kernel driver. But it is also
possible to access all devices on an adapter from userspace, through
possible to access all devices on an adapter from userspace, through
+3 −3
Original line number Original line Diff line number Diff line
============
================
I2C Protocol
The I2C Protocol
============
================


This document describes the I2C protocol. Or will, when it is finished :-)
This document describes the I2C protocol. Or will, when it is finished :-)


+3 −3
Original line number Original line Diff line number Diff line
============
================================
I2C topology
I2C muxes and complex topologies
============
================================


There are a couple of reasons for building more complex I2C topologies
There are a couple of reasons for building more complex I2C topologies
than a straight-forward I2C bus with one adapter and one or more devices.
than a straight-forward I2C bus with one adapter and one or more devices.
+3 −3
Original line number Original line Diff line number Diff line
=================================================
================================================================
I2C device driver binding control from user-space
I2C device driver binding control from user-space in old kernels
=================================================
================================================================


.. NOTE::
.. NOTE::
   Note: this section is only relevant if you are handling some old code
   Note: this section is only relevant if you are handling some old code
+3 −3
Original line number Original line Diff line number Diff line
======================
==================
SMBus Protocol Summary
The SMBus Protocol
======================
==================


The following is a summary of the SMBus protocol. It applies to
The following is a summary of the SMBus protocol. It applies to
all revisions of the protocol (1.0, 1.1, and 2.0).
all revisions of the protocol (1.0, 1.1, and 2.0).
Loading