From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753145AbeDCTQE (ORCPT ); Tue, 3 Apr 2018 15:16:04 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:52608 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbeDCTQC (ORCPT ); Tue, 3 Apr 2018 15:16:02 -0400 X-Google-Smtp-Source: AIpwx49sBJwOC1oshSkWTMxgw7c8Vo7mQc+hx8bG7zTTu8UVg0B3LUryUamcekWVzzfuun6Oc7rbFw== Subject: Re: [GIT PULL] LED updates for 4.17-rc1 To: torvalds@linux-foundation.org References: <1522782593-3782-1-git-send-email-jacek.anaszewski@gmail.com> Cc: linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linus.walleij@linaro.org, pavel@ucw.cz, tredaelli@redhat.com, ulli.kroll@googlemail.com, vadimp@mellanox.com From: Jacek Anaszewski Message-ID: <6f46bc83-dc2a-722b-5a3a-cd62a9dcfde8@gmail.com> Date: Tue, 3 Apr 2018 21:14:43 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1522782593-3782-1-git-send-email-jacek.anaszewski@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/03/2018 09:09 PM, Jacek Anaszewski wrote: > Hi Linus, > > Please pull LED updates for 4.17-rc1: > > New LED class driver: > - add driver for Mellanox regmap LEDs > > Improvement to ledtrig-activity: It should be of course: "Improvement to ledtrig-disk". > - extend disk trigger for reads and writes > > Improvements and fixes to existing LED class drivers: > - add more product/board names for PC Engines APU2 > - fix wrong dmi_match on PC Engines APU LEDs > - clarify chips supported by LM355x driver > - fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIG > - allow leds-mlxcpld compilation for 32 bit arch > > The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2: > > Linux 4.16-rc1 (2018-02-11 15:04:29 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git tags/leds_for_4.17-rc1 > > for you to fetch changes up to 92d7ec1d71e351f11ba503369eb78225510cfcc7: > > leds: Fix wrong dmi_match on PC Engines APU LEDs (2018-03-20 20:28:00 +0100) > > Thanks, > Jacek Anaszewski > > ---------------------------------------------------------------- > LED updates for 4.17-rc1 > ---------------------------------------------------------------- > Hans Ulli Kroll (1): > leds: Fix wrong dmi_match on PC Engines APU LEDs > > Linus Walleij (1): > leds: Extends disk trigger for reads and writes > > Pavel Machek (1): > leds: Clarify supported chips by LM355x driver > > Timothy Redaelli (1): > leds: Add more product/board names for PC Engines APU2 > > Vadim Pasternak (3): > leds: leds-mlxcpld: Allow compilation for 32 bit arch > leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIG > leds: add driver for support Mellanox regmap LEDs for BMC and x86 platform > > MAINTAINERS | 1 + > drivers/ata/libata-core.c | 2 +- > drivers/ide/ide-disk.c | 2 +- > drivers/leds/Kconfig | 29 ++-- > drivers/leds/Makefile | 1 + > drivers/leds/leds-apu.c | 28 +++- > drivers/leds/leds-mlxreg.c | 281 ++++++++++++++++++++++++++++++++++++ > drivers/leds/trigger/ledtrig-disk.c | 12 +- > include/linux/leds.h | 4 +- > 9 files changed, 342 insertions(+), 18 deletions(-) > create mode 100644 drivers/leds/leds-mlxreg.c > -- Best regards, Jacek Anaszewski