aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-04-11 13:01:21 +0200
committerDavid S. Miller <davem@davemloft.net>2017-04-11 11:16:02 -0400
commitf3297f686db084465347c83edfcd1527994e7a9f (patch)
tree220af737805f5361f8be8dc3337cadb95d23e751 /tools/perf/scripts/python
parentMerge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next (diff)
net: alx: switch to pci_alloc_irq_vectors
Remove the deprecated pci_enable_msix API in favour of its successor, and make sure to handle errors during IRQ setup properly. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-39/+27 2019-06-27gpio: ath79: Pass irqchip when adding gpiochipLinus Walleij1-39/+27 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1 2018-07-29gpio: fix meaningless return expressionzhong jiang1-1/+1 2018-03-27gpio: ath79: Fix potential NULL dereference in ath79_gpio_probe()Wei Yongjun1-0/+2 2017-12-02gpio: ath79: add missing MODULE_DESCRIPTION/LICENSEJesse Chan1-0/+3 2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1 2017-10-19gpio: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1 2017-03-16gpio: ath79: make use of raw_spinlock variantsJulia Cartwright1-14/+14 2016-10-24gpio: ath79: Fix module autoloadJavier Martinez Canillas1-0/+1 2016-09-15gpio: ath79: fix implicit assumption module.h is presentPaul Gortmaker1-0/+1 2016-02-25gpio: ath79: Check valid gpio count for both DT and non-DT casesAxel Lin1-4/+5 2016-02-10gpio: ath79: Update the copyright noticeAlban Bedel1-2/+1 2016-02-10gpio: ath79: Add support for the interrupt controllerAlban Bedel1-0/+205 2016-02-10gpio: ath79: Make the driver removableAlban Bedel1-0/+10 2016-02-10gpio: ath79: Allow building in compile testsAlban Bedel1-1/+4 2016-02-10gpio: ath79: Move to the generic GPIO driverAlban Bedel1-112/+14 2016-01-05gpio: ath79: use gpiochip data pointerLinus Walleij1-9/+7 2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-1/+1 2015-12-11gpio: ath79: Fix the logic to clear offset bit of AR71XX_GPIO_REG_OE registerAxel Lin1-1/+1 2015-11-30gpio: use dev_get_platdata()Nizam Haider1-1/+1 2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1 2015-10-02gpio: ath79: Convert to the state container design patternAlban Bedel1-59/+60 2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-32/+0 2015-09-03MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel1-0/+236