Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
37c1e28931333c4b838d1c8db5cdd8d75165dc6b
/
drivers
/
net
/
ethernet
/
smsc
/
smc91x.c
876a55b
net: smc91x: take into account register shift
by Robert Jarzmik
· 8 years ago
2fb04fd
net: smc91x: fix SMC accesses
by Russell King
· 8 years ago
8876d94
net: smc91x: ACPI Enable lan91x adapters
by Jeremy Linton
· 8 years ago
860e953
treewide: replace dev->trans_start update with helper
by Florian Westphal
· 9 years ago
e3ebd89
smc91x: avoid self-comparison warning
by Arnd Bergmann
· 9 years ago
bd59cfc
net: smc91x: propagate irq return code
by Robert Jarzmik
· 9 years ago
d24c8f2
net: smc91x: convert pxa dma to dmaengine
by Robert Jarzmik
· 9 years ago
a2d4fcb
Revert "Revert "smc91x: retrieve IRQ and trigger flags in a modern way""
by David S. Miller
· 10 years ago
34d21e3
net: smc91x: Remove an unused variable
by Fabio Estevam
· 10 years ago
cb6e0b3
net: smc91x: make use of 4th parameter to devm_gpiod_get_index
by Uwe Kleine-König
· 10 years ago
8d7d9cc
Revert "smc91x: retrieve IRQ and trigger flags in a modern way"
by Robert Jarzmik
· 10 years ago
04b9170
ARM: fix typos in smc91x platform data
by Arnd Bergmann
· 10 years ago
b70661c
net: smc91x: use run-time configuration on all ARM machines
by Arnd Bergmann
· 10 years ago
15added
net: smc91x: improve neponset hack
by Arnd Bergmann
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
a8a93c6
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
by Greg Kroah-Hartman
· 10 years ago
d52fdbb
smc91x: retrieve IRQ and trigger flags in a modern way
by Linus Walleij
· 10 years ago
7d2911c
net: smc91x: Fix gpios for device tree based booting
by Tony Lindgren
· 10 years ago
6577f97
net: ethernet: smsc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
6a05880
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
by Tobias Klauser
· 10 years ago
a450a68
smc91x: improve definition of debug macros
by Zi Shen Lim
· 11 years ago
702b346
smc91x: fix compile error when SMC_DEBUG >= 2
by Zi Shen Lim
· 11 years ago
4b61fe2
smc91x: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
6bc21ee
drivers: net: silence compiler warning in smc91x.c
by Pankaj Dubey
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3f823c1
net: smc91x: Fix device tree based configuration so it's usable
by Tony Lindgren
· 11 years ago
0ab75ae
ethernet: Fix FSF address in file headers
by Jeff Kirsher
· 11 years ago
6389aa4
smc91x: replace printk with netdev_ calls
by Ben Boeckel
· 11 years ago
f64deac
net: smc91x: use dev_get_platdata()
by Jingoo Han
· 11 years ago
dfd93c9
net: ethernet: remove unnecessary platform_set_drvdata()
by Jingoo Han
· 12 years ago
720a43e
drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb
by Joe Perches
· 12 years ago
7826d43
ethtool: fix drvinfo strings set in drivers
by Jiri Pirko
· 12 years ago
89ce376
drivers/net: Use of_match_ptr() macro in smc91x.c
by Sachin Kamat
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
1e48fea
smc91x: remove __dev* attributes
by Bill Pemberton
· 12 years ago
c867b55
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
by Joachim Eastwood
· 12 years ago
49ce9c2
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
9e4db1c
Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 13 years ago
6ad1b61
ARM: sa11x0: neponset: provide function to manipulate NCR_0
by Russell King
· 13 years ago
dae2e9f
netdev: ethernet dev_alloc_skb to netdev_alloc_skb
by Pradeep A. Dalvi
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
db62f68
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
by Axel Lin
· 13 years ago
afc4b13
net: remove use of ndo_set_multicast_list in drivers
by Jiri Pirko
· 13 years ago
ae15043
smsc: Move the SMC (SMSC) drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/smc91x.c]
498d8e2
drivers/net: Omit check for multicast bit in netdev_for_each_mc_addr
by Tobias Klauser
· 13 years ago
5fb9fb1
net: fix smc91x.c device tree support
by Grant Likely
· 14 years ago
7073949
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
by David Decotigny
· 14 years ago
682a169
smc91x: add devicetree support
by Thomas Chou
· 14 years ago
476c32c
smc91x: Add missing #inclusion of <linux/irq.h>
by David Howells
· 14 years ago
1ae5dc3
net: trans_start cleanups
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
84d57bd
net/smc91xx: remove trailing space in messages
by Frans Pop
· 15 years ago
567ec87
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
by Jiri Pirko
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
5fc3441
net: smc91x: Fix up type mismatch in smc_drv_resume().
by Paul Mundt
· 15 years ago
fd0775b
smc91x: fix unused flags warnings on UP systems
by Mike Frysinger
· 15 years ago
ff9c38b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d5ccd67
NET: smc91x: Fix irq flags
by Russell King - ARM Linux
· 15 years ago
9f950f7
NET: smc91x: convert to dev_pm_ops
by Kevin Hilman
· 15 years ago
a0607fd
drivers/net: request_irq - Remove unnecessary leading & from second arg
by Joe Perches
· 15 years ago
2f82af0
Nicolas Pitre has a new email address
by Nicolas Pitre
· 15 years ago
6cdee2f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
0b4f292
smc91x: fix compilation on SMP
by Alexey Dobriyan
· 15 years ago
8ff499e
smc91x: let smc91x work well under netpoll
by Dongdong Deng
· 15 years ago
da81203
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
635ecaa
netdev: restore MTU change operation
by Ben Hutchings
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
a528079
smc91x: struct net_device_ops
by Magnus Damm
· 16 years ago
db1d7bf
net: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
357fe2c
smc91x: enable ethtool EEPROM interface
by Vernon Sauder
· 16 years ago
4850218
smc91x: remove isa stuff from smc91x driver
by Luotao Fu
· 16 years ago
aa2ba5f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
f57628d
section errors in smc911x/smc91x
by Al Viro
· 16 years ago
9eeda9a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
55c8eb6
SMC91x: Fix compilation on some platforms.
by David S. Miller
· 16 years ago
237f3e1
smc91x: add __init markings to smc_drv_probe()
by Mike Frysinger
· 16 years ago
a1744d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
51ac3bef
SMC91x: delete unused local variable "lp"
by Mike Frysinger
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
7cc4e87
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
6a4690c
Merge branch 'ptebits' into devel
by Russell King
· 16 years ago
b39d66a
drivers/net: replace __FUNCTION__ with __func__
by Harvey Harrison
· 16 years ago
d6bc372
smc91x: fix nowait printout
by Magnus Damm
· 16 years ago
b0dbcf5
[NET] smc91x: provide configurable leds
by Russell King
· 16 years ago
6fc30db
[netdrvr] smc91x: fix resource removal (null ptr deref)
by Jeff Garzik
· 16 years ago
52256c0
[NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform data
by Eric Miao
· 16 years ago
1591988
[NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variable
by Eric Miao
· 16 years ago
c4f0e76
[NET] smc91x: add SMC91X_NOWAIT flag to platform data
by Eric Miao
· 16 years ago
fa6d3be
[NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_*
by Eric Miao
· 16 years ago
d280ead
[NET] smc91x: remove "irq_flags" from "struct smc91x_platdata"
by Eric Miao
· 17 years ago
4bb073c
net: Eliminate flush_scheduled_work() calls while RTNL is held.
by David S. Miller
· 16 years ago
72abb46
net drivers: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
df39e8b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
c500cb2
smc91x driver: fix bug: print warning only in interrupt mode
by Sonic Zhang
· 17 years ago
3e94794
smc91x: introduce platform data flags V2
by Magnus Damm
· 17 years ago
cfdfa86
smc91x: pass along private data V2
by Magnus Damm
· 17 years ago
Next »