summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut2-158/+156
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut1-24/+40
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut1-2/+10
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut1-11/+16
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut1-2/+2
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut1-5/+3
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut1-7/+2
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut1-3/+1
2020-05-01net: rtl8139: Move functions aroundMarek Vasut1-92/+87
2020-05-01net: rtl8139: Finish cleanupMarek Vasut1-86/+87
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut1-17/+11
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut1-5/+8
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut1-30/+33
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut1-33/+31
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut1-27/+34
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut1-11/+8
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut1-2/+2
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut1-9/+13
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut1-14/+17
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut1-111/+152
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut1-1/+3
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut1-0/+6
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut1-0/+1
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut1-1/+1
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut1-1/+2
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut1-2/+2
2020-05-01net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut1-36/+21
2020-05-01net: dc2114x: Reorganize driverMarek Vasut1-347/+325
2020-05-01net: dc2114x: Clean up INL/OUTL functionsMarek Vasut1-24/+24
2020-05-01net: dc2114x: Clean up DE4X5 macrosMarek Vasut1-39/+50
2020-05-01net: dc2114x: Clean up remaining driver codeMarek Vasut1-43/+43
2020-05-01net: dc2114x: Clean up SROM operationsMarek Vasut1-54/+63
2020-05-01net: dc2114x: Clean up send_setup_frame()Marek Vasut1-22/+22
2020-05-01net: dc2114x: Clean up dc21x4x_halt()Marek Vasut1-2/+2
2020-05-01net: dc2114x: Clean up dc21x4x_recv()Marek Vasut1-25/+19
2020-05-01net: dc2114x: Clean up dc21x4x_send()Marek Vasut1-22/+20
2020-05-01net: dc2114x: Clean up init codeMarek Vasut1-34/+32
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut1-3/+3
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut1-1/+3
2020-05-01net: tulip: Remove CONFIG_TULIP_*Marek Vasut1-83/+5
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut1-8/+0
2020-05-01clk: rk3399: Set empty for HCLK_SD assigned-clocksJagan Teki1-0/+1
2020-05-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini11-1176/+982
2020-04-30spi: sifive: Fix QPP transferJagan Teki1-20/+37
2020-04-30spi: sifive: Fix format register proto fieldJagan Teki1-3/+21
2020-04-30spi: sifive: Add spi-mem exec opJagan Teki1-1/+74
2020-04-30mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh1-1/+2
2020-04-30watchdog: kconfig: Enable designware for rk3399Jagan Teki1-0/+1
2020-04-30mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki1-1/+2
2020-04-30mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki1-0/+1