From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752772AbcEKTBN (ORCPT ); Wed, 11 May 2016 15:01:13 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:33212 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbcEKTAe (ORCPT ); Wed, 11 May 2016 15:00:34 -0400 Date: Wed, 11 May 2016 11:06:56 -0700 From: Olof Johansson To: Dmitry Torokhov Cc: Javier Martinez Canillas , Lee Jones , Simon Que , Duncan Laurie , Thierry Reding , Emilio L?pez , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] platform/chrome: Add Chrome OS keyboard backlight LEDs support Message-ID: <20160511180656.GE21847@localhost> References: <20160310002521.GA26921@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160310002521.GA26921@dtor-ws> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 09, 2016 at 04:25:21PM -0800, Dmitry Torokhov wrote: > From: Simon Que > > This is a driver for ACPI-based keyboard backlight LEDs found on > Chromebooks. The driver locates \\_SB.KBLT ACPI device and exports > backlight as "chromeos::kbd_backlight" LED class device in sysfs. > > Signed-off-by: Simon Que > Signed-off-by: Duncan Laurie > Tested-by: Evan McClain > Signed-off-by: Dmitry Torokhov > --- > > Changes from previous submissions: > > v3->v4: > - resend with proper authorship information Ack. Applied v3, fixing up author. -Olof