aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/spi_ks8995.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-21net: phy: spi_ks8895: Don't leak references to SPI devicesGravatar Mark Brown 1-1/+1
2016-02-16net: phy: spi_ks8995: include linux/gpio/consumer.hGravatar Arnd Bergmann 1-1/+1
2016-02-11net: phy: spi_ks8995: add support for MICREL KSZ8795CLXGravatar Helmut Buchsbaum 1-0/+29
2016-02-11net: phy: spi_ks8995: generalize creation of SPI commandsGravatar Helmut Buchsbaum 1-11/+35
2016-02-11net: phy: spi_ks8995: add support for resetting switch using GPIOGravatar Helmut Buchsbaum 1-9/+62
2016-02-11net: phy: spi_ks8995: verify chip and determine revisionGravatar Helmut Buchsbaum 1-38/+80
2016-02-11net: phy: spi_ks8995: introduce spi_device_id tableGravatar Helmut Buchsbaum 1-2/+40
2015-10-28spi: Drop owner assignment from spi_driversGravatar Andrew F. Davis 1-1/+0
2015-07-30net: phy: spi_ks8995: clean up ks8995_registers_read/writeGravatar Vladimir Zapolskiy 1-22/+0
2014-11-04net: phy: spi_ks8995: remove sysfs bin file by registered attributeGravatar Vladimir Zapolskiy 1-1/+3
2014-08-04net: phy: spi_ks8995: Introduce the use of devm_kzallocGravatar Himangi Saraogi 1-18/+8
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportGravatar Philipp Zabel 1-12/+40
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsGravatar Florian Fainelli 1-2/+2
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Gravatar Jingoo Han 1-2/+0
2013-05-27net/phy: Use module_spi_driver in spi_ks8995.cGravatar Sachin Kamat 1-13/+1
2013-04-07net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata()Gravatar Jingoo Han 1-4/+4
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesGravatar Joe Perches 1-3/+1
2012-12-03net/phy: remove __dev* attributesGravatar Bill Pemberton 1-3/+3
2012-06-11phy: Use pr_<level>Gravatar Joe Perches 1-1/+3
2012-04-13net: Remove redundant spi driver bus initializationGravatar Lars-Peter Clausen 1-1/+0
2011-12-19phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support addedGravatar Frederic LAMBERT 1-0/+375