[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-arm] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA ri
From: |
Andrey Smirnov |
Subject: |
Re: [Qemu-arm] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings |
Date: |
Mon, 25 Sep 2017 11:23:56 -0700 |
On Fri, Sep 22, 2017 at 12:33 AM, Jason Wang <address@hidden> wrote:
>
>
> On 2017年09月19日 03:50, Andrey Smirnov wrote:
>>
>> More recent version of the IP block support more than one Tx DMA ring,
>> so add the code implementing that feature.
>>
>> Cc: Peter Maydell<address@hidden>
>> Cc: Jason Wang<address@hidden>
>> Cc:address@hidden
>> Cc:address@hidden
>> Cc:address@hidden
>> Signed-off-by: Andrey Smirnov<address@hidden>
>> ---
>> hw/net/imx_fec.c | 97
>> +++++++++++++++++++++++++++++++++++++++---------
>> include/hw/net/imx_fec.h | 23 +++++++++++-
>> 2 files changed, 101 insertions(+), 19 deletions(-)
>
>
> Is there a register for driver to know about the version? (Looks like I
> didn't find it).
I haven't seen anything of the sort in the datasheet and, since Linux
driver relies on DT for that information, I am inclined to think
there's none.
Thanks,
Andrey Smirnov
- [Qemu-arm] [PATCH 02/17] imx_fec: Do not calculate FEC, (continued)
- [Qemu-arm] [PATCH 02/17] imx_fec: Do not calculate FEC, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 01/17] imx_fec: Do not link to netdev, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 04/17] imx_fec: Change queue flushing heuristics, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 05/17] imx_fec: Use ENET_FTRL to determine truncation length, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 06/17] imx_fec: Use MIN instead of explicit ternary operator, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 07/17] imx_fec: Emulate SHIFT16 in ENETx_RACC, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 08/17] imx_fec: Add support for multiple Tx DMA rings, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 10/17] sdhci: Add i.MX specific subtype of SDHCI, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 12/17] i.MX: Add i.MX7 CCM, PMU and ANALOG device, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 09/17] imx_fec: Use correct length for packet size, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 11/17] sdhci: Implement write method of ACMD12ERRSTS register, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 13/17] i.MX: Add code to emulate i.MX2 watchdog IP block, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 14/17] i.MX7: Add code to emulate SNVS IP-block, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 15/17] include/qemu: Add sizes.h from Linux, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 17/17] Implement support for i.MX7 Sabre board, Andrey Smirnov, 2017/09/18
- [Qemu-arm] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation., Andrey Smirnov, 2017/09/18
- Re: [Qemu-arm] [Qemu-devel] [PATCH 00/17] Initial i.MX7 support, no-reply, 2017/09/18