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
/
include
/
phy.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-07
net: phy: Add phy_read_mmd_poll_timeout() from Linux
Marek Vasut
1
-0
/
+31
2023-04-07
net: phy: Add phy_modify_mmd() and phy_modify_mmd_changed() from Linux
Marek Vasut
1
-0
/
+4
2023-04-07
net: phy: Drop unused phy_register()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: Drop static phy_drivers list
Marek Vasut
1
-2
/
+0
2023-04-07
net: phy: gen10g: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-4
/
+0
2023-04-07
net: phy: xilinx-gmii2rgmii: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-2
/
+0
2023-04-07
net: phy: ncsi: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: fixed: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: mscc: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: intel-xway: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: xilinx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: vitesse: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: ti: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: teranetics: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: smsc: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: realtek: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: nxp-tja11xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: nxp-c45-tja11xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: natsemi: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: meson-gxl: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: ksz90x1: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: ksz8xxx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: marvell: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: lxt: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: et1011c: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: mv88e61xx: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: davicom: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: cortina: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: ca_phy: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: broadcom: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: b53: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: atheros: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: aquantia: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: adin: Convert to U_BOOT_PHY_DRIVER()
Marek Vasut
1
-1
/
+0
2023-04-07
net: phy: Iterate over both registered PHYs and struct phy_driver linker list
Marek Vasut
1
-0
/
+7
2022-12-07
net: phy: Remove non-DM_ETH code
Tom Rini
1
-41
/
+0
2022-11-28
phy: add driver for Intel XWAY PHY
Tim Harvey
1
-0
/
+1
2022-10-21
net: NC-SI setup and handling
Samuel Mendoza-Jonas
1
-0
/
+2
2022-08-08
net: phy: Remove inline definitions from convinience functions
Ramon Fried
1
-180
/
+9
2022-04-15
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net
Tom Rini
1
-30
/
+10
2022-04-12
net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driver
Michael Trimarchi
1
-0
/
+1
2022-04-12
net: phy: Add phy_modify() accessor
Ariel D'Alessandro
1
-0
/
+2
2022-04-12
phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specific
Ariel D'Alessandro
1
-1
/
+1
2022-04-10
phy: adin: add driver for Analog Devices ADIN1300 PHY
Nate Drude
1
-0
/
+1
2022-04-10
net: phy: don't require PHY interface mode during PHY creation
Marek Behún
1
-11
/
+9
2022-04-10
net: phy: use ->is_c45 instead of is_10g_interface()
Marek Behún
1
-12
/
+0
2022-04-10
net: introduce helpers to get PHY interface mode from a device/ofnode
Marek Behún
1
-8
/
+0
2022-04-05
net: phy: Fix rgmii-id phy reset timeout issue
T Karthik Reddy
1
-1
/
+1
2022-03-09
net: phy: Add support for ethernet-phy-id with gpio reset
Michal Simek
1
-0
/
+13
2022-03-09
net: phy: Remove static return type for phy_device_create()
Michal Simek
1
-0
/
+13
[next]