aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iicbus/controller
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-2/+3
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* QCOM GENI I²C driverPoul-Henning Kamp2025-04-083-0/+877
* Remove now-redundant calls to device_delete_childrenJohn Baldwin2025-01-021-1/+0
* bus_generic_detach: Delete children after detaching themJohn Baldwin2025-01-024-20/+1
* bus_delayed_attach_children: Switch return type to voidJohn Baldwin2024-12-061-1/+2
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-064-4/+4
* vf_i2c: Don't hold a mutex across bus_generic_detachJohn Baldwin2024-10-311-7/+7
* Use bus_delayed_attach_children instead of its inline implementationJohn Baldwin2024-10-211-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-254-4/+4
* rk_i2c: use the register read mode even if the read ends with IIC_M_NOSTOPAndriy Gapon2024-06-271-1/+1
* rk_i2c: emulate repeated startAndriy Gapon2024-06-271-12/+22
* vf_i2c: update I2C controller logicPierre-Luc Drouin2024-03-294-92/+65
* vf_i2c: split up and add ACPI attachments in addition to FDTPierre-Luc Drouin2024-03-294-0/+911
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-106-6/+6
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-0/+731
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-277-7/+0
* i2c: Add cadence iic driverEmmanuel Vadot2023-10-031-0/+707
* iicbus: Move opencores i2c driver into controller subdirectoryEmmanuel Vadot2023-10-034-0/+711
* iicbus: Move twsi under a new controller subdirectoryEmmanuel Vadot2023-10-034-0/+1343