index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
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.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
davinci_emac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-28
ti816x: Enable ethernet support
Tom Rini
1
-21
/
+39
2016-08-22
net: davinci_emac: Restore the internal MDIO accessors return values
karl beldan
1
-7
/
+6
2016-08-22
net: davinci_emac: Invalidate only the received portion of a buffer
karl beldan
1
-5
/
+5
2016-08-22
net: davinci_emac: Round up top tx buffer boundaries for dcache ops
karl beldan
1
-1
/
+1
2016-08-22
net: davinci_emac: Remove useless dcache ops on descriptors
karl beldan
1
-28
/
+0
2016-08-15
net: mii: Fix changes made by spatch
Joe Hershberger
1
-6
/
+5
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
1
-5
/
+20
2016-02-06
net: davinci_emac: fix NULL check after pointer dereference
Vishwas Srivastava
1
-1
/
+3
2016-02-06
net: fix wrong initialization in davinci-emac driver
Vishwas Srivastava
1
-2
/
+2
2016-01-14
Fix GCC format-security errors and convert sprintfs.
Ben Whitten
1
-1
/
+1
2015-08-11
net: davinci_emac: don't teardown inactive rx channel
Jeroen Hofstee
1
-1
/
+2
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-2
/
+3
2014-10-25
net: davince: add missing include
Jeroen Hofstee
1
-0
/
+1
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-15
/
+1
2012-10-01
da850/omap-l138: davinci_emac: Suppress auto negotiation if needed
Bastian Ruppert
1
-1
/
+2
2012-07-07
da850/omap-l138: Enable auto negotiation in RMII mode
Rajashekhara, Sudhakar
1
-0
/
+8
2012-05-22
davinci: Fix Ethernet driver interface warning
Joe Hershberger
1
-1
/
+1
2011-12-06
ARM: davici_emac: Fix condition for number of phy detects
Prabhakar Lad
1
-1
/
+1
2011-12-06
davinci_emac: hardcode 100Mbps for AM35xx and RMII
Ilya Yanok
1
-1
/
+2
2011-12-06
davinci_emac: fix for running with dcache enabled
Ilya Yanok
1
-2
/
+39
2011-12-06
davinci_emac: conditionally compile specific PHY support
Ilya Yanok
1
-0
/
+8
2011-12-06
davinci_emac: use internal addresses in buffer descriptors
Ilya Yanok
1
-9
/
+30
2011-12-06
davinci_emac: move arch-independent defines to separate header
Ilya Yanok
1
-0
/
+1
2011-11-15
arm, davinci_emac: fix driver bug if more then 3 PHYs are detected
Heiko Schocher
1
-8
/
+16
2011-11-03
net, davinci_emac: make clock divider in MDIO control register configurable
Heiko Schocher
1
-2
/
+7
2011-11-03
davinci_emac: compilation fix, phy is array now
Ilya Yanok
1
-1
/
+1
2011-10-27
davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM
Manjunath Hadli
1
-7
/
+7
2011-10-27
davinci: emac: add support for more than 1 PHYs
Manjunath Hadli
1
-65
/
+100
2011-10-27
davinci: emac: add new features to autonegotiate for EMAC
Manjunath Hadli
1
-2
/
+28
2011-09-30
net, davinci_emac: let the EMAC detect the PHYs
Heiko Schocher
1
-0
/
+3
2011-09-30
net, davinci_emac: make less verbose - turn printf() into debug()
Heiko Schocher
1
-1
/
+1
2011-09-30
net, davinci_emac: add KSZ8864 switch
Heiko Schocher
1
-0
/
+7
2011-09-04
da850: fix the channel number for EMAC teardown init
Nagabhushana Netagunte
1
-2
/
+2
2011-04-11
ea20: fix undefined PHY_* errors
Ben Gardiner
1
-3
/
+3
2011-02-02
DaVinci DM6467: Added ET1011C (LSI) PHY support
Sandeep Paulraj
1
-0
/
+7
2011-02-02
DaVinci EMAC: Add name to Ethernet device
Sandeep Paulraj
1
-0
/
+1
2011-02-02
DaVinci EMAC: Fix davinci_eth_gigabit_enable
Sandeep Paulraj
1
-3
/
+4
2011-01-09
miiphy: convert to linux/mii.h
Mike Frysinger
1
-8
/
+8
2010-11-30
da850: Add RMII support for EMAC
Sudhakar Rajashekhara
1
-1
/
+40
2010-10-11
davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr
Ben Gardiner
1
-41
/
+39
2010-08-09
miiphy: constify device name
Mike Frysinger
1
-2
/
+2
2010-01-31
TI: DaVinci: Updating EMAC driver for DM365, DM646x and DA8XX
Nick Thompson
1
-95
/
+171
2009-06-15
Switched davinci_emac Ethernet driver to use newer API
Ben Warren
1
-46
/
+24
2009-06-15
Initial cleanup of Davinci Ethernet driver
Ben Warren
1
-77
/
+69
2009-06-15
Moved Davinci Ethernet driver to drivers/net
Ben Warren
1
-0
/
+655