Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
831e9da7dc5c22fd2a5fb64e999f6e077a4338c3
/
drivers
/
i2c
/
muxes
5a73882
i2c: mux: reg Change ioread endianness for readback
by York Sun
· 9 years ago
a05a34e
i2c: mux: reg: fix compilation warnings
by Mike Rapoport
· 9 years ago
fce388a
i2c: mux: reg: simplify register size checking
by Wolfram Sang
· 9 years ago
bdbf4a2
i2c: muxes: fix leaked i2c adapter device node references
by Vladimir Zapolskiy
· 9 years ago
b3fdd32
i2c: mux: Add register-based mux i2c-mux-reg
by York Sun
· 9 years ago
0d1ad98
i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface
by Vladimir Zapolskiy
· 9 years ago
069d5b7
i2c: Drop owner assignment from i2c_driver
by Krzysztof Kozlowski
· 9 years ago
0a8237a
i2c: mux: pca954x: Use __i2c_transfer because of quirks
by Alexander Sverdlin
· 9 years ago
7e5cd69
i2c: Allow compile test of GPIO consumers if !GPIOLIB
by Geert Uytterhoeven
· 10 years ago
623e4ec
i2c: i2c-mux-gpio: remove error messages for probe deferrals
by Ioan Nicu
· 10 years ago
58b59e0
i2c: pca954x: improve usage of gpiod API
by Uwe Kleine-König
· 10 years ago
72f0271
of: i2c: Add i2c-mux-idle-disconnect DT property to PCA954x mux driver
by Alexander Sverdlin
· 10 years ago
37e5dc1
i2c: muxes: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
f7dbaef
Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 10 years ago
f5e596c
i2c: pca954x: put the mux to disconnected state after resume
by Jisheng Zhang
· 10 years ago
e556756
i2c: mux: pca954x: fix dependencies
by Linus Walleij
· 10 years ago
642653d
i2c: pca954x: Fix compilation without CONFIG_GPIOLIB
by Laurent Pinchart
· 10 years ago
4807e84
i2c: mux: pca954x: Use the descriptor-based GPIO API
by Laurent Pinchart
· 10 years ago
f7a6ad9
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
9076e0c
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 11 years ago
7c81c60
Update Jean Delvare's e-mail address
by Jean Delvare
· 11 years ago
21d0b7c
i2c: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
1209795
i2c: pca954x: Add reset GPIO support
by Laurent Pinchart
· 11 years ago
bc12cfc
i2c: pca954x: Use devm_kzalloc managed allocator
by Laurent Pinchart
· 11 years ago
4b9b007
i2c: pca954x: Sort headers alphabetically
by Laurent Pinchart
· 11 years ago
13509c3
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
8c0ec25
i2c: mux: gpio: use reg value for i2c_add_mux_adapter
by Ionut Nicu
· 11 years ago
250ad59
i2c: mux: gpio: use gpio_set_value_cansleep()
by Ionut Nicu
· 11 years ago
4edd65e
i2c: Include linux/of.h header
by Sachin Kamat
· 11 years ago
2737de4
i2c: i2c-mux-pinctrl: use deferred probe when adapter not found
by Wolfram Sang
· 11 years ago
0cd9806
i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not found
by Wolfram Sang
· 11 years ago
9937b8d
i2c: i2c-mux-gpio: use deferred probing
by Ionut Nicu
· 11 years ago
492ed77
i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors
by Ionut Nicu
· 11 years ago
4e90532
i2c: remove redundant of_match_ptr
by Sachin Kamat
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 11 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
5647ac0
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 12 years ago
b81dfaa
i2c: mux: Add i2c-arb-gpio-challenge 'mux' driver
by Doug Anderson
· 12 years ago
76ec9d1
Convert selectors of GENERIC_GPIO to GPIOLIB
by Alexandre Courbot
· 12 years ago
a205e63
i2c: Ignore the return value of i2c_del_mux_adapter()
by Lars-Peter Clausen
· 12 years ago
7fafae6
i2c: mux: gpio: Check gpio_direction_output return value
by Jean Delvare
· 12 years ago
b104153
i2c: Fix my e-mail address in drivers and documentation
by Guenter Roeck
· 12 years ago
52caa59
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 12 years ago
55827f4
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
by Doug Anderson
· 12 years ago
422d26b
Merge 3.8-rc5 into driver-core-next
by Greg Kroah-Hartman
· 12 years ago
43a2bd4
i2c: muxes: fix wrong use of sizeof(ptr)
by Laurent Navet
· 12 years ago
240335f
drivers/i2c/muxes: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
0b255e9
i2c: remove __dev* attributes from subsystem
by Bill Pemberton
· 12 years ago
752451f
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
9b7a0c4
i2c: mux: Add dt support to i2c-mux-gpio driver
by Maxime Ripard
· 12 years ago
aa1e3e8
i2c-mux-pinctrl: Fix probe error path
by Guenter Roeck
· 12 years ago
e7ee514
i2c-mux-gpio: Add support for dynamically allocated GPIO pins
by Jean Delvare
· 12 years ago
2614a85
i2c-mux-gpio: Use devm_kzalloc instead of kzalloc
by Maxime Ripard
· 12 years ago
eee543e
i2c-mux: Add support for device auto-detection
by Jean Delvare
· 12 years ago
83a638d
i2c: Update Guenter Roeck's e-mail address
by Guenter Roeck
· 12 years ago
ae58d1e
i2c: Add generic I2C multiplexer using pinctrl API
by Stephen Warren
· 12 years ago
e7065e2
i2c: Rename last mux driver to standard pattern
by Jean Delvare
· 13 years ago
b4f0b74
i2c: muxes: rename first set of drivers to a standard pattern
by Wolfram Sang
· 13 years ago
5a3ecd5
i2c: Add a struct device * parameter to i2c_add_mux_adapter()
by David Daney
· 13 years ago
de05497
i2c: Convert drivers/i2c/muxes/* to use module_i2c_driver()
by Axel Lin
· 13 years ago
245e99c
i2c/gpio-i2cmux: Convert to use module_platform_driver()
by Axel Lin
· 13 years ago
cd823db
i2c/pca954x: Initialize the mux to disconnected state
by Petri Gynther
· 13 years ago
92ed1a7
i2c: Add generic I2C multiplexer using GPIO API
by Peter Korsgaard
· 14 years ago
db79f2a
i2c/pca954x: Remove __devinit and __devexit from probe and remove functions
by Guenter Roeck
· 14 years ago
ae63b13
i2c/mux: Driver for PCA9541 I2C Master Selector
by Guenter Roeck
· 14 years ago
ef9d9b8
i2c: Change to new flag variable
by matt mooney
· 14 years ago
7f52813
i2c: I2C bus multiplexer driver pca954x
by Michael Lawnick
· 14 years ago