summaryrefslogtreecommitdiff
path: root/sys/dev/fdt/fdt_i2c.c
AgeCommit message (Expand)Author
2022-02-23API naming consistency. NFC.skrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-12-23Change fdtbus_register_i2c_controller() to directly register the i2c_tag_t,thorpej
2020-06-12i2c-indirect-config == false --> i2c-no-indirect-config == truethorpej
2019-04-24Fix leak of iba.iba_child_devices in fdtbus_attach_i2cbus(). Patchthorpej
2019-01-30Add support for Allwinner A64's display pipeline.jmcneill
2018-09-26Set "i2c-indirect-config" to false in the right place so that iic(4)jakllsch
2018-07-01Add fdtbus_attach_i2cbus, used to attach an i2cbus to an fdt device node.jmcneill
2018-06-30Use queue(3) API to manage lists. NFCI.jmcneill
2015-12-16Only OF_* functions should be in fdt_openfirm.c, move the rest to fdt_subr.c.jmcneill
2015-12-16split gpio, i2c, intr, and regulator helpers into separate filesjmcneill