Re: [U-Boot] [PATCH v2 1/3] linux/if_ether.h: Initial import from Linux kernel v4.17

2018-08-02 Thread Joe Hershberger
On Tue, Jul 31, 2018 at 4:55 AM, Bin Meng wrote: > This imports include/uapi/linux/if_ether.h from Linux kernel v4.17. > It can be very helpful When porting Linux ethernet driver to U-Boot. > > Note it is not exactly the same as the kernel one, as checkpatch > issues are fixed. > > Signed-off-by:

[U-Boot] [PATCH v2 1/3] linux/if_ether.h: Initial import from Linux kernel v4.17

2018-07-31 Thread Bin Meng
This imports include/uapi/linux/if_ether.h from Linux kernel v4.17. It can be very helpful When porting Linux ethernet driver to U-Boot. Note it is not exactly the same as the kernel one, as checkpatch issues are fixed. Signed-off-by: Bin Meng --- Changes in v2: - correct one indention to use