From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932149AbcFVPm4 (ORCPT ); Wed, 22 Jun 2016 11:42:56 -0400 Received: from mail.savoirfairelinux.com ([208.88.110.44]:38918 "EHLO mail.savoirfairelinux.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932066AbcFVPmy (ORCPT ); Wed, 22 Jun 2016 11:42:54 -0400 From: Vivien Didelot To: Jiri Kosina , Heiner Kallweit Cc: Benjamin Tissoires , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] HID: remove ThingM blink(1) driver In-Reply-To: References: User-Agent: Notmuch/0.22 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) Date: Wed, 22 Jun 2016 11:42:49 -0400 Message-ID: <87twglqlfq.fsf@ketchup.mtl.sfl> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Jiri Kosina writes: > On Tue, 21 Jun 2016, Heiner Kallweit wrote: > >> Now that support for ThingM blink(1) was merged into the hid-led driver >> the dedicated driver for this device can be removed. >> >> Signed-off-by: Heiner Kallweit >> --- >> drivers/hid/Kconfig | 10 -- >> drivers/hid/Makefile | 1 - >> drivers/hid/hid-thingm.c | 259 ----------------------------------------------- >> 3 files changed, 270 deletions(-) >> delete mode 100644 drivers/hid/hid-thingm.c >> >> diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig >> index ab22090..6b08a3b 100644 >> --- a/drivers/hid/Kconfig >> +++ b/drivers/hid/Kconfig >> @@ -828,16 +828,6 @@ config HID_TOPSEED >> Say Y if you have a TopSeed Cyberlink or BTC Emprex or Conceptronic >> CLLRCMCE remote control. >> >> -config HID_THINGM > > Overall the patchset looks good to me. I'd suggest we keep > CONFIG_HID_THINGM as a stub though, that'd just select CONFIG_HID_LED, so > that we don't cause kernel config regressions for users who had > CONFIG_HID_THINGM already turned on. > > Also adding Vivien Didelot to CC, as the author of the original driver. > Vivien, the full set can be found in linux-input archives ( > http://marc.info/?l=linux-input&r=1&b=201606&w=2 ) Thanks a lot for the follow-up Jiri. If you guys decide to remove hid-thingm.c, you need to update the MAINTAINERS entry, checkpatch.pl should have warned about that. I can hardly test the patchset now. Heiner, can you confirm me that with your patchset, we will still see 3 led_classdev in sysfs for the blink(1) mk1 (which has one RGB chip) and 6 for mk2 (which has 2 chips)? Thanks, Vivien