summaryrefslogtreecommitdiffstats
path: root/drivers/amba
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * coresight: add CoreSight core layer frameworkPratik Patel2014-11-071-1/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\ \
| * | amba: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| |/
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-12-121-4/+11
|\ \
| * | ARM: 8201/1: amba: Don't unprepare the clocks if device driver wants IRQ safe...Krzysztof Kozlowski2014-11-171-4/+11
| |/
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-101-1/+1
|\ \
| * | PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
| |/
* | ARM: tegra: Move AHB Kconfig to drivers/ambaThierry Reding2014-11-261-0/+12
* | amba: Add Kconfig fileThierry Reding2014-11-261-0/+2
|/
* PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson2014-09-301-0/+1
* amba: Add support for attach/detach of PM domainsUlf Hansson2014-09-221-1/+9
* ARM: tegra: Move includes to include/soc/tegraThierry Reding2014-07-171-1/+2
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-051-2/+0
|\
| * drivers/amba: don't check resource with devm_ioremap_resourceWolfram Sang2014-02-051-2/+0
* | ARM: 7958/1: amba: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson2014-02-181-2/+2
|/
* ARM: 7916/1: amba: Add clk_prepare|unprepare in runtime PM callbacksUlf Hansson2013-12-091-2/+2
* ARM: 7915/1: amba: Convert to clk_prepare_enable and clk_disable_unprepareUlf Hansson2013-12-091-21/+8
* ARM: 7914/1: amba: Drop legacy PM support and use the pm_generic functionsUlf Hansson2013-12-091-173/+7
* DMA-API: amba: get rid of separate dma_maskRussell King2013-10-311-5/+1
* PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-1/+1
* ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIMEHiroshi Doyu2013-03-151-1/+1
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-03-031-1/+1
|\
| * ARM: 7640/1: memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMUHiroshi Doyu2013-02-211-1/+1
* | amba: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+4
|/
* Drivers: amba: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-6/+2
* Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson2012-12-171-0/+2
|\
OpenPOWER on IntegriCloud