summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass4-5/+5
2020-08-25Link failure with CONFIG_SPL and CONFIG_I2C_MUX_PCA954xTrommel, Kees (Contractor)1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-20i2c: muxes: pca954x: add PCA9546 variantChris Packham2-2/+8
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass4-0/+4
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-2/+2
2019-08-27i2c-mux-gpio: Fix GPIO request flag issueYe Li1-1/+1
2019-04-11i2c: muxes: pca954x: support PCA9543 I2C switchLuca Ceresoli2-1/+8
2019-04-11i2c: muxes: pca954x: clarify enable fieldLuca Ceresoli1-3/+1
2019-04-11i2c: muxes: pca954x: update list of supported devicesLuca Ceresoli1-5/+5
2019-02-11i2c: mux: Generate longer i2c mux nameMichal Simek1-3/+26
2019-01-15i2c: mux: Covert to livetree functionsMichal Simek2-4/+2
2018-08-17kconfig: fix typo 'parition'Simon Goldschmidt1-1/+1
2018-08-06i2c-mux: pca954x: support pca9646 i2c switchPeng Fan1-1/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini5-11/+5
2017-10-11i2c: muxes: pca954x: look up width from chip_descChris Packham1-1/+6
2017-09-13i2c: muxes: pca954x: Add support for GPIO reset lineMoritz Fischer1-1/+39
2017-08-23i2c: muxes: add i2c gpio multiplexer driverPeng Fan3-0/+148
2017-07-12drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek BehĂșn1-3/+39
2017-06-01dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass1-7/+4
2017-02-08dm: core: Replace of_offset with accessorSimon Glass3-4/+4
2017-01-18i2c: mux: Allow muxes to work as children of i2c bus without i2c-parentMoritz Fischer1-0/+10
2016-08-12i2c: Drop redundant platform data setting in driversSimon Glass1-1/+0
2016-05-17i2c: muxes: Add support for TI PCA954X muxMichal Simek3-0/+90
2016-01-22dm: i2c: Allow muxes to be enabled for SPL separatelySimon Glass2-1/+10
2015-12-11Kconfig: i2c: Fix indentationMichal Simek1-7/+7
2015-12-11Kconfig: i2c: Fix typo Suport -> SupportMichal Simek1-1/+1
2015-08-06i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass3-0/+157
2015-08-06dm: i2c: Add support for multiplexed I2C busesSimon Glass3-0/+212