From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3035AC65BAE for ; Thu, 13 Dec 2018 08:31:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EE29420811 for ; Thu, 13 Dec 2018 08:31:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE29420811 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727268AbeLMIb0 (ORCPT ); Thu, 13 Dec 2018 03:31:26 -0500 Received: from mx2.suse.de ([195.135.220.15]:45850 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725949AbeLMIb0 (ORCPT ); Thu, 13 Dec 2018 03:31:26 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 2E113AF68; Thu, 13 Dec 2018 08:31:24 +0000 (UTC) Date: Thu, 13 Dec 2018 09:31:22 +0100 Message-ID: From: Takashi Iwai To: "Ayman Bagabas" Cc: , "Hui Wang" , "Andy Shevchenko" , "Darren Hart" , "Jaroslav Kysela" , "Kailang Yang" , , Subject: Re: [PATCH v11 0/3] Huawei laptops In-Reply-To: <20181212230802.21140-1-ayman.bagabas@gmail.com> References: <20181212230802.21140-1-ayman.bagabas@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/26 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Dec 2018 00:07:56 +0100, Ayman Bagabas wrote: > > This patch set is based on the new audio LED triggers in topic/leds-trigger branch from > git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git > > Changes in v11: > * Minor code changes > > Changes in v10: > * Use ec_get_handle instead of acpi_get_handle since we are using the ec device > * Switch to WMI0_EXPENSIVE_GUID and wmi_query_block to fetch keycode when WMI0 is used > > Changes in v9: > * Explicitly use NULL in acpi_get_handle > * Drop __initconst from huawei_wmi_keymap > > Changes in v8: > * Switch to wmi_driver > * Use devm to allocate and manage devices > * Skip registering LED subsystem if a ACPI controller method was not found > > Changes in v7: > * Use audio LED triggers patch set > * Use KEY_CONFIG (XF86Tools) instead of KEY_PROG1. > In Windows, the key is used to launch Huawei PC manager. XF86Tools is > used by default on most desktop environments i.e. Gnome. > > Changes in v6: > * Review tags > > Changes in v5: > * Consistency in file names > * How module would be enabled (Kconfig) > * Match license in SPDX and MODULE_LICENSE > > Changes in v4: > * Code formatting > > Changes in v3: > * Support for Huawei MBX > * Style and formatting issues > > Ayman Bagabas (3): > ALSA: hda: fix front speakers on Huawei MBXP. > x86: add support for Huawei WMI hotkeys. > ALSA: hda: add support for Huawei WMI micmute LED Thank you for your patient works! Now I applied all three patches to topic/huawei-leds branch of sound git tree (with just minor corrections of patch descriptions). This is merged to for-next branch for 4.21 inclusion. Andy, feel free to merge topic/huawei-leds branch into your tree if needed. This one is already based on topic/leds-trigger branch, where both branches are immutable. thanks, Takashi