aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-12-30ksz884x: Use setup_timerJulia Lawall1-3/+1
2014-12-22net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist1-6/+0
2014-10-20net: ethernet: micrel: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-15net: ks8842: use dmaengine_terminate_all() APIVinod Koul1-4/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-08micrel: use pci_zalloc_consistentJoe Perches1-4/+3
2014-08-02net: ks8851-ml: Use devm_ioremap_resourceHimangi Saraogi1-38/+21
2014-06-02net: ks8851: Don't use regulator_get_optional()Stephen Boyd1-28/+22
2014-06-01net: Revert mlx4 cpumask changes.David S. Miller1-22/+28
2014-06-01net: ks8851: Don't use regulator_get_optional()Stephen Boyd1-28/+22
2014-05-24net: ks8851: Add of match tableStephen Boyd1-0/+6
2014-05-24net: ks8851: Add optional vdd_io regulator and reset gpioStephen Boyd1-1/+53
2014-05-24net: ks8851: Use devm_regulator_get_optional()Stephen Boyd1-8/+3
2014-05-22micrel: Use time_before_eq()Manuel Schölling1-1/+1
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe3-5/+5
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+29
2014-03-24ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-24net: micrel : ks8851-ml: add vdd-supply supportNishanth Menon1-1/+29
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-15ksz884x: delete useless variableJulia Lawall1-3/+0
2013-12-31net: ksz884x: slight optimization of addr comparedingtianhong1-5/+4
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+2
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-4/+2
2013-10-22net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han1-1/+1
2013-10-21net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-2/+2
2013-09-15net: ks8851-ml: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-08-30net: ks8851-ml: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-30net: ks8842: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-05net: micrel: Staticize local functionsJingoo Han2-5/+7
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings1-4/+0
2013-05-27net: micrel : ks8851-ml: add dt supportJean-Christophe PLAGNIOL-VILLARD1-7/+26
2013-05-27net: ethernet: remove unnecessary platform_set_drvdata()Jingoo Han3-3/+0
2013-04-16ks8851: Remove unneeded PM_OPS definitionsFabio Estevam1-6/+2
2013-04-08net: ks8851: Use dev_pm_opsLars-Peter Clausen1-17/+20
2013-04-08net: ks8851: Use module_spi_driverLars-Peter Clausen1-13/+1
2013-04-07net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-03-29ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-03-20net: ks8695net: Use module_platform_driver()Sachin Kamat1-19/+1
2013-03-12ks8851_mll: basic ethernet statisticsDavid J. Choi1-6/+26
2013-01-29net: ks8851: convert to threaded IRQFelipe Balbi1-31/+12
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko3-3/+0
2012-12-19ksz884x: fix receive polling race conditionLennert Buytenhek1-3/+9
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/micrel: remove __dev* attributesBill Pemberton5-16/+16
2012-11-19net/ethernet: remove useless is_valid_ether_addr from drivers ndo_openJoachim Eastwood1-3/+0