summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioiic.c
AgeCommit message (Expand)Author
2023-05-10gpioiic(4): Use config_detach_children.riastradh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2015-09-01i2c_acquire_bus() should return 0 on success.phx
2012-10-27split device_t/softc for all remaining drivers.chs
2011-10-02Add a ga_flags field to the gpio_attach structure to hand drivermbalmer
2011-08-31Switch von u_int_XY to uintXYmbalmer
2011-07-23When reading the bits from the I2C bus, also report SCL. Fixes PR43275.mbalmer
2009-12-06Delete unnecessary device-activation hooks. Simplify the rest.dyoung
2009-08-09gpioiic(4), a driver to do use GPIO pins in bit-banging mode to form an I2Cmbalmer