summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/i2c-mux-pca954x.c
AgeCommit message (Expand)Author
2023-08-23i2c: muxes: pca954x: Add regulator supportPatrick Rudolph
2023-08-23i2c: muxes: pca954x: Add MAX735x/MAX736x supportPatrick Rudolph
2023-08-08i2c: mux: pca954x: Remove #ifdef guards for PM related functionsPaul Cercueil
2023-03-09i2c: mux: Convert all drivers to new .probe() callbackUwe Kleine-König
2022-12-05i2c: mux: pca954x: Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2020-05-11i2c: mux: pca954x: Convert license to SPDX identifierAndy Shevchenko
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko
2020-01-03i2c: mux: pca954x: support property idle-stateBiwen Li
2019-04-21i2c: mux: pca954x: allow management of device idle state via sysfsRobert Shearman
2019-04-21i2c: mux: pca954x: remove support for unused platform dataRobert Shearman
2018-10-08i2c: mux: pca954x: simplify code to reach the adapterLuca Ceresoli
2018-08-04Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang
2018-07-30i2c: mux: pca954x: use helper variable in probeLinus Walleij
2018-07-03i2c: mux: pca954x: make use of __i2c_smbus_xferPeter Rosin
2018-05-24i2c: mux: pca954x: merge calls to of_match_device and of_device_get_match_dataJulia Lawall
2018-05-19i2c: mux: pca954x: force reset on probe if availableMike Looijmans
2018-03-06i2c: mux: pca954x: verify the device id of the pca984x chipsPeter Rosin
2017-12-30i2c: mux: pca954x: add support for NXP PCA984x familyAdrian Fiergolski
2017-10-28i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid
2017-10-28i2c: mux: pca954x: call request irq after adding mux segmentsPhil Reid
2017-08-14i2c: mux: pca954x: move header file out of I2C realmWolfram Sang
2017-05-03Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-03i2c: mux: pca954x: stop double error reportingPeter Rosin
2017-03-24i2c: mux: pca954x: Add missing pca9546 definition to chip_descMike Looijmans
2017-03-23Revert "i2c: mux: pca954x: Add ACPI support for pca954x"Andy Shevchenko
2017-03-15i2c: mux: pca954x: make use of raw_spinlock variantsJulia Cartwright
2017-02-10Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang
2017-02-10i2c: mux: pca954x: Add interrupt controller supportPhil Reid
2017-02-10i2c: mux: pca954x: Add missing pca9542 definition to chip_descPhil Reid
2017-02-09i2c: mux: pca954x: Export OF device ID table as module aliasesJavier Martinez Canillas
2016-12-17i2c: mux: pca954x: fix i2c mux selection cachingRussell King
2016-12-15Merge branch 'i2c/for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-11-29i2c: mux: pca954x: Add ACPI support for pca954xtnhuynh@apm.com
2016-11-19i2c: i2c-mux-pca954x: fix deselect enabling for device-treeAlex Hemme
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2016-09-21i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin
2016-08-25i2c: pca954x: add device tree bindingPeter Rosin
2016-04-22i2c: i2c-mux-pca954x: convert to use an explicit i2c mux corePeter Rosin
2015-08-10i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-06-17i2c: mux: pca954x: Use __i2c_transfer because of quirksAlexander Sverdlin
2015-03-09i2c: pca954x: improve usage of gpiod APIUwe Kleine-König
2015-01-23of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driverAlexander Sverdlin
2014-08-01i2c: pca954x: put the mux to disconnected state after resumeJisheng Zhang
2014-06-05i2c: pca954x: Fix compilation without CONFIG_GPIOLIBLaurent Pinchart
2014-06-03i2c: mux: pca954x: Use the descriptor-based GPIO APILaurent Pinchart
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds