On 12/12/22 18:37, Stephen Boyd wrote:
> Quoting Sean Anderson (2022-12-08 07:36:45)
>> On 12/6/22 21:17, Stephen Boyd wrote:
>> > Quoting Sean Anderson (2022-11-01 16:27:21)
>> >> On 11/1/22 16:10, Stephen Boyd wrote:
>> >> >>
>> >> >> Oh, I remember why I did this. I need the reference clock for
Quoting Sean Anderson (2022-12-08 07:36:45)
> On 12/6/22 21:17, Stephen Boyd wrote:
> > Quoting Sean Anderson (2022-11-01 16:27:21)
> >> On 11/1/22 16:10, Stephen Boyd wrote:
> >> >>
> >> >> Oh, I remember why I did this. I need the reference clock for
> >> >> clk_hw_round_rate,
> >> >> which is
On 12/6/22 21:17, Stephen Boyd wrote:
> Quoting Sean Anderson (2022-11-01 16:27:21)
>> On 11/1/22 16:10, Stephen Boyd wrote:
>> >>
>> >> Oh, I remember why I did this. I need the reference clock for
>> >> clk_hw_round_rate,
>> >> which is AFAICT the only correct way to implement round_rate.
>> >>
Quoting Sean Anderson (2022-11-01 16:27:21)
> On 11/1/22 16:10, Stephen Boyd wrote:
> >>
> >> Oh, I remember why I did this. I need the reference clock for
> >> clk_hw_round_rate,
> >> which is AFAICT the only correct way to implement round_rate.
> >>
> >
> > Is the reference clk the parent of
On 11/1/22 16:07, Stephen Boyd wrote:
> Quoting Sean Anderson (2022-10-28 09:13:57)
>> On 10/27/22 19:03, Stephen Boyd wrote:
>> > Quoting Sean Anderson (2022-10-27 12:11:08)
>> >> diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
>> >> index 853958fb2c06..a6f9e39b 1006
On 11/1/22 16:10, Stephen Boyd wrote:
> Quoting Sean Anderson (2022-10-28 09:33:59)
>> On 10/28/22 12:13, Sean Anderson wrote:
>> > On 10/27/22 19:03, Stephen Boyd wrote:
>> >>> + ref = devm_clk_get(dev, ref_name);
>> >>> + if (IS_ERR(clk->ref)) {
>> >>> + ret = PTR_ERR(cl
Quoting Sean Anderson (2022-10-28 09:33:59)
> On 10/28/22 12:13, Sean Anderson wrote:
> > On 10/27/22 19:03, Stephen Boyd wrote:
> >>> + ref = devm_clk_get(dev, ref_name);
> >>> + if (IS_ERR(clk->ref)) {
> >>> + ret = PTR_ERR(clk->ref);
> >>> + dev_err_probe(
Quoting Sean Anderson (2022-10-28 09:13:57)
> On 10/27/22 19:03, Stephen Boyd wrote:
> > Quoting Sean Anderson (2022-10-27 12:11:08)
> >> diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
> >> index 853958fb2c06..a6f9e39b 100644
> >> --- a/drivers/phy/freescale/Kconfig
On 10/29/22 05:11, Bagas Sanjaya wrote:
> On Thu, Oct 27, 2022 at 03:11:08PM -0400, Sean Anderson wrote:
>> .. only:: subproject and html
>> diff --git a/Documentation/driver-api/phy/lynx_10g.rst
>> b/Documentation/driver-api/phy/lynx_10g.rst
>> new file mode 100644
>> index ..ebbf4d
On Thu, Oct 27, 2022 at 03:11:08PM -0400, Sean Anderson wrote:
> .. only:: subproject and html
> diff --git a/Documentation/driver-api/phy/lynx_10g.rst
> b/Documentation/driver-api/phy/lynx_10g.rst
> new file mode 100644
> index ..ebbf4dd86726
> --- /dev/null
> +++ b/Documentation/dr
On 10/28/22 12:13, Sean Anderson wrote:
On 10/27/22 19:03, Stephen Boyd wrote:
Quoting Sean Anderson (2022-10-27 12:11:08)
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
index 853958fb2c06..a6f9e39b 100644
--- a/drivers/phy/freescale/Kconfig
+++ b/drivers/phy/fre
On 10/27/22 19:03, Stephen Boyd wrote:
Quoting Sean Anderson (2022-10-27 12:11:08)
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
index 853958fb2c06..a6f9e39b 100644
--- a/drivers/phy/freescale/Kconfig
+++ b/drivers/phy/freescale/Kconfig
@@ -47,3 +47,25 @@ config
Quoting Sean Anderson (2022-10-27 12:11:08)
> diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig
> index 853958fb2c06..a6f9e39b 100644
> --- a/drivers/phy/freescale/Kconfig
> +++ b/drivers/phy/freescale/Kconfig
> @@ -47,3 +47,25 @@ config PHY_FSL_LYNX_28G
> fou
This adds support for the Lynx 10G "SerDes" devices found on various NXP
QorIQ SoCs. There may be up to four SerDes devices on each SoC, each
supporting up to eight lanes. Protocol support for each SerDes is highly
heterogeneous, with each SoC typically having a totally different
selection of suppo
14 matches
Mail list logo