[U-Boot] [PATCH v3 05/13] drivers: net: pfe_eth: LS1012A PFE headers

Joe Hershberger joe.hershberger at ni.com
Mon Mar 5 20:25:25 UTC 2018


On Sat, Mar 3, 2018 at 11:43 AM, Calvin Johnson <calvin.johnson at nxp.com> wrote:
> Contains all the pfe header files.
>
> Signed-off-by: Calvin Johnson <calvin.johnson at nxp.com>
> Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi at nxp.com>
>
> ---
>
> Changes in v3:
> -Move pfe_eth header files to include/net/pfe_eth
> -Use BIT macro wherever applicable
>
> Changes in v2:
> -Add pfe_rx_done to clear bd after packet processing
> -remove unused code under CONFIG_UTIL_PE_DISABLED
> -Used BIT and GENMASK macros wherever applicable
> -Removed generic definitions that pollutes namespace
> -File names pfe.h renamed to pfe_hw.h to be more clear as it contains
>  low level functions that directly access pfe hardware block
> -Added pfe_dm_eth.h for new driver model
>
>  include/dm/platform_data/pfe_dm_eth.h    |  21 ++++
>  include/net/pfe_eth/pfe/cbus.h           |  77 +++++++++++++
>  include/net/pfe_eth/pfe/cbus/bmu.h       |  40 +++++++
>  include/net/pfe_eth/pfe/cbus/class_csr.h | 180 +++++++++++++++++++++++++++++++
>  include/net/pfe_eth/pfe/cbus/emac.h      | 140 ++++++++++++++++++++++++
>  include/net/pfe_eth/pfe/cbus/gpi.h       |  62 +++++++++++
>  include/net/pfe_eth/pfe/cbus/hif.h       |  68 ++++++++++++
>  include/net/pfe_eth/pfe/cbus/hif_nocpy.h |  40 +++++++
>  include/net/pfe_eth/pfe/cbus/tmu_csr.h   | 148 +++++++++++++++++++++++++
>  include/net/pfe_eth/pfe/cbus/util_csr.h  |  47 ++++++++
>  include/net/pfe_eth/pfe/pfe_hw.h         | 163 ++++++++++++++++++++++++++++
>  include/net/pfe_eth/pfe_driver.h         |  59 ++++++++++
>  include/net/pfe_eth/pfe_eth.h            | 104 ++++++++++++++++++
>  include/net/pfe_eth/pfe_firmware.h       |  17 +++
>  include/net/pfe_eth/pfe_mdio.h           |  13 +++

I assume that since you kept all the duplicated "pfe" in the path to
the files that it is valuable to do it... so:

Acked-by: Joe Hershberger <joe.hershberger at ni.com>


More information about the U-Boot mailing list