summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)Author
2013-01-07mei: move hbm responses from interrupt.c to hbm.cTomas Winkler
2013-01-07mei: add common prefix to hbm functionTomas Winkler
2013-01-07mei: use structured buffer for the write bufferTomas Winkler
2013-01-07mei: simplify preparing client host bus messagesTomas Winkler
2013-01-07mei: drop nonexistent function prototypeTomas Winkler
2013-01-07mei: move host bus message handling to hbm.cTomas Winkler
2013-01-07mei: move hw dependent functions to interface.cTomas Winkler
2013-01-07mei: mei_me_client is not hw API move to mei_dev.hTomas Winkler
2013-01-07mei: kill not used BAR0 length and base variablesTomas Winkler
2013-01-07mei: include local headers after the system onesTomas Winkler
2013-01-07mei: extract device dependent constants into hw-me.hTomas Winkler
2013-01-07mei: move internal host clients ids to mei_dev.h from hw.hTomas Winkler
2013-01-07mei: use unified format for printing mei message headerTomas Winkler
2013-01-07mei: drop redundant length parameter from mei_write_message functionTomas Winkler
2013-01-07mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov
2012-12-22Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds
2012-12-21SGI-XP: handle non-fatal trapsRobin Holt
2012-12-19watchdog: mei: avoid oops in watchdog unregister code pathTomas Winkler
2012-12-13Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2012-12-11Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-11-27misc/st_kim: Free resources in the error path of probe()Matthias Kaehlcke
2012-11-21misc: remove use of __devexitBill Pemberton
2012-11-21misc: remove use of __devinitconstBill Pemberton
2012-11-21misc: remove use of __devinitdataBill Pemberton
2012-11-21misc: remove use of __devinitBill Pemberton
2012-11-21drivers/misc: remove use of __devexit_pBill Pemberton
2012-11-21mei: remove use of __devexit_pBill Pemberton
2012-11-21mei: Simplify the ME client enumeration codeSamuel Ortiz
2012-11-21mei: simplify write complete loop in irq handlerTomas Winkler
2012-11-21mei: don't mix read and write slotsTomas Winkler
2012-11-21mei: streamline amthif write complete functionTomas Winkler
2012-11-21mei: streamline write complete flow functionTomas Winkler
2012-11-21mei: use structured buffer for extra write bufferTomas Winkler
2012-11-21mei: compact code for mei bus message creationTomas Winkler
2012-11-20ASoC: atmel-ssc: add phybase in device structureNicolas Ferre
2012-11-16misc: apds9802als: Fix the logic checking timeout in als_wait_for_data_ready()Axel Lin
2012-11-16misc: hpilo: ignore auxiliary HP iLO BMC'sMark Rusk
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-11-15mei: use the same bus msg for connect and disconnect requestTomas Winkler
2012-11-15mei: use link and unlink terms for connecting ME and HOST clientTomas Winkler
2012-11-15mei: extract amthif specific code from mei_poll to mei_amthif_pollTomas Winkler
2012-11-15mei: move amthif specific release code to amithifTomas Winkler
2012-11-15mei: rename enum mei_cb_major_types to enum mei_cb_file_opsTomas Winkler
2012-11-15mei: use type struct mei_cl *cl instead of void in struct mei_cbTomas Winkler
2012-11-15mei: amthif: prefix cb list with amthifTomas Winkler
2012-11-07ARM: at91: atmel-ssc: add device tree supportBo Shen
2012-11-06ARM: at91: atmel-ssc: add platform device id tableBo Shen
2012-11-06ASoC: atmel-ssc: use module_platform_driver macroBo Shen
2012-11-06ASoC: atmel-ssc: use devm_xxx() managed functionBo Shen
2012-11-01mei: move amthif specific code from mei_write to mei_amthif_writeTomas Winkler