summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* ds1307(4): Fix a typo in a source code commentGordon Bergling2024-04-271-1/+1
* ds1307: restore hints-based configuration on FDT systemsAndriy Gapon2024-02-171-6/+5
* iichid(4): Switch taskqueue to "fast"Alexander Motin2024-01-191-1/+1
* iichid(4): Unify two taskqueue tasksAlexander Motin2024-01-191-10/+7
* iichid(4): Restore/increase sampling rateAlexander Motin2024-01-191-3/+3
* iicbb: Fix pause_sbt() arguments orderAlexander Motin2024-01-191-1/+3
* iichid(4): Improve idle sampling hysteresisAlexander Motin2024-01-191-10/+29
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2350-97/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2313-26/+0
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2531-31/+31
* iicbus(4): Use the existing CTLFLAG_RWTUN flag definitionZhenlei Huang2023-04-171-1/+1
* iichid(4): Add support for ASUS C300 chromebook.Vladimir Kondratyev2022-12-241-16/+31
* iichid(4): Implement I2CRDWR command in hid_ioctl methodVladimir Kondratyev2022-12-241-0/+19
* nxprtc: Fix timing issue with register access.Tetsuya Uemura2022-11-041-1/+1
* rx8803_settime: remove write only variable busWarner Losh2022-10-021-3/+0
* tca6416: remove write only scWarner Losh2022-10-021-6/+0
* ds1307: add support for the EPSON RX-8035SA I2C RTCMathew McBride2022-09-212-55/+215
* ltc430x(4): Fix a typo in a source code commentGordon Bergling2022-09-061-1/+1
* pca954x: harmonize pca9547 and pca954x and add pca9540 supportBjoern A. Zeeb2022-07-181-36/+74
* tca6416: add support for tca9539Bjoern A. Zeeb2022-07-181-0/+1
* twsi: Plug set but not used variableEmmanuel Vadot2022-05-161-2/+0
* twsi: Make ext_resources non-optionalEmmanuel Vadot2022-05-163-14/+0
* iicbus(4): Fix two typos in kernel error messagesGordon Bergling2022-04-231-2/+2
* iichid(4): Perform acknowledgement of I2C device interrupt after RESET commandVladimir Kondratyev2022-02-241-0/+5
* twsi: use twsi_error() to handle wrong bus status when startingAndriy Gapon2021-12-261-16/+16
* twsi: fix handling of consecuitve write messages in transactionAndriy Gapon2021-12-231-1/+2
* ds3231: allow configuration via hints on FDT systemsAndriy Gapon2021-12-231-3/+7
* pcf8591: remove write-only variablesAndriy Gapon2021-12-201-4/+1
* twsi: support more message combinations in transfersAndriy Gapon2021-12-171-32/+53
* twsi: make data receiving code saferAndriy Gapon2021-12-171-21/+41
* twsi: remove redundant write of control registerAndriy Gapon2021-12-171-1/+0
* twsi: move handling of TWSI_CONTROL_ACK into the state machineAndriy Gapon2021-12-171-14/+26
* twsi: unify error handling, explicitly handle more conditionsAndriy Gapon2021-12-101-14/+32
* twsi: improve a handful of debug messagesAndriy Gapon2021-12-101-5/+7
* twsi: do not attempt transfer if bus is not idleAndriy Gapon2021-12-101-1/+10
* twsi: remove redundant enabling of the controllerAndriy Gapon2021-12-101-3/+0
* twsi: protect interaction between twsi_transfer and twsi_intrAndriy Gapon2021-12-101-9/+27
* twsi: compile in support for debug messages, disabled by defaultAndriy Gapon2021-12-032-62/+75
* twsi: remove write-only softc fieldAndriy Gapon2021-12-032-3/+0
* twsi: add more of status definitionsAndriy Gapon2021-12-031-0/+3
* twsi: sort headers, remove unneededAndriy Gapon2021-12-031-7/+3
* icee: allow configuration via hints on FDT-based systemsAndriy Gapon2021-11-271-38/+26
* ds1307: allow configuration via hints on FDT-based systemsAndriy Gapon2021-11-271-10/+5
* pca954x: driver for PCA954x / TCA954x I2C switchesAndriy Gapon2021-11-241-0/+214
* pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2CAndriy Gapon2021-11-211-0/+425
* driver for MAX44009 I2C illuminance sensorAndriy Gapon2021-11-131-0/+193
* pcf8591: driver for adc/dac with i2c interfaceAndriy Gapon2021-11-131-0/+271