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 BA8EEE95A91 for ; Mon, 9 Oct 2023 08:52:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345697AbjJIIwR (ORCPT ); Mon, 9 Oct 2023 04:52:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345694AbjJIIvz (ORCPT ); Mon, 9 Oct 2023 04:51:55 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7872D122; Mon, 9 Oct 2023 01:51:51 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 58BBD660708F; Mon, 9 Oct 2023 09:51:49 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1696841510; bh=ymMKN5nRndUiz0ysr6UzTQfFwsIXVNvidTpKrycq3Fk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=XNr8kK3tcgTHncN9p+KVwp3N8vBCvwU0wNsBEOTXWB11kbAF5FrVXG4tWubXP1NuW +SXf0/LFC61ijXREWV0CUOltL88u45HyR165SF4LimdugcLXMUYCWkJ27jsiJUpj1U LgjNdJmcmOb/w/nF8ANlp9lv2SVDBGy1TLK53LWn5Zy35+jlPXmfHywlYuriEqpiwL 92+B3sMB+SEC6ENf+yx3Tz7p6jFX3iJqmSDdF59sJI6K/V+/ET9QrD24/CpfXBKONd CFsqwyeKsa9orGlQDiAM8PofiP69pWhOH3NozDgKdlxbtJxtuUji/kHDLdlCM0tr2G JfJO8bkUMI8bA== Message-ID: <19faea76-403b-e041-af4f-e6fc57a076af@collabora.com> Date: Mon, 9 Oct 2023 10:51:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH 8/8] ASoC: mt8192-afe-gpio: Drop unused include Content-Language: en-US To: Linus Walleij , Bartosz Golaszewski , Andy Shevchenko , Matthias Brugger , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, alsa-devel@alsa-project.org References: <20231006-descriptors-asoc-mediatek-v1-0-07fe79f337f5@linaro.org> <20231006-descriptors-asoc-mediatek-v1-8-07fe79f337f5@linaro.org> From: AngeloGioacchino Del Regno In-Reply-To: <20231006-descriptors-asoc-mediatek-v1-8-07fe79f337f5@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Il 06/10/23 15:46, Linus Walleij ha scritto: > This driver includes the legacy GPIO header but > is not using any symbols from it. AFE has a custom GPIO > implementation that is not using the kernel GPIO framework. > > Signed-off-by: Linus Walleij Reviewed-by: AngeloGioacchino Del Regno Tested-by: AngeloGioacchino Del Regno