aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-07-22staging: kpc2000: kpc_spi: Remove unnecessary null check before kfreeYueHaibing1-2/+1
2019-07-22staging: rtl8188eu: remove unused definitions from hal8188e_phy_reg.hMichael Straube1-881/+0
2019-07-22staging: fsl-dpaa2/ethsw: Add comments to ETHSW_VLAN flagsRazvan Stefanescu1-0/+4
2019-07-22staging: fsl-dpaa2/ethsw: Add ndo_get_phys_port_nameRazvan Stefanescu1-0/+14
2019-07-22staging: fsl-dpaa2/ethsw: Remove netdevice on port probing errorRazvan Stefanescu1-3/+13
2019-07-22staging: fsl-dpaa2/ethsw: Add network interface statisticsRazvan Stefanescu1-1/+3
2019-07-22staging: fsl-dpaa2/ethsw: Fix setting port learning/flooding flagsRazvan Stefanescu1-2/+3
2019-07-22staging: wlan-ng: use "%*pE" for serial numberJ. Bruce Fields1-1/+1
2019-07-22staging: wilc1000: Replace function wilc_wlan_cfg_get_val()Nishka Dasgupta5-11/+5
2019-07-22staging: wlan-ng: Replace function hfa384x_dowmem()Nishka Dasgupta1-34/+17
2019-07-22staging: wlan-ng: Replace function hfa384x_dormem()Nishka Dasgupta1-27/+10
2019-07-22staging: wlan-ng: Remove function hfa384x_docmd_wait()Nishka Dasgupta1-29/+14
2019-07-22staging: wlan-ng: Remove unused function hfa384x_docmd_async()Nishka Dasgupta1-8/+0
2019-07-22staging: wlan-ng: Remove function hfa384x_dowmem_async()Nishka Dasgupta1-14/+0
2019-07-22staging: wlan-ng: Remove unused function hfa384x_dormem_async()Nishka Dasgupta1-11/+0
2019-07-22staging: wlan-ng: Remove unused function hfa384x_dorrid_async()Nishka Dasgupta1-11/+0
2019-07-22staging: wlan-ng: Remove function hfa384x_dowrid_async()Nishka Dasgupta1-13/+2
2019-07-22staging: wlan-ng: Remove function hfa384x_dowrid_wait()Nishka Dasgupta1-9/+1
2019-07-22staging: wlan-ng: Remove function hfa384x_dorrid_wait()Nishka Dasgupta1-9/+1
2019-07-22staging: most: dim2: Remove function dimcb_io_write()Nishka Dasgupta3-53/+38
2019-07-22staging: most: dim2: Remove function dimcb_io_read()Nishka Dasgupta3-18/+8
2019-07-22staging: most: dim2: Replace function dim_norm_ctrl_async_buffer_size()Nishka Dasgupta1-7/+2
2019-07-22staging: rtl8712: remove redundant assignment to variable resColin Ian King1-1/+1
2019-07-22staging: erofs: Remove function erofs_kill_sb()Nishka Dasgupta1-6/+1
2019-07-22staging: erofs:converting all 'unsigned' to 'unsigned int'Pratik Shinde4-20/+23
2019-07-22staging: greybus: remove redundant assignment to variable is_emptyColin Ian King1-1/+1
2019-07-22staging: greybus: Replace function gb_i2c_device_setup()Nishka Dasgupta1-14/+8
2019-07-22staging: most: Delete an error message for a failed memory allocationKeyur Patel1-3/+1
2019-07-21iommu/amd: fix a crash in iova_magazine_free_pfnsQian Cai1-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds14-55/+1165
2019-07-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds20-29/+2183
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds19-74/+120
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds4-4/+6
2019-07-20Merge branch 'next' into for-linusDmitry Torokhov14538-308224/+315806
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+5
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds49-433/+4347
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-5/+47
2019-07-19Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds409-900/+1244
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-11/+26
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-1031/+24
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds13-118/+119
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-121/+360
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-228/+197
2019-07-19Input: alps - fix a mismatch between a condition check and its commentHui Wang1-1/+1
2019-07-19Input: psmouse - fix build error of multiple definitionYueHaibing1-1/+2
2019-07-19Input: applespi - remove set but not used variables 'sts'Mao Wenan1-2/+1
2019-07-19Input: add Apple SPI keyboard and trackpad driverRonald Tschalär5-0/+2117
2019-07-19Merge branch 'linux-5.3' of git://github.com/skeggsb/linux into drm-nextDave Airlie342-372/+475
2019-07-19Merge tag 'drm-next-5.3-2019-07-18' of git://people.freedesktop.org/~agd5f/li...Dave Airlie53-255/+663
2019-07-19drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bugBen Skeggs1-29/+0