summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-02-10staging: vc04_services: Get rid of vchiq_platform_handle_timeout()Nicolas Saenz Julienne3-13/+0
2020-02-10staging: vc04_services: Get rid of vchiq_platform_videocore_wanted()Nicolas Saenz Julienne3-39/+5
2020-02-10staging: vc04_services: Get rid of vchiq_platform_suspend/resume()Nicolas Saenz Julienne5-29/+1
2020-02-10staging: vc04_services: Get rid of vchiq_platform_paused/resumed()Nicolas Saenz Julienne3-19/+0
2020-02-10staging: vc04_services: get rid of vchiq_platform_use_suspend_timer()Nicolas Saenz Julienne3-98/+5
2020-02-10staging: vc04_services: Delete blocked_count in struct vchiq_arm_stateNicolas Saenz Julienne2-4/+0
2020-02-10staging: vc04_services: get rid of blocked_blocker completion in struct vchiq...Nicolas Saenz Julienne2-6/+0
2020-02-10staging: vc04_services: Get rid of resume_blocker completion in struct vchiq_...Nicolas Saenz Julienne2-15/+0
2020-02-10staging: vc04_services: Get rid of resume_blocked in struct vchiq_arm_stateNicolas Saenz Julienne2-50/+2
2020-02-10staging: vc04_services: Remove unused variables in struct vchiq_arm_stateNicolas Saenz Julienne1-10/+0
2020-02-10staging: rtl8192e: style fix - Prefer using '"%s...", __func__'Derek Robson8-53/+43
2020-02-10staging: netlogic: Use the correct style for SPDX License IdentifierNishad Kamdar2-4/+4
2020-02-10staging: exfat: Remove unused struct 'dev_info_t'Pragat Pandya1-5/+0
2020-02-10staging: exfat: Remove unused struct 'part_info_t'Pragat Pandya1-5/+0
2020-02-10staging: exfat: remove 'vol_type' variable.Tetsuhiro Kohada3-60/+27
2020-02-10staging: wilc1000: refactor SPI read/write commands handling API'sAjay Singh1-380/+374
2020-02-10staging: vt6656: Remove fall back functions and headers.Malcolm Priestley3-267/+0
2020-02-10staging: vt6656: Fix return for unsupported cipher modes.Malcolm Priestley2-4/+5
2020-02-10staging: vt6656: Disable and remove fall back rates from driver.Malcolm Priestley3-70/+1
2020-02-10Staging: vt6655: device_main: cleanup long lineSimon Fong1-1/+2
2020-02-10staging: rtl8723bs: hal: fix condition with no effectSaurav Girepunje1-8/+0
2020-02-10Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-4/+4
2020-02-10irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier1-2/+2
2020-02-09Merge tag 'irq-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-24/+109
2020-02-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-19/+29
2020-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-160/+415
2020-02-09Fix up remaining devm_ioremap_nocache() in SGI IOC3 8250 UART driverLinus Torvalds1-1/+1
2020-02-09Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-4/+30
2020-02-09Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds99-2617/+5508
2020-02-09Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-18/+276
2020-02-09Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+5
2020-02-09Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-30/+16
2020-02-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-6/+10
2020-02-08Merge tag 'irqchip-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner3-24/+109
2020-02-08net: thunderx: use proper interface type for RGMIITim Harvey1-1/+1
2020-02-08Merge tag 'wireless-drivers-2020-02-08' of git://git.kernel.org/pub/scm/linux...David S. Miller14-53/+159
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2020-02-08irqchip/gic-v3-its: Rename VPENDBASER/VPROPBASER accessorsZenghui Yu1-14/+14
2020-02-08irqchip/gic-v3-its: Remove superfluous WARN_ONZenghui Yu1-1/+0
2020-02-08irqchip/gic-v4.1: Drop 'tmp' in inherit_vpe_l1_table_from_rd()Zenghui Yu1-3/+1
2020-02-08irqchip/gic-v4.1: Ensure L2 vPE table is allocated at RD levelZenghui Yu1-0/+80
2020-02-08irqchip/gic-v4.1: Set vpe_l1_base for all redistributorsZenghui Yu1-1/+4
2020-02-08irqchip/gic-v4.1: Fix programming of GICR_VPROPBASER_4_1_SIZEZenghui Yu1-1/+1
2020-02-08mt76: mt7615: fix max_nss in mt7615_eeprom_parse_hw_capLorenzo Bianconi1-1/+2
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds32-771/+815
2020-02-07Merge tag 'acpi-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-0/+7
2020-02-07Merge tag 'pm-5.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds4-11/+36
2020-02-07Merge tag 'drm-next-2020-02-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds111-940/+4507
2020-02-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds5-41/+27
2020-02-07Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds11-70/+309