summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
Commit message (Expand)AuthorAgeFilesLines
* common: Drop log.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* i2c: muxes: pca954x: add PCA9546 variantChris Packham2020-04-202-2/+8
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-054-0/+4
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-2/+2
* i2c-mux-gpio: Fix GPIO request flag issueYe Li2019-08-271-1/+1
* i2c: muxes: pca954x: support PCA9543 I2C switchLuca Ceresoli2019-04-112-1/+8
* i2c: muxes: pca954x: clarify enable fieldLuca Ceresoli2019-04-111-3/+1
* i2c: muxes: pca954x: update list of supported devicesLuca Ceresoli2019-04-111-5/+5
* i2c: mux: Generate longer i2c mux nameMichal Simek2019-02-111-3/+26
* i2c: mux: Covert to livetree functionsMichal Simek2019-01-152-4/+2
* kconfig: fix typo 'parition'Simon Goldschmidt2018-08-171-1/+1
* i2c-mux: pca954x: support pca9646 i2c switchPeng Fan2018-08-061-1/+8
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-075-11/+5
* i2c: muxes: pca954x: look up width from chip_descChris Packham2017-10-111-1/+6
* i2c: muxes: pca954x: Add support for GPIO reset lineMoritz Fischer2017-09-131-1/+39
* i2c: muxes: add i2c gpio multiplexer driverPeng Fan2017-08-233-0/+148
* drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek BehĂșn2017-07-121-3/+39
* dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-011-7/+4
* dm: core: Replace of_offset with accessorSimon Glass2017-02-083-4/+4
* i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer2017-01-181-0/+10
* i2c: Drop redundant platform data setting in driversSimon Glass2016-08-121-1/+0
* i2c: muxes: Add support for TI PCA954X muxMichal Simek2016-05-173-0/+90
* dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass2016-01-212-1/+10
* Kconfig: i2c: Fix indentationMichal Simek2015-12-111-7/+7
* Kconfig: i2c: Fix typo Suport -> SupportMichal Simek2015-12-111-1/+1
* i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass2015-08-053-0/+157
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-053-0/+212