aboutsummaryrefslogtreecommitdiff
path: root/drivers/bus
AgeCommit message (Expand)AuthorFilesLines
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+625
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-3384/+14
2018-04-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 1-33/+493
2018-04-04Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 15-0/+4902
2018-04-04HISI LPC: Add ACPI supportGravatar John Garry 1-4/+204
2018-04-04HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindingsGravatar Zhichang Yuan 3-0/+424
2018-03-23bus: fsl-mc: add fsl_mc_allocator cleanup functionGravatar Ioana Ciornei 2-0/+7
2018-03-23bus: fsl-mc: change mc_command in fsl_mc_commandGravatar Ioana Ciornei 6-41/+41
2018-03-19Merge 4.16-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-1/+1
2018-03-16perf: Fix sibling iterationGravatar Peter Zijlstra 2-3/+3
2018-03-14staging: fsl-mc: Move DPCON out of stagingGravatar Bogdan Purcareata 3-0/+271
2018-03-14staging: fsl-mc: Move DPBP out of stagingGravatar Bogdan Purcareata 3-0/+226
2018-03-12perf/core: Remove perf_event::group_entryGravatar Peter Zijlstra 2-2/+2
2018-03-07Merge tag 'omap-for-v4.17/ti-sysc-signed' of ssh://gitolite.kernel.org/pub/sc...Gravatar Arnd Bergmann 1-33/+493
2018-03-06perf/arm-cci: Untangle global cci_ctrl_baseGravatar Robin Murphy 1-4/+13
2018-03-06bus/arm-cci: Streamline devicetree handling a bitGravatar Robin Murphy 1-5/+2
2018-03-06drivers/bus: Split Arm CCI driverGravatar Robin Murphy 2-1771/+2
2018-03-06drivers/bus: Move Arm CCN PMU driverGravatar Robin Murphy 3-1607/+0
2018-02-26bus: ti-sysc: Handle some devices in omap_device compatible wayGravatar Tony Lindgren 1-3/+223
2018-02-26bus: ti-sysc: Add support for platform data callbacksGravatar Tony Lindgren 1-14/+82
2018-02-26bus: ti-sysc: Remove unnecessary debugging statementsGravatar Tony Lindgren 1-8/+1
2018-02-26bus: ti-sysc: Improve handling for no-reset-on-init and no-idle-on-initGravatar Tony Lindgren 1-6/+22
2018-02-26bus: ti-sysc: Handle stdout-path for debug consoleGravatar Tony Lindgren 1-0/+46
2018-02-26bus: ti-sysc: Add suspend and resume handlingGravatar Tony Lindgren 1-0/+34
2018-02-26bus: ti-sysc: Add fck clock alias for children with notifier_blockGravatar Tony Lindgren 1-4/+87
2018-02-26staging: fsl-mc: merge fix for CONFIG_FSL_MC_BUS movingGravatar Stephen Rothwell 1-1/+1
2018-02-22staging: fsl-mc: Move core bus out of stagingGravatar Bogdan Purcareata 13-0/+4398
2018-02-15bus: ti-sysc: Fix checking of no-reset-on-init quirkGravatar Tony Lindgren 1-1/+1
2018-02-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-27/+469
2018-01-26Merge tag 'omap-for-v4.16/ti-sysc-fix-signed' of ssh://gitolite.kernel.org/pu...Gravatar Arnd Bergmann 1-1/+1
2018-01-22bus: ti-sysc: Fix smartreflex sysc maskGravatar Tony Lindgren 1-1/+1
2018-01-18Merge branches 'pm-domains', 'pm-kconfig', 'pm-cpuidle' and 'powercap'Gravatar Rafael J. Wysocki 1-1/+1
2018-01-11bus: omap: add MODULE_LICENSE tagsGravatar Arnd Bergmann 2-0/+11
2018-01-04Merge tag 'omap-for-v4.16/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Gravatar Olof Johansson 1-27/+458
2018-01-04Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 1-0/+1
2017-12-21bus: ti-sysc: Add parsing of module capabilitiesGravatar Tony Lindgren 1-0/+100
2017-12-21bus: ti-sysc: Handle module quirks based dts configurationGravatar Tony Lindgren 1-18/+96
2017-12-21bus: ti-sysc: Detect i2c interconnect target module based on register layoutGravatar Tony Lindgren 1-0/+17
2017-12-21bus: ti-sysc: Add register bits for interconnect target modulesGravatar Tony Lindgren 1-10/+246
2017-12-13bus: simple-pm-bus: convert bool SIMPLE_PM_BUS to tristateGravatar Paul Gortmaker 1-1/+1
2017-12-05sunxi-rsb: Include OF based modalias in device ueventGravatar Stefan Brüns 1-0/+1
2017-12-04bus: arm-ccn: fix module unloading Error: Removing state 147 which has instan...Gravatar Kim Phillips 1-1/+1
2017-12-04bus: arm-cci: Fix use of smp_processor_id() in preemptible contextGravatar Marc Zyngier 1-2/+5
2017-12-04bus: arm-ccn: Fix use of smp_processor_id() in preemptible contextGravatar Marc Zyngier 1-1/+3
2017-12-04bus: arm-ccn: Simplify codeGravatar Christophe JAILLET 1-4/+2
2017-12-04bus: arm-ccn: Check memory allocation failureGravatar Christophe JAILLET 1-0/+5
2017-12-04bus: arm-ccn: constify attribute_group structures.Gravatar Arvind Yadav 1-4/+4
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-0/+384
2017-11-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Gravatar Linus Torvalds 3-0/+591
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1