Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-13 | dm: treewide: Rename ofdata_to_platdata() to of_to_plat() | Simon Glass | |
This name is far too long. Rename it to remove the 'data' bits. This makes it consistent with the platdata->plat rename. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2020-09-25 | i2c: Add a generic driver to generate ACPI info | Simon Glass | |
Many I2C devices produce roughly the same ACPI data with just things like the GPIO/interrupt information being different. This can be handled by a generic driver along with some information in the device tree. Add a generic i2c driver for this purpose. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> |