aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2013-03-15VMCI: Fix process-to-process DRGAMs.Andy King1-1/+3
2013-03-15mei: ME hardware reset needs to be synchronizedTomas Winkler1-9/+20
2013-03-15mei: add mei_stop function to stop mei deviceTomas Winkler3-45/+26
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-0/+2
2013-03-02kgdb/kgdbts: support ppc64Tiejun Chen1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-11/+5
2013-02-27misc/tifm_core: convert to idr_alloc()Tejun Heo1-5/+6
2013-02-27misc/c2port: convert to idr_alloc()Tejun Heo1-13/+9
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-5/+6
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-3/+5
2013-02-21Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds47-2774/+12746
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+2
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+3
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2-2/+2
2013-02-11x86, uv, uv3: Check current gru hub support for SGI UV3Mike Travis1-1/+1
2013-02-11Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown2-2/+2
2013-02-08drivers/misc/cb710: add missing GENERIC_HARDIRQS dependencyHeiko Carstens1-1/+1
2013-02-07mei: fix undefined wd symbols when MEI_ME is not setTomas Winkler1-1/+1
2013-02-06mei: move clients cleanup code from init.c to client.cTomas Winkler3-22/+62
2013-02-06mei: rename to mei_host_buffer_is_empty to hbuf_is_readyTomas Winkler6-23/+27
2013-02-06mei: move interrupt handlers to be me hw specificTomas Winkler5-150/+164
2013-02-06mei: separate compilation of the ME hardware specificsTomas Winkler9-74/+210
2013-02-06mei: initial extract of ME hw specifics from mei_deviceTomas Winkler5-88/+114
2013-02-06mei: sperate interface and pci code into two filesTomas Winkler4-342/+409
2013-01-28drivers: misc: at24: mention other supported types in KconfigLars Poeschel1-5/+6
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-1/+36
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman3-4/+47
2013-01-25drivers, vmci: Fix build errorDavid Rientjes1-0/+1
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-22misc: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2013-01-22VMCI: Fix broken context ID retrievalAndy King1-4/+1
2013-01-21Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho1-1/+36
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2-2/+2
2013-01-18Merge 3.8-rc4 into char-misc-nextGreg Kroah-Hartman2-3/+11
2013-01-17VMCI: include slab.h into files using kmalloc/kfreeDmitry Torokhov2-0/+4
2013-01-17VMCI: rename PPNset to ppn_set to avoid camel caseDmitry Torokhov2-5/+5
2013-01-17VMCI: Fix "always true condition"Andy King1-1/+1
2013-01-17VMCI: Fix deref before NULL-check of queuepair ptrAndy King1-2/+2
2013-01-17VMCI: Remove dependency on BLOCK I/OAndy King1-12/+16
2013-01-17VMCI: Add PCI as a dependencyAndy King1-1/+1
2013-01-17mei: Fix some more kernel-doc typos in hw-me.cSedat Dilek1-2/+2
2013-01-17misc: lattice-ecp3-config.c: remove __dev* markingsGreg Kroah-Hartman1-4/+4
2013-01-17misc: Add Lattice ECP3 FPGA configuration via SPIStefan Roese3-0/+255
2013-01-17misc: st_core: Error triggered by convert "char" to "int"channing1-1/+2
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-0/+8
2013-01-14mei: drop the warning when cl is not initialized during unlinkingTomas Winkler1-2/+3
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen1-0/+8
2013-01-08mei: move work initialization to mei_device_initTomas Winkler2-2/+4
2013-01-08mei: make host csr and me csr internal to hw-meTomas Winkler4-53/+37
2013-01-08mei: reenable mei_hcsr_set abstractionTomas Winkler2-24/+15
2013-01-08mei: abstract host and device readienessTomas Winkler4-18/+54
2013-01-08mei: use non cached hcsr for interrupt enablementTomas Winkler3-9/+12
2013-01-08mei: don't use cached value for hcsr in mei_hw_resetTomas Winkler3-28/+36
2013-01-08mei: remove mei_csr_clear_his prototypeTomas Winkler1-2/+1
2013-01-08mei: remove write only need_reset member of struct mei_deviceTomas Winkler2-6/+1
2013-01-08mei: hw-me.c fix kernel docTomas Winkler1-9/+18
2013-01-08mei: move MEI_IAMTHIF_IDLE to amthif host init functionTomas Winkler2-1/+2
2013-01-08mei: normalize me host client linking routinesTomas Winkler7-75/+98
2013-01-08mei: rename remaining amthi strings to amthifTomas Winkler4-36/+36
2013-01-08mei: mei_dev.h - remove prototypes of dropped functionsTomas Winkler1-4/+0
2013-01-08mei: move me client storage allocation to hbm.cTomas Winkler3-41/+38
2013-01-08mei: drop read_pending member form struct mei_clTomas Winkler3-5/+2
2013-01-08mei: rename interface to hw-meTomas Winkler13-210/+208
2013-01-08mei: move watchdog prototypes to mei_dev.h from interface.hTomas Winkler2-20/+17
2013-01-08mei: implement mei_cl_connect functionTomas Winkler3-159/+163
2013-01-08mei: fix client functions namesTomas Winkler9-198/+267
2013-01-08mei: move client functions to client.cTomas Winkler4-366/+361
2013-01-08mei: add new hbm.h header to export hbm protocolTomas Winkler9-15/+47
2013-01-08VMCI: Some header and config files.George Zhang4-0/+23
2013-01-08VMCI: host side driver implementation.George Zhang1-0/+1042
2013-01-08VMCI: guest side driver implementation.George Zhang1-0/+759
2013-01-08VMCI: routing implementation.George Zhang2-0/+256
2013-01-08VMCI: resource object implementation.George Zhang2-0/+288
2013-01-08VMCI: queue pairs implementation.George Zhang2-0/+3611
2013-01-08VMCI: handle array implementation.George Zhang2-0/+194
2013-01-08VMCI: event handling implementation.George Zhang2-0/+249
2013-01-08VMCI: device driver implementaton.George Zhang2-0/+167
2013-01-08VMCI: doorbell implementation.George Zhang2-0/+655
2013-01-08VMCI: datagram implementation.George Zhang2-0/+552
2013-01-08VMCI: context implementation.George Zhang2-0/+1396
2013-01-07dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz2-2/+2
2013-01-07carma-fpga: pass correct flags to ->device_prep_dma_memcpy()Bartlomiej Zolnierkiewicz1-1/+3
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler3-220/+186
2013-01-07mei: add common prefix to hbm functionTomas Winkler8-50/+53
2013-01-07mei: use structured buffer for the write bufferTomas Winkler5-105/+108
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler2-56/+70
2013-01-07mei: drop nonexistent function prototypeTomas Winkler1-3/+0
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler6-419/+456
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler4-93/+97
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler2-6/+13
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler1-5/+2
2013-01-07mei: include local headers after the system onesTomas Winkler7-12/+13
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler3-98/+169
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler2-5/+6
2013-01-07mei: use unified format for printing mei message headerTomas Winkler5-15/+16
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler7-44/+36
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov1-3/+3
2012-12-24ASoC: atmel-ssc: make it buildable on other architecturesJoachim Eastwood2-2/+2
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+1
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt1-2/+32
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler1-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-47/+88
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+5
2012-11-26misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke1-9/+21
2012-11-21misc: remove use of __devexitBill Pemberton24-24/+24
2012-11-21misc: remove use of __devinitconstBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton26-36/+36
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton25-25/+25
2012-11-21mei: remove use of __devexit_pBill Pemberton1-2/+2
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz4-86/+95
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler1-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler1-16/+19
2012-11-21mei: streamline amthif write complete functionTomas Winkler3-60/+48
2012-11-21mei: streamline write complete flow functionTomas Winkler1-70/+43
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler3-27/+22
2012-11-21mei: compact code for mei bus message creationTomas Winkler4-148/+112
2012-11-20ASoC: atmel-ssc: add phybase in device structureNicolas Ferre1-0/+2
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin1-1/+1
2012-11-15misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk1-4/+11
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-2/+5
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler3-27/+34
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler6-61/+44
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler3-10/+25
2012-11-15mei: move amthif specific release code to amithifTomas Winkler3-138/+154
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler6-23/+31
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler6-29/+24
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler5-20/+18
2012-11-07ARM: at91: atmel-ssc: add device tree supportBo Shen1-3/+46
2012-11-06ARM: at91: atmel-ssc: add platform device id tableBo Shen1-0/+23
2012-11-06ASoC: atmel-ssc: use module_platform_driver macroBo Shen1-14/+4
2012-11-06ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen1-32/+15
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2-23/+41
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler3-7/+1
2012-11-01mei: mei_clear_list: kill file_tempTomas Winkler1-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler7-556/+613
2012-11-01mei: normalize timeouts definitionsTomas Winkler7-24/+29
2012-11-01mei: mei_write: revamp function flowTomas Winkler1-44/+44
2012-10-24drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun1-1/+0
2012-10-24mei: use mei_io_cb_ warppers also for control flowsTomas Winkler4-109/+94
2012-10-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler5-35/+35
2012-10-24mei: kill usless struct mei_io_listTomas Winkler5-156/+118
2012-10-24mei: mei_write: revamp error path handlingTomas Winkler1-48/+27
2012-10-24mei: add allocation and initialization wrappers for io callbackTomas Winkler1-24/+87
2012-10-24mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler4-50/+45
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds3-180/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2-5/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-77/+67
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_i2c.c: add lis3lv02d device tree initAnilKumar Ch1-0/+23
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add lis3lv02d device tree initAnilKumar Ch1-2/+6
2012-09-26drivers/misc/lis3lv02d: remove lis3lv02d driver DT initAnilKumar Ch2-6/+3
2012-09-26drivers/misc/lis3lv02d/lis3lv02d_spi.c: add DT matching table passthru codeDaniel Mack1-0/+17
2012-09-26drivers/misc/lis3lv02d: add generic DT matching codeDaniel Mack2-0/+157
2012-09-26lis3lv02d: fix some comments specific to lis331dlh driverAnilKumar Ch3-8/+9
2012-09-26MISC: hpilo, remove pci_disable_deviceJiri Slaby1-2/+9
2012-09-20pwm: Move AB8500 PWM driver to PWM frameworkThierry Reding3-180/+0
2012-09-18char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman4-12/+11
2012-09-10mei: don't print buffer as a stringTomas Winkler1-8/+1
2012-09-10mei: struct mei_message_data doesn't have to be packedTomas Winkler1-1/+1
2012-09-10mei: add error messages for open count errorsTomas Winkler1-2/+8
2012-09-05misc: use module_spi_driverDevendra Naga1-12/+1
2012-09-05tifm: use module_pci_driverDevendra Naga1-13/+1
2012-09-05misc/at25, dt: Improve at25 SPI eeprom device tree bindings.David Daney1-25/+58
2012-09-05mei: add lynx point pci device idsTomas Winkler2-0/+4
2012-09-05mei: fix max number of open handlesTomas Winkler1-6/+8
2012-09-05mei: rename struct pci_dev *mei_device to mei_pdevTomas Winkler2-14/+8
2012-09-05lis3lv02d: Add STMicroelectronics lis331dlh digital accelerometerAnilKumar Ch3-8/+85
2012-08-27Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman14-336/+312
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman4-21/+94
2012-08-21drivers/misc/sgi-xp/xpc_uv.c: SGI XPC fails to load when cpu 0 is out of IRQ ...Robin Holt1-19/+65
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-16ti-st: Fix check for pdata->chip_awake function pointerMatthias Kaehlcke1-1/+1
2012-08-16mei: add mei_quirk_probe functionTomas Winkler1-0/+27
2012-08-16drivers/misc/ti-st: check chip_awake NULL checkMatthias Kaehlcke1-1/+1
2012-08-16drivers/misc/ti-st: fix read fw version cmdPavan Savoy1-13/+27
2012-08-16drivers/misc/ti-st: use cpu friendly completionsPavan Savoy1-9/+9
2012-08-16drivers/misc/ti-st: chip_disable on timeoutPavan Savoy1-1/+1
2012-08-16drivers/misc/ti-st: remove sparse warningsPavan Savoy2-11/+13
2012-08-16drivers/misc/ti-st: remove gpio handlingPavan Savoy1-36/+1
2012-08-16driver: misc: bmp085: remove "of_match_table" property.Sourav Poddar1-7/+0
2012-08-16carma: remove unnecessary DMA_INTERRUPT capabilityQiang Liu2-2/+1
2012-08-16pch_phub: use module_pci_driverDevendra Naga1-12/+1
2012-08-16pch_phub: fix sparse warningDevendra Naga1-1/+1
2012-08-16mei: wd: use watchdog_set/get_drvdata for passing mei_deviceTomas Winkler1-13/+16
2012-08-16mei: wd: decouple and revamp watchdog state machineTomas Winkler6-27/+34
2012-08-16mei: wd: rename watchdog constants to be more descriptiveTomas Winkler4-26/+23
2012-08-16mei: wd: add option WDIOF_SETTIMEOUTTomas Winkler1-1/+3
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: fix device stall after wd is stoppedTomas Winkler1-1/+1
2012-08-16mei: name space for mei device stateTomas Winkler6-55/+77
2012-08-16mei: style : reformat PCI device IDsTomas Winkler1-40/+39
2012-08-16mei: use KBUILD_MODNAME when allocating resources from the OSTomas Winkler1-8/+6
2012-08-16mei: add mei_quirk_probe functionTomas Winkler1-0/+27
2012-08-16mei: revamp me client search functionTomas Winkler5-74/+60
2012-08-10misc: pti, use tty_port_register_deviceJiri Slaby1-3/+3
2012-08-10misc: pti, fix tty_port countJiri Slaby1-7/+10
2012-08-10misc: pti, fix fail pathsJiri Slaby1-28/+25
2012-08-10misc: pti, do the opposite of ->probe in ->removeJiri Slaby1-14/+7