aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik1-90/+15
2021-06-07net: micrel: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-03net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor1-11/+4
2021-05-17net: micrel: Fix wrong function name in commentsYang Shen1-3/+3
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-4/+3
2021-01-15net: ks8851: remove definition of DEBUGTom Rix3-6/+0
2021-01-12net: ks8851: Select PHYLIB and MICREL_PHY in KconfigMarek Vasut1-0/+4
2021-01-05net: ks8851: Register MDIO bus and the internal PHYMarek Vasut2-16/+98
2020-12-09net: micrel: convert comma to semicolonZheng Yongjun1-1/+1
2020-10-03net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-19/+27
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-2/+1
2020-09-19net: micrel: Remove set but not used variableZheng Yongjun1-6/+4
2020-09-14net: micrel: convert tasklets to use new tasklet_setup() APIAllen Pais2-17/+14
2020-07-14ksz884x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+30
2020-07-02ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun1-1/+1
2020-07-01ksz884x: use generic power managementVaibhav Gupta1-16/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-5/+5
2020-05-28net: ks8851: Remove ks8851_mll.cMarek Vasut1-1393/+0
2020-05-28net: ks8851: Implement Parallel bus operationsMarek Vasut3-0/+360
2020-05-28net: ks8851: Separate SPI operations into separate fileMarek Vasut4-597/+642
2020-05-28net: ks8851: Implement register, FIFO, lock accessor callbacksMarek Vasut1-22/+156
2020-05-28net: ks8851: Permit overridding interrupt enable registerMarek Vasut1-11/+11
2020-05-28net: ks8851: Factor out TX work flush functionMarek Vasut1-4/+12
2020-05-28net: ks8851: Split out SPI specific code from probe() and remove()Marek Vasut1-38/+48
2020-05-28net: ks8851: Split out SPI specific entries in struct ks8851_netMarek Vasut1-49/+79
2020-05-28net: ks8851: Factor out SKB receive functionMarek Vasut1-1/+10
2020-05-28net: ks8851: Factor out bus lock handlingMarek Vasut1-29/+68
2020-05-28net: ks8851: Use 16-bit read of RXFC registerMarek Vasut1-16/+1
2020-05-28net: ks8851: Use 16-bit writes to program MAC addressMarek Vasut2-35/+14
2020-05-28net: ks8851: Remove ks8851_rdreg32()Marek Vasut1-23/+2
2020-05-28net: ks8851: Use dev_{get,set}_drvdata()Marek Vasut1-2/+4
2020-05-28net: ks8851: Use devm_alloc_etherdev()Marek Vasut1-9/+4
2020-05-28net: ks8851: Pass device node into ks8851_init_mac()Marek Vasut1-3/+4
2020-05-28net: ks8851: Replace dev_err() with netdev_err() in IRQ handlerMarek Vasut1-1/+1
2020-05-28net: ks8851: Rename ndev to netdev in probeMarek Vasut1-15/+15
2020-05-28net: ks8851: Factor out spi->dev in probe()/remove()Marek Vasut1-15/+14
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+52
2020-03-26net: ks8851-ml: Fix IO operations, againMarek Vasut1-4/+52
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+8
2020-02-23net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut1-6/+8
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-44/+9
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2020-02-16net: ks8851-ml: Fix 16-bit IO operationMarek Vasut1-2/+2
2020-02-16net: ks8851-ml: Fix 16-bit data accessMarek Vasut1-2/+2
2020-02-16net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut1-40/+5
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-9/+4
2019-09-07ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1