summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drbd: fifo_alloc() should use struct_sizeStephen Kitt2020-01-304-5/+6
* Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-01-302-2/+2
|\
| * kunit: building kunit as a module breaks allmodconfigAlan Maguire2020-01-101-1/+1
| * kunit: allow kunit tests to be loaded as a moduleAlan Maguire2020-01-101-1/+1
* | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li...Linus Torvalds2020-01-297-22/+19
|\ \
| * | Revert "drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SEC"Arnd Bergmann2020-01-281-9/+0
| * | drm/etnaviv: avoid deprecated timespecArnd Bergmann2019-12-186-20/+18
| * | drm/etnaviv: reject timeouts with tv_nsec >= NSEC_PER_SECArnd Bergmann2019-12-181-0/+9
| * | drm/msm: avoid using 'timespec'Arnd Bergmann2019-12-181-2/+1
* | | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-2962-680/+2611
|\ \ \
| * | | mei: me: add jasper point DIDTomas Winkler2020-01-242-0/+4
| * | | char: hpet: Use flexible-array memberGustavo A. R. Silva2020-01-231-1/+1
| * | | binder: fix log spam for existing debugfs file creation.Martin Fuzzey2020-01-221-18/+19
| * | | Merge tag 'icc-5.6-rc1' of https://git.linaro.org/people/georgi.djakov/linux ...Greg Kroah-Hartman2020-01-2210-100/+844
| |\ \ \
| | * | | interconnect: qcom: Add MSM8916 interconnect provider driverGeorgi Djakov2020-01-073-0/+565
| | * | | interconnect: Check for valid path in icc_set_bw()Georgi Djakov2020-01-071-1/+4
| | * | | interconnect: Print the tag in the debugfs summaryGeorgi Djakov2020-01-061-5/+5
| | * | | interconnect: Add interconnect_graph file to debugfsLeonard Crestez2019-12-161-0/+66
| | * | | interconnect: qcom: Use the standard aggregate functionGeorgi Djakov2019-12-162-24/+6
| | * | | interconnect: Add a common standard aggregate functionGeorgi Djakov2019-12-161-0/+10
| | * | | interconnect: Add basic tracepointsGeorgi Djakov2019-12-163-0/+96
| | * | | interconnect: Add a name to struct icc_pathGeorgi Djakov2019-12-162-3/+17
| | * | | interconnect: Move internal structs into a separate fileGeorgi Djakov2019-12-162-28/+42
| | * | | interconnect: qcom: Use the new common helper for node removalGeorgi Djakov2019-12-163-39/+11
| | * | | interconnect: Add a common helper for removing all nodesGeorgi Djakov2019-12-161-0/+22
| * | | | Merge tag 'fpga-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf...Greg Kroah-Hartman2020-01-224-8/+3
| |\ \ \ \
| | * | | | fpga: xilinx-pr-decoupler: Remove clk_get error message for probe deferShubhrajyoti Datta2020-01-101-1/+2
| | * | | | fpga: remove redundant dev_err messageDing Xiang2020-01-031-3/+1
| | * | | | fpga: dfl: afu: remove set but not used variable 'afu'yu kuai2020-01-031-2/+0
| | * | | | fpga: dfl: fme: remove set but not used variable 'fme'yu kuai2020-01-031-2/+0
| | | |/ / | | |/| |
| * | | | mei: me: add comet point (lake) H device idsTomas Winkler2020-01-222-0/+6
| * | | | Merge 5.5-rc7 into char-misc-nextGreg Kroah-Hartman2020-01-22124-629/+1028
| |\ \ \ \
| * \ \ \ \ Merge tag 'soundwire-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2020-01-189-69/+1002
| |\ \ \ \ \
| | * | | | | soundwire: cadence: fix kernel-doc parameter descriptionsPierre-Louis Bossart2020-01-161-1/+1
| | * | | | | soundwire: intel: fix factor of two in MCLK handlingBard Liao2020-01-141-0/+3
| | * | | | | soundwire: bus: fix device number leak on errorsPierre-Louis Bossart2020-01-141-14/+23
| | * | | | | soundwire: cadence: remove useless variable incrementationPierre-Louis Bossart2020-01-141-2/+0
| | * | | | | soundwire: cadence: update kernel-doc parameter descriptionsPierre-Louis Bossart2020-01-141-0/+4
| | * | | | | soundwire: qcom: add support for SoundWire controllerSrinivas Kandagatla2020-01-143-0/+874
| | * | | | | soundwire: bus: check first if Slaves become UNATTACHEDPierre-Louis Bossart2020-01-141-0/+18
| | * | | | | soundwire: cadence_master: handle multiple status reports per SlavePierre-Louis Bossart2020-01-141-6/+29
| | * | | | | soundwire: cadence_master: remove config update for interrupt settingRander Wang2020-01-141-3/+2
| | * | | | | soundwire: cadence_master: log more useful information during timeoutsPierre-Louis Bossart2020-01-141-1/+2
| | * | | | | soundwire: cadence_master: clear interrupt status before enabling interruptRander Wang2020-01-141-0/+10
| | * | | | | soundwire: cadence_master: filter out bad interruptsPierre-Louis Bossart2020-01-141-0/+7
| | * | | | | soundwire: stream: remove redundant pr_err tracesPierre-Louis Bossart2020-01-101-8/+0
| * | | | | | Merge tag 'extcon-next-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2020-01-172-165/+199
| |\ \ \ \ \ \
| | * | | | | | extcon: sm5502: Remove unneeded semicolonXu Wang2019-12-161-5/+5
| | * | | | | | extcon: arizona: Factor out microphone and button detectionCharles Keepax2019-12-091-44/+71
| | * | | | | | extcon: arizona: Factor out microphone impedance into a functionCharles Keepax2019-12-091-52/+73