summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2016-12-14misc: tizen_global_lock: apply uaccessSeung-Woo Kim1-20/+38
2016-12-14LOCAL / misc: add support for ice4_irda driver to use IrDA controlJaewon Kim4-0/+2756
2016-12-14LOCAL / sec_sysfs: sec_class driverJaewon Kim3-0/+59
2016-12-14misc: tizen_global_lock: add support for 32bt compat mode from 64bitSeung-Woo Kim2-4/+28
2016-12-14misc: add global lock driver for TIZENJoonyoung Shim4-0/+899
2016-11-25GenWQE: Fix bad page access during abort of resource allocationGerald Schaefer1-1/+11
2016-11-23mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4
2016-07-10drivers/misc/ad525x_dpot: AD5274 fix RDAC read back errorsMichael Hennerich1-1/+1
2016-07-10misc/bmp085: Enable building as a moduleBen Hutchings1-1/+1
2016-05-17cxl: Keep IRQ mappings on context teardownMichael Neuling1-1/+0
2016-05-08Revert "mei: bus: move driver api functions at the start of the file"Sasha Levin1-9/+0
2016-04-18mei: bus: move driver api functions at the start of the fileAlexander Usyskin1-0/+9
2015-09-29cxl: Don't remove AFUs/vPHBs in cxl_resetDaniel Axtens1-3/+0
2015-09-29cxl: Fix unbalanced pci_dev_get in cxl_probeDaniel Axtens1-2/+0
2015-09-29cxl: Remove racy attempt to force EEH invocation in resetDaniel Axtens1-16/+0
2015-08-10mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler1-1/+1
2015-08-10cxl: Check if afu is not null in cxl_slbiaDaniel Axtens1-1/+1
2015-08-10cxl: Fix off by one error allowing subsequent mmap page to be accessedIan Munsie1-2/+2
2015-07-21mei: txe: reduce suspend/resume timeTomas Winkler1-10/+10
2015-07-21mei: me: wait for power gating exit confirmationAlexander Usyskin4-5/+80
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds33-920/+1042
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-3/+0
2015-04-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2015-04-13mei: trace: remove unused TRACE_SYSTEM_STRINGTomas Winkler1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro3-3/+0
2015-04-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+6
2015-04-03lis3lv02d: DT: add wakeup unit 2 and wakeup thresholdSebastian Reichel1-0/+17
2015-04-03lis3lv02d: DT: use s32 to support negative valuesSebastian Reichel1-19/+20
2015-04-03mei: replace check for connection instead of transitioningTomas Winkler3-10/+12
2015-04-03mei: use mei_cl_is_connected consistentlyTomas Winkler5-17/+22
2015-04-03mei: fix mei_poll operationTomas Winkler3-24/+27
2015-04-03mic: drop pci_msi_off call on probeMichael S. Tsirkin1-2/+0
2015-03-31enclosure: fix WARN_ON removing an adapter in multi-path devicesJames Bottomley1-5/+6
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig3-3/+0
2015-03-25misc: mic: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-7/+7
2015-03-25misc: carma: fixup return type of wait_for_completion_timeoutNicholas Mc Guire1-4/+6
2015-03-25misc: tifm: match return type of wait_for_completion_timeoutNicholas Mc Guire1-2/+3
2015-03-25mei: fix regression on NFC connectionTomas Winkler1-3/+1
2015-03-25VMCI: Guard against overflow in queue pair allocationJorgen Hansen2-10/+23
2015-03-25VMCI: Check userland-provided datagram sizeAndy King2-1/+7
2015-03-25drivers/vmw_vmci: Show correct get_user_pages_fast upon failureDavidlohr Bueso1-2/+4
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2015-03-16misc: sram: switch to ioremap_wc from ioremapAbhilash Kesavan1-3/+14
2015-03-16misc: bh1780: Add module aliasesJean Delvare1-0/+2
2015-03-16misc: constify of_device_id arrayFabian Frederick5-5/+5
2015-03-09Merge 4.0-rc3 into char-misc-nextGreg Kroah-Hartman1-0/+2
2015-03-04mei: trace: fix missing include to linux/device.hTomas Winkler1-0/+2
2015-03-04mei: free me client references on host initTomas Winkler1-0/+3
2015-03-01mei: bus: call device disable handler prior to disconnectionTomas Winkler1-14/+11
2015-03-01mei: allow read concurrencyTomas Winkler8-119/+98