[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1b9e9b1a-cc12-44b8-bbdd-6e6777adfb13@lunn.ch>
Date: Thu, 31 Oct 2024 16:03:25 +0100
From: Andrew Lunn <andrew@...n.ch>
To: SkyLake Huang (黃啟澤) <SkyLake.Huang@...iatek.com>
Cc: "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mediatek@...ts.infradead.org" <linux-mediatek@...ts.infradead.org>,
"linux@...linux.org.uk" <linux@...linux.org.uk>,
"horms@...nel.org" <horms@...nel.org>,
"kuba@...nel.org" <kuba@...nel.org>,
"pabeni@...hat.com" <pabeni@...hat.com>,
"edumazet@...gle.com" <edumazet@...gle.com>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"dqfext@...il.com" <dqfext@...il.com>,
Steven Liu (劉人豪) <steven.liu@...iatek.com>,
"matthias.bgg@...il.com" <matthias.bgg@...il.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"hkallweit1@...il.com" <hkallweit1@...il.com>,
"daniel@...rotopia.org" <daniel@...rotopia.org>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
Subject: Re: [PATCH net-next 2/5] net: phy: mediatek: Move LED helper
functions into mtk phy lib
> I think I got your point. In a follow up patch, I'll do the following
> change:
>
> [Psuedo code]
> /* Currently */
> mtk_phy_led_hw_ctrl_get() {
> get_led_hw_settings(); //on & blink
>
> set/clear &priv->led_state according to led_hw_settings
>
> get *rules according to led_hw_settings
> }
>
> /* Change into */
> get_led_hw_settings()
>
> mtk_phy_leds_state_init() { /* Actual led_state init code */
> get_led_hw_settings(); //on & blink
>
> set/clear &priv->led_state according to led_hw_settings
> }
>
> mtk_phy_led_hw_ctrl_get() {
> get_led_hw_settings() in register; //on & blink
>
> get *rules according to led_hw_settings
> }
This looks about right. I will review the real patch when it is sent.
Andrew
Powered by blists - more mailing lists