summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2014-03-20misc: add sii9234 driverTomasz Stanislawski3-0/+1084
2014-03-20modem_if: Add modem drivers to Kconfig and MakefileKamil Debski2-0/+2
2014-03-20modem_if: Change net device name choice mechanismKamil Debski1-15/+5
2014-03-20modem_if: ifdef wake_lock support in the modem driverKamil Debski5-0/+20
2014-03-20modem_if: Move code from board-m0-modems.c to the xmm6262 driverKamil Debski2-10/+64
2014-03-20modem_if: Comment out enable_wake_irq in modem drivers (HSIC, xmm6262)Kamil Debski2-4/+5
2014-03-20modem_if: Move code from board-m0-modems.c to the modem driverKamil Debski1-2/+239
2014-03-20modem_if: Modification of the modem driver to compile on the 3.8 kernelKamil Debski4-10/+12
2014-03-20modem_if: Remove linux/cma.h useKamil Debski1-1/+0
2014-03-20modem_if: Add modem_if driver filesKamil Debski37-0/+21527
2014-03-20misc: add global lock driver for TIZENJoonyoung Shim4-0/+955
2014-03-06mei: set client's read_cb to NULL when flow control failsChao Bi1-1/+3
2014-02-22mei: don't unset read cb ptr on resetAlexander Usyskin1-1/+0
2014-02-22mei: clear write cb from waiting list on resetAlexander Usyskin1-1/+9
2013-12-11mei: add 9 series PCH mei device idsTomas Winkler2-2/+7
2013-12-11mei: me: add Lynx Point Wellsburg work station device idTomas Winkler2-0/+2
2013-12-11SCSI: enclosure: fix WARN_ON in dual path device removingJames Bottomley1-0/+7
2013-11-29mei: nfc: fix memory leak in error pathTomas Winkler1-4/+6
2013-11-20misc: atmel_pwm: add deferred-probing supportJohan Hovold1-2/+4
2013-10-05mei: cancel stall timers in mei_resetAlexander Usyskin2-0/+4
2013-10-05mei: bus: stop wait for read during cl state transitionTomas Winkler3-8/+14
2013-10-05mei: make me client counters less error proneTomas Winkler2-7/+9
2013-09-07drivers/misc/hpilo: Correct panic when an AUX iLO is detectedMark Rusk1-2/+2
2013-09-07mei: me: fix hardware reset flowTomas Winkler1-5/+3
2013-08-29mei: me: fix waiting for hw readyTomas Winkler1-3/+7
2013-08-29mei: don't have to clean the state on power upTomas Winkler1-1/+2
2013-08-29mei: me: fix reset state machineTomas Winkler1-1/+3
2013-06-14Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-13mei: me: clear interrupts on the resume pathTomas Winkler1-0/+1
2013-06-13mei: nfc: fix nfc device freeingTomas Winkler1-0/+2
2013-06-13mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz1-2/+2
2013-06-12drivers/misc/sgi-gru/grufile.c: fix info leak in gru_get_config_info()Dan Carpenter1-0/+1
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+15
2013-05-22Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+2
2013-05-21mei: bus: Reset event_cb when disabling a deviceSamuel Ortiz1-0/+2
2013-05-21mei: fix out of array access to me clients arrayTomas Winkler1-9/+8
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell2-2/+2
2013-05-18drivers/misc: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-16dummy-irq: require the user to specify an IRQ numberJonathan Corbet1-1/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+1
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds7-25/+28
2013-04-30Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2013-04-29misc: generic on-chip SRAM allocation driverPhilipp Zabel3-0/+131
2013-04-29lis3lv02d: don't wank with fasync() on ->release()Al Viro1-1/+0
2013-04-23misc: mark spear13xx-pcie-gadget as brokenArnd Bergmann1-1/+1
2013-04-23mei: fix krealloc() misuse in in mei_cl_irq_read_msg()Wei Yongjun1-5/+5
2013-04-23mei: reduce flow control only for completed messagesTomas Winkler1-3/+4
2013-04-19mei: reseting -> resettingBill Nottingham4-8/+8
2013-04-19mei: fix reading large reposnesTomas Winkler5-15/+27