Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-12-11 | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2014-12-04 | PM: Merge the SET*_RUNTIME_PM_OPS() macros | Rafael J. Wysocki | 1 | -1/+1 |
2014-11-26 | ARM: tegra: Move AHB Kconfig to drivers/amba | Thierry Reding | 1 | -0/+12 |
2014-11-26 | amba: Add Kconfig file | Thierry Reding | 1 | -0/+2 |
2014-11-17 | ARM: 8201/1: amba: Don't unprepare the clocks if device driver wants IRQ safe... | Krzysztof Kozlowski | 1 | -4/+11 |
2014-11-08 | coresight: add CoreSight core layer framework | Pratik Patel | 1 | -1/+1 |
2014-10-20 | amba: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-09-30 | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h | Ulf Hansson | 1 | -0/+1 |
2014-09-22 | amba: Add support for attach/detach of PM domains | Ulf Hansson | 1 | -1/+9 |
2014-07-17 | ARM: tegra: Move includes to include/soc/tegra | Thierry Reding | 1 | -1/+2 |
2014-04-06 | Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -2/+0 |
2014-02-18 | ARM: 7958/1: amba: Let runtime PM callbacks be available for CONFIG_PM | Ulf Hansson | 1 | -2/+2 |
2014-02-05 | drivers/amba: don't check resource with devm_ioremap_resource | Wolfram Sang | 1 | -2/+0 |
2013-12-10 | ARM: 7916/1: amba: Add clk_prepare|unprepare in runtime PM callbacks | Ulf Hansson | 1 | -2/+2 |
2013-12-10 | ARM: 7915/1: amba: Convert to clk_prepare_enable and clk_disable_unprepare | Ulf Hansson | 1 | -21/+8 |
2013-12-10 | ARM: 7914/1: amba: Drop legacy PM support and use the pm_generic functions | Ulf Hansson | 1 | -173/+7 |
2013-10-31 | DMA-API: amba: get rid of separate dma_mask | Russell King | 1 | -5/+1 |
2013-06-03 | PM / Runtime: Rework the "runtime idle" helper routine | Rafael J. Wysocki | 1 | -1/+1 |
2013-03-15 | ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME | Hiroshi Doyu | 1 | -1/+1 |
2013-03-03 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2013-02-21 | ARM: 7640/1: memory: tegra_ahb_enable_smmu() depends on TEGRA_IOMMU_SMMU | Hiroshi Doyu | 1 | -1/+1 |
2013-01-26 | amba: Convert to devm_ioremap_resource() | Thierry Reding | 1 | -3/+4 |
2013-01-04 | Drivers: amba: remove __dev* attributes. | Greg Kroah-Hartman | 2 | -6/+2 |
2012-12-17 | Merge tag 'tegra-for-3.8-fixes-for-rc1' of git://git.kernel.org/pub/scm/linux... | Olof Johansson | 1 | -0/+2 |