~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-20
* global: Remove unused CONFIG definesTom Rini2023-01-20
* net: eepro100: Remove non-DM_ETH codeTom Rini2022-12-07
* net: eepro100: ensure mdiodev->name is NULL terminated after MDIO_NAME_LEN tr...Vladimir Oltean2021-09-28
* 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: eepro100: Add DM supportMarek Vasut2020-06-18
* net: eepro100: Split common parts of non-DM functions outMarek Vasut2020-06-18
* net: eepro100: Drop bd_t pointer from read_hw_addr()Marek Vasut2020-06-18
* net: eepro100: Add RX/TX rings into the private dataMarek Vasut2020-06-18
* net: eepro100: Pass device private data into mdiobusMarek Vasut2020-06-18
* net: eepro100: Pass device private data aroundMarek Vasut2020-06-18
* net: eepro100: Introduce device private dataMarek Vasut2020-06-18
* net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus()Marek Vasut2020-06-18
* net: eepro100: Drop inline keywordMarek Vasut2020-06-18
* net: eepro100: Fix EE_*_CMD macrosMarek Vasut2020-06-18
* net: eepro100: Factor out MII registrationMarek Vasut2020-06-18
* net: eepro100: Switch from malloc()+memset() to calloc()Marek Vasut2020-06-18
* net: eepro100: Use PCI_DEVICE() to define PCI device compat listMarek Vasut2020-06-18
* net: eepro100: Reorder functions in the driverMarek Vasut2020-06-18
* net: eepro100: Remove volatile misuseMarek Vasut2020-06-18
* net: eepro100: Add cache managementMarek Vasut2020-06-18
* net: eepro100: Factor out tx_ring command issuingMarek Vasut2020-06-18
* net: eepro100: Replace purge_tx_ring() with memset()Marek Vasut2020-06-18
* net: eepro100: Use standard I/O accessorsMarek Vasut2020-06-18
* net: eepro100: Fix camelcaseMarek Vasut2020-06-18
* net: eepro100: Fix remaining checkpatch issuesMarek Vasut2020-06-18
* net: eepro100: Fix indented labelMarek Vasut2020-06-18
* net: eepro100: Fix pointer locationMarek Vasut2020-06-18
* net: eepro100: Fix parenthesis alignmentMarek Vasut2020-06-18
* net: eepro100: Fix bracesMarek Vasut2020-06-18
* net: eepro100: Fix spacingMarek Vasut2020-06-18
* net: eepro100: Use plain debug()Marek Vasut2020-06-18
* net: eepro100: Clean up commentsMarek Vasut2020-06-18
* net: eepro100: Remove EEPRO100_SROM_WRITEMarek Vasut2020-06-18
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-18
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: eepro100: Fix unused variable warningTom Rini2017-05-12
* net: mii: Use spatch to update miiphy_registerJoe Hershberger2016-08-15
* net: eepro100: Fix build warningsBin Meng2016-01-25
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18
* PowerPC: drop some 74xx_7xx boards and related codeWolfgang Denk2014-10-27
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* drivers/net/eepro100.c: Fix compile warningJoe Hershberger2012-05-22
* drivers/net/eepro100.c: fix GCC 4.6 build warningsWolfgang Denk2011-11-03
* miiphy: convert to linux/mii.hMike Frysinger2011-01-09