From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-177.mta0.migadu.com (out-177.mta0.migadu.com [91.218.175.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 000893203B6 for ; Mon, 13 Apr 2026 16:59:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.177 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776099595; cv=none; b=YdxRzb/O/CVRIQ1JvUwzfbisxT87UXzWx59EBIN/6SZTjAbQd+25RZQ7FEffIozKwf5ZW0u4A6u9ClO87Y2MWeBXi8V7/vn04w28uN5V2OnOi68R07P3h/Olti7dfCI6b+rSjYuxy3ZBMl3HDmO41vcvXXnijadCGQw+3AJ+Wrk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776099595; c=relaxed/simple; bh=xMRlr+dvauWYLp4fhg1oiZc7pSG83xFpP00YLKYxv/4=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To:Cc: In-Reply-To:References; b=KIysNhfVA3yL01z/GFElzHIWeuVrl8AZxFdPooisiWpb4d3Fc/ywzuuXLwjOGnyY8Ga4cF11LNZMKuinja7ay23DnR4BmIuT4DOp7+PZSrptfhQ7k2YdckCgz5WiuPsGwwpvf2TM/Ah+UhgJmWEhkHKW6RY53D2bDsNn1uHoDrU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ZtzKKlNr; arc=none smtp.client-ip=91.218.175.177 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ZtzKKlNr" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1776099582; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cyv0AxehRNOQolYCuoB+pRa5GzYKrq0BCQrOiqbyjL8=; b=ZtzKKlNrEZvrY0siISgE/Ud2mhjzBo1yzcjuC4tb9MyBLjR73qQtuDvHQlCLosiqRhdeC5 MvippeHIVM5I6tQO6RpYzDwoa5PnPUAhCoWXcYCyF6Q+pHYs6/d3pBxwgK7CY6dQU4Ttlu Y/+WANgaGegDGnl4JCDWZwnxsBNfhZQ= Date: Mon, 13 Apr 2026 16:59:37 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Frank Wunderlich" Message-ID: TLS-Required: No Subject: Re: [PATCH] pinctrl: mediatek: moore: implement gpio_chip::get_direction() To: "Linus Walleij" , "Frank Wunderlich" Cc: bartosz.golaszewski@oss.qualcomm.com, linux@fw-web.de, sean.wang@kernel.org, matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com, brgl@kernel.org, linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: References: <20260410070935.9540-1-bartosz.golaszewski@oss.qualcomm.com> X-Migadu-Flow: FLOW_OUT Am 13. April 2026 um 10:01 schrieb "Linus Walleij" : >=20 >=20On Fri, Apr 10, 2026 at 11:24 AM Frank Wunderlich > wrote: >=20 >=20>=20 >=20> Gesendet: Freitag, 10. April 2026 um 09:09 > > Von: "Bartosz Golaszewski" > > An: "Frank Wunderlich" , "Sean Wang" , "Linus Walleij" , "Matthias Brugger" , "AngeloGioacchino Del Regno" , "Bartosz Golaszewski" > > CC: linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, = linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Bart= osz Golaszewski" > > Betreff: [PATCH] pinctrl: mediatek: moore: implement gpio_chip::get_= direction() > >=20 >=20> If the gpio_chip::get_direction() callback is not implemented by t= he GPIO > > controller driver, GPIOLIB emits a warning. > >=20 >=20> Implement get_direction() for the GPIO part of pinctrl-moore. > >=20 >=20> Fixes: 471e998c0e31 ("gpiolib: remove redundant callback check") > > Fixes: e623c4303ed1 ("gpiolib: sanitize the return value of gpio_chi= p::get_direction()") > > Reported-by: Frank Wunderlich > >=20 >=20> please use the email i used for SoB in my linked patch (closes lin= k below), the other email i use only for sending patches due to mail prov= ider limitation. > >=20 >=20I can't fix this up because the closes link isn't working right now. > Is it the same > as the one this mail came from frank-w@public-files.de? yes, closes-link works for me > Yours, > Linus Walleij >=20 regards=20Frank