From patchwork Sat Mar 2 18:07:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 10836709 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D38081575 for ; Sat, 2 Mar 2019 18:07:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B97772ACAF for ; Sat, 2 Mar 2019 18:07:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACC5B2ACB5; Sat, 2 Mar 2019 18:07:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57EE52ACAF for ; Sat, 2 Mar 2019 18:07:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726492AbfCBSHR (ORCPT ); Sat, 2 Mar 2019 13:07:17 -0500 Received: from mga01.intel.com ([192.55.52.88]:55372 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726295AbfCBSHR (ORCPT ); Sat, 2 Mar 2019 13:07:17 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2019 10:07:17 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,432,1544515200"; d="scan'208";a="128507135" Received: from black.fi.intel.com ([10.237.72.28]) by fmsmga008.fm.intel.com with ESMTP; 02 Mar 2019 10:07:16 -0800 Received: by black.fi.intel.com (Postfix, from userid 1003) id 2232D12C; Sat, 2 Mar 2019 20:07:14 +0200 (EET) From: Andy Shevchenko To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v2 0/2] Input: edt-ft5x06: Enable for ACPI Date: Sat, 2 Mar 2019 21:07:12 +0300 Message-Id: <20190302180714.90014-1-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Currently the driver is OF-centric and has no possibilities to be used in ACPI-enabled environment. This first patch in the series makes some changes to allow use it in ACPI-enabled environment via special PRP0001 _HID. This has been tested on Intel Edison (ACPI-variant) + Adafruit 2.8" TFT with FT6206 capacitive touchscreen. Changelog v2: - fix commit message to correctly mention the input device, i.e. touchscreen Andy Shevchenko (2): Input: edt-ft5x06 - Enable ACPI enumeration Input: edt-ft5x06 - Convert to use SPDX identifier drivers/input/touchscreen/edt-ft5x06.c | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-)