summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/micrel
AgeCommit message (Expand)Author
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik
2021-06-07net: micrel: check return value after calling platform_get_resource()Yang Yingliang
2021-06-03net: ks8851: Make ks8851_read_selftest() return voidNathan Chancellor
2021-05-17net: micrel: Fix wrong function name in commentsYang Shen
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-01-15net: ks8851: remove definition of DEBUGTom Rix
2021-01-12net: ks8851: Select PHYLIB and MICREL_PHY in KconfigMarek Vasut
2021-01-05net: ks8851: Register MDIO bus and the internal PHYMarek Vasut
2020-12-09net: micrel: convert comma to semicolonZheng Yongjun
2020-10-03net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-19net: micrel: Remove set but not used variableZheng Yongjun
2020-09-14net: micrel: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-14ksz884x: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-02ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun
2020-07-01ksz884x: use generic power managementVaibhav Gupta
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-28net: ks8851: Remove ks8851_mll.cMarek Vasut
2020-05-28net: ks8851: Implement Parallel bus operationsMarek Vasut
2020-05-28net: ks8851: Separate SPI operations into separate fileMarek Vasut
2020-05-28net: ks8851: Implement register, FIFO, lock accessor callbacksMarek Vasut
2020-05-28net: ks8851: Permit overridding interrupt enable registerMarek Vasut
2020-05-28net: ks8851: Factor out TX work flush functionMarek Vasut
2020-05-28net: ks8851: Split out SPI specific code from probe() and remove()Marek Vasut
2020-05-28net: ks8851: Split out SPI specific entries in struct ks8851_netMarek Vasut
2020-05-28net: ks8851: Factor out SKB receive functionMarek Vasut
2020-05-28net: ks8851: Factor out bus lock handlingMarek Vasut
2020-05-28net: ks8851: Use 16-bit read of RXFC registerMarek Vasut
2020-05-28net: ks8851: Use 16-bit writes to program MAC addressMarek Vasut
2020-05-28net: ks8851: Remove ks8851_rdreg32()Marek Vasut
2020-05-28net: ks8851: Use dev_{get,set}_drvdata()Marek Vasut
2020-05-28net: ks8851: Use devm_alloc_etherdev()Marek Vasut
2020-05-28net: ks8851: Pass device node into ks8851_init_mac()Marek Vasut
2020-05-28net: ks8851: Replace dev_err() with netdev_err() in IRQ handlerMarek Vasut
2020-05-28net: ks8851: Rename ndev to netdev in probeMarek Vasut
2020-05-28net: ks8851: Factor out spi->dev in probe()/remove()Marek Vasut
2020-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-26net: ks8851-ml: Fix IO operations, againMarek Vasut
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-23net: ks8851-ml: Fix IRQ handling and lockingMarek Vasut
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann
2020-02-16net: ks8851-ml: Fix 16-bit IO operationMarek Vasut
2020-02-16net: ks8851-ml: Fix 16-bit data accessMarek Vasut
2020-02-16net: ks8851-ml: Remove 8-bit bus accessorsMarek Vasut
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-09-07ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang
2019-09-04net: remove ks8695 driverArnd Bergmann