summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes/i2c-mux-pca954x.c
Commit message (Expand)AuthorAgeFilesLines
* Rename struct driver_d to driverSascha Hauer2023-01-101-1/+1
* Rename struct device_d to deviceSascha Hauer2023-01-101-1/+1
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-2/+2
* drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* Merge branch 'for-next/spdx'Sascha Hauer2021-11-151-4/+1
|\
| * drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-4/+1
* | i2c-mux-pca954x: drop duplicate warning message on probeAhmad Fatoum2021-11-011-3/+1
|/
* i2c-mux-pca954x: Add support for "i2c-mux-idle-disconnect"Andrey Smirnov2019-10-141-1/+18
* i2c/pca954x: Initialize the mux to disconnected stateAndrey Smirnov2019-09-091-3/+4
* i2c-mux-pca954x: remove use of uninitialized variableAhmad Fatoum2019-08-301-3/+3
* i2c: introduce device_i2c_driver() macroMarco Felsch2018-10-191-7/+1
* i2c-mux-pca954x: fix out-of-bounds write for 64 bit systemsPeter Mamonov2018-05-241-1/+3
* i2c-mux-pca954x: Add code to control reset lineAndrey Smirnov2017-01-101-0/+7
* i2c: add pca954x bus multiplexer driverAntony Pavlov2015-11-191-0/+251