index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
micrel
/
ks8851.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-29
net: ks8851: Separate SPI operations into separate file
Marek Vasut
1
-1783
/
+0
2020-05-29
net: ks8851: Implement register, FIFO, lock accessor callbacks
Marek Vasut
1
-22
/
+156
2020-05-29
net: ks8851: Permit overridding interrupt enable register
Marek Vasut
1
-11
/
+11
2020-05-29
net: ks8851: Factor out TX work flush function
Marek Vasut
1
-4
/
+12
2020-05-29
net: ks8851: Split out SPI specific code from probe() and remove()
Marek Vasut
1
-38
/
+48
2020-05-29
net: ks8851: Split out SPI specific entries in struct ks8851_net
Marek Vasut
1
-49
/
+79
2020-05-29
net: ks8851: Factor out SKB receive function
Marek Vasut
1
-1
/
+10
2020-05-29
net: ks8851: Factor out bus lock handling
Marek Vasut
1
-29
/
+68
2020-05-29
net: ks8851: Use 16-bit read of RXFC register
Marek Vasut
1
-16
/
+1
2020-05-29
net: ks8851: Use 16-bit writes to program MAC address
Marek Vasut
1
-34
/
+13
2020-05-29
net: ks8851: Remove ks8851_rdreg32()
Marek Vasut
1
-23
/
+2
2020-05-29
net: ks8851: Use dev_{get,set}_drvdata()
Marek Vasut
1
-2
/
+4
2020-05-29
net: ks8851: Use devm_alloc_etherdev()
Marek Vasut
1
-9
/
+4
2020-05-29
net: ks8851: Pass device node into ks8851_init_mac()
Marek Vasut
1
-3
/
+4
2020-05-29
net: ks8851: Replace dev_err() with netdev_err() in IRQ handler
Marek Vasut
1
-1
/
+1
2020-05-29
net: ks8851: Rename ndev to netdev in probe
Marek Vasut
1
-15
/
+15
2020-05-29
net: ks8851: Factor out spi->dev in probe()/remove()
Marek Vasut
1
-15
/
+14
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-11
net: ethernet: fix similar warning reported by kbuild test robot
Petr Štetiar
1
-1
/
+1
2019-05-07
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
1
-1
/
+1
2019-03-20
net: ks8851: Deduplicate register macros
Lukas Wunner
1
-0
/
+6
2019-03-20
net: ks8851: Set initial carrier state to down
Lukas Wunner
1
-0
/
+2
2019-03-20
net: ks8851: Delay requesting IRQ until opened
Lukas Wunner
1
-13
/
+11
2019-03-20
net: ks8851: Reassert reset pin if chip ID check fails
Lukas Wunner
1
-1
/
+1
2019-03-20
net: ks8851: Dequeue RX packets explicitly
Lukas Wunner
1
-4
/
+4
2017-12-19
net: ks8851: Support DT-provided MAC address
Lukas Wunner
1
-2
/
+11
2017-06-05
net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...
yuval.shaia@oracle.com
1
-1
/
+4
2017-03-10
net: ks8851: Added support for half-duplex SPI
Sergey Shcherbakov
1
-30
/
+11
2017-02-13
net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-6
/
+8
2017-01-24
net: ks8851: Drop eeprom_size structure member
Stephen Boyd
1
-7
/
+0
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
1
-1
/
+0
2015-11-04
Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...
Mark Brown
1
-1
/
+0
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2015-09-18
net: ks8851: Export OF module alias information
Javier Martinez Canillas
1
-0
/
+1
2014-06-02
net: ks8851: Don't use regulator_get_optional()
Stephen Boyd
1
-28
/
+22
2014-06-02
net: Revert mlx4 cpumask changes.
David S. Miller
1
-22
/
+28
2014-06-02
net: ks8851: Don't use regulator_get_optional()
Stephen Boyd
1
-28
/
+22
2014-05-24
net: ks8851: Add of match table
Stephen Boyd
1
-0
/
+6
2014-05-24
net: ks8851: Add optional vdd_io regulator and reset gpio
Stephen Boyd
1
-1
/
+53
2014-05-24
net: ks8851: Use devm_regulator_get_optional()
Stephen Boyd
1
-8
/
+3
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-03-24
net: micrel : ks8851-ml: add vdd-supply support
Nishanth Menon
1
-1
/
+29
2013-04-17
ks8851: Remove unneeded PM_OPS definitions
Fabio Estevam
1
-6
/
+2
2013-04-09
net: ks8851: Use dev_pm_ops
Lars-Peter Clausen
1
-17
/
+20
2013-04-09
net: ks8851: Use module_spi_driver
Lars-Peter Clausen
1
-13
/
+1
2013-04-08
net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
1
-4
/
+4
2013-03-29
ks8851: Fix interpretation of rxlen field.
Max.Nekludov@us.elster.com
1
-1
/
+1
2013-01-29
net: ks8851: convert to threaded IRQ
Felipe Balbi
1
-31
/
+12
2013-01-04
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2012-12-03
net/micrel: remove __dev* attributes
Bill Pemberton
1
-3
/
+3
[next]