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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 275ADC4332F for ; Tue, 15 Nov 2022 15:29:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229697AbiKOP31 (ORCPT ); Tue, 15 Nov 2022 10:29:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230464AbiKOP2T (ORCPT ); Tue, 15 Nov 2022 10:28:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA39C2E9DD; Tue, 15 Nov 2022 07:28:01 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3F19D61830; Tue, 15 Nov 2022 15:28:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60711C433B5; Tue, 15 Nov 2022 15:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668526080; bh=vDhMwdEgWmFYBIGRGRWIfrJhEifHT3fM0Q6L4oFDo18=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=qldmv/rm0avaoa4CdEhMDRZz8/a5GjtTs7AJABfLeTp8tzlDmawVLqp6ANtZzYEOi qhN5CTKOUhR61gt7DHdaJ7T1U+TMs6oocD1CB7MSYrtQSXBqH7cLf6fEfHWv+NS6cr nrx++rN/N8P+204IKBLcSpMWzYAllmDGthpBZOijGU0D1ZohThRCeTY2x/fxsChsFi 3JDIqyLIaf25sRgjYYWY3I33W6eSGTBitopZGxwqiLWG+DFoz50wzaJve+khiBVXIE CmQ3Jx6aZoWAcwuAQjMJZ7ojJMwbH4xWfyVackfocxNd01UqbZBancHGzyOns7xr1i MmHx/taBbMdnA== Date: Tue, 15 Nov 2022 16:27:57 +0100 (CET) From: Jiri Kosina To: Benjamin Tissoires cc: Greg KH , Jonathan Corbet , Shuah Khan , Tero Kristo , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, bpf@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-doc@vger.kernel.org, kernel test robot Subject: Re: [PATCH hid v12 01/15] HID: fix I2C_HID not selected when I2C_HID_OF_ELAN is In-Reply-To: <20221103155756.687789-2-benjamin.tissoires@redhat.com> Message-ID: References: <20221103155756.687789-1-benjamin.tissoires@redhat.com> <20221103155756.687789-2-benjamin.tissoires@redhat.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 3 Nov 2022, Benjamin Tissoires wrote: > When I2C_HID_OF_ELAN is set, we need to turn on I2C_HID_CORE to > ensure we get all the HID requirements. > > Fixes: bd3cba00dcc6 ("HID: i2c-hid: elan: Add support for Elan eKTH6915 i2c-hid touchscreens") > Reported-by: kernel test robot > Signed-off-by: Benjamin Tissoires > > --- > > new in v12 As this one has in principle nothing to do with the HID-BPF support, and is actually a functional fix, I've cherry-picked this one into hid.git#for-6.1/upstream-fixes. Thanks, -- Jiri Kosina SUSE Labs