Skip to content
  • Luca Ceresoli's avatar
    docs: i2c: sort index logically · 21593938
    Luca Ceresoli authored
    
    
    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: default avatarLuca Ceresoli <luca@lucaceresoli.net>
    Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
    Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
    21593938