summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2016-07-16 21:33:12 -0700
committerDavid S. Miller <davem@davemloft.net>2016-07-16 21:33:12 -0700
commit009722a2ff079bf58d3ba3378eb6d898e1fc4b31 (patch)
treebbbaec56e8e29803470a81e869a6fd2ccd9c0762 /tools/perf/scripts/python/task-analyzer.py
parent8d8836d4dc74ae13acfa604f0355440eaaf23ee0 (diff)
parent542ae60af24f02e130e62cb3b7c23163a2350056 (diff)
downloadkernel-009722a2ff079bf58d3ba3378eb6d898e1fc4b31.tar.gz
Merge branch 'hisilicon-mdio-femac'
Dongpo Li says: ==================== Add Hisilicon MDIO bus driver and FEMAC driver This patch set adds a Hisilicon MDIO bus driver and a Fast Ethernet MAC(FEMAC) driver. We also abstract a general interface "of_phy_get_and_connect" for PHY connect. User will have no bother with getting "phy-mode" and "phy-handle" any more. Changes in v1: - Pass private data structure instead of struct mii_bus in MDIO read and write operation. - Return the error which devm_clk_get() gives when MDIO probe. - Leave the clock unprepared and disabled on error when MDIO probe. - Abstract a general interface "of_phy_get_and_connect" for PHY connect. - Remove the "_reset" suffixes in "reset-names" property. - Enable tx per-packet interrupt when tx fifo full. - Remove pointless compatible and add SoC specific compatible. - Declare only one clock in MAC dts documentation. - Add standard unit suffixes for "phy-reset-delays". - Use a smaller NAPI poll weight 16 for our Fast Ethernet MAC. - Use phy_ethtool_{get|set}_link_ksettings for ethtool ops. - Use phydev from struct net_device in MAC driver. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
e7c9df952d'>net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}Vladimir Oltean 2022-01-06net: dsa: stop updating master MTU from master.cVladimir Oltean 2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann 2021-06-11net: dsa: generalize overhead for taggers that use both headers and trailersVladimir Oltean 2021-05-10net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter 2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean 2021-01-12net: dsa: unbind all switches from tree when DSA master unbindsVladimir Oltean