mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
The index page currently lists sections in alphabetical file order without caring about their content. Sort sections based on their content logically, according to the following structure: * Intro to I2C/SMBus and their usage in Linux: summary, i2c-protocol, smbus-protocol, instantiating-devices, busses/index, i2c-topology, muxes/i2c-mux-gpio * Implementing drivers: writing-clients, dev-interface, dma-considerations, fault-codes, functionality * Debugging: gpio-fault-injection, i2c-stub * Slave I2C: slave-interface, slave-eeprom-backend * Advanced: ten-bit-addresses * Obsolete info: upgrading-clients, old-module-parameters Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Reviewed-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de> |
||
|---|---|---|
| .. | ||
| busses | ||
| muxes | ||
| dev-interface.rst | ||
| dma-considerations.rst | ||
| fault-codes.rst | ||
| functionality.rst | ||
| gpio-fault-injection.rst | ||
| i2c-protocol.rst | ||
| i2c-stub.rst | ||
| i2c-topology.rst | ||
| index.rst | ||
| instantiating-devices.rst | ||
| old-module-parameters.rst | ||
| slave-eeprom-backend.rst | ||
| slave-interface.rst | ||
| smbus-protocol.rst | ||
| summary.rst | ||
| ten-bit-addresses.rst | ||
| upgrading-clients.rst | ||
| writing-clients.rst | ||