aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/main.c
AgeCommit message (Expand)Author
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-07mei: add trc detection register to sysfsAlexander Usyskin
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-07-30drivers: Introduce device lookup variants by device typeSuzuki K Poulose
2019-06-18mei: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-04-25mei: expose device state in sysfsAlexander Usyskin
2019-03-28mei: adjust the copyright notice in the files.Tomas Winkler
2019-03-28mei: convert to SPDX license tagsTomas Winkler
2018-10-02mei: replace POLL* with EPOLL* for write queues.Tomas Winkler
2018-07-12mei: fix ssize_t to int assignment in read and write ops.Tomas Winkler
2018-07-12mei: don't update offset in writeAlexander Usyskin
2018-07-03mei: expose fw version to sysfsAlexander Usyskin
2018-03-14mei: remove dev_err message on an unsupported ioctlColin Ian King
2018-03-14mei: limit the number of queued writesAlexander Usyskin
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-04-08mei: implement fsyncAlexander Usyskin
2017-04-08mei: drop amthif internal clientAlexander Usyskin
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-10mei: remove support for broken parallel readAlexander Usyskin
2016-11-10mei: enable to set the internal flag for client writeAlexander Usyskin
2016-10-31mei: show the HBM protocol versions in the device attributesAlexander Usyskin
2016-08-30mei: amthif: drop mei_amthif_readAlexander Usyskin
2016-08-30mei: enqueue consecutive readsAlexander Usyskin
2016-08-30mei: add wrapper for queuing control commands.Tomas Winkler
2016-08-30mei: add file pointer to the host client structureAlexander Usyskin
2016-08-30mei: fix return value on disconnectionTomas Winkler
2016-08-30mei: drop read complete queue emptiness checkAlexander Usyskin
2016-08-30mei: amthif: enable poll for async eventsAlexander Usyskin
2016-08-30mei: amthif: drop READ_COMPLETE stateAlexander Usyskin
2016-02-20mei: fix format string in debug printsAlexander Usyskin
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-11mei: fix double freeing of a cb during link resetAlexander Usyskin
2016-02-07mei: drop reserved host client idsAlexander Usyskin
2016-02-07mei: fixed address clients for the new platformsAlexander Usyskin
2016-02-07mei: fill file pointer in read cb for fixed address clientAlexander Usyskin
2016-02-07mei: constify struct file pointerTomas Winkler
2016-02-07mei: amthif: don't drop read packets on timeoutAlexander Usyskin
2016-02-07mei: fix possible integer overflow issueTomas Winkler
2016-02-06mei: validate request value in client notify request ioctlAlexander Usyskin
2016-02-06mei: always copy the read buffer if data is readyAlexander Usyskin
2016-01-07mei: fix fasync return value on errorTomas Winkler
2015-08-03mei: implement fasync for event notificationTomas Winkler
2015-08-03mei: support polling for event notificationTomas Winkler
2015-08-03mei: add async event notification ioctlsTomas Winkler
2015-07-22mei: prevent unloading mei hw modules while the device is opened.Tomas Winkler
2015-05-24mei: debug prints with client info in readAlexander Usyskin
2015-05-24mei: connection to fixed address clients from user-spaceAlexander Usyskin
2015-05-24mei: add a reference from the host client to the me clientAlexander Usyskin