From patchwork Wed Jun 22 12:35:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 12890601 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 D71C4CCA480 for ; Wed, 22 Jun 2022 12:36:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234818AbiFVMf6 (ORCPT ); Wed, 22 Jun 2022 08:35:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231873AbiFVMfw (ORCPT ); Wed, 22 Jun 2022 08:35:52 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E27B22B35; Wed, 22 Jun 2022 05:35:51 -0700 (PDT) Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id D05CA22248; Wed, 22 Jun 2022 14:35:48 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1655901349; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vATlMTEkReM5stqHgM0MtSkPV42XLwNMpxK49S0i0o4=; b=lEDJkgOj9TV/yY+psfXTiBm3V9hd4TPdj7c3GZdCkjn6TaYyaEikxBqi1urTcRUCGSpUl0 MRf8e/Ae4EtgkTJ5rD1WLKQIwdT6Q8owexQ4f7ZCe8R0vNK5xtJu1oV2KNh86PQeKckTvl d0rnv9+OZcksm6oBwdHMZ8zi0kYexkg= From: Michael Walle To: Andrew Lunn , Heiner Kallweit , Russell King , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Guenter Roeck , Michael Walle Subject: [PATCH net-next 0/2] net: use new hwmon_sanitize_name() Date: Wed, 22 Jun 2022 14:35:41 +0200 Message-Id: <20220622123543.3463209-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org These are the remaining patches of my former series [1] which were hold back because it would have required a stable branch between the subsystems. [1] https://lore.kernel.org/r/20220405092452.4033674-1-michael@walle.cc/ Michael Walle (2): net: sfp: use hwmon_sanitize_name() net: phy: nxp-tja11xx: use devm_hwmon_sanitize_name() drivers/net/phy/nxp-tja11xx.c | 11 +++-------- drivers/net/phy/sfp.c | 10 +++------- 2 files changed, 6 insertions(+), 15 deletions(-)