index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
muxes
/
i2c-mux-pca954x.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-22
i2c: mux: pca954x: allow management of device idle state via sysfs
Robert Shearman
1
-8
/
+77
2019-04-22
i2c: mux: pca954x: remove support for unused platform data
Robert Shearman
1
-20
/
+3
2018-10-09
i2c: mux: pca954x: simplify code to reach the adapter
Luca Ceresoli
1
-1
/
+1
2018-08-05
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-03
i2c: mux: pca954x: make use of __i2c_smbus_xfer
Peter Rosin
1
-23
/
+4
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-20
i2c: mux: pca954x: force reset on probe if available
Mike Looijmans
1
-2
/
+9
2018-03-06
i2c: mux: pca954x: verify the device id of the pca984x chips
Peter Rosin
1
-6
/
+49
2017-12-31
i2c: mux: pca954x: add support for NXP PCA984x family
Adrian Fiergolski
1
-4
/
+34
2017-10-29
i2c: mux: pca954x: Return error if irq_create_mapping fails
Phil Reid
1
-0
/
+4
2017-10-29
i2c: mux: pca954x: call request irq after adding mux segments
Phil Reid
1
-63
/
+28
2017-08-14
i2c: mux: pca954x: move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-05-03
Merge branch 'i2c/for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+7
2017-04-03
i2c: mux: pca954x: stop double error reporting
Peter Rosin
1
-6
/
+1
2017-03-24
i2c: mux: pca954x: Add missing pca9546 definition to chip_desc
Mike Looijmans
1
-1
/
+5
2017-03-24
Revert "i2c: mux: pca954x: Add ACPI support for pca954x"
Andy Shevchenko
1
-27
/
+1
2017-03-16
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: pca954x: Export OF device ID table as module aliases
Javier Martinez Canillas
1
-0
/
+1
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
1
-1
/
+27
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-10-08
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-12
/
+34
2016-09-22
i2c: mux: pca954x: retry updating the mux selection on failure
Peter Rosin
1
-1
/
+1
2016-08-25
i2c: pca954x: add device tree binding
Peter Rosin
1
-12
/
+34
2016-04-22
i2c: i2c-mux-pca954x: convert to use an explicit i2c mux core
Peter Rosin
1
-31
/
+30
2015-08-10
i2c: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-06-17
i2c: mux: pca954x: Use __i2c_transfer because of quirks
Alexander Sverdlin
1
-1
/
+1
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-08-01
i2c: pca954x: put the mux to disconnected state after resume
Jisheng Zhang
1
-0
/
+15
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
1
-1
/
+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
1
-1
/
+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-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-04-02
i2c: Ignore the return value of i2c_del_mux_adapter()
Lars-Peter Clausen
1
-4
/
+2
2012-10-06
i2c-mux: Add support for device auto-detection
Jean Delvare
1
-4
/
+6
2012-05-12
i2c: muxes: rename first set of drivers to a standard pattern
Wolfram Sang
1
-0
/
+291