index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
amba
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
1
-2
/
+2
2022-12-14
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-6
/
+0
2022-11-07
ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacks
Ulf Hansson
1
-6
/
+0
2022-08-30
ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()
Isaac Manjarres
1
-1
/
+7
2022-07-28
ARM: 9220/1: amba: Remove deferred device addition
Saravana Kannan
1
-168
/
+145
2022-07-14
ARM: 9207/1: amba: fix refcount underflow if amba_device_add() fails
Wang Kefeng
1
-6
/
+2
2022-06-03
Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-24
/
+4
2022-05-31
Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+36
2022-05-20
ARM: 9192/1: amba: fix memory leak in amba_device_try_add()
Wang Kefeng
1
-1
/
+7
2022-05-20
ARM: 9193/1: amba: Add amba_read_periphid() helper
Wang Kefeng
1
-71
/
+62
2022-04-28
bus: platform,amba,fsl-mc,PCI: Add device DMA ownership management
Lu Baolu
1
-0
/
+18
2022-04-28
amba: Stop sharing platform_dma_configure()
Lu Baolu
1
-1
/
+18
2022-04-22
amba: Use driver_set_override() instead of open-coding
Krzysztof Kozlowski
1
-24
/
+4
2022-02-28
ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definition
Wang Kefeng
1
-7
/
+5
2022-02-28
ARM: 9173/1: amba: kill amba_find_match()
Wang Kefeng
1
-61
/
+0
2021-12-17
ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe()
Wang Kefeng
1
-26
/
+26
2021-12-17
ARM: 9162/1: amba: Kill sysfs attribute file of irq
Wang Kefeng
1
-17
/
+2
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-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-10
drivers/amba: fix reset control error handling
Russell King
1
-3
/
+11
2019-09-10
ARM: 8906/1: drivers/amba: add reset control to amba bus probe
DINH L NGUYEN
1
-0
/
+14
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
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-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-02-10
ARM: 8256/1: driver coamba: add device binding path 'driver_override'
Antonios Motakis
1
-0
/
+47
[next]