summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fpga: manager: change api, don't use drvdataAlan Tull2018-05-2511-59/+204
* fpga: region: don't use drvdata in common fpga codeAlan Tull2018-05-252-1/+1
* Drivers: hv: vmbus: Removed an unnecessary cast from void *Dexuan Cui2018-05-151-1/+1
* misc: IBM Virtual Management Channel Driver (VMC)Bryant G. Ly2018-05-144-0/+2642
* 1wire: family module autoload fails because of upper/lower case mismatch.Ingo Flaschberger2018-05-141-1/+1
* w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra2018-05-141-7/+13
* virt: vbox: Only copy_from_user the request-header onceWenwen Wang2018-05-141-1/+3
* nubus: Call bus_register unconditionallyFinn Thain2018-05-142-13/+8
* ARM: amba: Fix wrong indentation in driver_override_store()Geert Uytterhoeven2018-05-141-2/+2
* misc: sgi-gru: Change return type to vm_fault_tSouptick Joarder2018-05-142-2/+3
* slimbus: qcom: remove unused variableSrinivas Kandagatla2018-05-141-2/+1
* nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre2018-05-141-0/+7
* nvmem: core: describe add missing dev function parameterSrinivas Kandagatla2018-05-141-0/+2
* nvmem: meson-efuse: add write supportJerome Brunet2018-05-141-1/+8
* nvmem: meson-efuse: simplify read callbackJerome Brunet2018-05-141-9/+2
* nvmem: meson-efuse: remove econfig globalJerome Brunet2018-05-141-11/+14
* nvmem: Add RAVE SP EEPROM driverAndrey Smirnov2018-05-143-0/+366
* drivers: nvmem: Export nvmem_add_cells()Andrew Lunn2018-05-141-7/+17
* coresight: Remove %px for printing pcsr valueLeo Yan2018-05-141-1/+1
* coresight tmc etr: Removing extra newlineMathieu Poirier2018-05-141-1/+0
* coresight tmc etr: Fix uninitialised variableMathieu Poirier2018-05-141-1/+1
* coresight tmc etr: Make memory check consistent in the same functionMathieu Poirier2018-05-141-2/+2
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-1424-254/+50
* coresight: use put_device() instead of kfree()Arvind Yadav2018-05-141-4/+4
* uio: Prevent device destruction while fds are openHamish Martin2018-05-141-26/+72
* uio: Reduce return paths from uio_write()Hamish Martin2018-05-141-8/+17
* Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui2018-05-142-2/+45
* android: binder: Change return type to vm_fault_tSouptick Joarder2018-05-141-1/+1
* ANDROID: binder: change down_write to down_readMinchan Kim2018-05-142-4/+6
* ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR宋金时2018-05-141-1/+2
* ANDROID: binder: remove 32-bit binder interface.Martijn Coenen2018-05-142-18/+1
* Merge tag 'soundwire-streaming' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-05-1310-13/+2719
|\
| * soundwire: intel: Add audio DAI opsVinod Koul2018-05-114-1/+366
| * soundwire: intel: Add stream initializationVinod Koul2018-05-111-0/+155
| * soundwire: cdns: Add stream routinesVinod Koul2018-05-112-0/+238
| * soundwire: cdns: Add port routinesVinod Koul2018-05-113-0/+344
| * soundwire: Remove cdns_master_opsShreyas NC2018-05-113-13/+23
| * soundwire: Add stream configuration APIsSanyog Kale2018-05-112-0/+253
| * soundwire: Add bank switch routineSanyog Kale2018-05-113-0/+214
| * soundwire: Add helpers for ports operationsSanyog Kale2018-05-113-0/+299
| * soundwire: Add Master and Slave port programmingSanyog Kale2018-05-112-0/+266
| * soundwire: Add support for port managementSanyog Kale2018-05-112-2/+167
| * soundwire: Add support for SoundWire stream managementSanyog Kale2018-05-114-1/+398
* | Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2018-04-30153-1345/+2051
|\ \
| * \ Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-291-1/+6
| |\ \
| | * | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-1/+6
| * | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-283-8/+19
| |\ \ \
| | * | | i2c: sprd: Fix the i2c count issueBaolin Wang2018-04-271-4/+2
| | * | | i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang2018-04-271-0/+16
| | * | | i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()Alexander Popov2018-04-271-1/+1