| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-03 | i2c: muxes: pca954x: Fix broken reset-gpio usage | Krzysztof Kozlowski | 1 | -27/+23 |
| 2025-09-13 | i2c: mux: pca9541: Use I2C adapter timeout value for arbitration timeout | Manikanta Guntupalli | 1 | -6/+6 |
| 2025-08-11 | i2c: muxes: pca954x: Reset if (de)select fails | Wojciech Siudy | 1 | -8/+26 |
| 2025-08-11 | i2c: muxes: pca954x: Use reset controller only | Wojciech Siudy | 1 | -15/+1 |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-08-03 | i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe() | Christophe JAILLET | 1 | -2/+1 |
| 2025-06-27 | i2c: mux: pca954x: Use dev_fwnode() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2025-06-12 | i2c: use inclusive callbacks in struct i2c_algorithm | Wolfram Sang | 1 | -2/+2 |
| 2025-05-30 | Merge tag 'i2c-for-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+5 |
| 2025-05-16 | i2c: Switch to irq_domain_create_linear() | Jiri Slaby (SUSE) | 1 | -3/+3 |
| 2025-04-24 | i2c: mux: ltc4306: use new GPIO line value setter callbacks | Bartosz Golaszewski | 1 | -5/+5 |
| 2025-03-25 | Merge tag 'i2c-host-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/an... | Wolfram Sang | 2 | -2/+2 |
| 2025-03-25 | irqdomain: i2c: Switch to irq_find_mapping() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-03-18 | i2c: mux: remove incorrect of_match_ptr annotations | Arnd Bergmann | 2 | -2/+2 |
| 2025-01-15 | i2c: mux: demux-pinctrl: correct comment | Wolfram Sang | 1 | -1/+1 |
| 2025-01-15 | i2c: mux: demux-pinctrl: check initial mux selection, too | Wolfram Sang | 1 | -1/+3 |
| 2024-11-17 | i2c: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 7 | -7/+7 |
| 2024-11-05 | i2c: muxes: Fix return value check in mule_i2c_mux_probe() | Yang Yingliang | 1 | -2/+2 |
| 2024-09-10 | i2c: muxes: add support for tsd,mule-i2c multiplexer | Farouk Bouabid | 3 | -0/+165 |
| 2024-07-20 | i2c: mux: gpio: Add support for the 'settle-time-us' property | Bastien Curutchet | 1 | -0/+6 |
| 2024-07-20 | i2c: mux: gpio: Re-order #include to match alphabetic order | Bastien Curutchet | 1 | -4/+4 |
| 2024-06-26 | i2c: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König | 1 | -1/+1 |
| 2024-05-13 | i2c: mux: Remove class argument from i2c_mux_add_adapter() | Heiner Kallweit | 9 | -9/+9 |
| 2024-05-06 | i2c: mux: gpio: remove support for class-based device instantiation | Heiner Kallweit | 1 | -2/+1 |
| 2024-03-20 | i2c: muxes: pca954x: Allow sharing reset GPIO | Chris Packham | 1 | -8/+38 |
| 2024-03-15 | Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+42 |
| 2024-03-06 | Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>" | Ahelenia Ziemiańska | 1 | -1/+1 |
| 2024-02-08 | i2c: muxes: pca954x: Enable features on MAX7357 | Patrick Rudolph | 1 | -1/+42 |
| 2024-01-18 | i2c: mux: reg: Remove class-based device auto-detection support | Heiner Kallweit | 1 | -3/+1 |
| 2023-11-05 | Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -10/+9 |
| 2023-10-31 | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+6 |
| 2023-10-29 | i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() API | ye xingchen | 1 | -3/+3 |
| 2023-10-21 | i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-21 | i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-21 | i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node() | Herve Codina | 1 | -1/+1 |
| 2023-10-13 | i2c: mux: gpio: don't fiddle with GPIOLIB internals | Bartosz Golaszewski | 1 | -6/+6 |
| 2023-09-24 | i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte... | Kees Cook | 1 | -3/+3 |
| 2023-09-22 | i2c: mux: gpio: adhere to coding style | Wolfram Sang | 1 | -4/+3 |
| 2023-09-21 | i2c: mux: gpio: Add missing fwnode_handle_put() | Liang He | 1 | -1/+3 |
| 2023-09-20 | i2c: mux: demux-pinctrl: check the return value of devm_kstrdup() | Xiaoke Wang | 1 | -0/+4 |
| 2023-08-23 | i2c: muxes: pca954x: Add regulator support | Patrick Rudolph | 1 | -5/+23 |
| 2023-08-23 | i2c: muxes: pca954x: Add MAX735x/MAX736x support | Patrick Rudolph | 2 | -4/+69 |
| 2023-08-14 | I2C: Explicitly include correct DT includes | Rob Herring | 2 | -2/+1 |
| 2023-08-08 | i2c: mux: ltc4306: Remove an unnecessary ternary operator | Ruan Jinjie | 1 | -1/+1 |
| 2023-08-08 | i2c: mux: pca954x: Remove #ifdef guards for PM related functions | Paul Cercueil | 1 | -4/+2 |
| 2023-06-05 | i2c: Convert to platform remove callback returning void | Uwe Kleine-König | 7 | -26/+14 |
| 2023-03-09 | i2c: mux: Convert all drivers to new .probe() callback | Uwe Kleine-König | 3 | -3/+3 |
| 2022-12-07 | i2c: mux: reg: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -3/+2 |
| 2022-12-05 | i2c: mux: pca954x: Convert to i2c's .probe_new() | Uwe Kleine-König | 1 | -3/+3 |
| 2022-12-05 | i2c: mux: pca9541: switch to using .probe_new | Peter Rosin | 1 | -3/+2 |
| 2022-08-23 | i2c: muxes: Drop obsolete dependency on COMPILE_TEST | Jean Delvare | 2 | -4/+4 |
| 2022-08-16 | i2c: Make remove callback return void | Uwe Kleine-König | 3 | -7/+3 |
| 2022-07-26 | i2c: mux-gpmux: Add of_node_put() when breaking out of loop | Liang He | 1 | -0/+1 |
| 2022-03-20 | i2c: mux: demux-pinctrl: do not deactivate a master that is not active | Peter Rosin | 1 | -2/+3 |
| 2021-11-23 | i2c: mux: gpio: Use array_size() helper | Andy Shevchenko | 1 | -1/+2 |
| 2021-11-23 | i2c: mux: gpio: Don't dereference fwnode from struct device | Andy Shevchenko | 1 | -3/+4 |
| 2021-11-23 | i2c: mux: gpio: Replace custom acpi_get_local_address() | Andy Shevchenko | 1 | -41/+2 |
| 2021-05-27 | i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers | Lee Jones | 1 | -2/+2 |
| 2021-02-09 | i2c: mux: mlxcpld: Add callback to notify mux creation completion | Vadim Pasternak | 1 | -0/+4 |
| 2021-02-09 | i2c: mux: mlxcpld: Extend supported mux number | Vadim Pasternak | 1 | -8/+2 |
| 2021-02-09 | i2c: mux: mlxcpld: Extend driver to support word address space devices | Vadim Pasternak | 1 | -7/+38 |
| 2021-02-09 | i2c: mux: mlxcpld: Get rid of adapter numbers enforcement | Vadim Pasternak | 1 | -5/+2 |
| 2021-02-09 | i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte support | Vadim Pasternak | 1 | -9/+9 |
| 2021-02-09 | i2c: mux: mlxcpld: Convert driver to platform driver | Vadim Pasternak | 1 | -34/+28 |
| 2021-02-01 | i2c: mux: mlxcpld: Move header file out of x86 realm | Vadim Pasternak | 1 | -1/+1 |
| 2021-02-01 | i2c: mux: mlxcpld: Update module license | Vadim Pasternak | 1 | -30/+3 |
| 2021-01-17 | i2c: i2c-mux-gpio: Enable this driver in ACPI land | Evan Green | 1 | -28/+79 |
| 2021-01-17 | i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt() | Evan Green | 1 | -2/+3 |
| 2020-09-18 | i2c: mux: reg: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -7/+3 |
| 2020-09-18 | i2c: mux: gpmux: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -10/+6 |
| 2020-05-20 | Merge branch 'i2c/for-current-fixed' into i2c/for-5.8 | Wolfram Sang | 1 | -0/+1 |
| 2020-05-15 | i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro... | Christophe JAILLET | 1 | -0/+1 |
| 2020-05-11 | i2c: mux: pca954x: Convert license to SPDX identifier | Andy Shevchenko | 1 | -5/+2 |
| 2020-05-11 | i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup() | Andy Shevchenko | 1 | -3/+2 |
| 2020-05-11 | i2c: mux: pca954x: Make use of device properties | Andy Shevchenko | 1 | -10/+5 |
| 2020-05-11 | i2c: mux: pca954x: Refactor pca954x_irq_handler() | Andy Shevchenko | 1 | -10/+7 |
| 2020-01-03 | i2c: mux: pca954x: support property idle-state | Biwen Li | 1 | -23/+46 |
| 2020-01-03 | i2c: mux: pca9541: use the BIT macro | Peter Rosin | 1 | -13/+14 |
| 2019-11-25 | i2c: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -8/+8 |
| 2019-07-15 | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 3 | -140/+58 |
| 2019-06-22 | i2c: mux/i801: Switch to use descriptor passing | Linus Walleij | 1 | -85/+29 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
| 2019-06-10 | i2c: mux: pinctrl: use flexible-array member and struct_size() helper | Gustavo A. R. Silva | 1 | -3/+2 |
| 2019-06-10 | i2c: mux: arb-gpio: Rewrite to use GPIO descriptors | Linus Walleij | 1 | -52/+27 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 1 | -4/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201 | Thomas Gleixner | 1 | -12/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 | Thomas Gleixner | 1 | -2/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-03 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 3 | -36/+82 |
| 2019-04-21 | i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc() | Gustavo A. R. Silva | 1 | -2/+2 |
| 2019-04-21 | i2c: mux: pca954x: allow management of device idle state via sysfs | Robert Shearman | 1 | -8/+77 |
| 2019-04-21 | i2c: mux: pca9541: remove support for unused platform data | Robert Shearman | 1 | -7/+1 |
| 2019-04-21 | i2c: mux: pca954x: remove support for unused platform data | Robert Shearman | 1 | -20/+3 |
| 2019-04-16 | i2c: demux: handle the new atomic callbacks | Wolfram Sang | 1 | -0/+2 |
| 2018-10-29 | Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 4 | -5/+5 |
| 2018-10-29 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 3 | -3/+3 |
| 2018-10-08 | i2c: mux: mlxcpld: simplify code to reach the adapter | Luca Ceresoli | 1 | -1/+1 |
| 2018-10-08 | i2c: mux: ltc4306: simplify code to reach the adapter | Luca Ceresoli | 1 | -1/+1 |
| 2018-10-08 | i2c: mux: pca954x: simplify code to reach the adapter | Luca Ceresoli | 1 | -1/+1 |
| 2018-10-05 | i2c: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
| 2018-09-13 | gpiolib: Pass array info to get/set array functions | Janusz Krzysztofik | 1 | -1/+2 |
| 2018-09-13 | gpiolib: Pass bitmaps, not integer arrays, to get/set array | Janusz Krzysztofik | 1 | -9/+4 |
| 2018-08-04 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 1 | -13/+11 |
| 2018-07-30 | i2c: mux: pca954x: use helper variable in probe | Linus Walleij | 1 | -13/+11 |
| 2018-07-13 | Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19 | Wolfram Sang | 1 | -3/+3 |
| 2018-07-13 | i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) | Peter Rosin | 1 | -3/+3 |
| 2018-07-03 | i2c: mux: pca954x: make use of __i2c_smbus_xfer | Peter Rosin | 1 | -23/+4 |
| 2018-07-03 | i2c: mux: pca9541: make use of __i2c_smbus_xfer | Peter Rosin | 1 | -56/+9 |
| 2018-07-03 | i2c: mux: mlxcpld: make use of __i2c_smbus_xfer | Peter Rosin | 1 | -24/+4 |
| 2018-06-14 | Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -16/+20 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -6/+7 |
| 2018-05-30 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 4 | -15/+19 |
| 2018-05-24 | i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_data | Julia Lawall | 1 | -5/+2 |
| 2018-05-24 | i2c: mux: demux-pinctrl: use proper parent device for demux adapter | Wolfram Sang | 1 | -1/+1 |
| 2018-05-24 | i2c: mux: reg: failed memory allocation is logged elsewhere | Markus Elfring | 1 | -3/+1 |
| 2018-05-19 | i2c: mux: pca954x: force reset on probe if available | Mike Looijmans | 1 | -2/+9 |
| 2018-05-19 | i2c: mux: demux-pinctrl: disable PM user interface | Wolfram Sang | 1 | -0/+3 |
| 2018-05-19 | i2c: mux: ltc4306: switch to using .probe_new | Peter Rosin | 1 | -4/+3 |
| 2018-05-17 | i2c: mux: gpio: move header to platform_data | Wolfram Sang | 1 | -1/+1 |
| 2018-03-06 | i2c: mux: pca954x: verify the device id of the pca984x chips | Peter Rosin | 1 | -6/+49 |
| 2017-12-30 | i2c: mux: reg: don't log an error for probe deferral | Tomasz Bachorski | 1 | -0/+3 |
| 2017-12-30 | i2c: mux: pca954x: add support for NXP PCA984x family | Adrian Fiergolski | 2 | -7/+37 |
| 2017-11-14 | Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -69/+35 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-11-01 | Merge branch 'i2c/sbs-manager' into i2c/for-4.15 | Wolfram Sang | 1 | -63/+32 |
| 2017-10-28 | i2c: mux: pca954x: Return error if irq_create_mapping fails | Phil Reid | 1 | -0/+4 |
| 2017-10-28 | i2c: mux: pca954x: call request irq after adding mux segments | Phil Reid | 1 | -63/+28 |
| 2017-10-20 | i2c: mux: reg: use of_property_read_bool() | Sergei Shtylyov | 1 | -6/+3 |
| 2017-09-09 | Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -163/+82 |
| 2017-08-27 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 5 | -161/+80 |
| 2017-08-22 | i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF support | Peter Rosin | 1 | -1/+1 |
| 2017-08-17 | i2c: mux: pinctrl: potential NULL dereference on error | Dan Carpenter | 1 | -1/+1 |
| 2017-08-14 | i2c: mux: pinctrl: drop the idle_state member | Peter Rosin | 1 | -6/+2 |
| 2017-08-14 | i2c: mux: pinctrl: remove platform_data | Peter Rosin | 2 | -148/+72 |
| 2017-08-14 | i2c: mux: mlxcpld: move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
| 2017-08-14 | i2c: mux: pca954x: move header file out of I2C realm | Wolfram Sang | 2 | -2/+2 |
| 2017-08-14 | i2c: mux: pca9541: sort include files | Wolfram Sang | 1 | -4/+3 |
| 2017-07-31 | i2c: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
| 2017-07-17 | i2c: mux: pinctrl: mention correct module name in Kconfig help text | Chris Gorman | 1 | -1/+1 |
| 2017-06-03 | i2c: i2c-mux-gpmux: new driver | Peter Rosin | 3 | -0/+187 |
| 2017-05-15 | i2c: mux: reg: rename label to indicate what it does | Peter Rosin | 1 | -2/+2 |
| 2017-05-15 | i2c: mux: reg: put away the parent i2c adapter on probe failure | Peter Rosin | 1 | -5/+12 |
| 2017-05-03 | Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -27/+346 |
| 2017-04-12 | i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switch | Michael Hennerich | 3 | -0/+334 |
| 2017-04-03 | i2c: mux: reg: stop double error reporting | Peter Rosin | 1 | -3/+1 |
| 2017-04-03 | i2c: mux: pinctrl: stop double error reporting | Peter Rosin | 1 | -3/+1 |
| 2017-04-03 | i2c: mux: pca954x: stop double error reporting | Peter Rosin | 1 | -6/+1 |
| 2017-04-03 | i2c: mux: pca9541: stop double error reporting | Peter Rosin | 1 | -3/+1 |
| 2017-04-03 | i2c: mux: gpio: stop double error reporting | Peter Rosin | 1 | -3/+1 |
| 2017-04-03 | i2c: arb: gpio-challenge: stop double error reporting | Peter Rosin | 1 | -3/+1 |
| 2017-03-24 | i2c: mux: pca954x: Add missing pca9546 definition to chip_desc | Mike Looijmans | 1 | -1/+5 |
| 2017-03-23 | Revert "i2c: mux: pca954x: Add ACPI support for pca954x" | Andy Shevchenko | 1 | -27/+1 |
| 2017-03-15 | i2c: mux: pca954x: make use of raw_spinlock variants | Julia Cartwright | 1 | -6/+6 |
| 2017-02-10 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 1 | -4/+146 |
| 2017-02-10 | i2c: mux: pca954x: Add interrupt controller support | Phil Reid | 1 | -2/+139 |
| 2017-02-10 | i2c: mux: pca954x: Add missing pca9542 definition to chip_desc | Phil Reid | 1 | -2/+7 |
| 2017-02-09 | i2c: mux: pca9541: Export OF device ID table as module aliases | Javier Martinez Canillas | 1 | -0/+1 |
| 2017-02-09 | i2c: mux: pca954x: Export OF device ID table as module aliases | Javier Martinez Canillas | 1 | -0/+1 |
| 2017-02-09 | i2c: mux: mlxcpld: remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
| 2016-12-18 | i2c: mux: mlxcpld: fix i2c mux selection caching | Peter Rosin | 1 | -11/+13 |
| 2016-12-17 | i2c: mux: pca954x: fix i2c mux selection caching | Russell King | 1 | -1/+4 |
| 2016-12-15 | Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -5/+273 |
| 2016-11-29 | i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleep | Peter Rosin | 1 | -4/+14 |
| 2016-11-29 | i2c: mux: pca954x: Add ACPI support for pca954x | tnhuynh@apm.com | 1 | -1/+27 |
| 2016-11-19 | i2c: i2c-mux-pca954x: fix deselect enabling for device-tree | Alex Hemme | 1 | -2/+2 |
| 2016-11-17 | i2c: mux: mellanox: add driver | Vadim Pasternak | 3 | -0/+232 |
| 2016-11-14 | i2c: mux: fix up dependencies | Linus Walleij | 1 | -0/+1 |
| 2016-11-10 | i2c: mux: demux-pinctrl: make drivers with no pinctrl work again | Wolfram Sang | 1 | -2/+20 |
| 2016-10-07 | Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 3 | -14/+45 |
| 2016-09-21 | i2c: mux: pca954x: retry updating the mux selection on failure | Peter Rosin | 1 | -1/+1 |
| 2016-09-08 | i2c: mux: demux-pinctrl: run properly with multiple instances | Wolfram Sang | 1 | -4/+10 |
| 2016-08-25 | i2c: pca954x: add device tree binding | Peter Rosin | 1 | -12/+34 |
| 2016-08-25 | i2c: pca9541: add device tree binding | Peter Rosin | 1 | -0/+8 |
| 2016-08-25 | i2c: mux: inform the i2c mux core about how it is used | Peter Rosin | 2 | -2/+3 |
| 2016-08-25 | i2c: mux: demux-pinctrl: invalidate properly when switching fails | Wolfram Sang | 1 | -0/+1 |
| 2016-08-15 | i2c: mux: demux-pinctrl: properly roll back when adding adapter fails | Wolfram Sang | 1 | -1/+3 |
| 2016-07-06 | i2c: mux: reg: wrong condition checked for of_address_to_resource return value | Lukasz Gemborowski | 1 | -1/+1 |
| 2016-06-09 | i2c: mux: reg: Provide of_match_table | Lukasz Gemborowski | 1 | -0/+1 |
| 2016-05-04 | i2c: mux: relax locking of the top i2c adapter during mux-locked muxing | Peter Rosin | 2 | -0/+56 |
| 2016-04-24 | i2c: mux: pinctrl: fix indentation for better readability | Wolfram Sang | 1 | -7/+7 |
| 2016-04-22 | i2c: i2c-mux-reg: convert to use an explicit i2c mux core | Peter Rosin | 1 | -44/+25 |
| 2016-04-22 | i2c: i2c-mux-pca954x: convert to use an explicit i2c mux core | Peter Rosin | 1 | -31/+30 |
| 2016-04-22 | i2c: i2c-mux-pca9541: convert to use an explicit i2c mux core | Peter Rosin | 1 | -31/+27 |
| 2016-04-22 | i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux core | Peter Rosin | 1 | -27/+20 |
| 2016-04-22 | i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux core | Peter Rosin | 1 | -53/+30 |
| 2016-04-22 | i2c: i2c-mux-gpio: convert to use an explicit i2c mux core | Peter Rosin | 1 | -33/+22 |
| 2016-04-01 | i2c: mux: demux-pinctrl: Clean up sysfs attributes | Ben Hutchings | 1 | -10/+29 |
| 2016-02-12 | i2c: mux: demux-pinctrl: add driver | Wolfram Sang | 3 | -0/+283 |
| 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 |