Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/cover.1781111270.git.matyas.bobek@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, Jean-Christophe Dubois <jcd@tribudubois.net>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, Pavel Pisa <pisa@cmp.felk.cvut.cz>, Francisco Iglesias <francisco.iglesias@amd.com>, Vikram Garhwal <vikram.garhwal@bytedance.com>, Paolo Bonzini <pbonzini@redhat.com>, Jason Wang <jasowang@redhat.com>, Matyas Bobek <matyas.bobek@gmail.com>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>
MAINTAINERS | 9 +
docs/system/arm/sabrelite.rst | 1 +
docs/system/devices/can.rst | 24 +
hw/arm/Kconfig | 1 +
hw/arm/fsl-imx6.c | 29 +
hw/arm/sabrelite.c | 68 +-
hw/misc/imx6_ccm.c | 24 +
hw/misc/trace-events | 2 +
hw/net/Kconfig | 5 +
hw/net/can/flexcan.c | 1395 +++++++++++++++++++++++++++++++++
hw/net/can/flexcan_regs.h | 197 +++++
hw/net/can/meson.build | 1 +
hw/net/can/trace-events | 18 +
include/hw/arm/fsl-imx6.h | 6 +
include/hw/misc/imx6_ccm.h | 4 +
include/hw/misc/imx_ccm.h | 1 +
include/hw/net/flexcan.h | 145 ++++
tests/qtest/flexcan-test.c | 421 ++++++++++
tests/qtest/meson.build | 1 +
19 files changed, 2342 insertions(+), 10 deletions(-)
create mode 100644 hw/net/can/flexcan.c
create mode 100644 hw/net/can/flexcan_regs.h
create mode 100644 include/hw/net/flexcan.h
create mode 100644 tests/qtest/flexcan-test.c