summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2013-01-22Revert "drivers/misc/ti-st: remove gpio handling"Luciano Coelho-1/+36
2013-01-16Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-0/+8
2013-01-12ASoC: atmel-ssc: add pinctrl selection to driverBo Shen-0/+8
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov-3/+3
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds-1/+1
2012-12-20SGI-XP: handle non-fatal trapsRobin Holt-2/+32
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler-1/+1
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds-47/+88
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+5
2012-11-26misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke-9/+21
2012-11-21misc: remove use of __devexitBill Pemberton-24/+24
2012-11-21misc: remove use of __devinitconstBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitdataBill Pemberton-1/+1
2012-11-21misc: remove use of __devinitBill Pemberton-36/+36
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton-25/+25
2012-11-21mei: remove use of __devexit_pBill Pemberton-2/+2
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz-86/+95
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler-25/+12
2012-11-21mei: don't mix read and write slotsTomas Winkler-16/+19
2012-11-21mei: streamline amthif write complete functionTomas Winkler-60/+48
2012-11-21mei: streamline write complete flow functionTomas Winkler-70/+43
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler-27/+22
2012-11-21mei: compact code for mei bus message creationTomas Winkler-148/+112
2012-11-20ASoC: atmel-ssc: add phybase in device structureNicolas Ferre-0/+2
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin-1/+1
2012-11-15misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk-4/+11
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby-2/+5
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler-27/+34
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler-61/+44
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler-10/+25
2012-11-15mei: move amthif specific release code to amithifTomas Winkler-138/+154
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler-23/+31
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler-29/+24
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler-20/+18
2012-11-07ARM: at91: atmel-ssc: add device tree supportBo Shen-3/+46
2012-11-06ARM: at91: atmel-ssc: add platform device id tableBo Shen-0/+23
2012-11-06ASoC: atmel-ssc: use module_platform_driver macroBo Shen-14/+4
2012-11-06ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen-32/+15
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler-23/+41
2012-11-01mei: use internal watchdog device registration trackingTomas Winkler-7/+1
2012-11-01mei: mei_clear_list: kill file_tempTomas Winkler-4/+2
2012-11-01mei: extract AMTHI functions into the amthif.c fileTomas Winkler-556/+613
2012-11-01mei: normalize timeouts definitionsTomas Winkler-24/+29
2012-11-01mei: mei_write: revamp function flowTomas Winkler-44/+44
2012-10-24drivers:misc: ti-st: fix potential NULL pointer dereference in st_register()Wei Yongjun-1/+0
2012-10-24mei: use mei_io_cb_ warppers also for control flowsTomas Winkler-109/+94
2012-10-24mei: rename mei_free_cb_private to mei_io_cb_freeTomas Winkler-35/+35
2012-10-24mei: kill usless struct mei_io_listTomas Winkler-156/+118
2012-10-24mei: mei_write: revamp error path handlingTomas Winkler-48/+27
2012-10-24mei: add allocation and initialization wrappers for io callbackTomas Winkler-24/+87