~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* net: e1000: Remove non-DM_ETH codeTom Rini2022-12-07
* pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-03
* pci: Map bars with offset and lengthAndrew Scull2022-05-03
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-30
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-02
* net: e1000: do not attempt to set hwaddr for i210 without FLASHTim Harvey2021-06-18
* net: e1000: Add missing address translationsStefan Roese2021-01-27
* net: e1000: Use virt_to_phys() instead of pci_virt_to_mem()Stefan Roese2021-01-27
* net: e1000: Remove unused bus_to_phys() macroStefan Roese2021-01-27
* net: e1000: implement eth_write_hwaddr for DM_ETHIan Ray2021-01-19
* 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
* net: e1000: add defaults for i210 TX/RX PBSIZEChristian Gmeiner2020-10-14
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-17
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-18
* common: Drop net.h from common headerSimon Glass2020-05-18
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-05
* common: Move ARM cache operations out of common.hSimon Glass2019-12-02
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* net: e1000: Fix e1000_igb semaphore handlingBernhard Messerklinger2018-02-26
* net: e1000: implement eth_write_hwaddrHannu Lounento2018-02-04
* net: e1000: split e1000_read_mac_addrHannu Lounento2018-02-04
* net: e1000: add support for writing to EEPROMHannu Lounento2018-02-04
* net: e1000: fix indentationAndre Przywara2016-12-04
* net: e1000: Fix the build with driver model and SPI EEPROMAlban Bedel2016-08-15
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingTom Rini2016-02-08
|\
| * Use correct spelling of "U-Boot"Bin Meng2016-02-06
* | net: e1000: Convert to use DM PCI APIBin Meng2016-02-05
|/
* Merge git://git.denx.de/u-boot-netTom Rini2016-01-13
|\
| * net: e1000: Remove CONFIG_MVBC_1GBin Meng2015-12-21
| * net: e1000: Remove dead codes wrapped by #if 0Bin Meng2015-12-21
* | dm: pci: Add a dm_ prefix to pci_get_bdf()Simon Glass2016-01-12
* | net: e1000: use correct helper to do endianness conversionMiao Yan2016-01-04
|/
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11
* net: e1000: Fix build warnings for 32-bitBin Meng2015-08-26
* net: e1000: Add Kconfig optionsSimon Glass2015-08-21
* net: e1000: Convert to driver modelSimon Glass2015-08-21
* net: e1000: Prepare for driver model conversionSimon Glass2015-08-21
* net: e1000: Move #include of common.h to the C filesSimon Glass2015-08-21
* net: e1000: Support 64-bit physical addressMingkai Hu2015-08-21
* net: e1000: Increase autoneg timeout to 8 secondsStefan Roese2015-08-12
* e1000: remove unnecessary clearing of SWSM.SWSM_SMBITim Harvey2015-08-11
* Revert "e1000: fix sw fw sync on igb i210/i211"Tim Harvey2015-08-11
* e1000: releasing semaphore once no longer neededTim Harvey2015-08-11
* drivers/net/e1000.c: Cleanup whitespaceMinghuan Lian2015-04-23
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-18
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-18