
From: Kuo-Jung Su dantesu@faraday-tech.com
1. Update license statement
2. struct ftmac110_regs __iomem *regs -> struct ftmac110_regs *regs.
3. Reformat hardware tx/rx descriptor as an uniform one, and replace uint32_t[2] with uint64_t for descriptor control.
Changes for v2: - Re-send these as separate patches that each have a single, complete purpose.
Kuo-Jung Su (3): net: ftmac110: Update license statement net: ftmac110: struct ftmac110_regs __iomem * -> struct ftmac110_regs * net: ftmac110: Update tx/rx descriptor format
drivers/net/ftmac110.c | 113 ++++++++++++++++++++++++++++-------------------- drivers/net/ftmac110.h | 87 +++++++++++++++++++++---------------- 2 files changed, 115 insertions(+), 85 deletions(-)
-- 1.7.9.5