Age | Commit message (Expand) | Author |
2023-08-12 | Don't power down if the device is already opened. This happens when an | Mark Kettenis |
2023-07-21 | add missing newline on successful attachment, spotted by bmercer | Joshua Stein |
2023-07-08 | Add ietp driver for Elantech I2C touchpads | Joshua Stein |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-11-11 | Add icc(4) to handle Customer Control keyboards attached to i2c bus. | Matthieu Herrb |
2022-10-25 | Calculate approx. battery re-charge time. | Marcus Glocker |
2022-10-24 | Fix comment; sconds -> seconds | Marcus Glocker |
2022-10-23 | Initial apm/sensor driver for the PiJuice HAT UPS, to feedback battery | Marcus Glocker |
2022-10-20 | Remove the single part string for DS1339, since that is only required on | Marcus Glocker |
2022-10-18 | Add support for the DS1339 RTC, like found on the PiJuice. | Marcus Glocker |
2022-10-15 | Convert remaining I2C RTC drivers to use todr_attach(). | Mark Kettenis |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-09-03 | Allow ikbd(4) to become the console keyboard. | Mark Kettenis |
2022-08-31 | Introduce iic_intr_disestablish() and use it in ihidev(4). | Mark Kettenis |
2022-05-20 | Rename hid_none to hid_all as it represents all possible hid kinds by | Anton Lindqvist |
2022-04-08 | lm, uguru, fins, wbenv: constify sensor tables | Christian Weisgerber |
2022-04-06 | constify struct cfattach | Christian Weisgerber |
2022-02-09 | Add iic_is_compatible() for matching I2C devices | Visa Hankala |
2022-01-09 | spelling | Jonathan Gray |
2021-11-22 | Add pcyrtc(4), a driver for the NXP PCF85063A/TP RTC chips. | Mark Kettenis |
2021-11-22 | Remove unused header files and make some cosmetic changes. | Mark Kettenis |
2021-10-26 | Improve unhibernate performance (30% on some machines, another upcoming diff | Theo de Raadt |
2021-08-26 | Request wMaxInputLength bytes of data on each interrupt which should | Joshua Stein |
2021-06-23 | Add titmp(4), a driver for the TI TMP451 temperature sensor. | Mark Kettenis |
2021-04-24 | Remove unused function pointers from `todr_handle'. | Martin Pieuchot |
2021-01-22 | ims: an actual i2c-connected mouse is unlikely | Joshua Stein |
2021-01-13 | Add support for the HYM8563 RTC, which is a PCF8563 clone. | Mark Kettenis |
2020-11-14 | Extend pcamux(4) with ACPI support. So far pcamux(4) has assumed it's | Patrick Wildt |
2020-11-13 | Add support for the PCA9547 I2C mux to pcamux(4). In comparison to | Patrick Wildt |
2020-10-23 | Add support for the Micro Crystal RV4162. This variant holds the | Patrick Wildt |
2020-09-30 | Move mfokclock(4) from loongson to sys/dev/i2c so that it be used by more | Patrick Wildt |
2020-09-29 | Add support for the PCA9546 I2C switch to pcamux(4). In comparison to | Patrick Wildt |
2020-09-29 | The pcamux(4) device tree node's children are the individual channels, | Patrick Wildt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-09 | On some laptops that have a Windows Precision Touchpad (imt) and | Joshua Stein |
2020-06-18 | Add pcamux(4), a driver for the PCA8548 I2C switch. | Mark Kettenis |
2020-04-29 | Enable the trickle charger after setting the control register. | Patrick Wildt |
2020-04-29 | Update the trickle charger diode defines based on the datasheet, and | Patrick Wildt |
2020-04-29 | Writing and reading time has been broken in abcrtc(4) as well. I was | Patrick Wildt |
2020-04-29 | Configure abcrtc(4)'s trickle charger. This uses information | Patrick Wildt |
2020-04-29 | The function to write to abcrtc(4)'s configuration registers | Patrick Wildt |
2020-04-27 | Attach when the name matches "dallas,ds1307" which is what the device tree | Mark Kettenis |
2020-04-27 | Don't clear OSF flag when we attach such that we can reject the RTC clock | Mark Kettenis |
2020-04-25 | Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC. | Mark Kettenis |
2020-04-24 | Remove unused include. | Mark Kettenis |
2020-04-24 | Remove unused struct. | Mark Kettenis |
2020-01-24 | ihidev(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ jcs@ | cheloha |
2020-01-11 | Use block mode for smbus access as required by the IPMI standard and | Mark Kettenis |
2020-01-11 | Add constants to support block mode. Needed to support SMBus block read | Mark Kettenis |
2020-01-09 | Convert sleeps of 1sec or more to tsleep_nsec(9). | Martin Pieuchot |