summaryrefslogtreecommitdiffstats
path: root/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2014-04-052-13/+14
|\
| * Merge tag 'mvebu-drivers-3.15-2' of git://git.infradead.org/linux-mvebu into ...Arnd Bergmann2014-03-171-2/+1
| |\
| | * bus: mvebu-mbus: make use of of_find_matching_node_and_matchJosh Cartwright2014-02-111-2/+1
| * | drivers: cci: Export CCI PMU revisionPunit Agrawal2014-02-251-2/+10
| * | drivers: cci: Extend support to CCI revisions > r1p2Punit Agrawal2014-02-251-9/+3
| |/
* | Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2014-04-051-0/+58
|\ \
| * | bus: imx-weim: support CS GPR configurationShawn Guo2014-03-051-0/+58
| |/
* | bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesJason Gunthorpe2014-02-181-2/+2
|/
* drivers: bus: fix CCI driver kcalloc call parameters swapLorenzo Pieralisi2014-01-311-1/+1
* bus: mvebu-mbus: Remove deprecated commentEzequiel Garcia2013-11-241-6/+0
* bus: mvebu-mbus: potential forever loop in mvebu_mbus_init()Dan Carpenter2013-11-241-2/+2
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-141-2/+4
|\
| * ARM: cci driver need big endian fixes in asm codeVictor Kamensky2013-10-191-2/+4
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-111-4/+613
|\ \ | |/ |/|
| * drivers: CCI: fix the error handle in cci_pmu_probe()Wei Yongjun2013-09-241-26/+7
| * drivers: CCI: add ARM CCI PMU supportPunit Agrawal2013-09-171-4/+632
* | bus: mvebu-mbus: Fix optional pcie-mem/io-aperture propertiesJason Gunthorpe2013-10-011-2/+4
* | bus: mvebu: add missing of_node_put() to fix reference leakJisheng Zhang2013-09-181-1/+5
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-063-244/+329
|\
| * Merge tag 'imx-weim-3.12' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Kevin Hilman2013-08-232-57/+75
| |\
| | * drivers: bus: imx-weim: Add support for i.MX1/21/25/27/31/35/50/51/53Alexander Shiyan2013-08-162-18/+54
| | * drivers: bus: imx-weim: Add missing platform_driver.owner fieldAlexander Shiyan2013-08-161-2/+3
| | * drivers: bus: imx-weim: use module_platform_driver_probe()Alexander Shiyan2013-08-161-5/+5
| | * drivers: bus: imx-weim: Simplify error pathAlexander Shiyan2013-08-161-14/+8
| | * drivers: bus: imx-weim: Remove private driver dataAlexander Shiyan2013-08-161-27/+14
| * | bus: mvebu-mbus: Factorize Armada 370/XP data structuresThomas Petazzoni2013-08-061-11/+3
| * | bus: mvebu-mbus: Update main descriptionThomas Petazzoni2013-08-061-7/+3
| * | bus: mvebu-mbus: Remove name -> target, attribute mapping tablesThomas Petazzoni2013-08-061-143/+7
| * | bus: mvebu-mbus: Remove the no longer used name-based APIThomas Petazzoni2013-08-061-38/+0
| * | bus: mvebu-mbus: Add new API for the PCIe memory and IO apertureEzequiel Garcia2013-08-061-0/+49
| * | bus: mvebu-mbus: Add static window allocation to the DT bindingEzequiel Garcia2013-08-061-1/+126
| * | bus: mvebu-mbus: Introduce device tree bindingEzequiel Garcia2013-08-061-0/+49
| * | bus: mvebu-mbus: Factor out initialization detailsEzequiel Garcia2013-08-061-17/+30
| * | bus: mvebu-mbus: Add new API for window creationThomas Petazzoni2013-08-061-8/+25
| |/
* | drivers/bus: arm-cci: avoid parsing DT for cpu device nodesSudeep KarkadaNagesha2013-08-211-21/+7
|/
* Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-07-023-0/+148
|\
| * drivers: bus: add a new driver for WEIMHuang Shijie2013-06-173-0/+148
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-023-0/+542
|\ \
| * | drivers/bus: arm-cci: fix combined ARMv6+v7 buildArnd Bergmann2013-06-031-1/+1
| * | drivers/bus: arm-cci: function to enable CCI ports from early boot codeNicolas Pitre2013-05-291-6/+113
| * | drivers: bus: add ARM CCI supportLorenzo Pieralisi2013-05-293-0/+435
| |/
* | Merge tag 'cleanup-3.11-4' of git://git.infradead.org/users/jcooper/linux int...Olof Johansson2013-06-141-3/+5
|\ \
| * | bus: mvebu-mbus: Use pr_fmtEzequiel Garcia2013-06-081-3/+5
| |/
* | ARM: OMAP2+: Remove omap4 ocp2scp pdataTony Lindgren2013-05-301-60/+0
|/
* bus: mvebu: fix mistake in PCIe window target attribute for KirkwoodThomas Petazzoni2013-04-111-1/+1
* bus: mvebu-mbus: Restore checking for coherency fabric hardwareNeil Greatorex2013-03-301-0/+3
* bus: introduce an Marvell EBU MBus driverThomas Petazzoni2013-03-283-0/+875
* Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2013-01-032-6/+6
* ARM: OMAP: Fix drivers to depend on omap for internal devicesTony Lindgren2012-12-161-0/+1
* drivers: bus: ocp2scp: add pdata supportKishon Vijay Abraham I2012-11-071-3/+65
OpenPOWER on IntegriCloud