| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-01-22 | ims: an actual i2c-connected mouse is unlikely |  jcs | 1 | -3/+2 |
| 2021-01-13 | Add support for the HYM8563 RTC, which is a PCF8563 clone. |  kettenis | 1 | -5/+3 |
| 2020-11-14 | Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it's |  patrick | 1 | -5/+189 |
| 2020-11-13 | Add support for the PCA9547 I2C mux to pcamux(4). In comparison to |  patrick | 1 | -7/+21 |
| 2020-10-23 | Add support for the Micro Crystal RV4162. This variant holds the |  patrick | 1 | -3/+5 |
| 2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more |  patrick | 2 | -1/+159 |
| 2020-09-29 | Add support for the PCA9546 I2C switch to pcamux(4). In comparison to |  patrick | 1 | -5/+14 |
| 2020-09-29 | The pcamux(4) device tree node's children are the individual channels, |  patrick | 1 | -2/+4 |
| 2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. |  visa | 1 | -4/+1 |
| 2020-07-09 | On some laptops that have a Windows Precision Touchpad (imt) and |  jcs | 3 | -13/+26 |
| 2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. |  kettenis | 2 | -1/+235 |
| 2020-04-29 | Enable the trickle charger after setting the control register. |  patrick | 1 | -5/+5 |
| 2020-04-29 | Update the trickle charger diode defines based on the datasheet, and |  patrick | 1 | -3/+4 |
| 2020-04-29 | Writing and reading time has been broken in abcrtc(4) as well. I was |  patrick | 1 | -19/+18 |
| 2020-04-29 | Configure abcrtc(4)'s trickle charger. This uses information |  patrick | 1 | -1/+63 |
| 2020-04-29 | The function to write to abcrtc(4)'s configuration registers |  patrick | 1 | -2/+2 |
| 2020-04-27 | Attach when the name matches "dallas,ds1307" which is what the device tree |  kettenis | 1 | -8/+3 |
| 2020-04-27 | Don't clear OSF flag when we attach such that we can reject the RTC clock |  kettenis | 1 | -9/+10 |
| 2020-04-25 | Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC. |  kettenis | 2 | -1/+254 |
| 2020-04-24 | Remove unused include. |  kettenis | 1 | -2/+1 |
| 2020-04-24 | Remove unused struct. |  kettenis | 1 | -7/+1 |
| 2020-01-24 | ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@ |  cheloha | 1 | -10/+3 |
| 2020-01-11 | Use block mode for smbus access as required by the IPMI standard and |  kettenis | 1 | -13/+57 |
| 2020-01-11 | Add constants to support block mode. Needed to support SMBus block read |  kettenis | 1 | -9/+17 |
| 2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). |  mpi | 1 | -2/+3 |
| 2019-12-16 | Extend the expected SPD types to include DDR4 and low-power DDR3 & 4. |  claudio | 1 | -2/+2 |
| 2019-10-06 | Fix month mask. |  kettenis | 1 | -2/+2 |
| 2019-09-06 | mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants. |  patrick | 2 | -1/+280 |
| 2019-09-03 | Avoid uninitialized variable; using a for loop like in siif_recvmsg() was |  kettenis | 1 | -4/+4 |
| 2019-08-19 | Add support for SMBus System Interface (SSIF). |  kettenis | 2 | -1/+230 |
| 2019-07-31 | ihidev: continue doing polling when interrupt setup fails |  jcs | 1 | -2/+2 |
| 2019-07-22 | Even when polling is requested, install ihidev's interrupt handler |  jcs | 3 | -9/+67 |
| 2019-04-08 | change psize to a signed int to cope with it going negative since |  jcs | 1 | -4/+3 |
| 2019-01-02 | abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants. |  patrick | 2 | -1/+266 |
| 2018-09-20 | fix a memory leak in ihidev_hid_command() |  jsg | 1 | -1/+2 |
| 2018-09-01 | Match on interfaces with Digitizers/Touchscreen collections, as long |  jcs | 1 | -1/+7 |
| 2018-08-25 | Add umt(4) for USB Windows Precision Touchpad devices |  jcs | 1 | -2/+2 |
| 2018-08-25 | Move HID->bus constant conversion for HID report types out of ihidev |  jcs | 3 | -14/+7 |
| 2018-07-30 | define WSMOUSE_TYPE_TOUCHPAD so non-elantech drivers can stop |  jcs | 1 | -7/+6 |
| 2018-07-09 | Strip down the (not enabled) pcagpio(4) GPIO extender. This removes |  patrick | 2 | -165/+79 |
| 2018-06-22 | set I2C_F_POLL when acquiring the iic bus in an interrupt handler |  jcs | 1 | -3/+3 |
| 2018-04-07 | Add islrtc(4), a driver for the Intersil ISL1208 Real Time Clock. |  kettenis | 2 | -1/+267 |
| 2018-01-12 | revert previous changes to enable dwiic on Dell precision as it seems |  mlarkin | 1 | -2/+2 |
| 2018-01-08 | Attach dwiic_pci on Dell Precision 7520. Also restrict ihidev reports |  mlarkin | 1 | -2/+2 |
| 2017-11-30 | Add bgw(4), a driver for a family of Bosch acceleration sensors. |  kettenis | 2 | -1/+200 |
| 2017-11-29 | add an adaptive polling mode when no interrupt handler is available, |  jcs | 2 | -33/+108 |
| 2017-10-28 | Add the compat-mode setup for wsmouse. |  bru | 1 | -6/+27 |
| 2017-07-24 | pcxrtc(4), a driver for the NXP PCF8563 RTC. |  kettenis | 2 | -1/+292 |
| 2017-07-23 | this is imt, not ims |  jcs | 1 | -7/+7 |
| 2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. |  deraadt | 1 | -2/+2 |