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
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
/
mvpp2.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-22
drivers: net: Remove duplicate newlines
Marek Vasut
1
-1
/
+0
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+0
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-0
/
+1
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+0
2023-05-06
drivers: use devfdt_get_addr_index_ptr when cast to pointer
Johan Jonker
1
-12
/
+12
2023-04-07
net: mvpp2: Replace PHY_INTERFACE_MODE_SFI with 5GBASER/10GBASER/XAUI
Marek Vasut
1
-2
/
+6
2023-04-07
net: mvpp2: Drop PHY_INTERFACE_MODE_SGMII_2500 support
Marek Vasut
1
-53
/
+0
2023-01-20
global: Finish CONFIG -> CFG migration
Tom Rini
1
-1
/
+1
2023-01-20
global: Remove unused CONFIG defines
Tom Rini
1
-2
/
+0
2022-04-10
treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA
Marek BehĂșn
1
-1
/
+1
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek BehĂșn
1
-7
/
+2
2021-05-20
net: mvpp2: add explicit sgmii-2500 support
Marcin Wojtas
1
-16
/
+12
2021-05-20
net: mvpp2: allow MDIO registration for fixed links
Stefan Chulski
1
-4
/
+13
2021-05-20
net: mvpp2: fix missing switch case break
Ben Peled
1
-0
/
+2
2021-05-20
net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG
Ben Peled
1
-3
/
+0
2021-05-20
net: mvpp2: AN Bypass in 1000 and 2500 basex mode
Ben Peled
1
-2
/
+4
2021-05-20
net: mvpp2: Fix 2.5G GMII_SPEED configurations
Stefan Chulski
1
-1
/
+2
2021-05-20
net: mvpp2: remove redundant SMI address configuration
Marcin Wojtas
1
-12
/
+0
2021-05-20
net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support
Stefan Chulski
1
-5
/
+112
2021-05-20
net: mvpp2: add CP115 port1 10G/5G SFI support
Stefan Chulski
1
-58
/
+17
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-3
/
+3
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
1
-2
/
+2
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
1
-1
/
+1
2020-09-30
net: mvpp2: Convert netdev_xxx to dev_xxx
Sean Anderson
1
-31
/
+33
2020-09-30
net: mvpp2: Fix not calling dev_xxx with a device
Sean Anderson
1
-11
/
+12
2020-07-09
net: mvpp2: fix second cp110 initialization
Sven Auhagen
1
-29
/
+34
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
1
-0
/
+2
2020-01-30
net: fix typo
Flavio Suligoi
1
-1
/
+1
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
1
-4
/
+5
2019-12-09
net: mvpp2: use new MVMDIO driver
Nevo Hed
1
-177
/
+18
2019-12-09
net: mvpp2: mark phy as invalid in case of missing appropriate driver
Grzegorz Jaszczyk
1
-0
/
+23
2019-12-09
net: mvpp2x: fix traffic stuck after PHY start error
Stefan Chulski
1
-13
/
+14
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-09-04
net: mvpp2: support setting hardware addresses from ethernet core
Matt Pelland
1
-0
/
+8
2019-01-24
net: mvpp2: mdio device per port
Baruch Siach
1
-36
/
+33
2019-01-24
net: mvpp2: fix lookup of mdio registers base address
Baruch Siach
1
-10
/
+7
2018-10-24
net: mvpp2: increase PHY reset pulse
Baruch Siach
1
-1
/
+1
2018-10-24
net: mvpp2: fix polarity of PHY reset signal
Baruch Siach
1
-2
/
+2
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
1
-3
/
+0
2018-10-09
linux/compat.h: Add netdev_### log macros
Bin Meng
1
-10
/
+0
2018-03-22
net: mvpp2x: add check after calloc
Heinrich Schuchardt
1
-0
/
+4
[next]