All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] net: ethoc: Misc improvements
@ 2016-12-04 20:40 Florian Fainelli
  2016-12-04 20:40 ` [PATCH net-next 1/3] net: ethoc: Account for duplex changes Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Florian Fainelli @ 2016-12-04 20:40 UTC (permalink / raw)
  To: netdev; +Cc: tremyfr, tklauser, davem, thierry.reding, andrew,
	Florian Fainelli

Hi all,

This patch series fixes/improves a few things:

- implement a proper PHYLIB adjust_link callback to set the duplex mode
  accordingly
- do not open code the fetching of a MAC address in OF/DT environments
- demote an error message that occurs more frequently than expected in low
  CPU/memory/bandwidth environments

Tested on a Cirrus Logic EP93xx / TS7300 board.

Florian Fainelli (3):
  net: ethoc: Account for duplex changes
  net: ethoc: Utilize of_get_mac_address()
  net: ethoc: Demote packet dropped error message to debug

 drivers/net/ethernet/ethoc.c | 44 +++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 39 insertions(+), 5 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-12-05 20:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-04 20:40 [PATCH net-next 0/3] net: ethoc: Misc improvements Florian Fainelli
2016-12-04 20:40 ` [PATCH net-next 1/3] net: ethoc: Account for duplex changes Florian Fainelli
2016-12-05  7:20   ` Tobias Klauser
2016-12-05  8:00   ` Thierry Reding
2016-12-04 20:40 ` [PATCH net-next 2/3] net: ethoc: Utilize of_get_mac_address() Florian Fainelli
2016-12-05  7:20   ` Tobias Klauser
2016-12-05  8:00   ` Thierry Reding
2016-12-04 20:40 ` [PATCH net-next 3/3] net: ethoc: Demote packet dropped error message to debug Florian Fainelli
2016-12-05  7:21   ` Tobias Klauser
2016-12-05  8:00   ` Thierry Reding
2016-12-05 20:30 ` [PATCH net-next 0/3] net: ethoc: Misc improvements David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.