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 7F24CC77B7E for ; Mon, 29 May 2023 15:07:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229654AbjE2PHN (ORCPT ); Mon, 29 May 2023 11:07:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51384 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbjE2PHM (ORCPT ); Mon, 29 May 2023 11:07:12 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F34AE9F; Mon, 29 May 2023 08:07:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=bVUwQzHP30Vg4mnAd3/C05krhQKpGJEL5ELBzTTg5EU=; b=iY WiSRLJ85N1umBhkytgtspGtffQRJTDGzvLb+wyVNgfqHF/VkMCy4dSdZukzAcVlwxQvdzCjzFz85W eKor92aBor5iDE31gc0inl0ZLOk329Cd8svpe8OJUJGhX0NnPvcZG/TR3aNHCLJHAoRzRDKF1H83B 35y2vhwqftmpg38=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q3eSc-00EEl8-VU; Mon, 29 May 2023 17:07:02 +0200 Date: Mon, 29 May 2023 17:07:02 +0200 From: Andrew Lunn To: Linus Walleij Cc: Chris Packham , Andy Shevchenko , Kent Gibson , "brgl@bgdev.pl" , "johan@kernel.org" , "maz@kernel.org" , Ben Brown , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Sebastian Reichel Subject: Re: [PATCH] gpiolib: Avoid side effects in gpio_is_visible() Message-ID: <8f05a48c-37dc-457c-a9f8-8c7428ceba9b@lunn.ch> References: <20230512042806.3438373-1-chris.packham@alliedtelesis.co.nz> <31a23398-9b0e-4a19-3576-84fcfd3ce4b5@alliedtelesis.co.nz> <604467c7-c5d6-38b1-be98-42c7da031416@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, May 29, 2023 at 11:19:02AM +0200, Linus Walleij wrote: > On Wed, May 17, 2023 at 11:30 PM Chris Packham > wrote: > > > > Why does the MCU have no in-kernel driver? > > > > There isn't any PoE PSE infrastructure in the kernel. I'm not really > > sure what it'd look like either as the hardware designs are all highly > > customized and often have very specialized requirements. Even the vendor > > reference boards tend to use the i2c userspace interface and punt > > everything to a specialist application. > > > > Of course if anyone is thinking about adding PoE PSE support in-kernel > > I'd be very keen to be involved. There is net/ethtool/pse-pd.c. Andrew