summaryrefslogtreecommitdiffstats
path: root/drivers/amba/bus.c
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
* 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
* 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
|/
* drivers/amba: fix reset control error handlingRussell King2019-10-091-3/+11
* ARM: 8906/1: drivers/amba: add reset control to amba bus probeDINH L NGUYEN2019-09-101-0/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* 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
| |/ /
* | | drivers: remove force dma flag from busesChristoph Hellwig2018-05-031-1/+0
* | | dma-mapping: move dma configuration to bus infrastructureNipun Gupta2018-05-031-0/+4
|/ /
* | ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven2018-04-261-2/+9
* | ARM: amba: Make driver_override output consistent with other busesGeert Uytterhoeven2018-04-261-3/+0
* | Revert "ARM: amba: Fix race condition with driver_override"Greg Kroah-Hartman2018-04-261-9/+2
* | ARM: amba: Don't read past the end of sysfs "driver_override" bufferGeert Uytterhoeven2018-04-251-1/+2
* | ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven2018-04-251-2/+9
|/
* drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1
* amba: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-13/+12
* ARM: 8596/1: amba: Support clk parents and rates assigned in DTStephen Boyd2016-08-121-0/+5