aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-18i2c: mux: create "channel-n" symlinks for child segments in the mux deviceGerlando Falauto1-0/+8
2014-11-18i2c: mux: create symlink to actual mux deviceWolfram Sang1-0/+4
2013-12-12i2c: mux: Inherit retry count and timeout from parent for muxed busElie De Brauwer1-0/+2
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-04-02i2c: Make the return type of i2c_del_mux_adapter() voidLars-Peter Clausen1-3/+1
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-4/+1
2012-10-05i2c-mux: Add support for device auto-detectionJean Delvare1-0/+22
2012-05-12i2c/of: Automatically populate i2c mux busses from device tree data.David Daney1-0/+23
2012-05-12i2c: Add a struct device * parameter to i2c_add_mux_adapter()David Daney1-9/+10
2010-11-15i2c: Mark i2c_adapter.id as deprecatedJean Delvare1-1/+0
2010-08-11i2c: Multiplexed I2C bus core supportMichael Lawnick1-0/+165