summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* VMCI: device driver implementaton.George Zhang2013-01-082-0/+167
* VMCI: doorbell implementation.George Zhang2013-01-082-0/+655
* VMCI: datagram implementation.George Zhang2013-01-082-0/+552
* VMCI: context implementation.George Zhang2013-01-082-0/+1396
* mei: move hbm responses from interrupt.c to hbm.cTomas Winkler2013-01-073-220/+186
* mei: add common prefix to hbm functionTomas Winkler2013-01-078-50/+53
* mei: use structured buffer for the write bufferTomas Winkler2013-01-075-105/+108
* mei: simplify preparing client host bus messagesTomas Winkler2013-01-072-56/+70
* mei: drop nonexistent function prototypeTomas Winkler2013-01-071-3/+0
* mei: move host bus message handling to hbm.cTomas Winkler2013-01-076-419/+456
* mei: move hw dependent functions to interface.cTomas Winkler2013-01-074-93/+97
* mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler2013-01-072-6/+13
* mei: kill not used BAR0 length and base variablesTomas Winkler2013-01-071-5/+2
* mei: include local headers after the system onesTomas Winkler2013-01-077-12/+13
* mei: extract device dependent constants into hw-me.hTomas Winkler2013-01-073-98/+169
* mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler2013-01-072-5/+6
* mei: use unified format for printing mei message headerTomas Winkler2013-01-075-15/+16
* mei: drop redundant length parameter from mei_write_message functionTomas Winkler2013-01-077-44/+36
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-211-1/+1
|\
| * watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler2012-12-191-1/+1
* | SGI-XP: handle non-fatal trapsRobin Holt2012-12-201-2/+32
|/
* Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-12-131-47/+88
|\
| * ASoC: atmel-ssc: add phybase in device structureNicolas Ferre2012-11-201-0/+2
| * ARM: at91: atmel-ssc: add device tree supportBo Shen2012-11-071-3/+46
| * ARM: at91: atmel-ssc: add platform device id tableBo Shen2012-11-061-0/+23
| * ASoC: atmel-ssc: use module_platform_driver macroBo Shen2012-11-061-14/+4
| * ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen2012-11-061-32/+15
* | Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-12-111-2/+5
|\ \
| * | TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-2/+5
| |/
* | misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke2012-11-261-9/+21
* | misc: remove use of __devexitBill Pemberton2012-11-2124-24/+24
* | misc: remove use of __devinitconstBill Pemberton2012-11-211-1/+1
* | misc: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* | misc: remove use of __devinitBill Pemberton2012-11-2126-36/+36
* | drivers/misc: remove use of __devexit_pBill Pemberton2012-11-2125-25/+25
* | mei: remove use of __devexit_pBill Pemberton2012-11-211-2/+2
* | mei: Simplify the ME client enumeration codeSamuel Ortiz2012-11-214-86/+95
* | mei: simplify write complete loop in irq handlerTomas Winkler2012-11-211-25/+12
* | mei: don't mix read and write slotsTomas Winkler2012-11-211-16/+19
* | mei: streamline amthif write complete functionTomas Winkler2012-11-213-60/+48
* | mei: streamline write complete flow functionTomas Winkler2012-11-211-70/+43
* | mei: use structured buffer for extra write bufferTomas Winkler2012-11-213-27/+22
* | mei: compact code for mei bus message creationTomas Winkler2012-11-214-148/+112
* | misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin2012-11-161-1/+1
* | misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk2012-11-151-4/+11
* | mei: use the same bus msg for connect and disconnect requestTomas Winkler2012-11-153-27/+34
* | mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler2012-11-156-61/+44
* | mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler2012-11-153-10/+25
* | mei: move amthif specific release code to amithifTomas Winkler2012-11-153-138/+154
* | mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler2012-11-156-23/+31
OpenPOWER on IntegriCloud