Re: [PATCH 02/12] net: ll_temac: Extend support to non-device-tree platforms

From: Andrew Lunn
Date: Fri Apr 26 2019 - 09:58:43 EST


On Fri, Apr 26, 2019 at 09:32:21AM +0200, Esben Haabendal wrote:
> Support initialization with platdata, so the driver can be used on
> non-device-tree platforms.
>
> For currently supported device-tree platforms, the driver should behave
> as before.
>
> Signed-off-by: Esben Haabendal <esben@xxxxxxxxxx>
> ---
> drivers/net/ethernet/xilinx/ll_temac.h | 3 +
> drivers/net/ethernet/xilinx/ll_temac_main.c | 187 +++++++++++++++++++---------
> drivers/net/ethernet/xilinx/ll_temac_mdio.c | 23 +++-
> include/linux/xilinx_ll_temac.h | 18 +++

Hi Esben

Please place platform data include files in include/linux/platform_data/

Thanks
Andrew