summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-06-13misc: apds990x: Use sysfs_match_string() helperAndy Shevchenko1-7/+7
2017-06-13mei: drop unreachable code in mei_startAlexander Usyskin1-6/+0
2017-06-13mei: validate the message header only in first fragment.Tomas Winkler1-7/+19
2017-06-12Merge 4.12-rc5 into char-misc-nextGreg Kroah-Hartman424-2589/+4314
2017-06-11Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+43
2017-06-11Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds3-19/+47
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+9
2017-06-11Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-46/+47
2017-06-11Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-35/+101
2017-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds20-77/+101
2017-06-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+7
2017-06-10Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+25
2017-06-10Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-12/+25
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-1/+17
2017-06-10Merge tag 'md/4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds5-4/+21
2017-06-10Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-31/+70
2017-06-10Merge tag 'drm-fixes-for-v4.12-rc5' of git://people.freedesktop.org/~airlied/...Linus Torvalds39-257/+334
2017-06-09Merge tag 'for-linus-4.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2017-06-09Input: synaptics-rmi4 - register F03 port as pass-through serioDmitry Torokhov1-1/+1
2017-06-09Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-8/+13
2017-06-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-1/+3
2017-06-09device-dax: fix 'dax' device filesystem inode destruction crashDan Williams1-2/+7
2017-06-09efi: Fix boot panic because of invalid BGRT image addressDave Young1-1/+25
2017-06-09mux: adg792a: always require I2C supportArnd Bergmann1-1/+1
2017-06-09nvmem: rockchip-efuse: add support for rk322x-efuseFinley Xiao1-0/+4
2017-06-09nvmem: core: add locking to nvmem_find_cellHeiner Kallweit1-1/+7
2017-06-09nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov1-0/+1
2017-06-09nvmem: core: fix leaks on registration errorsJohan Hovold1-5/+8
2017-06-09nvmem: correct Broadcom OTP controller driver writesOza Pawandeep1-2/+2
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis35-531/+158
2017-06-09drivers/fsi: Add module license to core driverChristopher Bostic1-0/+1
2017-06-09drivers/fsi: Use asynchronous slave modeJeremy Kerr3-1/+24
2017-06-09drivers/fsi: Add hub master supportChristopher Bostic3-0/+336
2017-06-09drivers/fsi: Add SCOM FSI client device driverChristopher Bostic3-0/+269
2017-06-09drivers/fsi/gpio: Add tracepoints for GPIO masterJeremy Kerr1-0/+9
2017-06-09drivers/fsi: Add GPIO based FSI masterChristopher Bostic3-0/+607
2017-06-09drivers/fsi: Add error handling for slaveJeremy Kerr1-7/+114
2017-06-09drivers/fsi: Add tracepoints for low-level operationsJeremy Kerr1-6/+21
2017-06-09drivers/fsi: expose direct-access slave APIJeremy Kerr1-6/+24
2017-06-09drivers/fsi: Add sysfs files for FSI master & slave accessesJeremy Kerr1-0/+116
2017-06-09drivers/fsi: Add client driver register utilitiesChristopher Bostic1-0/+17
2017-06-09drivers/fsi: Add master unscanChristopher Bostic1-0/+44
2017-06-09drivers/fsi: Add device read/write/peek APIJeremy Kerr1-1/+49
2017-06-09drivers/fsi: scan slaves & register devicesJeremy Kerr1-1/+127
2017-06-09drivers/fsi: Set slave SMODE to init communicationChristopher Bostic1-0/+75
2017-06-09drivers/fsi: Implement slave initialisationJeremy Kerr2-2/+66
2017-06-09drivers/fsi: Set up links for slave communicationChristopher Bostic1-2/+35
2017-06-09drivers/fsi: Add slave & master read/write APIsJeremy Kerr1-0/+92
2017-06-09drivers/fsi: Add empty master scanJeremy Kerr1-2/+23
2017-06-09drivers/fsi: Add slave definitionJeremy Kerr1-0/+10