Age | Commit message (Expand) | Author | Files | Lines |
2015-09-03 | i2c: mux: reg Change ioread endianness for readback | York Sun | 1 | -14/+14 |
2015-09-03 | i2c: mux: reg: fix compilation warnings | Mike Rapoport | 1 | -1/+1 |
2015-09-03 | i2c: mux: reg: simplify register size checking | Wolfram Sang | 1 | -11/+6 |
2015-08-31 | i2c: muxes: fix leaked i2c adapter device node references | Vladimir Zapolskiy | 4 | -0/+4 |
2015-08-24 | i2c: mux: Add register-based mux i2c-mux-reg | York Sun | 3 | -0/+306 |
2015-08-10 | i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface | Vladimir Zapolskiy | 1 | -1/+1 |
2015-08-10 | i2c: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2 | -2/+0 |
2015-06-17 | i2c: mux: pca954x: Use __i2c_transfer because of quirks | Alexander Sverdlin | 2 | -3/+3 |
2015-05-12 | i2c: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 1 | -2/+3 |
2015-04-03 | i2c: i2c-mux-gpio: remove error messages for probe deferrals | Ioan Nicu | 1 | -7/+3 |
2015-03-09 | i2c: pca954x: improve usage of gpiod API | Uwe Kleine-König | 1 | -3/+3 |
2015-01-23 | of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driver | Alexander Sverdlin | 1 | -1/+10 |
2014-10-20 | i2c: muxes: drop owner assignment from platform_drivers | Wolfram Sang | 3 | -3/+0 |
2014-08-09 | Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+15 |
2014-08-01 | i2c: pca954x: put the mux to disconnected state after resume | Jisheng Zhang | 1 | -0/+15 |
2014-06-27 | i2c: mux: pca954x: fix dependencies | Linus Walleij | 1 | -0/+1 |
2014-06-05 | i2c: pca954x: Fix compilation without CONFIG_GPIOLIB | Laurent Pinchart | 1 | -2/+1 |
2014-06-03 | i2c: mux: pca954x: Use the descriptor-based GPIO API | Laurent Pinchart | 1 | -16/+5 |
2014-01-30 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -5/+0 |
2014-01-30 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2014-01-29 | Update Jean Delvare's e-mail address | Jean Delvare | 1 | -1/+1 |
2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 5 | -5/+0 |
2014-01-03 | i2c: pca954x: Add reset GPIO support | Laurent Pinchart | 1 | -0/+19 |
2014-01-03 | i2c: pca954x: Use devm_kzalloc managed allocator | Laurent Pinchart | 1 | -12/+6 |
2014-01-03 | i2c: pca954x: Sort headers alphabetically | Laurent Pinchart | 1 | -4/+3 |
2013-11-19 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -6/+7 |
2013-10-30 | i2c: mux: gpio: use reg value for i2c_add_mux_adapter | Ionut Nicu | 1 | -2/+2 |
2013-10-30 | i2c: mux: gpio: use gpio_set_value_cansleep() | Ionut Nicu | 1 | -2/+2 |
2013-10-30 | i2c: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
2013-10-10 | i2c: i2c-mux-pinctrl: use deferred probe when adapter not found | Wolfram Sang | 1 | -2/+2 |
2013-10-10 | i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not found | Wolfram Sang | 1 | -1/+1 |
2013-10-10 | i2c: i2c-mux-gpio: use deferred probing | Ionut Nicu | 1 | -2/+2 |
2013-10-10 | i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors | Ionut Nicu | 1 | -3/+7 |
2013-10-04 | i2c: remove redundant of_match_ptr | Sachin Kamat | 2 | -2/+2 |
2013-08-23 | i2c: move OF helpers into the core | Wolfram Sang | 3 | -3/+0 |
2013-08-19 | i2c: use dev_get_platdata() | Jingoo Han | 5 | -7/+9 |
2013-05-09 | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -2/+2 |
2013-04-17 | i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver | Doug Anderson | 3 | -0/+265 |
2013-04-16 | Convert selectors of GENERIC_GPIO to GPIOLIB | Alexandre Courbot | 1 | -1/+1 |
2013-04-02 | i2c: Ignore the return value of i2c_del_mux_adapter() | Lars-Peter Clausen | 1 | -4/+2 |
2013-03-27 | i2c: mux: gpio: Check gpio_direction_output return value | Jean Delvare | 1 | -3/+14 |
2013-03-22 | i2c: Fix my e-mail address in drivers and documentation | Guenter Roeck | 1 | -1/+1 |
2013-02-26 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+0 |
2013-02-22 | i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls | Doug Anderson | 1 | -1/+0 |
2013-01-26 | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -1/+1 |
2013-01-22 | i2c: muxes: fix wrong use of sizeof(ptr) | Laurent Navet | 1 | -1/+1 |
2013-01-11 | drivers/i2c/muxes: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -2/+0 |
2012-12-22 | i2c: remove __dev* attributes from subsystem | Bill Pemberton | 2 | -11/+11 |
2012-12-19 | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux | Linus Torvalds | 1 | -31/+114 |
2012-11-16 | i2c: mux: Add dt support to i2c-mux-gpio driver | Maxime Ripard | 1 | -31/+114 |