summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gpio: constify gpio_chip structuresJulia Lawall2016-09-1320-20/+20
* gpio: lp873x: Use devm_gpiochip_add_data() for gpio registrationWei Yongjun2016-09-131-11/+1
* Merge tag 'ib-mfd-gpio-regulator-v4.9' of git://git.kernel.org/pub/scm/linux/...Linus Walleij2016-09-137-1/+320
|\
| * regulator: lp873x: Change the MFD config option as per latest namingKeerthy2016-08-311-1/+1
| * gpio: lp873x: Add support for General Purpose OutputsKeerthy2016-08-313-0/+204
| * mfd: lp873x: Add lp873x PMIC supportKeerthy2016-08-313-0/+115
* | Merge tag 'v4.8-rc2' into develLinus Walleij2016-09-1360-273/+511
|\|
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-08-149-8/+84
| |\
| | * Merge branches 'thermal-intel' and 'thermal-core' into nextZhang Rui2016-08-087-3/+18
| | |\
| | | * thermal: clock_cooling: Fix missing mutex_init()Wei Yongjun2016-08-081-0/+1
| | | * thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto2016-08-081-0/+2
| | | * thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-085-3/+15
| | * | thermal/powerclamp: Prevent division by zero when counting intervalPetr Mladek2016-08-081-4/+7
| | * | thermal: intel_pch_thermal: Add suspend/resume callbackSrinivas Pandruvada2016-08-081-1/+59
| | |/
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-131-12/+13
| |\ \
| | * | drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier2016-08-091-3/+4
| | * | drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla2016-08-091-9/+9
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-137-84/+134
| |\ \
| | * | nvme: Suspend all queues before deletionGabriel Krisman Bertazi2016-08-111-12/+8
| | * | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-08-086-72/+126
| | |\ \ | | | |/ | | |/|
| | | * nvme-rdma: Remove unused includesSagi Grimberg2016-08-041-3/+0
| | | * nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg2016-08-041-0/+2
| | | * nvmet: Fix controller serial number inconsistencySagi Grimberg2016-08-043-5/+6
| | | * nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Sagi Grimberg2016-08-041-9/+4
| | | * nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg2016-08-041-17/+70
| | | * nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg2016-08-031-1/+1
| | | * nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-3/+1
| | | * nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg2016-08-031-5/+7
| | | * nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-7/+10
| | | * nvme-rdma: Fix device removal handlingSagi Grimberg2016-08-031-20/+21
| | | * nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg2016-08-031-1/+3
| | | * nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier2016-08-031-1/+1
| * | | Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-08-121-36/+49
| |\ \ \
| | * | | vfio/pci: Fix NULL pointer oops in error interrupt setup handlingAlex Williamson2016-08-081-36/+49
| | |/ /
| * | | Merge tag 'pm-4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-08-121-1/+20
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2016-08-121-1/+20
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | | * | cpufreq: powernv: Fix crash in gpstate_timer_handler()Akshay Adiga2016-08-061-1/+20
| * | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-121-3/+23
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'linus' into timers/urgent, to pick up fixesIngo Molnar2016-08-101663-33014/+100798
| | |\ \ \ \ \
| | * | | | | | clocksource/arm_arch_timer: Force per-CPU interrupt to be level-triggeredMarc Zyngier2016-08-011-3/+23
| * | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-121-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | genirq/msi: Make sure PCI MSIs are activated earlyMarc Zyngier2016-08-091-0/+2
| * | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-122-6/+8
| |\ \ \ \ \ \ \ \
| | * | | | | | | | efi/capsule: Allocate whole capsule into virtual memoryAustin Christ2016-08-112-6/+8
| * | | | | | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-08-124-1/+24
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nvdimm, btt: add a size attribute for BTTsVishal Verma2016-08-083-0/+22
| | * | | | | | | | | libnvdimm, nd_blk: mask off reserved status bitsRoss Zwisler2016-08-081-1/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'powerpc-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-08-125-9/+12
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cxl: Set psl_fir_cntl to production environment valueFrederic Barrat2016-08-101-3/+6
| | * | | | | | | | | cxl: Fix sparse warningsAndrew Donnellan2016-08-092-2/+2