summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-268-46/+259
|\
| * Revert "base/platform: Only insert MEM and IO resources"Greg Kroah-Hartman2015-06-101-7/+3
| * Revert "base/platform: Continue on insert_resource() error"Greg Kroah-Hartman2015-06-101-15/+11
| * Revert "of/platform: Use platform_device interface"Greg Kroah-Hartman2015-06-101-2/+1
| * Revert "base/platform: Remove code duplication"Greg Kroah-Hartman2015-06-101-25/+35
| * Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-08245-1456/+1983
| |\
| * | firmware: add missing kfree for work on async callLuis R. Rodriguez2015-06-011-1/+3
| * | base:dd - Fix for typo in comment to function driver_deferred_probe_trigger().Shailendra Verma2015-06-011-1/+1
| * | base/platform: Remove code duplicationRicardo Ribalda Delgado2015-06-011-35/+25
| * | of/platform: Use platform_device interfaceRicardo Ribalda Delgado2015-06-011-1/+2
| * | base/platform: Continue on insert_resource() errorRicardo Ribalda Delgado2015-06-011-11/+15
| * | base/platform: Only insert MEM and IO resourcesRicardo Ribalda Delgado2015-06-011-3/+7
| * | firmware: use const for remaining firmware namesLuis R. Rodriguez2015-05-241-12/+28
| * | firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez2015-05-241-1/+5
| * | firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez2015-05-241-2/+7
| * | firmware: fix __getname() missing failure checkLuis R. Rodriguez2015-05-241-1/+5
| * | drivers: of/base: move of_init to driver_initSudeep Holla2015-05-242-5/+5
| * | drivers/base: cacheinfo: fix annoying typo when DT nodes are absentWill Deacon2015-05-241-2/+2
| * | driver-core: fix build for !CONFIG_MODULESDmitry Torokhov2015-05-241-1/+1
| * | driver-core: make __device_attach() staticDmitry Torokhov2015-05-241-1/+1
| * | amd64_edac: enforce synchronous probeLuis R. Rodriguez2015-05-201-0/+1
| * | driver-core: platform_driver_probe() must probe synchronouslyDmitry Torokhov2015-05-201-0/+13
| * | driver-core: enable drivers to opt-out of async probeLuis R. Rodriguez2015-05-201-4/+10
| * | driver-core: add driver module asynchronous probe supportLuis R. Rodriguez2015-05-201-1/+7
| * | driver-core: add asynchronous probing support for driversDmitry Torokhov2015-05-203-27/+154
| * | show nohz_full cpus in sysfsRik van Riel2015-05-201-0/+17
| * | show isolated cpus in sysfsRik van Riel2015-05-201-0/+12
* | | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-26137-5218/+13352
|\ \ \
| * | | mei: me: wait for power gating exit confirmationAlexander Usyskin2015-06-134-5/+80
| * | | mei: reset flow control on the last client disconnectionAlexander Usyskin2015-06-131-0/+3
| * | | misc: sram: sort and clean up included headersVladimir Zapolskiy2015-06-121-8/+2
| * | | misc: sram: move reserved block logic out of probe functionVladimir Zapolskiy2015-06-121-36/+46
| * | | misc: sram: add private struct device and virt_base membersVladimir Zapolskiy2015-06-121-25/+29
| * | | misc: sram: report correct SRAM pool sizeVladimir Zapolskiy2015-06-121-1/+2
| * | | misc: sram: bump error message level on unclean driver unbindingVladimir Zapolskiy2015-06-121-1/+1
| * | | misc: sram: fix device node reference leak on errorVladimir Zapolskiy2015-06-121-0/+2
| * | | misc: sram: fix enabled clock leak on error pathVladimir Zapolskiy2015-06-121-13/+9
| * | | misc: mic: Fix reported static checker warningSudeep Dutt2015-06-121-4/+0
| * | | misc: mic: Fix randconfig build error by including errno.hSudeep Dutt2015-06-121-0/+1
| * | | uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from configMatwey V. Kornilov2015-06-121-1/+0
| * | | uio: pruss: Add CONFIG_HAS_IOMEM dependenceMatwey V. Kornilov2015-06-121-0/+1
| * | | uio: pruss: Include <linux/sizes.h>Matwey V. Kornilov2015-06-121-0/+1
| * | | extcon: Redefine the unique id of supported external connectors without 'enum...Chanwoo Choi2015-06-1213-29/+29
| * | | char:xilinx_hwicap:buffer_icap - change 1/0 to true/false for bool type varia...Shailendra Verma2015-06-121-3/+3
| * | | Drivers: hv: vmbus: Allocate ring buffer memory in NUMA aware fashionK. Y. Srinivasan2015-06-121-2/+12
| * | | parport: check exclusive access before registerSudip Mukherjee2015-06-121-0/+28
| * | | w1: use correct lock on error in w1_seq_show()Dan Carpenter2015-06-121-2/+2
| * | | w1: fix for loop exit condition in w1_seq_show()Dan Carpenter2015-06-121-1/+1
| * | | drivers/hwtracing: fix coresight-etm4x implicit <module.h> usagePaul Gortmaker2015-06-081-0/+1
| * | | drivers/hwtracing: fix coresight-replicator-qcom implicit <module.h> usagePaul Gortmaker2015-06-081-0/+1