Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0b9df58b79fa283fbedc0fb6a8e248599444bacc
/
drivers
/
net
/
phy
2be09de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7b98f63
net: phy: mscc: Fix the VSC 8531/41 Chip Init sequence
by Raju Lakkaraju
· 6 years ago
8742beb
net: phy: Fix the issue that netif always links up after resuming
by Kunihiko Hayashi
· 6 years ago
935b8a5
net: phy: remove unused code in phy_probe
by Heiner Kallweit
· 6 years ago
fa7b28c
net: phy: print stack trace in phy_error
by Heiner Kallweit
· 6 years ago
2b3e88e
net: phy: improve phy state checking
by Heiner Kallweit
· 6 years ago
b3e5464
Fixed PHY: Add fixed_phy_change_carrier()
by Joakim Tjernlund
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
dc9d38c
net: phy: mdio-gpio: Add phy_ignore_ta_mask to platform data
by Andrew Lunn
· 6 years ago
04fa26b
net: phy: mdio-gpio: Add platform_data support for phy_mask
by Andrew Lunn
· 6 years ago
9db299c
net: phy: Fix ioctl handler when modifing MII_ADVERTISE
by Andrew Lunn
· 6 years ago
d335193
net: mii: Add mii_lpa_mod_linkmode_lpa_t
by Andrew Lunn
· 6 years ago
ab9cb72
phy: marvell: Rename mii_lpa_to_linkmode_lpa_t
by Andrew Lunn
· 6 years ago
78a24df
net: mii: Rename mii_stat1000_to_linkmode_lpa_t
by Andrew Lunn
· 6 years ago
7b566f7
phy: Revert toggling reset changes.
by David S. Miller
· 6 years ago
30fcd6a
net: phy: Also request modules for C45 IDs
by Jose Abreu
· 6 years ago
8c85f4b
net: phy: micrel: add toggling phy reset if PHY is not attached
by Yoshihiro Shimoda
· 6 years ago
ef1b5bf
net: phy: Fix not to call phy_resume() if PHY is not attached
by Yoshihiro Shimoda
· 6 years ago
d1420bb
net: phy: improve generic EEE ethtool functions
by Heiner Kallweit
· 6 years ago
d2a3697
net: phy: don't allow __set_phy_supported to add unsupported modes
by Heiner Kallweit
· 6 years ago
6915bf3
net: phy: don't allow __set_phy_supported to add unsupported modes
by Heiner Kallweit
· 6 years ago
d7f7e00
net: phy: sfp: correct store of detected link modes
by Baruch Siach
· 6 years ago
e561bb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c85ddec
net: phy: add workaround for issue where PHY driver doesn't bind to the device
by Heiner Kallweit
· 6 years ago
b1bf78b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3fa528b
net: phy: mscc: fix deadlock in vsc85xx_default_config
by Quentin Schulz
· 6 years ago
21f4946
net: phy: vitesse: remove duplicate support for VSC8574
by Quentin Schulz
· 6 years ago
f2be6d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f2f1a84
net: phy: icplus: allow configuring the interrupt function on IP101GR
by Martin Blumenstingl
· 6 years ago
f7e290f
net: phy: icplus: implement .did_interrupt for IP101A/G
by Martin Blumenstingl
· 6 years ago
a872c38
net: phy: icplus: rename IP101A_G_NO_IRQ to IP101A_G_IRQ_ALL_MASK
by Martin Blumenstingl
· 6 years ago
ee33614
net: phy: icplus: use the BIT macro where possible
by Martin Blumenstingl
· 6 years ago
034289b
net: phy: icplus: keep all ip101a_g functions together
by Martin Blumenstingl
· 6 years ago
df5a8ec
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
by Martin Schiller
· 6 years ago
160396a
Revert "net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs"
by David S. Miller
· 6 years ago
dfa0d55
net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
by Martin Schiller
· 6 years ago
a21ff3c
net: phy: check for implementation of both callbacks in phy_drv_supports_irq
by Heiner Kallweit
· 6 years ago
ba2f55b
net: phy: icplus: add config_intr callback
by Heiner Kallweit
· 6 years ago
3e536cf
net: phy: check if advertising is zero using linkmode_empty
by Colin Ian King
· 6 years ago
30beabb
net: phy: marvell: remove set but not used variable 'pause'
by YueHaibing
· 6 years ago
2b9b750
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cb6402f
net: phy: Add support for resolving 5G and 2.5G autoneg
by Andrew Lunn
· 6 years ago
3c6b59d
net: phy: Add more link modes to the settings table
by Andrew Lunn
· 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
ca49493
net: phy: realtek: use new PHYID matching macros
by Heiner Kallweit
· 6 years ago
34d884e
net: phy: improve and inline phy_change
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
0d2e778
net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_interrupt
by Heiner Kallweit
· 6 years ago
457937b
net: phy: leds: Don't make our own link speed names
by Kyle Roeschley
· 6 years ago
695bce8
net: phy: improve struct phy_device member interrupts handling
by Heiner Kallweit
· 6 years ago
c8e977b
net: phy: use phy_check_link_status in more places in the state machine
by Heiner Kallweit
· 6 years ago
85a1f31
net: phy: remove state PHY_AN
by Heiner Kallweit
· 6 years ago
74a992b
net: phy: add phy_check_link_status
by Heiner Kallweit
· 6 years ago
c96469f
net: phy: remove useless check in state machine case PHY_RESUMING
by Heiner Kallweit
· 6 years ago
3b01ea7
net: phy: remove useless check in state machine case PHY_NOLINK
by Heiner Kallweit
· 6 years ago
3b73e84
net: phy: realtek: load driver for all PHYs with a Realtek OUI
by Heiner Kallweit
· 6 years ago
a3320bc
net: phy: make phy_trigger_machine static
by Heiner Kallweit
· 6 years ago
8572a1b
net: phy: bcm7xxx: Add entry for BCM7255
by Justin Chen
· 6 years ago
042cb56
net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delay
by Tao Ren
· 6 years ago
0432e83
net: phy: realtek: fix RTL8201F sysfs name
by Holger Hoffstätte
· 6 years ago
f802912
net: phy: genphy_10g_driver: Avoid NULL pointer dereference
by Andrew Lunn
· 6 years ago
50b825d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
114b5f8
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
92c9d56
net: phy: phy_support_sym_pause: Clear Asym Pause
by Andrew Lunn
· 6 years ago
2c67e33
net: phy: mdio-mux-bcm-iproc: simplify getting .driver_data
by Wolfram Sang
· 6 years ago
bff5b4b
net: phy: micrel: add Microchip KSZ9131 initial driver
by Yuiko Oshino
· 6 years ago
47d2021
net: phy: mscc: fix memory leak in vsc8574_config_pre_init
by Gustavo A. R. Silva
· 6 years ago
e519869
net: phy: mscc: fix signedness bug in vsc85xx_downshift_get
by Gustavo A. R. Silva
· 6 years ago
c45d715
net: phy: merge phy_start_aneg and phy_start_aneg_priv
by Heiner Kallweit
· 6 years ago
eb4c470
net: phy: simplify handling of PHY_RESUMING in state machine
by Heiner Kallweit
· 6 years ago
74fb5e2
net: phy: improve handling of PHY_RUNNING in state machine
by Heiner Kallweit
· 6 years ago
6384e48
net: phy: trigger state machine immediately in phy_start_machine
by Heiner Kallweit
· 6 years ago
d864991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
0528586
net: phy: sfp: remove sfp_mutex's definition
by Sebastian Andrzej Siewior
· 6 years ago
00d70d8
net: phy: mscc: add support for VSC8574 PHY
by Quentin Schulz
· 6 years ago
a5afc16
net: phy: mscc: add support for VSC8584 PHY
by Quentin Schulz
· 6 years ago
629ea0f
net: phy: mscc: remove unneeded temporary variable
by Quentin Schulz
· 6 years ago
6f0430c
net: phy: mscc: shorten `x != 0` condition to `x`
by Quentin Schulz
· 6 years ago
b7d373c
net: phy: mscc: remove unneeded parenthesis
by Quentin Schulz
· 6 years ago
96dae01
net: phy: mscc: Add EEE init sequence
by Raju Lakkaraju
· 6 years ago
f76178d
net: phy: mscc: add ethtool statistics counters
by Raju Lakkaraju
· 6 years ago
6a0bfbb
net: phy: mscc: migrate to phy_select/restore_page functions
by Quentin Schulz
· 6 years ago
72438f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7e41837
net: phy: phylink: fix SFP interface autodetection
by Baruch Siach
· 6 years ago
6f41617
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
024926d
net: phy: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 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
9b97123
net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unused
by Arnd Bergmann
· 6 years ago
31bae7d
phy: mscc: fix printf format
by Arnd Bergmann
· 6 years ago
3e32247
net: phy: sfp: Fix unregistering of HWMON SFP device
by Andrew Lunn
· 6 years ago
93f41e6
net: phy: fix WoL handling when suspending the PHY
by Heiner Kallweit
· 6 years ago
d31d1d0
Revert "net: phy: fix WoL handling when suspending the PHY"
by David S. Miller
· 6 years ago
Next »