summaryrefslogtreecommitdiffstats
path: root/hw/i2c/aspeed_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* hw/i2c/aspeed_i2c: Simplify aspeed_i2c_get_bus()Philippe Mathieu-Daudé2020-07-161-2/+1Star
* aspeed/i2c: Prevent uninitialized warningMiroslav Rezanina2020-02-061-1/+1
* qdev: set properties with device_class_set_props()Marc-André Lureau2020-01-241-1/+1
* aspeed/i2c: Add trace eventsCédric Le Goater2019-12-161-13/+80
* aspeed/i2c: Add support for DMA transfersCédric Le Goater2019-12-161-3/+123
* aspeed/i2c: Check SRAM enablement on AST2500Cédric Le Goater2019-12-161-0/+37
* aspeed/i2c: Add support for pool buffer transfersCédric Le Goater2019-12-161-19/+178
* aspeed/i2c: Add AST2600 supportCédric Le Goater2019-10-151-2/+44
* aspeed/i2c: Introduce an object class per SoCCédric Le Goater2019-10-151-8/+52
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* i2c: Don't check return value from i2c_recv()Corey Minyard2019-02-281-7/+2Star
* aspeed/i2c: Fix receive done interrupt handlingGuenter Roeck2018-09-251-1/+9
* aspeed/i2c: Handle receive command in separate functionGuenter Roeck2018-09-251-16/+21
* aspeed/i2c: interrupts should be cleared by software onlyCédric Le Goater2018-09-251-4/+12
* aspeed/i2c: introduce a state machineCédric Le Goater2017-06-021-3/+33
* aspeed/i2c: handle LAST command under the RX commandCédric Le Goater2017-06-021-3/+6
* aspeed/i2c: improve command handlingCédric Le Goater2017-06-021-6/+18
* i2c: add aspeed i2c controllerCédric Le Goater2016-06-061-0/+440