Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp10482599pxu; Wed, 30 Dec 2020 04:07:15 -0800 (PST) X-Google-Smtp-Source: ABdhPJzCWSnR2TnekQy/7l2WQHwxYJ0MTWV7haC4cVBqu92u+G02u8zTxsRnWt+Cn9ZjWwUOklpL X-Received: by 2002:a17:906:b74b:: with SMTP id fx11mr49288738ejb.410.1609330035550; Wed, 30 Dec 2020 04:07:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609330035; cv=none; d=google.com; s=arc-20160816; b=R32a88+bDv5y8JTT8OW/BxhnGIqoXGwrBa4WAfo9f25TxAuzqc3qjOjjnGVZJxMzZ6 W32aeXGL6izBuIXEmIHszg27i4g4QZmjyOJxNGMpMLfJEoivlmwWA5zQUzuIgFMK05S4 r0ujpTpZx1S5giIuzUtcATAcFEw+wXzB/CnZYwPGh6WcNbh7pXjuUtRxGWhnL+/a07/+ L4xUblPXWhqlzRK+Vo/euVLq8vraQ7F3SH1GB3dZGuoV8qeu30OTKrwyCBtbfBALwONC PLcSP/+nDydfj0IxzWQflUPwIqAWR1EoEzQk9wjom33zBYOsP9SjcdJc/6fGEQySehIU qLcQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=eQuTCpGy7IVBIo4Z15q7QF48ESNKL0Bp9r8bb5ZASfc=; b=bPKHbvEo+i+Fp8XLgGLKW6/FmmmTDklx6kyuzlRuEl9tYq1NOMU78N7QeM9Kq1tskG 1HJlsvt77JwukUQyUHWjNKEb3dG1318OfMtyFV/t30NdSBcTDaMyi4k14EYvLamYCJIi vPsSLFA7SzP0s53io2mSya3KnnUeeAkUT0ezssHdakLAPYvsnybpoQY/m8RVYvMf0b1h 4vGqfxnbF3/msAJg2uaGnVzAt2KvJRAJ6CtZZO3cwHC6JLeWrvSgh6HLQBVVHaT/6K+l 4tMTk91k2enFi2Iz71vnz5aZyNEunM/fbRYw1vOa9fTryesTLIyACYsu9AJs+ih2FOFl cJ1Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r10si22624950edy.187.2020.12.30.04.06.52; Wed, 30 Dec 2020 04:07:15 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726477AbgL3MGC (ORCPT + 99 others); Wed, 30 Dec 2020 07:06:02 -0500 Received: from mail.kernel.org ([198.145.29.99]:44840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726203AbgL3MGC (ORCPT ); Wed, 30 Dec 2020 07:06:02 -0500 Received: from archlinux (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 626642074D; Wed, 30 Dec 2020 12:05:20 +0000 (UTC) Date: Wed, 30 Dec 2020 12:05:17 +0000 From: Jonathan Cameron To: Ye Xiang Cc: jikos@kernel.org, srinivas.pandruvada@linux.intel.com, linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/3] add custom hinge sensor support Message-ID: <20201230120517.622d3351@archlinux> In-Reply-To: <20201215054444.9324-1-xiang.ye@intel.com> References: <20201215054444.9324-1-xiang.ye@intel.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 15 Dec 2020 13:44:41 +0800 Ye Xiang wrote: > Here we register one iio device with three channels which present angle for > hinge, keyboard and screen. > > This driver works on devices with Intel integrated sensor hub, where > hinge sensor is presented using a custom sensor usage id. > > Here the angle is presented in degrees, which is converted to radians. Other than those minor bits I'm happy to fix up in patch 2, this looks good to me. However, I'll need a Jiri Ack for the hid parts before I apply it. We are are early in this cycle, so no great rush given the usual xmas slow down! Thanks, Jonathan > > Changes since v3: > - hid-sensor-custom: remove sensor_inst::custom_pdev_exposed. > - hid-sensor-custom: use static buf, w_buf to avoid using goto in > get_known_custom_sensor_index. > - hid-sensor-custom-intel-hinge: use devm_ prefix function instead. > - sysfs-bus-iio: put in_anglY_raw together with in_angl_raw. > > Changes since v2: > - use 1 iio device instead of 3 for hinge sensor. > - use indexed channel instead of modified channel and added channel > labels. > - remove 2,3 patch in last version, add a document patch to describe the > hinge channels. > - hid-sensor-custom: use meaningful return value in > get_known_custom_sensor_index and checked in call side. > - hid-sensor-ids.h: use HID_USAGE_SENSOR_DATA_FIELD_CUSTOM_VALUE(x) to > define custom sensor value. > > Changes since v1: > - fixed errors reported by lkp > > Ye Xiang (3): > HID: hid-sensor-custom: Add custom sensor iio support > iio: hid-sensors: Add hinge sensor driver > iio:Documentation: Add documentation for hinge sensor channels > > Documentation/ABI/testing/sysfs-bus-iio | 11 + > drivers/hid/hid-sensor-custom.c | 143 +++++++ > .../hid-sensors/hid-sensor-attributes.c | 2 + > drivers/iio/position/Kconfig | 16 + > drivers/iio/position/Makefile | 1 + > .../position/hid-sensor-custom-intel-hinge.c | 391 ++++++++++++++++++ > include/linux/hid-sensor-ids.h | 14 + > 7 files changed, 578 insertions(+) > create mode 100644 drivers/iio/position/hid-sensor-custom-intel-hinge.c >