summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/i2c-mux-pinctrl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-07-161-3/+2Star
|\
| * i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva2019-06-101-3/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1Star
|/
* i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter2017-08-171-1/+1
* i2c: mux: pinctrl: drop the idle_state memberPeter Rosin2017-08-141-6/+2Star
* i2c: mux: pinctrl: remove platform_dataPeter Rosin2017-08-141-148/+71Star
* i2c: mux: pinctrl: stop double error reportingPeter Rosin2017-04-031-3/+1Star
* i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-041-0/+38
* i2c: mux: pinctrl: fix indentation for better readabilityWolfram Sang2016-04-241-7/+7
* i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux corePeter Rosin2016-04-221-53/+30Star
* i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy2015-08-311-0/+1
* i2c: muxes: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0Star
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-191-0/+1
|\
| * i2c: Include linux/of.h headerSachin Kamat2013-10-301-0/+1
* | i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang2013-10-101-2/+2
|/
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-1/+0Star
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: muxes: fix wrong use of sizeof(ptr)Laurent Navet2013-01-221-1/+1
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-4/+4
* i2c-mux-pinctrl: Fix probe error pathGuenter Roeck2012-11-131-1/+1
* i2c-mux: Add support for device auto-detectionJean Delvare2012-10-051-1/+1
* i2c: Add generic I2C multiplexer using pinctrl APIStephen Warren2012-06-041-0/+279