summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-record
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2021-09-14 00:49:26 +0200
committerLinus Walleij <linus.walleij@linaro.org>2021-09-18 01:36:35 +0200
commit59dd178e1d7cb6cac03b32aba7ed9bbce6761b6f (patch)
treed3a3851f52ca21ebfe6cad96067eaad83ecba505 /tools/perf/scripts/python/bin/flamegraph-record
parente7165b1dff06b6e4373ab7758b21f3d9ed8a64ca (diff)
downloadkernel-59dd178e1d7cb6cac03b32aba7ed9bbce6761b6f.tar.gz
gpio/rockchip: fetch deferred output settings on probe
Fetch the output settings the pinctrl driver may have created for pinctrl hogs and set the relevant pins as requested. Fixes: 9ce9a02039de ("pinctrl/rockchip: drop the gpio related codes") Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20210913224926.1260726-5-heiko@sntech.de Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba 2024-04-12ice: store VF relative MSI-X index in q_vector->vf_reg_idxJacob Keller 2024-03-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski 2024-03-25ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski 2024-03-25ice: remove switchdev control plane VSIMichal Swiatkowski 2024-03-22overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook 2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar 2024-02-02ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski 2024-02-02ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski 2024-01-24ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski 2024-01-02ice: ice_base.c: Add const modifier to params and varsJan Glaza 2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller 2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski 2023-12-18ice: field get conversionJesse Brandeburg 2023-12-18ice: field prep conversionJesse Brandeburg 2023-12-13ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba 2023-12-13ice: Support HW timestamp hintLarysa Zaremba 2023-12-04ice: Add support in the driver for associating queue with napiAmritha Nambiar 2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg 2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-07-19ice: xsk: add RX multi-buffer supportMaciej Fijalkowski 2023-07-14ice: prevent NULL pointer deref during reloadMichal Swiatkowski 2023-05-16ice: add dynamic interrupt allocationPiotr Raczynski 2023-05-16ice: add individual interrupt allocationPiotr Raczynski 2023-02-01ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski 2023-02-01ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski 2023-02-01ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski 2022-11-23ice: Use ICE_RLAN_BASE_S instead of magic numberAnatolii Gerasymenko 2022-11-09ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski 2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski 2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni