aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ether.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-15usb: gadget: ether: Use plain udevice for UDC controller interactionMarek Vasut1-9/+11
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut1-45/+52
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut1-14/+14
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut1-39/+9
2022-12-07usb: gadget: Remove non-DM_ETH codeTom Rini1-97/+0
2022-10-17usb: ether: Fix error handling in usb_ether_initMichal Suchanek1-6/+5
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora1-1/+1
2022-07-08arm: Remove strongarm supportTom Rini1-15/+0
2022-07-07arm: Remove PXA architecture supportTom Rini1-24/+1
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-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-2/+2
2020-12-13dm: 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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: 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-08net: 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-02drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-02drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-02drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-02drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-02drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-09-23treewide: 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-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-11Move 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