aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
AgeCommit message (Expand)AuthorFilesLines
2024-03-20i2c: muxes: pca954x: Allow sharing reset GPIOChris Packham1-8/+38
2024-03-15Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+42
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska1-1/+1
2024-02-08i2c: muxes: pca954x: Enable features on MAX7357Patrick Rudolph1-1/+42
2024-01-18i2c: mux: reg: Remove class-based device auto-detection supportHeiner Kallweit1-3/+1
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+9
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2023-10-29i2c: mux: demux-pinctrl: Convert to use sysfs_emit_at() APIye xingchen1-3/+3
2023-10-21i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-21i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-21i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-13i2c: mux: gpio: don't fiddle with GPIOLIB internalsBartosz Golaszewski1-6/+6
2023-09-24i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counte...Kees Cook1-3/+3
2023-09-22i2c: mux: gpio: adhere to coding styleWolfram Sang1-4/+3
2023-09-21i2c: mux: gpio: Add missing fwnode_handle_put()Liang He1-1/+3
2023-09-20i2c: mux: demux-pinctrl: check the return value of devm_kstrdup()Xiaoke Wang1-0/+4
2023-08-23i2c: muxes: pca954x: Add regulator supportPatrick Rudolph1-5/+23
2023-08-23i2c: muxes: pca954x: Add MAX735x/MAX736x supportPatrick Rudolph2-4/+69
2023-08-14I2C: Explicitly include correct DT includesRob Herring2-2/+1
2023-08-08i2c: mux: ltc4306: Remove an unnecessary ternary operatorRuan Jinjie1-1/+1
2023-08-08i2c: mux: pca954x: Remove #ifdef guards for PM related functionsPaul Cercueil1-4/+2
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König7-26/+14
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König3-3/+3
2022-12-07i2c: mux: reg: check return value after calling platform_get_resource()Yang Yingliang1-3/+2
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-12-05i2c: mux: pca9541: switch to using .probe_newPeter Rosin1-3/+2
2022-08-23i2c: muxes: Drop obsolete dependency on COMPILE_TESTJean Delvare2-4/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König3-7/+3
2022-07-26i2c: mux-gpmux: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-03-20i2c: mux: demux-pinctrl: do not deactivate a master that is not activePeter Rosin1-2/+3
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko1-1/+2
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko1-3/+4
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko1-41/+2
2021-05-27i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2021-02-09i2c: mux: mlxcpld: Add callback to notify mux creation completionVadim Pasternak1-0/+4
2021-02-09i2c: mux: mlxcpld: Extend supported mux numberVadim Pasternak1-8/+2
2021-02-09i2c: mux: mlxcpld: Extend driver to support word address space devicesVadim Pasternak1-8/+39
2021-02-09i2c: mux: mlxcpld: Get rid of adapter numbers enforcementVadim Pasternak1-5/+2
2021-02-09i2c: mux: mlxcpld: Prepare mux selection infrastructure for two-byte supportVadim Pasternak1-9/+9
2021-02-09i2c: mux: mlxcpld: Convert driver to platform driverVadim Pasternak1-34/+28
2021-02-01i2c: mux: mlxcpld: Move header file out of x86 realmVadim Pasternak1-1/+1
2021-02-01i2c: mux: mlxcpld: Update module licenseVadim Pasternak1-30/+3
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green1-28/+79
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green1-2/+3
2020-09-18i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-18i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+6
2020-05-20Merge branch 'i2c/for-current-fixed' into i2c/for-5.8Wolfram Sang1-0/+1
2020-05-15i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_pro...Christophe JAILLET1-0/+1
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko1-5/+2
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko1-3/+2
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko1-10/+5
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko1-10/+7
2020-01-03i2c: mux: pca954x: support property idle-stateBiwen Li1-23/+46
2020-01-03i2c: mux: pca9541: use the BIT macroPeter Rosin1-14/+15
2019-11-25i2c: Fix Kconfig indentationKrzysztof Kozlowski1-9/+9
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-141/+59
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij1-86/+30
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-06-10i2c: mux: pinctrl: use flexible-array member and struct_size() helperGustavo A. R. Silva1-3/+2
2019-06-10i2c: mux: arb-gpio: Rewrite to use GPIO descriptorsLinus Walleij1-52/+27
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-03Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang3-36/+82
2019-04-21i2c: mux: demux-pinctrl: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+2
2019-04-21i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman1-8/+77
2019-04-21i2c: mux: pca9541: remove support for unused platform dataRobert Shearman1-7/+1
2019-04-21i2c: mux: pca954x: remove support for unused platform dataRobert Shearman1-20/+3
2019-04-16i2c: demux: handle the new atomic callbacksWolfram Sang1-0/+2
2018-10-29Merge branch 'i2c/for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-5/+5
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang3-3/+3
2018-10-08i2c: mux: mlxcpld: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-08i2c: mux: ltc4306: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-08i2c: mux: pca954x: simplify code to reach the adapterLuca Ceresoli1-1/+1
2018-10-05i2c: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+2
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-9/+4
2018-08-04Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang1-13/+11
2018-07-30i2c: mux: pca954x: use helper variable in probeLinus Walleij1-13/+11
2018-07-13Merge branch 'i2c/precise-locking-names_immutable' into i2c/for-4.19Wolfram Sang1-3/+3
2018-07-13i2c: mux: pca9541: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-3/+3
2018-07-03i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin1-23/+4
2018-07-03i2c: mux: pca9541: make use of __i2c_smbus_xferPeter Rosin1-58/+11
2018-07-03i2c: mux: mlxcpld: make use of __i2c_smbus_xferPeter Rosin1-24/+4
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-16/+20
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-6/+7
2018-05-30Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang4-15/+19
2018-05-24i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_dataJulia Lawall1-5/+2
2018-05-24i2c: mux: demux-pinctrl: use proper parent device for demux adapterWolfram Sang1-1/+1
2018-05-24i2c: mux: reg: failed memory allocation is logged elsewhereMarkus Elfring1-3/+1
2018-05-19i2c: mux: pca954x: force reset on probe if availableMike Looijmans1-2/+9
2018-05-19i2c: mux: demux-pinctrl: disable PM user interfaceWolfram Sang1-0/+3
2018-05-19i2c: mux: ltc4306: switch to using .probe_newPeter Rosin1-4/+3
2018-05-17i2c: mux: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-03-06i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin1-6/+49
2017-12-30i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski1-0/+3
2017-12-30i2c: mux: pca954x: add support for NXP PCA984x familyAdrian Fiergolski2-7/+37
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-69/+35
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang1-63/+32
2017-10-28i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid1-0/+4
2017-10-28i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid1-63/+28
2017-10-20i2c: mux: reg: use of_property_read_bool()Sergei Shtylyov1-6/+3
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-163/+82
2017-08-27Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-161/+80
2017-08-22i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin1-1/+1
2017-08-17i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter1-1/+1
2017-08-14i2c: mux: pinctrl: drop the idle_state memberPeter Rosin1-6/+2
2017-08-14i2c: mux: pinctrl: remove platform_dataPeter Rosin2-148/+72
2017-08-14i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang1-1/+1
2017-08-14i2c: mux: pca954x: move header file out of I2C realmWolfram Sang2-2/+2
2017-08-14i2c: mux: pca9541: sort include filesWolfram Sang1-4/+3
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-07-17i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman1-1/+1
2017-06-03i2c: i2c-mux-gpmux: new driverPeter Rosin3-0/+187
2017-05-15i2c: mux: reg: rename label to indicate what it doesPeter Rosin1-2/+2
2017-05-15i2c: mux: reg: put away the parent i2c adapter on probe failurePeter Rosin1-5/+12
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-27/+346
2017-04-12i2c: mux: ltc4306: LTC4306 and LTC4305 I2C multiplexer/switchMichael Hennerich3-0/+334
2017-04-03i2c: mux: reg: stop double error reportingPeter Rosin1-3/+1
2017-04-03i2c: mux: pinctrl: stop double error reportingPeter Rosin1-3/+1
2017-04-03i2c: mux: pca954x: stop double error reportingPeter Rosin1-6/+1
2017-04-03i2c: mux: pca9541: stop double error reportingPeter Rosin1-3/+1
2017-04-03i2c: mux: gpio: stop double error reportingPeter Rosin1-3/+1
2017-04-03i2c: arb: gpio-challenge: stop double error reportingPeter Rosin1-3/+1
2017-03-24i2c: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans1-1/+5
2017-03-23Revert "i2c: mux: pca954x: Add ACPI support for pca954x"Andy Shevchenko1-27/+1
2017-03-15i2c: mux: pca954x: make use of raw_spinlock variantsJulia Cartwright1-6/+6
2017-02-10Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang1-4/+146
2017-02-10i2c: mux: pca954x: Add interrupt controller supportPhil Reid1-2/+139
2017-02-10i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid1-2/+7
2017-02-09i2c: mux: pca9541: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-02-09i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas1-0/+1
2017-02-09i2c: mux: mlxcpld: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-12-18i2c: mux: mlxcpld: fix i2c mux selection cachingPeter Rosin1-11/+13
2016-12-17i2c: mux: pca954x: fix i2c mux selection cachingRussell King1-1/+4
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-5/+273
2016-11-29i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepPeter Rosin1-4/+14
2016-11-29i2c: mux: pca954x: Add ACPI support for pca954xtnhuynh@apm.com1-1/+27
2016-11-19i2c: i2c-mux-pca954x: fix deselect enabling for device-treeAlex Hemme1-2/+2
2016-11-17i2c: mux: mellanox: add driverVadim Pasternak3-0/+232
2016-11-14i2c: mux: fix up dependenciesLinus Walleij1-0/+1
2016-11-10i2c: mux: demux-pinctrl: make drivers with no pinctrl work againWolfram Sang1-2/+20
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds3-14/+45
2016-09-21i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin1-1/+1
2016-09-08i2c: mux: demux-pinctrl: run properly with multiple instancesWolfram Sang1-4/+10
2016-08-25i2c: pca954x: add device tree bindingPeter Rosin1-12/+34
2016-08-25i2c: pca9541: add device tree bindingPeter Rosin1-0/+8
2016-08-25i2c: mux: inform the i2c mux core about how it is usedPeter Rosin2-2/+3
2016-08-25i2c: mux: demux-pinctrl: invalidate properly when switching failsWolfram Sang1-0/+1
2016-08-15i2c: mux: demux-pinctrl: properly roll back when adding adapter failsWolfram Sang1-1/+3
2016-07-06i2c: mux: reg: wrong condition checked for of_address_to_resource return valueLukasz Gemborowski1-1/+1
2016-06-09i2c: mux: reg: Provide of_match_tableLukasz Gemborowski1-0/+1
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2-0/+56
2016-04-24i2c: mux: pinctrl: fix indentation for better readabilityWolfram Sang1-7/+7
2016-04-22i2c: i2c-mux-reg: convert to use an explicit i2c mux corePeter Rosin1-44/+25
2016-04-22i2c: i2c-mux-pca954x: convert to use an explicit i2c mux corePeter Rosin1-31/+30
2016-04-22i2c: i2c-mux-pca9541: convert to use an explicit i2c mux corePeter Rosin1-31/+27
2016-04-22i2c: i2c-arb-gpio-challenge: convert to use an explicit i2c mux corePeter Rosin1-27/+20
2016-04-22i2c: i2c-mux-pinctrl: convert to use an explicit i2c mux corePeter Rosin1-53/+30
2016-04-22i2c: i2c-mux-gpio: convert to use an explicit i2c mux corePeter Rosin1-33/+22
2016-04-01i2c: mux: demux-pinctrl: Clean up sysfs attributesBen Hutchings1-10/+29
2016-02-12i2c: mux: demux-pinctrl: add driverWolfram Sang3-0/+283
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/...Linus 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/g...Linus Torvalds5-5/+0
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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/...Linus 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