Age | Commit message (Expand) | Author | Files | Lines |
2021-10-19 | ARM: 9119/1: amba: Properly handle device probe without IRQ domain | Wang Kefeng | 1 | -0/+27 |
2021-10-19 | ARM: 9120/1: Revert "amba: make use of -1 IRQs warn" | Wang Kefeng | 1 | -3/+0 |
2021-10-19 | ARM: 9121/1: amba: Drop unused functions about APB/AHB devices add | Wang Kefeng | 1 | -72/+0 |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
2021-02-02 | amba: Make use of bus_type functions | Uwe Kleine-König | 1 | -77/+81 |
2021-02-02 | amba: Make the remove callback return void | Uwe Kleine-König | 1 | -3/+2 |
2021-02-02 | amba: reorder functions | Uwe Kleine-König | 1 | -38/+39 |
2021-02-02 | amba: Fix resource leak for drivers without .remove | Uwe Kleine-König | 1 | -8/+12 |
2020-06-16 | ARM: tegra: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-05 | Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -3/+11 |
2020-05-05 | amba: Retry adding deferred devices at late_initcall | Rob Herring | 1 | -3/+11 |
2020-04-28 | amba: Initialize dma_parms for amba devices | Ulf Hansson | 1 | -0/+1 |
2019-10-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -3/+11 |
2019-10-10 | drivers/amba: fix reset control error handling | Russell King | 1 | -3/+11 |
2019-09-22 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+14 |
2019-09-10 | ARM: 8906/1: drivers/amba: add reset control to amba bus probe | DINH L NGUYEN | 1 | -0/+14 |
2019-07-30 | drivers: Introduce device lookup variants by of_node | Suzuki K Poulose | 1 | -10/+1 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2019-06-24 | driver_find_device: Unify the match function with class_find_device() | Suzuki K Poulose | 1 | -2/+2 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282 | Thomas Gleixner | 1 | -10/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-08 | amba: tegra-ahb: Mark PM functions as __maybe_unused | Arnd Bergmann | 1 | -4/+2 |
2019-02-26 | ARM: 8836/1: drivers: amba: Update component matching to use the CoreSight UC... | Mike Leach | 1 | -8/+37 |
2018-06-06 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+1 |
2018-06-06 | Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -2/+2 |
2018-05-19 | ARM: 8773/1: amba: Export amba_bustype | Kim Phillips | 1 | -0/+1 |
2018-05-14 | amba: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson | 1 | -2/+2 |
2018-05-14 | ARM: amba: Fix wrong indentation in driver_override_store() | Geert Uytterhoeven | 1 | -2/+2 |
2018-05-03 | drivers: remove force dma flag from buses | Christoph Hellwig | 1 | -1/+0 |
2018-05-03 | dma-mapping: move dma configuration to bus infrastructure | Nipun Gupta | 1 | -0/+4 |
2018-04-26 | ARM: amba: Fix race condition with driver_override | Geert Uytterhoeven | 1 | -2/+9 |
2018-04-26 | ARM: amba: Make driver_override output consistent with other buses | Geert Uytterhoeven | 1 | -3/+0 |
2018-04-26 | Revert "ARM: amba: Fix race condition with driver_override" | Greg Kroah-Hartman | 1 | -9/+2 |
2018-04-25 | ARM: amba: Don't read past the end of sysfs "driver_override" buffer | Geert Uytterhoeven | 1 | -1/+2 |
2018-04-25 | ARM: amba: Fix race condition with driver_override | Geert Uytterhoeven | 1 | -2/+9 |
2017-11-15 | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-19 | drivers: flag buses which demand DMA configuration | Robin Murphy | 1 | -0/+1 |
2017-06-09 | amba: use dev_groups and not dev_attrs for bus_type | Greg Kroah-Hartman | 1 | -13/+12 |
2016-08-12 | ARM: 8596/1: amba: Support clk parents and rates assigned in DT | Stephen Boyd | 1 | -0/+5 |
2016-05-05 | ARM: 8566/1: drivers: amba: properly handle devices with power domains | Marek Szyprowski | 1 | -10/+90 |
2015-11-24 | amba: Hide TEGRA_AHB symbol | Thierry Reding | 1 | -1/+1 |
2015-04-02 | ARM: 8334/1: amba: tegra-ahb: detect and correct bogus base address | Paul Walmsley | 1 | -2/+21 |
2015-04-02 | ARM: 8333/1: amba: tegra-ahb: fix register offsets in the macros | Paul Walmsley | 1 | -31/+32 |
2015-02-10 | ARM: 8256/1: driver coamba: add device binding path 'driver_override' | Antonios Motakis | 1 | -0/+47 |
2014-12-15 | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-12-13 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -4/+11 |