aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-03i2c: mux: reg Change ioread endianness for readbackYork Sun1-14/+14
2015-09-03i2c: mux: reg: fix compilation warningsMike Rapoport1-1/+1
2015-09-03i2c: mux: reg: simplify register size checkingWolfram Sang1-11/+6
2015-08-31i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy4-0/+4
2015-08-24i2c: mux: Add register-based mux i2c-mux-regYork Sun3-0/+306
2015-08-10i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy1-1/+1
2015-08-10i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski2-2/+0
2015-06-17i2c: mux: pca954x: Use __i2c_transfer because of quirksAlexander Sverdlin2-3/+3
2015-05-12i2c: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-2/+3
2015-04-03i2c: i2c-mux-gpio: remove error messages for probe deferralsIoan Nicu1-7/+3
2015-03-09i2c: pca954x: improve usage of gpiod APIUwe Kleine-König1-3/+3
2015-01-23of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driverAlexander Sverdlin1-1/+10
2014-10-20i2c: muxes: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-08-09Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-0/+15
2014-08-01i2c: pca954x: put the mux to disconnected state after resumeJisheng Zhang1-0/+15
2014-06-27i2c: mux: pca954x: fix dependenciesLinus Walleij1-0/+1
2014-06-05i2c: pca954x: Fix compilation without CONFIG_GPIOLIBLaurent Pinchart1-2/+1
2014-06-03i2c: mux: pca954x: Use the descriptor-based GPIO APILaurent Pinchart1-16/+5
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-5/+0
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-1/+1
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker5-5/+0
2014-01-03i2c: pca954x: Add reset GPIO supportLaurent Pinchart1-0/+19
2014-01-03i2c: pca954x: Use devm_kzalloc managed allocatorLaurent Pinchart1-12/+6
2014-01-03i2c: pca954x: Sort headers alphabeticallyLaurent Pinchart1-4/+3
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds3-6/+7
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu1-2/+2
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu1-2/+2
2013-10-30i2c: Include linux/of.h headerSachin Kamat1-0/+1
2013-10-10i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang1-2/+2
2013-10-10i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang1-1/+1
2013-10-10i2c: i2c-mux-gpio: use deferred probingIonut Nicu1-2/+2
2013-10-10i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu1-3/+7
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat2-2/+2
2013-08-23i2c: move OF helpers into the coreWolfram Sang3-3/+0
2013-08-19i2c: use dev_get_platdata()Jingoo Han5-7/+9
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-04-17i2c: mux: Add i2c-arb-gpio-challenge 'mux' driverDoug Anderson3-0/+265
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-04-02i2c: Ignore the return value of i2c_del_mux_adapter()Lars-Peter Clausen1-4/+2
2013-03-27i2c: mux: gpio: Check gpio_direction_output return valueJean Delvare1-3/+14
2013-03-22i2c: Fix my e-mail address in drivers and documentationGuenter Roeck1-1/+1
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+0
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+1
2013-01-22i2c: muxes: fix wrong use of sizeof(ptr)Laurent Navet1-1/+1
2013-01-11drivers/i2c/muxes: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton2-11/+11
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-31/+114
2012-11-16i2c: mux: Add dt support to i2c-mux-gpio driverMaxime Ripard1-31/+114