summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-17coresight: etm4x: Add Support for HiSilicon ETM deviceQi Liu1-0/+2
2020-09-17coresight: fix offset by one error in counting portsMian Yousaf Kaukab1-5/+5
2020-09-17coresight: stm: Support marked packetTingwei Zhang1-4/+7
2020-09-17coresight: etm4x: Fix etm4_count race by moving cpuhp callbacks to initSai Prakash Ranjan1-34/+31
2020-09-16misc: rtsx: Add power saving functions and fix driving parameterRicky Wu4-19/+283
2020-09-16misc: fastrpc: add ioctl for attaching to sensors pdJonathan Marek1-3/+6
2020-09-16misc: fastrpc: define names for protection domain idsJonathan Marek1-2/+7
2020-09-16misc: rtsx: Fix power down flowRicky Wu5-51/+18
2020-09-16misc: rtsx: Fix memory leak in rtsx_pci_probeKeita Suzuki1-1/+3
2020-09-16binder: remove redundant assignment to pointer nColin Ian King1-1/+1
2020-09-14misc: hisi_hikey_usb: fix return of uninitialized ret status variableColin Ian King1-2/+1
2020-09-14Merge tag 'fpga-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/md...Greg Kroah-Hartman7-143/+565
2020-09-14Merge 5.9-rc5 into char-misc-nextGreg Kroah-Hartman255-1257/+2790
2020-09-13Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-81/+87
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-99/+169
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-17/+20
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-49/+104
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-09-11Merge tag 'ceph-for-5.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+12
2020-09-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-18/+36
2020-09-11Merge tag 'pm-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+3
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds6-10/+11
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-8/+28
2020-09-11Merge tag 'regulator-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-85/+101
2020-09-11Merge tag 'mmc-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-63/+123
2020-09-11Merge tag 'drm-fixes-2020-09-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds15-35/+76
2020-09-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds19-106/+168
2020-09-11Merge tag 'fsi-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/joe...Greg Kroah-Hartman9-33/+168
2020-09-11Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie12-28/+70
2020-09-11Merge tag 'drm-intel-fixes-2020-09-10' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-6/+4
2020-09-10powercap/intel_rapl: add support for AlderLakeZhang Rui1-0/+1
2020-09-10powercap/intel_rapl: add support for RocketLakeZhang Rui1-0/+1
2020-09-10powercap/intel_rapl: add support for TigerLake DesktopZhang Rui1-0/+1
2020-09-10misc: hisi_hikey_usb: add support for Hikey 970Mauro Carvalho Chehab2-19/+88
2020-09-10misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on Hikey960Yu Chen3-0/+215
2020-09-10test_firmware: Test platform fw loading on non-EFI systemsKees Cook1-5/+5
2020-09-10fpga: dfl: create a dfl bus type to support DFL devicesXu Yilun2-8/+343
2020-09-10fsi: aspeed: Support CFAM reset GPIOJoel Stanley1-0/+43
2020-09-10fsi: aspeed: Add module param for bus divisorJoel Stanley1-2/+6
2020-09-10fsi: aspeed: Run the bus at maximum speedJoel Stanley1-3/+14
2020-09-10fsi: aspeed: Support cabled FSIJoel Stanley1-0/+46
2020-09-10fsi: scom: Constify scom_idsRikard Falkeborn1-1/+1
2020-09-10fsi: sbefifo: Constify sbefifo_idsRikard Falkeborn1-1/+1
2020-09-10fsi: master: Constify hub_master_idsRikard Falkeborn1-1/+1
2020-09-10fsi: master: Remove link enable read-backEddie James2-13/+4
2020-09-10fsi: core: Set slave local bus ownership during initEddie James1-1/+15
2020-09-10fsi: core: Disable link when slave init failsEddie James1-1/+12
2020-09-10fsi: master: Add boolean parameter to link_enable functionEddie James6-8/+21
2020-09-10fsi: fsi-occ: fix return value check in occ_probe()Xu Wang1-1/+1
2020-09-10fsi: aspeed: Enable 23-bit addressingEddie James1-2/+4