From: Jakub Kicinski <kuba@kernel.org>
To: Andy Chiu <andy.chiu@sifive.com>
Cc: davem@davemloft.net, andrew@lunn.ch, michal.simek@xilinx.com,
radhey.shyam.pandey@xilinx.com, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
robh+dt@kernel.org, pabeni@redhat.com, edumazet@google.com,
greentime.hu@sifive.com
Subject: Re: [PATCH v3 net-next 0/3] net: axienet: Use a DT property to configure frequency of the MDIO bus
Date: Tue, 8 Nov 2022 17:02:59 -0800 [thread overview]
Message-ID: <20221108170259.2e95c6c0@kernel.org> (raw)
In-Reply-To: <20221104060305.1025215-1-andy.chiu@sifive.com>
On Fri, 4 Nov 2022 14:03:02 +0800 Andy Chiu wrote:
> Some FPGA platforms have to set frequency of the MDIO bus lower than 2.5
> MHz. Thus, we use a DT property, which is "clock-frequency", to work
> with it at boot time. The default 2.5 MHz would be set if the property
> is not pressent. Also, factor out mdio enable/disable functions due to
> the api change since 253761a0e61b7.
FWIW this patch set was set to Changes Requested in the patchwork
but I don't recall what the reason was. If you're not aware of anyone
requesting changes either - could you just repost to the list again,
the same exact code?
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Jakub Kicinski <kuba@kernel.org>
To: Andy Chiu <andy.chiu@sifive.com>
Cc: davem@davemloft.net, andrew@lunn.ch, michal.simek@xilinx.com,
radhey.shyam.pandey@xilinx.com, netdev@vger.kernel.org,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
robh+dt@kernel.org, pabeni@redhat.com, edumazet@google.com,
greentime.hu@sifive.com
Subject: Re: [PATCH v3 net-next 0/3] net: axienet: Use a DT property to configure frequency of the MDIO bus
Date: Tue, 8 Nov 2022 17:02:59 -0800 [thread overview]
Message-ID: <20221108170259.2e95c6c0@kernel.org> (raw)
In-Reply-To: <20221104060305.1025215-1-andy.chiu@sifive.com>
On Fri, 4 Nov 2022 14:03:02 +0800 Andy Chiu wrote:
> Some FPGA platforms have to set frequency of the MDIO bus lower than 2.5
> MHz. Thus, we use a DT property, which is "clock-frequency", to work
> with it at boot time. The default 2.5 MHz would be set if the property
> is not pressent. Also, factor out mdio enable/disable functions due to
> the api change since 253761a0e61b7.
FWIW this patch set was set to Changes Requested in the patchwork
but I don't recall what the reason was. If you're not aware of anyone
requesting changes either - could you just repost to the list again,
the same exact code?
next prev parent reply other threads:[~2022-11-09 1:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 6:03 [PATCH v3 net-next 0/3] net: axienet: Use a DT property to configure frequency of the MDIO bus Andy Chiu
2022-11-04 6:03 ` Andy Chiu
2022-11-04 6:03 ` [PATCH v3 net-next 1/3] net: axienet: Unexport and remove unused mdio functions Andy Chiu
2022-11-04 6:03 ` Andy Chiu
2022-11-04 6:03 ` [PATCH v3 net-next 2/3] net: axienet: set mdio clock according to bus-frequency Andy Chiu
2022-11-04 6:03 ` Andy Chiu
2022-11-04 6:03 ` [PATCH v3 net-next 3/3] dt-bindings: describe the support of "clock-frequency" in mdio Andy Chiu
2022-11-04 6:03 ` Andy Chiu
2022-11-09 1:02 ` Jakub Kicinski [this message]
2022-11-09 1:02 ` [PATCH v3 net-next 0/3] net: axienet: Use a DT property to configure frequency of the MDIO bus Jakub Kicinski
2022-11-14 14:44 ` Andy Chiu
2022-11-14 14:44 ` Andy Chiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221108170259.2e95c6c0@kernel.org \
--to=kuba@kernel.org \
--cc=andrew@lunn.ch \
--cc=andy.chiu@sifive.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=edumazet@google.com \
--cc=greentime.hu@sifive.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=michal.simek@xilinx.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=radhey.shyam.pandey@xilinx.com \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.