On 1/20/26 06:18, Kane Chen via wrote:
From: Cédric Le Goater <[email protected]>

Add an initial PWM model for Aspeed SoCs, including device state,
register definitions, and basic initialization as a sysbus device.

Signed-off-by: Cédric Le Goater <[email protected]>
Signed-off-by: Kane-Chen-AS <[email protected]>
---
  include/hw/arm/aspeed_soc.h  |   3 +-
  include/hw/misc/aspeed_pwm.h |  31 +++++++++
  hw/misc/aspeed_pwm.c         | 121 +++++++++++++++++++++++++++++++++++
  hw/misc/meson.build          |   1 +
  hw/misc/trace-events         |   4 ++
  5 files changed, 159 insertions(+), 1 deletion(-)
  create mode 100644 include/hw/misc/aspeed_pwm.h
  create mode 100644 hw/misc/aspeed_pwm.c
Kane,

When you resend, could you please fix :

  ERROR: New file 'include/hw/misc/aspeed_pwm.h' requires 
'SPDX-License-Identifier'
  ERROR: New file 'hw/misc/aspeed_pwm.c' requires 'SPDX-License-Identifier'


ERRORs detected by ../scripts/checkpatch.pl should be fixed before sending.
WARNING are OK.

Thanks,

C.

Reply via email to