summary refs log tree commit diff stats
path: root/include/hw/i2c/smbus_master.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i2c: Split smbus into partsCorey Minyard2019-02-271-0/+55
smbus.c and smbus.h had device side code, master side code, and smbus.h has some smbus_eeprom.c definitions. Split them into separate files. Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>