Sign in
android-kvm
/
linux
/
9624d5c9c7ff6836bbf9f9b230fd1fcf3d56f91a
/
drivers
/
net
/
ethernet
/
stmicro
/
stmmac
/
stmmac_pci.c
6dea7e1
net: stmmac: Fix PCI module removal leak
by Jose Abreu
· 6 years ago
81a8b07
net: stmmac: mark PM functions as __maybe_unused
by Arnd Bergmann
· 7 years ago
b7d0f08
net: stmmac: Fix WoL for PCI-based setups
by Jose Abreu
· 7 years ago
8d78b69
stmmac: pci: Use dmi_system_id table for retrieving PHY addresses
by Jan Kiszka
· 8 years ago
7bc519b
stmmac: pci: Select quark_pci_dmi_data from quark_default_data
by Jan Kiszka
· 8 years ago
c5f657e
stmmac: pci: Make stmmac_pci_find_phy_addr truly generic
by Jan Kiszka
· 8 years ago
b6a4c8f0
stmmac: pci: Use stmmac_pci_info for all devices
by Jan Kiszka
· 8 years ago
c5d5287
stmmac: pci: Make stmmac_pci_info structure constant
by Jan Kiszka
· 8 years ago
70fe443
stmmac: pci: split out common_default_data() helper
by Andy Shevchenko
· 8 years ago
efcd241
stmmac: pci: RX queue routing configuration
by Andy Shevchenko
· 8 years ago
a1437e5
stmmac: pci: TX and RX queue priority configuration
by Andy Shevchenko
· 8 years ago
05c5d00
stmmac: pci: set default number of rx and tx queues
by Andy Shevchenko
· 8 years ago
212c7fd
stmmac: Add support for SIMATIC IOT2000 platform
by Jan Kiszka
· 8 years ago
abe80fd
net: stmmac: RX queue routing configuration
by Joao Pinto
· 8 years ago
a8f5102
net: stmmac: TX and RX queue priority configuration
by Joao Pinto
· 8 years ago
26d6851
net: stmmac: set default number of rx and tx queues in stmmac_pci
by Joao Pinto
· 8 years ago
deeb637
net: stmmac: remove freesoftware address
by LABBE Corentin
· 8 years ago
a2cd64f3
net: stmmac: fix maxmtu assignment to be within valid range
by Kweh, Hock Leong
· 8 years ago
4022d03
net: smmac: allow configuring lower pbl values
by Niklas Cassel
· 8 years ago
f4e7bd8
stmmac: let remove/resume/suspend functions take device pointer
by Joachim Eastwood
· 9 years ago
afea036
stmmac: rework DMA bus setting and introduce new platform AXI structure
by Giuseppe Cavallaro
· 9 years ago
15ffac7
stmmac: change the stmmac_dvr_probe return type to int
by Joachim Eastwood
· 10 years ago
e56788c
stmmac: let stmmac_dvr_probe take a struct of resources
by Joachim Eastwood
· 10 years ago
803f8fc
stmmac: move driver data setting into stmmac_dvr_probe
by Joachim Eastwood
· 10 years ago
d2a029b
stmmac: pci: add MSI support for Intel Quark X1000
by Kweh, Hock Leong
· 10 years ago
0763d95
stmmac: pci: introduce Intel Quark X1000 runtime detection
by Andy Shevchenko
· 10 years ago
5b99a6b
stmmac: pci: add support for Intel Quark X1000
by Kweh, Hock Leong
· 10 years ago
c4b2b9a
stmmac: pci: allocate memory resources dynamically
by Andy Shevchenko
· 10 years ago
b2e2f0c
stmmac: split to core library and probe drivers
by Andy Shevchenko
· 10 years ago
7627fc0
stmmac: pci: convert to use dev_* macros
by Andy Shevchenko
· 10 years ago
2a3e8e9
stmmac: pci: use managed resources
by Andy Shevchenko
· 10 years ago
3be3d81
stmmac: pci: convert to use dev_pm_ops
by Andy Shevchenko
· 10 years ago
295f9d0
stmmac: pci: use defined constant instead of magic number
by Andy Shevchenko
· 10 years ago
1e19e08
stmmac: pci: set default of the filter bins
by Andy Shevchenko
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 11 years ago
c5e4ddb
net: stmmac: Add support for optional reset control
by Chen-Yu Tsai
· 11 years ago
47d1f71
stmicro: make local variables static
by stephen hemminger
· 11 years ago
7f8cbb2
net: stmmac: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
ceb69499
stmmac: code tidy-up
by Giuseppe CAVALLARO
· 12 years ago
4f46385
stmmac: don't return zero on failure path in stmmac_pci_probe()
by Alexey Khoroshilov
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
979857b
stmmac: remove __dev* attributes
by Bill Pemberton
· 12 years ago
d56631a
net:stmmac: Remove bus_id from mdio platform data.
by Srinivas Kandagatla
· 13 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 13 years ago
ba27ec6
stmmac: fix driver Kconfig when built as module
by Giuseppe CAVALLARO
· 13 years ago
0f1f88a
stmmac: verify the dma_cfg platform fields
by Giuseppe CAVALLARO
· 13 years ago
8327eb6
stmmac: re-work the internal GMAC DMA platf parameters
by Deepak SIKRI
· 13 years ago
32efe08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
cf3f047
stmmac: move hw init in the probe (v2)
by Giuseppe CAVALLARO
· 13 years ago
0f09a34
stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c
by Masanari Iida
· 13 years ago
8c1a7f5
stmmac: Fix typo in stmmac_pci.c
by Masanari Iida
· 13 years ago
5437f4b
stmmac: added PCI identifiers
by Alessandro Rubini
· 13 years ago
bfab27a
stmmac: add the experimental PCI support
by Giuseppe CAVALLARO
· 13 years ago