summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman267-1691/+2770
2016-06-19Merge tag 'dmaengine-fix-4.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2-29/+63
2016-06-18Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+1
2016-06-18staging/lustre: Update FID documentation link.Oleg Drokin2-3/+3
2016-06-18staging/lustre: Remove unnecessary space after a castOleg Drokin22-39/+39
2016-06-18staging/lustre: Keep logical continuations on the previous lineEmoly Liu2-7/+6
2016-06-18staging/lustre: Fix blank line before EXPORT_SYMBOL()Emoly Liu1-1/+0
2016-06-18rtl8192u: Remove unused semaphore rf_semBinoy Jayan2-2/+0
2016-06-18rtl8192u: Replace semaphore scan_sem with mutexBinoy Jayan2-10/+10
2016-06-18rtl8192u: ieee80211_device: Replace semaphore wx_sem with mutexBinoy Jayan5-41/+41
2016-06-18rtl8192u: r8192_priv: Replace semaphore wx_sem with mutexBinoy Jayan3-55/+55
2016-06-18staging: rtl8192u: propagate errors in write_nic_dwordSalah Triki2-4/+8
2016-06-18staging: rtl8192u: propagate errors in write_nic_wordSalah Triki2-4/+8
2016-06-18staging: rtl8192u: propagate errors in write_nic_byte_ESalah Triki2-4/+7
2016-06-18staging: rtl8192u: propagate errors in write_nic_byteSalah Triki2-4/+8
2016-06-18staging: rtl8192u: check return value of rtl8192_read_eeprom_infoSalah Triki1-1/+9
2016-06-18staging: rtl8192u: propagate errors in rtl8192_read_eeprom_infoSalah Triki1-16/+18
2016-06-18staging: rtl8192u: check return value eprom_readSalah Triki1-36/+76
2016-06-18staging: rtl8192u: propagate errors in eprom_readSalah Triki2-3/+8
2016-06-18staging: rtl8192u: check return value of read_nic_word_ESalah Triki1-4/+17
2016-06-18staging: ks7010: remove bogus NULL checksDan Carpenter1-7/+4
2016-06-18staging: ks7010: drop private handler for driver versionWolfram Sang3-16/+2
2016-06-18staging: ks7010: report interface as wlan not ethWolfram Sang1-1/+1
2016-06-18staging: ks7010: bail out when registering netdevice failsWolfram Sang1-7/+5
2016-06-18staging: ks7010: sdio: remove forward declarationsWolfram Sang1-54/+46
2016-06-18staging: ks7010: unify naming to ks7010Wolfram Sang2-14/+15
2016-06-18staging: ks7010: export sdio idsWolfram Sang1-2/+3
2016-06-18staging: ks7010: collect all includes and sort themWolfram Sang1-4/+3
2016-06-18staging: ks7010: function declaration should be in a header fileWolfram Sang2-3/+3
2016-06-18staging: ks7010: remove cfg file handlingWolfram Sang7-638/+33
2016-06-18Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds38-416/+537
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds24-103/+228
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-11/+13
2016-06-18Merge tag 'char-misc-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-15/+32
2016-06-17Merge tag 'acpi-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-137/+9
2016-06-17Merge tag 'pm-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-26/+26
2016-06-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-1/+6
2016-06-17staging/android: sync_debug: unproxify debugfs files' fopsNicolai Stange1-4/+9
2016-06-17staging/android: add DEBUG_FS dependence on KconfigGustavo Padovan3-7/+2
2016-06-17staging/android: rename sync.h to sync_debug.hGustavo Padovan4-3/+3
2016-06-17staging/android: remove drv_name from sync_timelineGustavo Padovan3-11/+4
2016-06-17staging/android: remove sync_timeline_destroy()Gustavo Padovan1-16/+3
2016-06-17staging/android: remove 'destroyed' member from struct sync_timelineGustavo Padovan2-9/+1
2016-06-17staging/android: make sw_ioctl info internal to sw_sync.cGustavo Padovan2-33/+12
2016-06-17staging/android: make sync_timeline internal to sw_syncGustavo Padovan6-273/+225
2016-06-17staging/android: clean up #includes in the sync frameworkGustavo Padovan3-25/+0
2016-06-17staging/android: move sw_sync related code to sw_sync.cGustavo Padovan4-115/+139
2016-06-17staging/android: bring struct sync_pt backGustavo Padovan3-32/+53
2016-06-17staging/android: remove size arg of sync_timeline_create()Gustavo Padovan3-11/+5
2016-06-17staging/android: remove unnecessary check for fenceGustavo Padovan1-3/+2