summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ether.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+1
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-4/+12
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-08-14linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-04-28usb: ether: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot1-1/+4
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-3/+0
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-33/+5
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-4/+4
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-7/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini1-8/+8
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-21/+21
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard1-8/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+6
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla1-0/+2
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N1-9/+144
2016-12-04usb: gadget: remove unused shortname variableAndre Przywara1-1/+0
2016-12-03drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-03drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-03drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-03drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-03drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I1-0/+1
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I1-0/+4
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+3
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-4/+4
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-5/+5
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I1-1/+1
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng1-1/+0
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-24/+0
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-5/+0
2013-10-21usb: gadget: ether: return error from rx_submit if no requestTroy Kisky1-0/+2
2013-10-21usb: gadget: ether set wMaxPacketSizeTroy Kisky1-0/+2
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1