mbox series

[0/2] platform/chrome: Remove cros-kbd-led-backlight

Message ID 20241206031405.1711996-1-tzungbi@kernel.org (mailing list archive)
Headers show
Series platform/chrome: Remove cros-kbd-led-backlight | expand

Message

Tzung-Bi Shih Dec. 6, 2024, 3:14 a.m. UTC
After applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Remove
keyboard-backlight node"), there are no users for using the OF match.
Instead, the device is added via drivers/mfd/cros_ec_dev.c by
970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight subdevice").

The series removes the OF match and the DT bindings.

Tzung-Bi Shih (2):
  platform/chrome: cros_kbd_led_backlight: Remove OF match
  dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight

 .../chrome/google,cros-kbd-led-backlight.yaml | 36 -----------
 .../bindings/mfd/google,cros-ec.yaml          |  3 -
 .../platform/chrome/cros_kbd_led_backlight.c  | 62 ++++---------------
 3 files changed, 11 insertions(+), 90 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/chrome/google,cros-kbd-led-backlight.yaml

Comments

Tzung-Bi Shih Dec. 13, 2024, 1:49 a.m. UTC | #1
On Fri, Dec 06, 2024 at 03:14:03AM +0000, Tzung-Bi Shih wrote:
> After applying 4c03a44e2668 ("arm64: dts: mediatek: mt8195-cherry: Remove
> keyboard-backlight node"), there are no users for using the OF match.
> Instead, the device is added via drivers/mfd/cros_ec_dev.c by
> 970c3a6b7aa3 ("mfd: cros_ec: Register keyboard backlight subdevice").
> 
> The series removes the OF match and the DT bindings.
> 
> [...]

Applied to

    https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next

[1/2] platform/chrome: cros_kbd_led_backlight: Remove OF match
      commit: c42951620dd473835f653ec5e127c8f284f4381b
[2/2] dt-bindings: cros-ec: Remove google,cros-kbd-led-backlight
      commit: 770aed02a55a249362ba3c2e6c361107b02aae7b

Thanks!