index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
mei
/
bus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-24
mei: bus: fix unlink on bus in error path
Alexander Usyskin
1
-4
/
+8
2021-11-26
mei: bus: add client dma interface
Alexander Usyskin
1
-3
/
+64
2021-09-01
Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2021-07-29
mei: constify passed buffers and structures
Krzysztof Kozlowski
1
-9
/
+9
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-02-09
mei: bus: block send with vtag on non-conformat FW
Alexander Usyskin
1
-0
/
+7
2021-02-09
mei: bus: change remove callback to return void
Uwe Kleine-König
1
-3
/
+2
2021-02-09
mei: bus: simplify mei_cl_device_remove()
Uwe Kleine-König
1
-5
/
+1
2021-02-06
mei: allow clients on bus to communicate in remove callback
Alexander Usyskin
1
-2
/
+4
2020-12-07
mei: bus: add vtag support
Alexander Usyskin
1
-17
/
+84
2020-11-09
mei: bus: fix a kernel-doc markup
Mauro Carvalho Chehab
1
-1
/
+1
2020-11-03
mei: bus: deinitialize callback functions on init failure
Alexander Usyskin
1
-2
/
+8
2020-11-03
mei: bus: do not start a read for disconnected clients
Alexander Usyskin
1
-2
/
+6
2020-08-18
mei: bus: use zero vtag for bus clients.
Alexander Usyskin
1
-1
/
+71
2020-08-18
mei: add a spin lock to protect rd_completed queue
Alexander Usyskin
1
-3
/
+3
2020-08-18
mei: add vtag support bit in client properties
Alexander Usyskin
1
-0
/
+11
2020-07-23
mei: bus: use sizeof of variable instead of struct type
Tomas Winkler
1
-1
/
+1
2020-06-29
mei: bus: don't clean driver pointer
Alexander Usyskin
1
-2
/
+1
2020-01-10
mei: bus: use simple sprintf for sysfs
Tomas Winkler
1
-5
/
+5
2019-11-16
mei: bus: add more client attributes to sysfs
Alexander Usyskin
1
-0
/
+33
2019-11-05
mei: bus: prefix device names on bus with the bus name
Alexander Usyskin
1
-4
/
+5
2019-03-27
mei: adjust the copyright notice in the files.
Tomas Winkler
1
-1
/
+1
2019-03-27
mei: convert to SPDX license tags
Tomas Winkler
1
-10
/
+1
2019-02-26
mei: bus: move hw module get/put to probe/release
Alexander Usyskin
1
-11
/
+10
2019-02-12
mei: bus: export to_mei_cl_device for mei client devices drivers
Tomas Winkler
1
-1
/
+0
2018-09-12
mei: bus: need to unlink client before freeing
Tomas Winkler
1
-5
/
+4
2018-09-12
mei: bus: fix hw module get/put balance
Tomas Winkler
1
-2
/
+1
2018-07-03
mei: add optional timeout to internal bus recv
Alexander Usyskin
1
-10
/
+26
2018-03-14
mei: limit the number of queued writes
Alexander Usyskin
1
-0
/
+17
2018-03-14
mei: make module referencing local to the bus.c
Tomas Winkler
1
-32
/
+34
2018-02-16
mei: set device client to the disconnected state upon suspend.
Tomas Winkler
1
-6
/
+0
2017-12-19
mei: fix spelling mistake: "botther" -> "bother"
Colin Ian King
1
-1
/
+1
2017-12-13
mei: speed up the power down flow
Tomas Winkler
1
-2
/
+8
2017-08-28
mei: make device_type const
Bhumika Goyal
1
-1
/
+1
2017-06-12
Merge 4.12-rc5 into char-misc-next
Greg Kroah-Hartman
1
-1
/
+3
2017-06-03
mei: make sysfs modalias format similar as uevent modalias
Pratyush Anand
1
-1
/
+3
2017-05-25
mei: make mei_cl_bus_rescan static
Alexander Usyskin
1
-1
/
+1
2017-04-08
mei: drop amthif internal client
Alexander Usyskin
1
-6
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-01-31
mei: bus: unregister callbacks upon me client disable call
Alexander Usyskin
1
-8
/
+22
2017-01-31
mei: bus: prevent hardware module unload if device on bus is active
Alexander Usyskin
1
-0
/
+31
2017-01-31
mei: bus: cancel and disable callback after release call
Alexander Usyskin
1
-4
/
+4
2017-01-04
mei: bus: fix mei_cldev_enable KDoc
Alexander Usyskin
1
-1
/
+1
2016-12-06
mei: bus: enable non-blocking RX
Alexander Usyskin
1
-2
/
+29
2016-11-17
mei: bus: split RX and async notification callbacks
Alexander Usyskin
1
-59
/
+82
2016-11-17
mei: bus: make a client pointer always available
Alexander Usyskin
1
-16
/
+15
2016-11-10
mei: enable to set the internal flag for client write
Alexander Usyskin
1
-4
/
+6
2016-10-31
mei: bus: demote error to debug level upon disconnect
Alexander Usyskin
1
-1
/
+1
2016-10-28
mei: bus: remove rx callback context
Tomas Winkler
1
-4
/
+2
2016-08-30
mei: amthif: fix deadlock in initialization during a reset
Alexander Usyskin
1
-2
/
+0
[next]