| Commit message (Expand) | Author | Age | Files | Lines |
* | amba: bus: balance firmware node reference counting | Andy Shevchenko | 2023-10-17 | 1 | -1/+4 |
* | amba: bus: fix refcount leak | Peng Fan | 2023-08-22 | 1 | -0/+1 |
* | ARM: tegra: Remove MODULE_LICENSE in non-modules | Nick Alcock | 2023-04-05 | 1 | -1/+0 |
* | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -2/+2 |
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2022-12-14 | 1 | -6/+0 |
|\ |
|
| * | ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacks | Ulf Hansson | 2022-11-07 | 1 | -6/+0 |
* | | ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid() | Isaac Manjarres | 2022-08-30 | 1 | -1/+7 |
|/ |
|
* | ARM: 9220/1: amba: Remove deferred device addition | Saravana Kannan | 2022-07-28 | 1 | -168/+145 |
* | ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails | Wang Kefeng | 2022-07-14 | 1 | -6/+2 |
* | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-06-03 | 1 | -24/+4 |
|\ |
|
| * | amba: Use driver_set_override() instead of open-coding | Krzysztof Kozlowski | 2022-04-22 | 1 | -24/+4 |
* | | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-05-31 | 1 | -1/+36 |
|\ \ |
|
| * | | bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management | Lu Baolu | 2022-04-28 | 1 | -0/+18 |
| * | | amba: Stop sharing platform_dma_configure() | Lu Baolu | 2022-04-28 | 1 | -1/+18 |
| |/ |
|
* | | ARM: 9192/1: amba: fix memory leak in amba_device_try_add() | Wang Kefeng | 2022-05-20 | 1 | -1/+7 |
* | | ARM: 9193/1: amba: Add amba_read_periphid() helper | Wang Kefeng | 2022-05-20 | 1 | -71/+62 |
|/ |
|
* | ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definition | Wang Kefeng | 2022-02-28 | 1 | -7/+5 |
* | ARM: 9173/1: amba: kill amba_find_match() | Wang Kefeng | 2022-02-28 | 1 | -61/+0 |
* | ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe() | Wang Kefeng | 2021-12-17 | 1 | -26/+26 |
* | ARM: 9162/1: amba: Kill sysfs attribute file of irq | Wang Kefeng | 2021-12-17 | 1 | -17/+2 |
* | ARM: 9119/1: amba: Properly handle device probe without IRQ domain | Wang Kefeng | 2021-10-19 | 1 | -0/+27 |
* | ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" | Wang Kefeng | 2021-10-19 | 1 | -3/+0 |
* | ARM: 9121/1: amba: Drop unused functions about APB/AHB devices add | Wang Kefeng | 2021-10-19 | 1 | -72/+0 |
* | bus: Make remove callback return void | Uwe Kleine-König | 2021-07-21 | 1 | -3/+1 |
* | amba: Make use of bus_type functions | Uwe Kleine-König | 2021-02-02 | 1 | -77/+81 |
* | amba: Make the remove callback return void | Uwe Kleine-König | 2021-02-02 | 1 | -3/+2 |
* | amba: reorder functions | Uwe Kleine-König | 2021-02-02 | 1 | -38/+39 |
* | amba: Fix resource leak for drivers without .remove | Uwe Kleine-König | 2021-02-02 | 1 | -8/+12 |
* | ARM: tegra: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2020-06-16 | 1 | -1/+1 |
* | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2020-06-05 | 1 | -3/+11 |
|\ |
|
| * | amba: Retry adding deferred devices at late_initcall | Rob Herring | 2020-05-05 | 1 | -3/+11 |
* | | amba: Initialize dma_parms for amba devices | Ulf Hansson | 2020-04-28 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2019-10-23 | 1 | -3/+11 |
|\ |
|
| * | drivers/amba: fix reset control error handling | Russell King | 2019-10-09 | 1 | -3/+11 |
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2019-09-22 | 1 | -0/+14 |
|\| |
|
| * | ARM: 8906/1: drivers/amba: add reset control to amba bus probe | DINH L NGUYEN | 2019-09-10 | 1 | -0/+14 |
* | | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose | 2019-07-30 | 1 | -10/+1 |
|/ |
|
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 1 | -2/+2 |
|\ |
|
| * | driver_find_device: Unify the match function with class_find_device() | Suzuki K Poulose | 2019-06-24 | 1 | -2/+2 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 2019-06-05 | 1 | -10/+1 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | amba: tegra-ahb: Mark PM functions as __maybe_unused | Arnd Bergmann | 2019-05-08 | 1 | -4/+2 |
* | ARM: 8836/1: drivers: amba: Update component matching to use the CoreSight UC... | Mike Leach | 2019-02-26 | 1 | -8/+37 |
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2018-06-06 | 1 | -0/+1 |
|\ |
|
| * | ARM: 8773/1: amba: Export amba_bustype | Kim Phillips | 2018-05-19 | 1 | -0/+1 |
* | | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 1 | -2/+2 |
|\ \ |
|
| * | | ARM: amba: Fix wrong indentation in driver_override_store() | Geert Uytterhoeven | 2018-05-14 | 1 | -2/+2 |
* | | | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2018-06-05 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | amba: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson | 2018-05-14 | 1 | -2/+2 |
| |/ / |
|