aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
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/for-5.2Wolfram 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/wsa/linuxLinus Torvalds4-5/+5
2018-10-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.20-fixedWolfram 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/for-4.19Wolfram 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/wsa/linuxLinus 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/for-4.18Wolfram 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/git/wsa/linuxLinus 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/wsa/linuxLinus Torvalds6-163/+82
2017-08-27Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c/for-4.14Wolfram Sang5-161/+80
2017-08-22i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin1-1/+1