summaryrefslogtreecommitdiffstats
path: root/drivers/amba
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ /
* | | 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
|/
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-0/+1
|\
| * drivers: flag buses which demand DMA configurationRobin Murphy2017-10-191-0/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-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
* ARM: 8566/1: drivers: amba: properly handle devices with power domainsMarek Szyprowski2016-05-051-10/+90
* amba: Hide TEGRA_AHB symbolThierry Reding2015-11-241-1/+1
* ARM: 8334/1: amba: tegra-ahb: detect and correct bogus base addressPaul Walmsley2015-04-021-2/+21
* ARM: 8333/1: amba: tegra-ahb: fix register offsets in the macrosPaul Walmsley2015-04-021-31/+32
* ARM: 8256/1: driver coamba: add device binding path 'driver_override'Antonios Motakis2015-02-101-0/+47
* Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-1/+1
|\