qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH for-9.2 31/53] hw/input: Remove lm832x device


From: Thomas Huth
Subject: Re: [PATCH for-9.2 31/53] hw/input: Remove lm832x device
Date: Wed, 4 Sep 2024 12:05:44 +0200
User-agent: Mozilla Thunderbird

On 03/09/2024 18.07, Peter Maydell wrote:
Remove the lm832x keyboard-and-pwm i2c device model. This
was only used by the n800 and n810 machines.

(Although this is an i2c device and so in theory available to create
on the command line, in practice it has an outbound IRQ line that the
machine model needs to wire up, and the only way to inject keys events
into it is to call the lm832x_key_event() function, so it isn't
in practice possible to use it separately from the n800/n810.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
  MAINTAINERS               |   7 -
  include/hw/input/lm832x.h |  28 --
  hw/input/lm832x.c         | 528 --------------------------------------
  hw/input/Kconfig          |   4 -
  hw/input/meson.build      |   1 -
  5 files changed, 568 deletions(-)
  delete mode 100644 include/hw/input/lm832x.h
  delete mode 100644 hw/input/lm832x.c

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]