aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/mei/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-06mei: always copy the read buffer if data is readyAlexander Usyskin1-18/+14
2016-01-07mei: fix fasync return value on errorTomas Winkler1-2/+4
2015-08-03mei: implement fasync for event notificationTomas Winkler1-0/+21
2015-08-03mei: support polling for event notificationTomas Winkler1-0/+8
2015-08-03mei: add async event notification ioctlsTomas Winkler1-0/+67
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler1-1/+1
2015-05-24mei: debug prints with client info in readAlexander Usyskin1-5/+4
2015-05-24mei: connection to fixed address clients from user-spaceAlexander Usyskin1-1/+7
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin1-18/+13