index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
smc91x.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-10
smsc: Move the SMC (SMSC) drivers
Jeff Kirsher
1
-1180
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-24
ARM: lh7a40x: remove unmaintained platform support
Russell King
1
-62
/
+0
2010-07-26
Remove REDWOOD_[456] config options and conditional code
Christian Dietrich
1
-37
/
+0
2010-03-10
net: add ColdFire support to the smc91x driver
Greg Ungerer
1
-0
/
+28
2010-03-05
net: smc91x: Support Qualcomm MSM development boards.
David Brown
1
-0
/
+14
2009-12-11
smc91x: remove OMAP specific bits
Ladislav Michl
1
-15
/
+0
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-5
/
+5
2009-09-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-28
/
+0
2009-09-15
Nicolas Pitre has a new email address
Nicolas Pitre
1
-1
/
+1
2009-09-14
netdev: smc91x: drop Blackfin cruft
Michael Hennerich
1
-28
/
+0
2009-07-26
smc91x.h: add config for Nomadik evaluation kit
Alessandro Rubini
1
-1
/
+2
2009-06-05
[ARM] pxa/stargate2: Add board specific elements to the smc91x driver
Jonathan Cameron
1
-2
/
+3
2009-04-10
Separate out the proc- and unit-specific header directories from the general
David Howells
1
-1
/
+1
2009-03-30
MIPS: Alchemy: PB1200: use SMC91X platform data.
Manuel Lauss
1
-32
/
+0
2009-03-28
Merge branch 'origin' into devel
Russell King
1
-0
/
+10
2009-03-23
[ARM] pxa/aspenite: add support for debug ethernet
Eric Miao
1
-0
/
+1
2009-03-09
[ARM] pxa: remove unnecessary #include of pxa-regs.h and hardware.h
Eric Miao
1
-2
/
+0
2009-01-21
smc91x: enable ethtool EEPROM interface
Vernon Sauder
1
-0
/
+10
2008-12-30
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+2
2008-12-03
smc91x: remove isa stuff from smc91x driver
Luotao Fu
1
-13
/
+0
2008-11-29
[ARM] Hide ISA DMA API when ISA_DMA_API is unset
Russell King
1
-1
/
+1
2008-11-28
[ARM] pxa: avoid polluting the kernel's namespace
Russell King
1
-0
/
+1
2008-11-20
netdev/smc91x: unify Blackfin code a bit and use proper read/write functions
Mike Frysinger
1
-33
/
+12
2008-10-11
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-10
/
+3
2008-09-24
smc91x: SMC_IO_SHIFT platform data support for default case
Magnus Damm
1
-0
/
+2
2008-09-09
Add support for the Arcom/Eurotech Viper SBC onboard ethernet.
Marc Zyngier
1
-1
/
+2
2008-09-09
Export smc91x led definitions
Marc Zyngier
1
-8
/
+0
2008-09-07
[NET] smc91x: provide configurable leds
Russell King
1
-1
/
+1
2008-08-07
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
Russell King
1
-3
/
+3
2008-07-12
[ARM] pxa: make littleton to use the new smc91x platform data
Eric Miao
1
-1
/
+2
2008-07-12
[ARM] pxa: make zylonite to use the new smc91x platform data
Eric Miao
1
-17
/
+2
2008-07-12
[ARM] pxa: make mainstone to use the new smc91x platform data
Eric Miao
1
-6
/
+27
2008-07-12
[ARM] pxa: make lubbock to use new smc91x platform data
Eric Miao
1
-2
/
+1
2008-07-12
[NET] smc91x: prepare SMC_USE_PXA_DMA to be specified in platform data
Eric Miao
1
-3
/
+3
2008-07-12
[NET] smc91x: prepare for SMC_IO_SHIFT to be a platform configurable variable
Eric Miao
1
-0
/
+3
2008-07-12
[NET] smc91x: favor the use of SMC91X_USE_* instead of SMC_CAN_USE_*
Eric Miao
1
-10
/
+3
2008-06-11
smc91x: fix build error from the SMC_GET_MAC_ADDR API change
Bryan Wu
1
-4
/
+4
2008-04-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
1
-4
/
+4
2008-04-07
Revert "smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade"
Linus Torvalds
1
-4
/
+4
2008-03-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
1
-4
/
+4
2008-03-25
smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgrade
Bryan Wu
1
-4
/
+4
2008-03-17
smc91x: make superh use default config V2
Magnus Damm
1
-30
/
+0
2008-03-17
smc91x: add insw/outsw to default config V2
Magnus Damm
1
-0
/
+2
2008-03-17
smc91x: introduce platform data flags V2
Magnus Damm
1
-22
/
+35
2008-03-17
smc91x: pass along private data V2
Magnus Damm
1
-125
/
+129
2008-02-08
mn10300: add the MN10300/AM33 architecture to the kernel
David Howells
1
-0
/
+12
2008-01-28
[ARM] 4746/1: pcm027: network support for phyCORE-PXA270
Robert Schwebel
1
-1
/
+2
2008-01-28
[NET] smc91x: Make smc91x use IRQ resource trigger flags
Russell King
1
-14
/
+7
2007-11-23
Blackfin SMC91x Driver: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
Mike Frysinger
1
-1
/
+1
[next]