aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12mei: extend timeouts on slow devicesAlexander Usyskin1-2/+2
2021-06-22mei: fix kdoc in the driverTamar Mashiah1-1/+1
2021-05-13mei: Drop unnecessary NULL check after container_ofGuenter Roeck1-2/+0
2021-02-09mei: use sysfs_emit() in tx_queue_limit_show sysfsTomas Winkler1-1/+1
2020-08-18mei: add connect with vtag ioctlAlexander Usyskin1-16/+194
2020-08-18mei: add a vtag map for each clientAlexander Usyskin1-3/+65
2020-08-18mei: add a spin lock to protect rd_completed queueAlexander Usyskin1-3/+3
2020-07-29mei: add device kind to sysfsAlexander Usyskin1-0/+25
2020-07-23mei: ioctl: use sizeof of variable instead of struct typeTomas Winkler1-3/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-21/+1
2019-11-07mei: add trc detection register to sysfsAlexander Usyskin1-0/+24
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-21/+1
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose1-8/+1
2019-06-18mei: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+1
2019-04-25mei: expose device state in sysfsAlexander Usyskin1-6/+59
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler1-1/+1
2019-03-28mei: convert to SPDX license tagsTomas Winkler1-11/+2
2018-10-02mei: replace POLL* with EPOLL* for write queues.Tomas Winkler1-2/+2
2018-07-12mei: fix ssize_t to int assignment in read and write ops.Tomas Winkler1-5/+5
2018-07-12mei: don't update offset in writeAlexander Usyskin1-1/+0
2018-07-03mei: expose fw version to sysfsAlexander Usyskin1-1/+29
2018-03-14mei: remove dev_err message on an unsupported ioctlColin Ian King1-1/+0
2018-03-14mei: limit the number of queued writesAlexander Usyskin1-0/+65
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-6/+6
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-04-08mei: implement fsyncAlexander Usyskin1-0/+72
2017-04-08mei: drop amthif internal clientAlexander Usyskin1-51/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-10mei: remove support for broken parallel readAlexander Usyskin1-22/+26
2016-11-10mei: enable to set the internal flag for client writeAlexander Usyskin1-1/+1
2016-10-31mei: show the HBM protocol versions in the device attributesAlexander Usyskin1-1/+42
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin1-5/+0
2016-08-30mei: enqueue consecutive readsAlexander Usyskin1-20/+19
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler1-1/+1
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin1-0/+1
2016-08-30mei: fix return value on disconnectionTomas Winkler1-1/+1
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin1-1/+2
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin1-5/+5
2016-08-30mei: amthif: drop READ_COMPLETE stateAlexander Usyskin1-1/+1
2016-02-20mei: fix format string in debug printsAlexander Usyskin1-1/+1
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman1-1/+5
2016-02-11mei: fix double freeing of a cb during link resetAlexander Usyskin1-16/+10
2016-02-07mei: drop reserved host client idsAlexander Usyskin1-1/+1
2016-02-07mei: fixed address clients for the new platformsAlexander Usyskin1-4/+14
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin1-5/+0
2016-02-07mei: constify struct file pointerTomas Winkler1-2/+2
2016-02-07mei: amthif: don't drop read packets on timeoutAlexander Usyskin1-16/+0
2016-02-07mei: fix possible integer overflow issueTomas Winkler1-2/+3
2016-02-06mei: validate request value in client notify request ioctlAlexander Usyskin1-1/+5