aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
Commit message (Expand)AuthorAgeFilesLines
* iichid(4): Add support for ASUS C300 chromebook.Vladimir Kondratyev2022-03-021-16/+31
* iichid(4): Implement I2CRDWR command in hid_ioctl methodVladimir Kondratyev2022-03-021-0/+19
* bus: Add ACPI locator supportWarner Losh2022-03-011-0/+1
* twsi: Make ext_resources non-optionalEmmanuel Vadot2022-02-213-14/+0
* twsi: Plug set but not used variableEmmanuel Vadot2022-02-211-2/+0
* pmic: rockchip: Plug set but not used variableEmmanuel Vadot2022-02-211-1/+1
* ofw_iicbus: Use uint32_t for iic bus address argument, not int.Michal Meloun2022-02-202-3/+3
* ofw_iicbus: Add method for manual setting of basic OFW parameters.Michal Meloun2022-02-202-0/+72
* rk805 / rk808: re-add system poweroff supportAndriy Gapon2022-01-115-1/+51
* twsi: use twsi_error() to handle wrong bus status when startingAndriy Gapon2021-12-191-16/+16
* twsi: fix handling of consecuitve write messages in transactionAndriy Gapon2021-12-191-1/+2
* iicbus: plug set-but-not-used varsMateusz Guzik2021-12-181-4/+0
* pcf85063: Set RTC device to work in 24h modeHubert Mazur2021-12-171-6/+3
* ds3231: fix accidental breakage of !FDT in 1256067cAndriy Gapon2021-12-131-1/+2
* ds3231: allow configuration via hints on FDT systemsAndriy Gapon2021-12-131-3/+6
* pcf8591: remove write-only variablesAndriy Gapon2021-12-131-4/+1
* pcf85063: Fix real time clockHubert Mazur2021-12-101-5/+17
* TMP461: Add thermal sensor driverHubert Mazur2021-12-021-0/+194
* iichid(4): Perform acknowledgement of I2C device interrupt after RESET commandVladimir Kondratyev2021-11-301-0/+5
* twsi: support more message combinations in transfersAndriy Gapon2021-11-261-32/+53
* twsi: make data receiving code saferAndriy Gapon2021-11-261-21/+41
* twsi: remove redundant write of control registerAndriy Gapon2021-11-261-1/+0
* twsi: move handling of TWSI_CONTROL_ACK into the state machineAndriy Gapon2021-11-261-14/+26
* twsi: unify error handling, explicitly handle more conditionsAndriy Gapon2021-11-261-14/+32
* twsi: improve a handful of debug messagesAndriy Gapon2021-11-261-5/+7
* twsi: do not attempt transfer if bus is not idleAndriy Gapon2021-11-261-1/+10
* twsi: remove redundant enabling of the controllerAndriy Gapon2021-11-261-3/+0
* twsi: protect interaction between twsi_transfer and twsi_intrAndriy Gapon2021-11-261-9/+27
* twsi: compile in support for debug messages, disabled by defaultAndriy Gapon2021-11-262-62/+75
* twsi: remove write-only softc fieldAndriy Gapon2021-11-262-3/+0
* twsi: add more of status definitionsAndriy Gapon2021-11-261-0/+3
* twsi: sort headers, remove unneededAndriy Gapon2021-11-261-7/+3
* Pcf85063: Add RTC driverHubert Mazur2021-11-241-0/+268
* TCA6408: Add driver for tca6408 gpio expanderHubert Mazur2021-11-241-0/+380
* pmic: rockchip: Rename the driver with _pmu as it was beforeEmmanuel Vadot2021-11-142-10/+10
* pmic: rockchip: Name the driver rk80{5,8}Emmanuel Vadot2021-11-142-2/+6
* pmic: rockchip: Split the driver in rk805 and rk808Emmanuel Vadot2021-11-146-361/+506
* pmic: rockchip: Split the clocks part in its own fileEmmanuel Vadot2021-11-143-115/+153
* pmic: rockchip: Split the regulators part in its own fileEmmanuel Vadot2021-11-143-247/+296
* pmic: rockchip: Split the rtc part in its own fileEmmanuel Vadot2021-11-143-167/+288
* pmic: rockchip: Rename most of rk805 driver to rk8xxEmmanuel Vadot2021-11-141-111/+111
* pmic: rockchip: Add dedicated file for rk808Emmanuel Vadot2021-11-143-79/+185
* arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchipEmmanuel Vadot2021-11-142-0/+1129
* pca954x: driver for PCA954x / TCA954x I2C switchesAndriy Gapon2021-11-131-0/+214
* icee: allow configuration via hints on FDT-based systemsAndriy Gapon2021-11-131-38/+26
* ds1307: allow configuration via hints on FDT-based systemsAndriy Gapon2021-11-131-10/+5
* htu21: don't needlessly bother hardware when measurements are not neededAndriy Gapon2021-11-061-40/+48
* htu21: allow configuration via hints on FDT-based systemsAndriy Gapon2021-11-061-4/+8
* pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2CAndriy Gapon2021-11-061-0/+425
* driver for MAX44009 I2C illuminance sensorAndriy Gapon2021-11-061-0/+193