From mboxrd@z Thu Jan 1 00:00:00 1970 From: timur@codeaurora.org (Timur Tabi) Date: Wed, 13 Dec 2017 08:46:49 -0600 Subject: [PATCH 4/4] [v4] pinctrl: qcom: qdf2xxx: add support for new ACPI HID QCOM8002 In-Reply-To: <1513175535.7000.10.camel@linux.intel.com> References: <1512170904-4749-1-git-send-email-timur@codeaurora.org> <1512170904-4749-5-git-send-email-timur@codeaurora.org> <1513073105.25007.618.camel@linux.intel.com> <1513175535.7000.10.camel@linux.intel.com> Message-ID: <9c28bebb-5f57-83e8-9885-5262bbdc1b94@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 12/13/2017 08:32 AM, Andy Shevchenko wrote: > Please, read my comment again. The key part of the phrase: > "Use members of struct device_driver" > > So, do not move the IDs. There are examples in the kernel how to access > it. Sorry, I don't understand what you're talking about. I don't see how I can call const struct acpi_device_id *id = acpi_match_device(qdf2xxx_acpi_ids, &pdev->dev); without having qdf2xxx_acpi_ids already defined previously. And without the 'id', I can't figure out whether I've probed via QCOM8001 or QCOM8002. -- Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm Technologies, Inc. Qualcomm Technologies, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.