~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: rtl8139: Remove non-DM_ETH codeTom Rini2022-12-07
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-13
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-13
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-13
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* net: rtl8139: Add DM supportMarek Vasut2020-06-12
* net: rtl8139: Read HW address from EEPROM only on probeMarek Vasut2020-06-12
* net: rtl8139: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-12
* net: rtl8139: Split out common and non-DM functionsMarek Vasut2020-06-12
* net: rtl8139: Pass private data into rtl8139_eeprom_delay()Marek Vasut2020-06-12
* net: rtl8139: Introduce device private dataMarek Vasut2020-06-12
* net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macrosMarek Vasut2020-06-12
* net: rtl8139: Use dev->iobase instead of custom ioaddrMarek Vasut2020-06-12
* net: rtl8139: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-12
* net: rtl8139: Factor out device name assignmentMarek Vasut2020-06-12
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* net: rtl8139: Fill in SPDX tagMarek Vasut2020-05-01
* net: rtl8139: Move functions aroundMarek Vasut2020-05-01
* net: rtl8139: Finish cleanupMarek Vasut2020-05-01
* net: rtl8139: Factor out hardware resetMarek Vasut2020-05-01
* net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut2020-05-01
* net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut2020-05-01
* net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut2020-05-01
* net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut2020-05-01
* net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut2020-05-01
* net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut2020-05-01
* net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut2020-05-01
* net: rtl8139: Rework eeprom_delay() macroMarek Vasut2020-05-01
* net: rtl8139: Register macro cleanupMarek Vasut2020-05-01
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-24
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-10
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18
* net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-22
* drivers/net/rtl8139.c: Fix compile warningJoe Hershberger2012-05-22
* drivers/net/rtl8139.c: Fix GCC 4.6 build warningsWolfgang Denk2011-11-07
* net: rtl8139: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-14
* Cleanup: fix "MHz" spellingWolfgang Denk2008-10-21
* Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren2008-09-02
* net: Conditional COBJS inclusion of network driversShinya Kuribayashi2008-06-09
* drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).Shinya Kuribayashi2008-01-16
* drivers/net/rtl8139.c: Fix cache coherency issuesShinya Kuribayashi2008-01-16
* drivers/net/rtl8139.c: Fix tx timeoutShinya Kuribayashi2008-01-16
* Fix Ethernet init() return codesBen Warren2008-01-10
* drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-25