Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
dfd402a4c4baae42398ce9180ff424d589b8bffc
/
include
/
linux
/
phy.h
2d880b8
net: phy: extract pause mode
by Russell King
· 5 years ago
8d3dc3ac
net: phy: extract link partner advertisement reading
by Russell King
· 5 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
94acaeb
Add genphy_c45_config_aneg() function to phy-c45.c
by Marco Hartmann
· 5 years ago
4b9cb2a
net: phy: remove genphy_config_init
by Heiner Kallweit
· 5 years ago
65b2799
net: phy: let phy_speed_down/up support speeds >1Gbps
by Heiner Kallweit
· 5 years ago
331c56a
net: phy: add phy_speed_down_core and phy_resolve_min_speed
by Heiner Kallweit
· 5 years ago
bf22b34
net: phy: add phy_modify_paged_changed
by Heiner Kallweit
· 5 years ago
f4069cd
net: phy: prepare phylib to deal with PHY's extending Clause 22
by Heiner Kallweit
· 5 years ago
54638c6
net: phy: make exported variables non-static
by Denis Efremov
· 6 years ago
d4117d6
net: stmmac: enable clause 45 mdio support
by Kweh Hock Leong
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
2bd229d
net: phy: remove state PHY_FORCING
by Heiner Kallweit
· 6 years ago
97b33bd
net: phy: export phy_queue_state_machine
by Heiner Kallweit
· 6 years ago
49644e6
net: phy: add callback for custom interrupt handler to struct phy_driver
by Heiner Kallweit
· 6 years ago
07b0928
net: phy: enable interrupts when PHY is attached already
by Heiner Kallweit
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
4618d67
net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII
by Heiner Kallweit
· 6 years ago
f24098f
net: phy: improve resuming from hibernation
by Heiner Kallweit
· 6 years ago
22c0ef6
net: phy: improve pause handling
by Heiner Kallweit
· 6 years ago
3b8b11f
net: phy: improve link partner capability detection
by Heiner Kallweit
· 6 years ago
4950c2b
net: phy: fix autoneg mismatch case in genphy_read_status
by Heiner Kallweit
· 6 years ago
045925e
net: phy: add genphy_read_abilities
by Heiner Kallweit
· 6 years ago
7be3ad8
net: phy: remove gen10g_no_soft_reset
by Heiner Kallweit
· 6 years ago
d81210c
net: phy: don't export gen10g_read_status
by Heiner Kallweit
· 6 years ago
c5e91d3
net: phy: remove gen10g_config_init
by Heiner Kallweit
· 6 years ago
a6d0aa9
net: phy: remove gen10g_suspend and gen10g_resume
by Heiner Kallweit
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4c8e045
net: phy: realtek: Dummy IRQ calls for RTL8366RB
by Linus Walleij
· 6 years ago
70fa3a9
net: phy: add genphy_c45_read_status
by Heiner Kallweit
· 6 years ago
1af9f16
net: phy: add genphy_c45_check_and_restart_aneg
by Heiner Kallweit
· 6 years ago
cd34499
net: phy: export genphy_config_eee_advert
by Heiner Kallweit
· 6 years ago
9a5dc8a
net: phy: add genphy_c45_an_config_aneg
by Andrew Lunn
· 6 years ago
3313da8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a2fc9d7
net: phy: don't use locking in phy_is_started
by Heiner Kallweit
· 6 years ago
ac3f553
net: phy: Extract genphy_c45_pma_read_abilities from marvell10g
by Maxime Chevallier
· 6 years ago
3feb9b2
net: phy: Move of_set_phy_eee_broken to phy-core.c
by Maxime Chevallier
· 6 years ago
a4eaed9
net: phy: Mask-out non-compatible modes when setting the max-speed
by Maxime Chevallier
· 6 years ago
b8554d4f
net: phy: add register modifying helpers returning 1 on change
by Heiner Kallweit
· 6 years ago
efbdfdc
net: phy: Add support for asking the PHY its abilities
by Andrew Lunn
· 6 years ago
998a8a8
net: phy: let genphy_c45_read_link manage the devices to check
by Heiner Kallweit
· 6 years ago
1878f0d
net: phy: provide full set of accessor functions to MMD registers
by Nikita Yushchenko
· 6 years ago
434a431
net: phy: change phy_start_interrupts to phy_request_interrupt
by Heiner Kallweit
· 6 years ago
fa7f3a8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3e64cf7
net: phy: phy driver features are mandatory
by Camelia Groza
· 6 years ago
bb658ab
net: phy: remove phy_stop_interrupts
by Heiner Kallweit
· 6 years ago
e302c2a
net: phy: remove state PHY_CHANGELINK
by Heiner Kallweit
· 6 years ago
5db5ea9
net: phy: Add helpers to determine if PHY driver is generic
by Florian Fainelli
· 6 years ago
9e857a4
net: phy: Add missing features to PHY drivers
by Andrew Lunn
· 6 years ago
d8de01b
phy.h: fix obvious errors in doc and kerneldoc content
by Robert P. J. Day
· 6 years ago
2b3e88e
net: phy: improve phy state checking
by Heiner Kallweit
· 6 years ago
c0ec3c2
net: phy: Convert u32 phydev->lp_advertising to linkmode
by Andrew Lunn
· 6 years ago
3c1bcc8
net: ethernet: Convert phydev advertize and supported from u32 to link mode
by Andrew Lunn
· 6 years ago
899a3cb
net: phy: remove states PHY_STARTING and PHY_PENDING
by Heiner Kallweit
· 6 years ago
aa2af2e
net: phy: add macros for PHYID matching
by Heiner Kallweit
· 6 years ago
d73a215
net: phy: simplify phy_mac_interrupt and related functions
by Heiner Kallweit
· 6 years ago
8deeb63
net: phy: don't set state PHY_CHANGELINK in phy_change
by Heiner Kallweit
· 6 years ago
a4307c0
net: phy: remove flag PHY_HAS_INTERRUPT from driver configs
by Heiner Kallweit
· 6 years ago
695bce8
net: phy: improve struct phy_device member interrupts handling
by Heiner Kallweit
· 6 years ago
85a1f31
net: phy: remove state PHY_AN
by Heiner Kallweit
· 6 years ago
a3320bc
net: phy: make phy_trigger_machine static
by Heiner Kallweit
· 6 years ago
9f2959b
net: phy: improve handling delayed work
by Heiner Kallweit
· 6 years ago
719655a
net: phy: Replace phy driver features u32 with link_mode bitmap
by Andrew Lunn
· 6 years ago
c4fabb8
net: phy: Add phydev_info()
by Andrew Lunn
· 6 years ago
ab2a605
net: phy: Add phydev_warn()
by Andrew Lunn
· 6 years ago
b31cdff
net: phy: Move linkmode helpers to somewhere public
by Andrew Lunn
· 6 years ago
22b7d29
net: ethernet: Add helper to determine if pause configuration is supported
by Andrew Lunn
· 6 years ago
0c12240
net: ethernet: Add helper for set_pauseparam for Pause
by Andrew Lunn
· 6 years ago
70814e8
net: ethernet: Add helper for set_pauseparam for Asym Pause
by Andrew Lunn
· 6 years ago
c306ad3
net: ethernet: Add helper for MACs which support pause
by Andrew Lunn
· 6 years ago
af8d9bb
net: ethernet: Add helper for MACs which support asym pause
by Andrew Lunn
· 6 years ago
41124fa
net: ethernet: Add helper to remove a supported link mode
by Andrew Lunn
· 6 years ago
3c507b8
net: phy: add helper phy_polling_mode
by Heiner Kallweit
· 6 years ago
2b9672d
net: phy: add phy_speed_down and phy_speed_up
by Heiner Kallweit
· 7 years ago
87e5808
net: phy: replace bool members in struct phy_device with bit-fields
by Heiner Kallweit
· 7 years ago
9e8d438
net: phy: Fix modular PHYLIB build
by Florian Fainelli
· 7 years ago
c59530d
net: Move PHY statistics code into PHY library helpers
by Florian Fainelli
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
5df7af8
net: phy: Add general dummy stubs for MMD register access
by Kevin Hao
· 7 years ago
a2c054a
net: phy: Tell caller result of phy_change()
by Brad Mouring
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
e8a714e
net: phy: Export gen10g_* functions
by Florian Fainelli
· 7 years ago
9c2c2e6
net: phy: Restore phy_resume() locking assumption
by Andrew Lunn
· 7 years ago
ac8322d
phy: add helpers for setting/clearing bits in PHY registers
by Heiner Kallweit
· 7 years ago
28b2e0d
net: phy: remove parameter new_link from phy_mac_interrupt()
by Heiner Kallweit
· 7 years ago
2b74e5b
net: phy: add phy_modify() accessor
by Russell King
· 7 years ago
78ffc4a
net: phy: add paged phy register accessors
by Russell King
· 7 years ago
788f993
net: phy: add unlocked accessors
by Russell King
· 7 years ago
8c5e850
net: phy: add helper to convert negotiation result to phy settings
by Russell King
· 7 years ago
ea4efe2
net: phy: marvell10g: add MDI swap reporting
by Russell King
· 7 years ago
a966849
phylib: add reset after clk enable support
by Richard Leitner
· 7 years ago
bafbdd5
phylib: Add device reset GPIO support
by Sergei Shtylyov
· 7 years ago
365c1e6
phy: add phy_interface_mode_is_8023z() helper
by Russell King
· 7 years ago
a6d1642
net: phy: core: remove now uneeded disabling of interrupts
by Heiner Kallweit
· 7 years ago
00fde79
net: phy: core: use genphy version of callbacks read_status and config_aneg per default
by Heiner Kallweit
· 7 years ago
511e3036
net: phy: harmonize phy_id{,_mask} data type
by Richard Leitner
· 7 years ago
3928ee6
net: phy: leds: Add support for "link" trigger
by Maciej S. Szmigiero
· 7 years ago
9525ae8
phylink: add phylink infrastructure
by Russell King
· 7 years ago
a81497b
net: phy: provide a hook for link up/link down events
by Russell King
· 7 years ago
0ccb4fc
net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy-core
by Russell King
· 7 years ago
Next »