aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/ether.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* usb: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* usb: gadget: ether: Use plain udevice for UDC controller interactionMarek Vasut2023-09-151-9/+11
* usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut2023-08-051-45/+52
* usb: gadget: ether: Move probe function above driver structureMarek Vasut2023-08-051-14/+14
* usb: gadget: ether: Inline functions used onceMarek Vasut2023-08-051-39/+9
* usb: gadget: Remove non-DM_ETH codeTom Rini2022-12-071-97/+0
* usb: ether: Fix error handling in usb_ether_initMichal Suchanek2022-10-171-6/+5
* Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora2022-10-121-1/+1
* arm: Remove strongarm supportTom Rini2022-07-081-15/+0
* arm: Remove PXA architecture supportTom Rini2022-07-071-24/+1
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-021-2/+1
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-4/+12
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko2020-08-141-1/+0
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* usb: ether: avoid NULL check before free()Heinrich Schuchardt2020-04-281-2/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot2019-02-011-1/+4
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-3/+0
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-33/+5
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-4/+4
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-7/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-051-8/+8
|\
| * usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-031-8/+8
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-21/+21
|/
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-6/+6
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla2017-01-171-0/+2
* drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N2017-01-091-9/+144
* usb: gadget: remove unused shortname variableAndre Przywara2016-12-041-1/+0
* drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N2016-12-021-21/+52
* drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N2016-12-021-25/+21
* drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N2016-12-021-27/+26
* drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N2016-12-021-0/+36
* drivers: usb: gadget: ether: access network_started using local variableMugunthan V N2016-12-021-5/+5
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1