aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/amba
AgeCommit message (Expand)AuthorFilesLines
2023-10-17amba: bus: balance firmware node reference countingAndy Shevchenko1-1/+4
2023-08-22amba: bus: fix refcount leakPeng Fan1-0/+1
2023-04-05ARM: tegra: Remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-12-13Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-6/+0
2022-11-07ARM: 9261/1: amba: Drop redundant assignments of the system PM callbacksUlf Hansson1-6/+0
2022-08-30ARM: 9229/1: amba: Fix use-after-free in amba_read_periphid()Isaac Manjarres1-1/+7
2022-07-28ARM: 9220/1: amba: Remove deferred device additionSaravana Kannan1-168/+145
2022-07-14ARM: 9207/1: amba: fix refcount underflow if amba_device_add() failsWang Kefeng1-6/+2
2022-06-03Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+4
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+36
2022-05-20ARM: 9192/1: amba: fix memory leak in amba_device_try_add()Wang Kefeng1-1/+7
2022-05-20ARM: 9193/1: amba: Add amba_read_periphid() helperWang Kefeng1-71/+62
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-04-28amba: Stop sharing platform_dma_configure()Lu Baolu1-1/+18
2022-04-22amba: Use driver_set_override() instead of open-codingKrzysztof Kozlowski1-24/+4
2022-02-28ARM: 9174/1: amba: Move EXPORT_SYMBOL() closer to definitionWang Kefeng1-7/+5
2022-02-28ARM: 9173/1: amba: kill amba_find_match()Wang Kefeng1-61/+0
2021-12-17ARM: 9163/1: amba: Move of_amba_device_decode_irq() into amba_probe()Wang Kefeng1-26/+26
2021-12-17ARM: 9162/1: amba: Kill sysfs attribute file of irqWang Kefeng1-17/+2
2021-10-19ARM: 9119/1: amba: Properly handle device probe without IRQ domainWang Kefeng1-0/+27
2021-10-19ARM: 9120/1: Revert "amba: make use of -1 IRQs warn"Wang Kefeng1-3/+0
2021-10-19ARM: 9121/1: amba: Drop unused functions about APB/AHB devices addWang Kefeng1-72/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-02-02amba: Make use of bus_type functionsUwe Kleine-König1-77/+81
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+2
2021-02-02amba: reorder functionsUwe Kleine-König1-38/+39
2021-02-02amba: Fix resource leak for drivers without .removeUwe Kleine-König1-8/+12
2020-06-15ARM: tegra: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-06-04Merge tag 'arm-soc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+11
2020-05-05amba: Retry adding deferred devices at late_initcallRob Herring1-3/+11
2020-04-28amba: Initialize dma_parms for amba devicesUlf Hansson1-0/+1
2019-10-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+11
2019-10-09drivers/amba: fix reset control error handlingRussell King1-3/+11
2019-09-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+14
2019-09-10ARM: 8906/1: drivers/amba: add reset control to amba bus probeDINH L NGUYEN1-0/+14
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-10/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-08amba: tegra-ahb: Mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2019-02-26ARM: 8836/1: drivers: amba: Update component matching to use the CoreSight UC...Mike Leach1-8/+37
2018-06-06Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+1
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-2/+2
2018-05-19ARM: 8773/1: amba: Export amba_bustypeKim Phillips1-0/+1
2018-05-14amba: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-2/+2
2018-05-14ARM: amba: Fix wrong indentation in driver_override_store()Geert Uytterhoeven1-2/+2
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig1-1/+0
2018-05-03dma-mapping: move dma configuration to bus infrastructureNipun Gupta1-0/+4
2018-04-26ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven1-2/+9
2018-04-26ARM: amba: Make driver_override output consistent with other busesGeert Uytterhoeven1-3/+0
2018-04-26Revert "ARM: amba: Fix race condition with driver_override"Greg Kroah-Hartman1-9/+2
2018-04-25ARM: amba: Don't read past the end of sysfs "driver_override" bufferGeert Uytterhoeven1-1/+2
2018-04-25ARM: amba: Fix race condition with driver_overrideGeert Uytterhoeven1-2/+9
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19drivers: flag buses which demand DMA configurationRobin Murphy1-0/+1
2017-06-09amba: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-13/+12
2016-08-12ARM: 8596/1: amba: Support clk parents and rates assigned in DTStephen Boyd1-0/+5
2016-05-05ARM: 8566/1: drivers: amba: properly handle devices with power domainsMarek Szyprowski1-10/+90
2015-11-24amba: Hide TEGRA_AHB symbolThierry Reding1-1/+1
2015-04-02ARM: 8334/1: amba: tegra-ahb: detect and correct bogus base addressPaul Walmsley1-2/+21
2015-04-02ARM: 8333/1: amba: tegra-ahb: fix register offsets in the macrosPaul Walmsley1-31/+32
2015-02-10ARM: 8256/1: driver coamba: add device binding path 'driver_override'Antonios Motakis1-0/+47
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-4/+11
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki1-1/+1
2014-11-26ARM: tegra: Move AHB Kconfig to drivers/ambaThierry Reding1-0/+12
2014-11-26amba: Add Kconfig fileThierry Reding1-0/+2
2014-11-17ARM: 8201/1: amba: Don't unprepare the clocks if device driver wants IRQ safe...Krzysztof Kozlowski1-4/+11
2014-11-07coresight: add CoreSight core layer frameworkPratik Patel1-1/+1
2014-10-20amba: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-22amba: Add support for attach/detach of PM domainsUlf Hansson1-1/+9
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding1-1/+2
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-2/+0
2014-02-18ARM: 7958/1: amba: Let runtime PM callbacks be available for CONFIG_PMUlf Hansson1-2/+2
2014-02-05drivers/amba: don't check resource with devm_ioremap_resourceWolfram Sang1-2/+0
2013-12-09ARM: 7916/1: amba: Add clk_prepare|unprepare in runtime PM callbacksUlf Hansson1-2/+2
2013-12-09ARM: 7915/1: amba: Convert to clk_prepare_enable and clk_disable_unprepareUlf Hansson1-21/+8
2013-12-09ARM: 7914/1: amba: Drop legacy PM support and use the pm_generic functionsUlf Hansson1-173/+7
2013-10-31DMA-API: amba: get rid of separate dma_maskRussell King1-5/+1
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+1
2013-03-15ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIMEHiroshi Doyu1-1/+1
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-02-21ARM: 7640/1: memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMUHiroshi Doyu1-1/+1
2013-01-25amba: Convert to devm_ioremap_resource()Thierry Reding1-3/+4
2013-01-03Drivers: amba: remove __dev* attributes.Greg Kroah-Hartman2-6/+2
2012-12-17Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux...Olof Johansson1-0/+2
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2012-12-03ARM: 7588/1: amba: create a resource parent registratorLinus Walleij1-4/+28
2012-11-26amba: tegra-ahb: Fix warning w/o PM_SLEEPHiroshi Doyu1-0/+2
2012-11-05ARM: tegra: move tegra-ahb.h out of arch/arm/mach-tegra/Stephen Warren1-0/+1
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-06-28ARM: 7431/1: amba: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-06-11amba: tegra-ahb: Remove empty *_remove()hdoyu@nvidia.com1-6/+0
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+295
2012-05-08ARM: tegra: Add SMMU enabler in AHBHiroshi DOYU1-0/+32
2012-05-08ARM: tegra: Add Tegra AHB driverHiroshi DOYU2-2/+263
2012-05-03AMBA: get rid of last two uses of NO_IRQRussell King1-2/+2
2012-04-19ARM: 7369/1: amba: add functions to add devices dynamicallyLinus Walleij1-0/+49
2012-04-13ARM: 7366/3: amba: Remove AMBA level regulator supportMark Brown1-41/+1
2012-01-25ARM: amba: make use of -1 IRQs warnRussell King1-0/+3
2012-01-25ARM: amba: make irq 0 invalidRussell King1-2/+2
2012-01-25ARM: amba: add amba_device allocation/add/put functionsRussell King1-25/+75
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-135/+1
2011-12-21PM / Sleep: Remove forward-only callbacks from AMBA bus typeRafael J. Wysocki1-135/+1
2011-11-22ARM: amba: Auto-generate AMBA driver module aliases during modpostDave Martin1-0/+4
2011-09-27clk: amba bus: convert to clk_prepare()/clk_unprepare()Russell King1-1/+10
2011-09-22PM: add runtime PM support to core Primecell driverRussell King1-3/+54
2011-05-26ARM: 6829/1: amba: make hardcoded periphid override hardwareLinus Walleij1-0/+5
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23ARM: 6758/1: amba: support pm opsRabin Vincent1-23/+317
2011-02-23ARM: amba: make internal ID table handling constRussell King1-3/+3
2011-02-23ARM: 6662/1: amba: make amba_bustype non-staticRob Herring1-1/+1
2010-11-26ARM: 6467/1: amba: optional PrimeCell core voltage switchLinus Walleij1-0/+39
2010-10-08ARM: 6368/1: move the PrimeCell IDs to use macrosLinus Walleij1-1/+1
2010-07-31ARM: AMBA: Add pclk support to AMBA bus infrastructureRussell King1-19/+69
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and '...Russell King1-1/+11
2009-09-02ARM: 5625/1: fix hard coded 4K resource size in amba bus detectionLeo Chen1-5/+21
2009-07-05[ARM] amba: fix amba device resourcesRussell King1-1/+11
2009-03-24amba: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2009-01-08[ARM] Fix realview buildRussell King1-1/+2
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-6/+3
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud1-7/+6
2006-11-30[ARM] Fix __must_check warnings in drivers/bus/amba.cRussell King1-48/+65
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-2/+3
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King1-1/+0
2006-01-07[ARM] Move AMBA bus code to drivers/amba/Russell King2-0/+361