summaryrefslogtreecommitdiffstats
path: root/drivers/amba
Commit message (Expand)AuthorAgeFilesLines
* amba: bus: balance firmware node reference countingAndy Shevchenko2023-10-171-1/+4
* amba: bus: fix refcount leakPeng Fan2023-08-221-0/+1
* ARM: tegra: Remove MODULE_LICENSE in non-modulesNick Alcock2023-04-051-1/+0
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-12-131-6/+0
|\
| * ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacksUlf Hansson2022-11-071-6/+0
* | ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()Isaac Manjarres2022-08-301-1/+7
|/
* ARM: 9220/1: amba: Remove deferred device additionSaravana Kannan2022-07-281-168/+145
* ARM: 9207/1: amba: fix refcount underflow if amba_device_add() failsWang Kefeng2022-07-141-6/+2
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-24/+4
|\
| * amba: Use driver_set_override() instead of open-codingKrzysztof Kozlowski2022-04-221-24/+4
* | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-311-1/+36
|\ \
| * | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu2022-04-281-0/+18
| * | amba: Stop sharing platform_dma_configure()Lu Baolu2022-04-281-1/+18
| |/
* | ARM: 9192/1: amba: fix memory leak in amba_device_try_add()Wang Kefeng2022-05-201-1/+7
* | ARM: 9193/1: amba: Add amba_read_periphid() helperWang Kefeng2022-05-201-71/+62
|/
* ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definitionWang Kefeng2022-02-281-7/+5
* ARM: 9173/1: amba: kill amba_find_match()Wang Kefeng2022-02-281-61/+0
* ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe()Wang Kefeng2021-12-171-26/+26
* ARM: 9162/1: amba: Kill sysfs attribute file of irqWang Kefeng2021-12-171-17/+2
* ARM: 9119/1: amba: Properly handle device probe without IRQ domainWang Kefeng2021-10-191-0/+27
* ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"Wang Kefeng2021-10-191-3/+0
* ARM: 9121/1: amba: Drop unused functions about APB/AHB devices addWang Kefeng2021-10-191-72/+0
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* amba: Make use of bus_type functionsUwe Kleine-König2021-02-021-77/+81
* amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+2
* amba: reorder functionsUwe Kleine-König2021-02-021-38/+39
* amba: Fix resource leak for drivers without .removeUwe Kleine-König2021-02-021-8/+12
* ARM: tegra: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
* Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-06-041-3/+11
|\
| * amba: Retry adding deferred devices at late_initcallRob Herring2020-05-051-3/+11
* | amba: Initialize dma_parms for amba devicesUlf Hansson2020-04-281-0/+1
|/
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-10-231-3/+11
|\
| * drivers/amba: fix reset control error handlingRussell King2019-10-091-3/+11
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-09-221-0/+14
|\|
| * ARM: 8906/1: drivers/amba: add reset control to amba bus probeDINH L NGUYEN2019-09-101-0/+14
* | drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-10/+1
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose2019-06-241-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* amba: tegra-ahb: Mark PM functions as __maybe_unusedArnd Bergmann2019-05-081-4/+2
* ARM: 8836/1: drivers: amba: Update component matching to use the CoreSight UC...Mike Leach2019-02-261-8/+37
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-06-061-0/+1
|\
| * ARM: 8773/1: amba: Export amba_bustypeKim Phillips2018-05-191-0/+1
* | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-051-2/+2
|\ \
| * | ARM: amba: Fix wrong indentation in driver_override_store()Geert Uytterhoeven2018-05-141-2/+2
* | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-2/+2
|\ \ \
| * | | amba: Respect all error codes from dev_pm_domain_attach()Ulf Hansson2018-05-141-2/+2
| |/ /