summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@kernel.org>2020-07-21 00:58:07 -0700
committerStephen Boyd <sboyd@kernel.org>2020-07-21 00:58:07 -0700
commitbfd35bf9cebc3627fd010c1230e3da154369b016 (patch)
tree4b91c4d1d83e00fe9b7289898d066dd12095e497 /tools/perf/scripts/python
parentb3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff)
parent2568528f55356a2f20f80a18244d3e235cbd2cab (diff)
downloadkernel-bfd35bf9cebc3627fd010c1230e3da154369b016.tar.gz
Merge tag 'clk-meson-v5.9-1' of https://github.com/BayLibre/clk-meson into clk-amlogic
Pull Amlogic clk driver updates from Jerome Brunet: - g12: add neural network accelerator clock sources - meson8: remove critical flag for main PLL divider - meson8: add video decoder clock gates * tag 'clk-meson-v5.9-1' of https://github.com/BayLibre/clk-meson: clk: meson: meson8b: add the vclk2_en gate clock clk: meson: meson8b: add the vclk_en gate clock clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2 clk: meson: g12a: Add support for NNA CLK source clocks dt-bindings: clk: g12a-clkc: Add NNA CLK Source clock IDs
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
s()Nicholas Johnson 2020-01-29PCI: Rename variablesNicholas Johnson 2020-01-29PCI: Remove unnecessary bracesNicholas Johnson 2020-01-13PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe 2019-11-14PCI: Avoid double hpmemsize MMIO window assignmentNicholas Johnson 2019-10-23PCI: Add "pci=hpmmiosize" and "pci=hpmmioprefsize" parametersNicholas Johnson 2019-09-30PCI: Protect pci_reassign_bridge_resources() against concurrent addition/removalBenjamin Herrenschmidt 2019-08-08PCI: Use PCI_SRIOV_NUM_BARS in loops instead of PCI_IOV_RESOURCE_ENDDenis Efremov 2019-07-02PCI: Skip resource distribution when no hotplug bridgesNicholas Johnson 2019-07-02PCI: Simplify pci_bus_distribute_available_resources()Nicholas Johnson 2019-06-21PCI: Don't auto-realloc if we're preserving firmware configBenjamin Herrenschmidt 2019-05-13Merge branch 'pci/trivial'Bjorn Helgaas 2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar 2019-05-07PCI: Cleanup setup-bus.c comments and whitespaceNicholas Johnson 2019-01-30PCI: Rely on config space header type, not class codeHonghui Zhang 2019-01-22PCI: Probe bridge window attributes once at enumeration-timeBjorn Helgaas 2018-10-02PCI: Equalize hotplug memory and io for occupied and empty slotsJon Derrick 2018-06-04PCI: Move resource distribution for single bridge outside loopMika Westerberg 2018-03-19PCI: Tidy commentsBjorn Helgaas 2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas 2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas 2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler 2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring 2017-11-14Merge branch 'pci/resource' into nextBjorn Helgaas 2017-11-06PCI: Distribute available resources to hotplug-capable bridgesMika Westerberg 2017-11-06PCI: Add for_each_pci_bridge() helperAndy Shevchenko 2017-10-25PCI: Add pci_resize_resource() for resizing BARsChristian König 2017-10-24PCI: Add PCI resource type mask #defineChristian König