index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2024-05-13
i2c: mux: Remove class argument from i2c_mux_add_adapter()
Heiner Kallweit
1
-1
/
+1
2024-03-20
i2c: muxes: pca954x: Allow sharing reset GPIO
Chris Packham
1
-8
/
+38
2024-02-08
i2c: muxes: pca954x: Enable features on MAX7357
Patrick Rudolph
1
-1
/
+42
2023-08-24
i2c: muxes: pca954x: Add regulator support
Patrick Rudolph
1
-5
/
+23
2023-08-24
i2c: muxes: pca954x: Add MAX735x/MAX736x support
Patrick Rudolph
1
-1
/
+66
2023-08-08
i2c: mux: pca954x: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-4
/
+2
2023-03-09
i2c: mux: Convert all drivers to new .probe() callback
Uwe Kleine-König
1
-1
/
+1
2022-12-05
i2c: mux: pca954x: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-2
/
+1
2020-05-11
i2c: mux: pca954x: Convert license to SPDX identifier
Andy Shevchenko
1
-5
/
+2
2020-05-11
i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()
Andy Shevchenko
1
-3
/
+2
2020-05-11
i2c: mux: pca954x: Make use of device properties
Andy Shevchenko
1
-10
/
+5
2020-05-11
i2c: mux: pca954x: Refactor pca954x_irq_handler()
Andy Shevchenko
1
-10
/
+7
2020-01-03
i2c: mux: pca954x: support property idle-state
Biwen Li
1
-23
/
+46
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
[next]