summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut
2020-05-01net: rtl8139: Move functions aroundMarek Vasut
2020-05-01net: rtl8139: Finish cleanupMarek Vasut
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut
2020-05-01net: rtl8139: Rework eeprom_delay() macroMarek Vasut
2020-05-01net: rtl8139: Register macro cleanupMarek Vasut
2020-05-01net: dwc_eth_qos: Prevent DMA from writing updated RX DMA descriptorMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX packet DMA bufferMarek Vasut
2020-05-01net: dwc_eth_qos: Invalidate RX descriptor before readingMarek Vasut
2020-05-01net: dwc_eth_qos: Flush the RX descriptors on initMarek Vasut
2020-05-01net: dwc_eth_qos: Correctly wrap around TX descriptor tail pointerMarek Vasut
2020-05-01net: dwc_eth_qos: Fully rewrite RX descriptor field 3Marek Vasut
2020-05-01net: dc2114x: Switch DEBUG_SROM{,2} to debug_cond()Marek Vasut
2020-05-01net: dc2114x: Reorganize driverMarek Vasut
2020-05-01net: dc2114x: Clean up INL/OUTL functionsMarek Vasut
2020-05-01net: dc2114x: Clean up DE4X5 macrosMarek Vasut
2020-05-01net: dc2114x: Clean up remaining driver codeMarek Vasut
2020-05-01net: dc2114x: Clean up SROM operationsMarek Vasut
2020-05-01net: dc2114x: Clean up send_setup_frame()Marek Vasut
2020-05-01net: dc2114x: Clean up dc21x4x_halt()Marek Vasut
2020-05-01net: dc2114x: Clean up dc21x4x_recv()Marek Vasut
2020-05-01net: dc2114x: Clean up dc21x4x_send()Marek Vasut
2020-05-01net: dc2114x: Clean up init codeMarek Vasut
2020-05-01net: pcnet: Switch to PCI memory accessMarek Vasut
2020-05-01net: pcnet: Replace mips-specific accessorsMarek Vasut
2020-05-01net: tulip: Remove CONFIG_TULIP_*Marek Vasut
2020-05-01net: pcnet: Remove CONFIG_PCNET_79C97xMarek Vasut
2020-05-01clk: rk3399: Set empty for HCLK_SD assigned-clocksJagan Teki
2020-04-30Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-04-30spi: sifive: Fix QPP transferJagan Teki
2020-04-30spi: sifive: Fix format register proto fieldJagan Teki
2020-04-30spi: sifive: Add spi-mem exec opJagan Teki