summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
| * ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen2012-11-061-32/+15Star
* | 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-161-2/+5
| |/
* | misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke2012-11-271-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/+12Star
* | mei: don't mix read and write slotsTomas Winkler2012-11-211-16/+19
* | mei: streamline amthif write complete functionTomas Winkler2012-11-213-60/+48Star
* | mei: streamline write complete flow functionTomas Winkler2012-11-211-70/+43Star
* | mei: use structured buffer for extra write bufferTomas Winkler2012-11-213-27/+22Star
* | mei: compact code for mei bus message creationTomas Winkler2012-11-214-148/+112Star
* | 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-161-4/+11
* | mei: use the same bus msg for connect and disconnect requestTomas Winkler2012-11-163-27/+34
* | mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler2012-11-166-61/+44Star
* | mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler2012-11-163-10/+25
* | mei: move amthif specific release code to amithifTomas Winkler2012-11-163-138/+154
* | mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler2012-11-166-23/+31
* | mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler2012-11-166-29/+24Star
* | mei: amthif: prefix cb list with amthifTomas Winkler2012-11-165-20/+18Star
* | mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler2012-11-012-23/+41
* | mei: use internal watchdog device registration trackingTomas Winkler2012-11-013-7/+1Star
* | mei: mei_clear_list: kill file_tempTomas Winkler2012-11-011-4/+2Star
* | mei: extract AMTHI functions into the amthif.c fileTomas Winkler2012-11-017-556/+613
* | mei: normalize timeouts definitionsTomas Winkler2012-11-017-24/+29
* | mei: mei_write: revamp function flowTomas Winkler2012-11-011-44/+44
* | drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun2012-10-251-1/+0Star
* | mei: use mei_io_cb_ warppers also for control flowsTomas Winkler2012-10-254-109/+94Star
* | mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler2012-10-255-35/+35
* | mei: kill usless struct mei_io_listTomas Winkler2012-10-255-156/+118Star
* | mei: mei_write: revamp error path handlingTomas Winkler2012-10-251-48/+27Star
* | mei: add allocation and initialization wrappers for io callbackTomas Winkler2012-10-251-24/+87
* | mei: rename mei_cl_cb.information to mei_cl_cb.buf_idxTomas Winkler2012-10-254-50/+45Star
|/
* Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-103-180/+0Star
|\
| * pwm: Move AB8500 PWM driver to PWM frameworkThierry Reding2012-09-203-180/+0Star
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-092-5/+2Star
* | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-10-021-1/+1
|\ \
| * | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
| |/
* | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-012-77/+67Star
|\ \