summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2014-02-12ASoC: atmel_ssc_dai: make option to choose clockBo Shen-0/+6
2014-02-10drivers/misc/sgi-gru/grukdump.c: unlocking should be conditional in gru_dump_...Dan Carpenter-6/+5
2014-02-07misc: mic: fix possible signed underflow (undefined behavior) in userspace APISudeep Dutt-1/+2
2014-02-07misc: eeprom: sunxi: Add new compatiblesMaxime Ripard-1/+4
2014-02-07misc: genwqe: Fix potential memory leak when pinning memoryChristian Engelmayer-0/+1
2014-02-07drivers/misc: delete non-required instances of include <linux/init.h>Paul Gortmaker-23/+0
2014-02-07misc: sram: cleanup the codeXiubo Li-2/+0
2014-02-07mei: export active connections to debugfsTomas Winkler-0/+54
2014-02-07mei: allow multiple retries if the hw reset has failedTomas Winkler-14/+34
2014-02-07mei: txe: add Kbuild for TXE deviceTomas Winkler-1/+14
2014-02-07mei: txe: add pci-txe.cTomas Winkler-0/+293
2014-02-07mei: txe: add hw-txe.cTomas Winkler-0/+1106
2014-02-07mei: txe: add hw-txe.h header fileTomas Winkler-0/+71
2014-02-07mei: txe: add hw-txe-regs.h header fileTomas Winkler-0/+294
2014-02-07mei: don't unset read cb ptr on resetAlexander Usyskin-1/+0
2014-02-07mei: clear write cb from waiting list on resetAlexander Usyskin-1/+9
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-01-29Update Jean Delvare's e-mail addressJean Delvare-1/+1
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2014-01-13mei: limit the number of consecutive resetsTomas Winkler-0/+18
2014-01-13mei: revamp mei reset state machineTomas Winkler-104/+143
2014-01-09VMCI: fix error handling path when registering guest driverDmitry Torokhov-4/+6
2014-01-08mei: fix syntax in comments and debug outputAlexander Usyskin-36/+36
2014-01-08mei: nfc: mei_nfc_free has to be called under lockTomas Winkler-0/+2
2014-01-08mei: use hbm idle state to prevent spurious resetsTomas Winkler-14/+43
2014-01-08mei: do not run reset flow from the interrupt threadTomas Winkler-138/+210
2014-01-08misc: genwqe: fix return value check in genwqe_device_create()Wei Yongjun-2/+2
2014-01-08GenWQE: Fix warnings for sparcFrank Haverkamp-9/+14
2014-01-08GenWQE: Fix compile problems for AlphaFrank Haverkamp-0/+2
2014-01-08GenWQE: Rework return code for flash-update ioctlFrank Haverkamp-129/+43
2014-01-08sgi-xp: open-code interruptible_sleep_on_timeoutArnd Bergmann-1/+4
2014-01-07treewide: fix comments and printk msgsMasanari Iida-2/+2
2013-12-24Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman-39/+46
2013-12-20GenWQE: Accidently casting to u32 where u64 is requiredFrank Haverkamp-1/+1
2013-12-20GenWQE: Replace dynamic_hex_dump with print_hex_dump_debugFrank Haverkamp-2/+4
2013-12-20GenWQE: Fix endian issues detected by sparseFrank Haverkamp-59/+68
2013-12-18GenWQE Enable driverFrank Haverkamp-0/+22
2013-12-18GenWQE Sysfs interfacesFrank Haverkamp-0/+288
2013-12-18GenWQE Debugfs interfacesFrank Haverkamp-0/+500
2013-12-18GenWQE Utility functionsFrank Haverkamp-0/+947
2013-12-18GenWQE Character device and DDCB queueFrank Haverkamp-0/+3047
2013-12-18GenWQE PCI support, health monitoring and recoveryFrank Haverkamp-0/+1835
2013-12-18drivers: misc: Mark functions as static in ad525x_dpot.cRashika Kheria-2/+2
2013-12-18drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.cRashika Kheria-1/+1
2013-12-18mei: me: set dma mask using DMA mapping APITomas Winkler-0/+15
2013-12-18mei: enable marking internal commandsTomas Winkler-3/+10
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman-39/+53
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo-1/+1
2013-12-10misc: mic: bug fix for interrupt acknowledgement in MSI/INTx case.Dasaratharaman Chandramouli-18/+25