aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/spi_ks8995.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-23spi: Micrel eth switch: declare missing of tableDaniel Gomez1-0/+9
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-4/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-03-07spi_ks8995: regs_size incorrect for some devicesBlomme, Maarten1-1/+1
2017-03-07spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten1-0/+1
2016-04-21net: phy: spi_ks8895: Don't leak references to SPI devicesMark Brown1-1/+1
2016-02-16net: phy: spi_ks8995: include linux/gpio/consumer.hArnd Bergmann1-1/+1
2016-02-11net: phy: spi_ks8995: add support for MICREL KSZ8795CLXHelmut Buchsbaum1-0/+29
2016-02-11net: phy: spi_ks8995: generalize creation of SPI commandsHelmut Buchsbaum1-11/+35
2016-02-11net: phy: spi_ks8995: add support for resetting switch using GPIOHelmut Buchsbaum1-9/+62
2016-02-11net: phy: spi_ks8995: verify chip and determine revisionHelmut Buchsbaum1-38/+80
2016-02-11net: phy: spi_ks8995: introduce spi_device_id tableHelmut Buchsbaum1-2/+40
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-07-30net: phy: spi_ks8995: clean up ks8995_registers_read/writeVladimir Zapolskiy1-22/+0
2014-11-04net: phy: spi_ks8995: remove sysfs bin file by registered attributeVladimir Zapolskiy1-1/+3
2014-08-04net: phy: spi_ks8995: Introduce the use of devm_kzallocHimangi Saraogi1-18/+8
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportPhilipp Zabel1-12/+40
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli1-2/+2
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han1-2/+0
2013-05-27net/phy: Use module_spi_driver in spi_ks8995.cSachin Kamat1-13/+1
2013-04-07net: phy: spi_ks8995: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-4/+4
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches1-3/+1
2012-12-03net/phy: remove __dev* attributesBill Pemberton1-3/+3
2012-06-11phy: Use pr_<level>Joe Perches1-1/+3
2012-04-13net: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-12-19phy: Micrel KS8995MA 5-ports 10/100 managed Ethernet switch support addedFrederic LAMBERT1-0/+375