lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 19 Nov 2020 15:33:27 +0100
From:   Steen Hegelund <steen.hegelund@...rochip.com>
To:     Vinod Koul <vkoul@...nel.org>
CC:     Kishon Vijay Abraham I <kishon@...com>,
        <linux-arm-kernel@...ts.infradead.org>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Lars Povlsen <lars.povlsen@...rochip.com>,
        Bjarni Jonasson <bjarni.jonasson@...rochip.com>,
        Microsemi List <microsemi@...ts.bootlin.com>,
        Microchip UNG Driver List <UNGLinuxDriver@...rochip.com>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 3/4] phy: Add Sparx5 ethernet serdes PHY driver

On 19.11.2020 11:44, Vinod Koul wrote:
>EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
>On 10-11-20, 15:49, Steen Hegelund wrote:
>> Add the Microchip Sparx5 ethernet serdes PHY driver for the 6G, 10G and 25G
>> interfaces available in the Sparx5 SoC.
>>
>> Signed-off-by: Bjarni Jonasson <bjarni.jonasson@...rochip.com>
>> Signed-off-by: Steen Hegelund <steen.hegelund@...rochip.com>
>> ---
>>  drivers/phy/Kconfig                        |    1 +
>>  drivers/phy/Makefile                       |    1 +
>>  drivers/phy/microchip/Kconfig              |   12 +
>>  drivers/phy/microchip/Makefile             |    6 +
>>  drivers/phy/microchip/sparx5_serdes.c      | 2464 +++++++++++++++++
>>  drivers/phy/microchip/sparx5_serdes_regs.h | 2773 ++++++++++++++++++++
>>  6 files changed, 5257 insertions(+)
>>  create mode 100644 drivers/phy/microchip/Kconfig
>>  create mode 100644 drivers/phy/microchip/Makefile
>>  create mode 100644 drivers/phy/microchip/sparx5_serdes.c
>>  create mode 100644 drivers/phy/microchip/sparx5_serdes_regs.h
>>
>> diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
>> index 01b53f86004c..ef0d17829610 100644
>> --- a/drivers/phy/Kconfig
>> +++ b/drivers/phy/Kconfig
>> @@ -71,6 +71,7 @@ source "drivers/phy/marvell/Kconfig"
>>  source "drivers/phy/mediatek/Kconfig"
>>  source "drivers/phy/motorola/Kconfig"
>>  source "drivers/phy/mscc/Kconfig"
>> +source "drivers/phy/microchip/Kconfig"
>
>Sorted please

I will update the list.
>
>>  source "drivers/phy/qualcomm/Kconfig"
>>  source "drivers/phy/ralink/Kconfig"
>>  source "drivers/phy/renesas/Kconfig"
>> diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile
>> index 6eb2916773c5..822040e1aaa7 100644
>> --- a/drivers/phy/Makefile
>> +++ b/drivers/phy/Makefile
>> @@ -21,6 +21,7 @@ obj-y                                       += allwinner/   \
>>                                          mediatek/    \
>>                                          motorola/    \
>>                                          mscc/        \
>> +                                        microchip/   \
>
>Here as well

OK
>
>>                                          qualcomm/    \
>>                                          ralink/      \
>>                                          renesas/     \

...


>> 2.29.2
>
>--
>~Vinod

BR
Steen

---------------------------------------
Steen Hegelund
steen.hegelund@...rochip.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ