aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/hw-txe.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-09-24mei: fix repeated words in commentsJilin Yuan1-1/+1
2022-09-12mei: extend timeouts on slow devicesAlexander Usyskin1-2/+2
2021-12-03mei: Remove some dead codeChristophe JAILLET1-5/+1
2020-07-23mei: hw: use sizeof of variable instead of struct typeTomas Winkler1-3/+2
2019-11-07mei: abstract fw status register read.Tomas Winkler1-3/+7
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler1-1/+1
2019-03-28mei: convert to SPDX license tagsTomas Winkler1-11/+1
2018-08-02mei: add support for variable length mei headers.Tomas Winkler1-21/+21
2018-07-24mei: move hbuf_depth from the mei device to the hw modulesTomas Winkler1-12/+10
2018-07-24mei: cleanup slots to data conversionsTomas Winkler1-4/+4
2018-07-12mei: use correct type for counter variable in for loopsTomas Winkler1-1/+1
2018-07-12mei: check for error returned from mei_hbuf_empty_slots()Tomas Winkler1-1/+1
2018-01-09mei: fix an && vs || typoDan Carpenter1-1/+1
2017-12-13mei: speed up the power down flowTomas Winkler1-1/+3
2017-01-31mei: simplify error handling via devres function.Tomas Winkler1-2/+2
2017-01-31mei: replace callback structures used as list head by list_headAlexander Usyskin1-5/+5
2016-12-06mei: synchronize irq before initiating a reset.Tomas Winkler1-1/+14
2016-11-15mei: constify buffer in the write functions callsTomas Winkler1-1/+2
2016-10-24mei: txe: don't clean an unprocessed interrupt cause.Alexander Usyskin1-2/+4
2016-08-30mei: recover after errors in runtime pm flowAlexander Usyskin1-0/+3
2016-02-07mei: trace pci configuration space ioTomas Winkler1-2/+8
2015-06-13mei: me: wait for power gating exit confirmationAlexander Usyskin1-0/+13
2015-05-24mei: txe: reduce suspend/resume timeTomas Winkler1-10/+10
2015-03-01mei: fix function names and format in KDocAlexander Usyskin1-1/+1
2014-11-26mei: read and print all six FW status registersAlexander Usyskin1-4/+3
2014-09-29mei: mei_txe_fw_sts can be staticFengguang Wu1-1/+1
2014-09-29mei: fix kernel-doc warningsAlexander Usyskin1-18/+45
2014-09-29mei: fix KDoc documentation formattingAlexander Usyskin1-25/+32
2014-09-29mei: trivial: fix errors in prints in commentsAlexander Usyskin1-2/+2
2014-09-29mei: push pci cfg structure me hwTomas Winkler1-15/+7
2014-09-29mei: remove the reference to pdev from mei_deviceTomas Winkler1-2/+1
2014-09-29mei: move fw_status back to hw ops handlersTomas Winkler1-0/+30
2014-09-29mei: get rid of most of the pci dependencies in meiTomas Winkler1-28/+25
2014-09-29mei: push all standard settings into mei_device_initTomas Winkler1-3/+2
2014-09-29mei: fix style warning: Missing a blank line after declarationsTomas Winkler1-4/+25
2014-07-22mei: drop unused hw dependent fw status functionsAlexander Usyskin1-32/+0
2014-05-27mei: add per device configurationAlexander Usyskin1-2/+15
2014-05-03mei: extract fw status registersAlexander Usyskin1-1/+36
2014-05-03mei: expose hardware power gating state to mei layerTomas Winkler1-11/+32
2014-05-03mei: condition PGI support on HW and HBM versionTomas Winkler1-0/+14
2014-02-28mei: revamp writing slot countingTomas Winkler1-8/+13
2014-02-28mei: add mei_hbuf_acquire wrapperTomas Winkler1-11/+6
2014-02-28mei: txe: include irqreturn.h for irqreturn_t etcStephen Rothwell1-0/+1
2014-02-07mei: txe: add hw-txe.cTomas Winkler1-0/+1106