summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-02-12 11:08:28 +0100
committerGeert Uytterhoeven <geert+renesas@glider.be>2020-02-17 11:39:44 +0100
commit92d8495ce9b79185e5fc512fe28768564eb81722 (patch)
tree25b494f1c01a82cfc944afa9efdb7780cc54e56d /tools/perf/scripts/python/bin
parent408324a3c5383716939eea8096a0f999a0665f7e (diff)
downloadkernel-92d8495ce9b79185e5fc512fe28768564eb81722.tar.gz
ARM: shmobile: Replace <linux/clk-provider.h> by <linux/of_clk.h>
The R-Car Gen2 platform code is not a clock provider, and just needs to call of_clk_init(). Hence it can include <linux/of_clk.h> instead of <linux/clk-provider.h>. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Link: https://lore.kernel.org/r/20200212100830.446-6-geert+renesas@glider.be
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
5286d5382930adb0e9c7'>macsec: fix secy->n_rx_sc accountingSabrina Dubroca 2022-11-04macsec: delete new rxsc when offload failsSabrina Dubroca 2022-11-04Revert "net: macsec: report real_dev features when HW offloading is enabled"Sabrina Dubroca 2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner 2022-09-26macsec: don't free NULL metadata_dstSabrina Dubroca 2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart 2022-09-23net: macsec: remove the prepare phase when offloadingAntoine Tenart 2022-09-22net: macsec: Expose extended packet number (EPN) properties to macsec offloadEmeel Hakim 2022-09-07net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson 2022-09-07net/macsec: Add MACsec skb_metadata_dst Rx Data path supportLior Nahmanson 2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson 2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski 2022-08-19Revert "net: macsec: update SCI upon MAC address change."Sabrina Dubroca 2022-08-10macsec: Fix traffic counters/statisticsClayton Yager 2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2022-07-25net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie 2022-07-25macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca 2022-07-25macsec: limit replay window size with XPNSabrina Dubroca 2022-07-25macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca 2022-07-25macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca 2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet 2022-06-09net: rename reference+tracking helpersJakub Kicinski 2022-06-01macsec: fix UAF bug for real_devZiyang Xuan 2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior 2022-02-01net: macsec: Verify that send_sci is on when setting Tx sci explicitlyLior Nahmanson 2022-01-31net: macsec: Fix offload support for NETDEV_UNREGISTER eventLior Nahmanson 2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski 2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski 2021-06-24net: macsec: fix the length used to copy the key for offloadingAntoine Tenart