aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/mux
Commit message (Expand)AuthorAgeFilesLines
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-064-4/+4
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-2/+2
* iicbus/mux/pca954x: add support for PCA9546 I2C SwitchBjoern A. Zeeb2024-02-211-1/+10
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-165-10/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ltc430x(4): Fix a typo in a source code commentGordon Bergling2022-09-031-1/+1
* pca954x: harmonize pca9547 and pca954x and add pca9540 supportBjoern A. Zeeb2022-07-041-34/+74
* iicbus: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-064-12/+5
* Remove unused ofw_iicbus_devclass.John Baldwin2022-05-064-5/+4
* Remove unused iicbus_devclass.John Baldwin2022-05-064-4/+4
* pca954x: driver for PCA954x / TCA954x I2C switchesAndriy Gapon2021-11-131-0/+214
* Revert "Define PNP info after defining driver modules"Mark Johnston2021-01-233-8/+6
* Define PNP info after defining driver modulesMark Johnston2021-01-213-6/+8
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-051-0/+162
* Fix the variable name passed to OF_getprop().John Baldwin2020-09-021-1/+1
* In ltc430x(4), add the ability to configure control register 2 via FDT orIan Lepore2020-09-021-2/+39
* iicmux: fix a sign error in comparisonAndriy Gapon2020-08-181-1/+1
* Remove some trailing whitespace; no functional changes.Ian Lepore2020-01-081-3/+3
* Split the code to find and add iicbus children out to its own function.Ian Lepore2020-01-081-38/+41
* Change some KASSERT to device_printf + return EINVAL. There's no need toIan Lepore2020-01-081-10/+15
* Init sc->maxbus to -1, not 0. It represents the highest array index thatIan Lepore2020-01-081-4/+6
* Ensure any reserved gpio pins get released if an early exit is takenIan Lepore2020-01-081-7/+25
* Add support for i2c bus mux hardware.Ian Lepore2020-01-025-0/+984