summaryrefslogtreecommitdiff
path: root/sys/dev/iicbus
AgeCommit message (Expand)Author
6 dayscompat/linux: Add Linux i2c-dev ioctl compatibility supportYAO, Xin
2026-02-24chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper
2026-02-22TCA64xx: Convert mutex to SX lock.Michal Meloun
2026-02-22HYM8563: Add support for clock output.Michal Meloun
2026-02-17bus: Document special ranges of IVARsJohn Baldwin
2026-02-09a10_twsi: Add H616 compat stringTom Jones
2026-01-12ads111x: Convert driver to CTLFLAG_MPSAFEAbdelkader Boudih
2025-11-18iichid: The IICHID spec defines the response to the RESET command as two byte...Poul-Henning Kamp
2025-09-22iichid(4): Do not add 2 leading "length" bytes to input report lengthVladimir Kondratyev
2025-09-22iichid(4): Always use wMaxInputLength bytes as input report lengthVladimir Kondratyev
2025-09-14iicbb: Fix gcc12 complaintWarner Losh
2025-08-18hid: Allow serial execution of HID_INTR_START method.Vladimir Kondratyev
2025-08-13gpio: Fix incorrect dev being passed to gpiobus_detach_busEvgenii Ivanov
2025-08-13gpio: remove gpiobus_attach_busAhmad Khalifa
2025-07-29iichid: Stop using split I²C bus transactionsPoul-Henning Kamp
2025-07-04gpio: attach gpiobus when the controller is readyAhmad Khalifa
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-19ads111x: initialize the lock earlier, before it's usedAndriy Gapon
2025-04-29iichid(4): Do not send packets read in interrupt handler to hidbusVladimir Kondratyev
2025-04-08QCOM GENI I²C driverPoul-Henning Kamp
2025-03-07iichid(4): Wait for RESET command response while attachingVladimir Kondratyev
2025-03-07iichid(4): Read wMaxInputLength bytes over I2C even if we discards dataVladimir Kondratyev
2025-03-07ig4_iic: Allow sleeping if called from iichid interrupt handler.Vladimir Kondratyev
2025-02-07acpi_iicbus: install the address space handler by defaultAhmad Khalifa
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2024-12-06bus_delayed_attach_children: Switch return type to voidJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-09iichid(4): Do not power down opened device in attach handlerVladimir Kondratyev
2024-11-04Check for errors when detaching children first, not lastJohn Baldwin
2024-11-01iicbus: Use a bus_child_deleted method to free ivars for childrenJohn Baldwin
2024-10-31vf_i2c: Don't hold a mutex across bus_generic_detachJohn Baldwin
2024-10-22DS3231: converstion -> conversionBrooks Davis
2024-10-21Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-07-23iichid: Soften "Interrupt setup failed" messageEd Maste
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-27rk_i2c: use the register read mode even if the read ends with IIC_M_NOSTOPAndriy Gapon
2024-06-27rk_i2c: emulate repeated startAndriy Gapon
2024-06-16iicbus: Use device_set_descf()Mark Johnston
2024-06-03ds1307: Return error code instead of booleanDmitry Salychev
2024-05-10uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin
2024-04-20ds1307(4): Fix a typo in a source code commentGordon Bergling
2024-04-19acpi_iicbus: Shift slave addressAhmad Khalifa