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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-19
i2c: i2c-mux-pca954x: fix deselect enabling for device-tree
Alex Hemme
1
-2
/
+2
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-08
Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
3
-14
/
+45
2016-09-22
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-05
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-25
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
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-10-20
i2c: muxes: drop owner assignment from platform_drivers
Wolfram Sang
3
-3
/
+0
2014-08-09
Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+15
2014-08-01
i2c: pca954x: put the mux to disconnected state after resume
Jisheng Zhang
1
-0
/
+15
2014-06-27
i2c: mux: pca954x: fix dependencies
Linus Walleij
1
-0
/
+1
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
5
-5
/
+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
5
-5
/
+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-11-19
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-6
/
+7
2013-10-30
i2c: mux: gpio: use reg value for i2c_add_mux_adapter
Ionut Nicu
1
-2
/
+2
[next]