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 42A7FC43334 for ; Fri, 1 Jul 2022 03:57:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234507AbiGAD5d (ORCPT ); Thu, 30 Jun 2022 23:57:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233788AbiGAD5Z (ORCPT ); Thu, 30 Jun 2022 23:57:25 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2469E65D5D; Thu, 30 Jun 2022 20:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1656647842; x=1688183842; h=from:to:cc:subject:date:message-id:mime-version; bh=PggEE9DDBJP9KD2bExipUIkHMECZ9C6jGbC1yl7I8pA=; b=LXhyIm+zaLlLWL60eSh6thd9Y+tvz1buylSVqUG2c1QGQrn1y8omB9DO 8xv2TK7+iL8kAScHrAAfuBoBd6P2nPOXCtEx7PwRI/DCAgmPLxXyRxt82 Kj7BmAccrpgWPmXlyDpau+ZZz0GaKL+zX3xdVZS0yx6kvs+3JC9MD+RFv g3yYO9J4atXJn5+istFYDevMvip7I9d19PYDfMuMiXxFBO0rT1HXS0/et oWGlNkYBp37ZoCAXa7L94JaLv5N6ZVinNQYig1un5nCEDghU5tuqBK3lp IKVzRkbjHUGJiMl4z4rgkHy1q6TZdT8OpiWPnGQ6VGXRZQd+T22oHGfnj w==; X-IronPort-AV: E=Sophos;i="5.92,236,1650956400"; d="scan'208";a="170630180" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 30 Jun 2022 20:57:22 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Thu, 30 Jun 2022 20:57:20 -0700 Received: from training-HP-280-G1-MT-PC.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Thu, 30 Jun 2022 20:57:15 -0700 From: Divya Koppera To: , , , , , , , , , , , CC: , Subject: [PATCH v3 net-next 0/2] LED feature for LAN8814 PHY Date: Fri, 1 Jul 2022 09:27:07 +0530 Message-ID: <20220701035709.10829-1-Divya.Koppera@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Enable LED mode configuration for LAN8814 PHY v2 -> v3: - Fixed compilation issues v1 -> v2: - Updated dt-bindings for micrel,led-mode in LAN8814 PHY Divya Koppera (2): dt-bindings: net: Updated micrel,led-mode for LAN8814 PHY net: phy: micrel: Adding LED feature for LAN8814 PHY .../devicetree/bindings/net/micrel.txt | 1 + drivers/net/phy/micrel.c | 73 ++++++++++++++----- 2 files changed, 57 insertions(+), 17 deletions(-) -- 2.17.1