Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33B41C677F1 for ; Wed, 22 Feb 2023 00:11:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229663AbjBVALo (ORCPT ); Tue, 21 Feb 2023 19:11:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52610 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229949AbjBVALm (ORCPT ); Tue, 21 Feb 2023 19:11:42 -0500 Received: from irl.hu (irl.hu [95.85.9.111]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42DA3265B2; Tue, 21 Feb 2023 16:11:40 -0800 (PST) Received: from fedori.lan (bc065635.dsl.pool.telekom.hu [::ffff:188.6.86.53]) (AUTH: CRAM-MD5 soyer@irl.hu, ) by irl.hu with ESMTPSA id 000000000006FA81.0000000063F55DBA.002C9F55; Wed, 22 Feb 2023 01:11:38 +0100 From: Gergo Koteles To: Dmitry Torokhov , Jonathan Corbet , Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Jiri Kosina , Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, Caleb Connolly , Gergo Koteles Subject: [PATCH v4 0/3] Add alert-slider for OnePlus6 Date: Wed, 22 Feb 2023 01:10:31 +0100 Message-Id: X-Mailer: git-send-email 2.39.2 Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mime-Autoconverted: from 8bit to 7bit by courier 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org V1 -> V2: rebase to qcom/for-next V2 -> V3: rename tri-state-key to alert-slider, fix DTS warnings, add SND_PROFILE_* identifiers to input-event-codes.h V3 -> V4: DTS: use default debounce-interval, order alphabetically Gergo Koteles (3): Input: gpio-keys - add support for linux,input-value DTS property Input: add ABS_SND_PROFILE arm64: dts: qcom: sdm845-oneplus: add alert-slider Documentation/input/event-codes.rst | 6 +++ .../boot/dts/qcom/sdm845-oneplus-common.dtsi | 39 ++++++++++++++++++- drivers/hid/hid-debug.c | 1 + drivers/input/keyboard/gpio_keys.c | 3 ++ include/uapi/linux/input-event-codes.h | 9 +++++ 5 files changed, 56 insertions(+), 2 deletions(-) base-commit: 02ac8d2a011b630481d959298a1cc76ca0717f3e -- 2.39.2