- c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 5 months ago
- 0912ef4 mei: constify passed buffers and structures by Krzysztof Kozlowski · 3 years, 6 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- b398d53c mei: bus: block send with vtag on non-conformat FW by Alexander Usyskin · 4 years ago
- bf5c9cc mei: bus: change remove callback to return void by Uwe Kleine-König · 4 years ago
- f320ff0 mei: bus: simplify mei_cl_device_remove() by Uwe Kleine-König · 4 years ago
- 36edb14 mei: allow clients on bus to communicate in remove callback by Alexander Usyskin · 4 years ago
- 85261c1 mei: bus: add vtag support by Alexander Usyskin · 4 years, 2 months ago
- 7bbd258 mei: bus: fix a kernel-doc markup by Mauro Carvalho Chehab · 4 years, 3 months ago
- c2192bb mei: bus: deinitialize callback functions on init failure by Alexander Usyskin · 4 years, 3 months ago
- c7a6252 mei: bus: do not start a read for disconnected clients by Alexander Usyskin · 4 years, 3 months ago
- e5617d2 mei: bus: use zero vtag for bus clients. by Alexander Usyskin · 4 years, 5 months ago
- d1376f3 mei: add a spin lock to protect rd_completed queue by Alexander Usyskin · 4 years, 5 months ago
- 2dd1e5a mei: add vtag support bit in client properties by Alexander Usyskin · 4 years, 5 months ago
- 71ae525 mei: bus: use sizeof of variable instead of struct type by Tomas Winkler · 4 years, 6 months ago
- e852c2c mei: bus: don't clean driver pointer by Alexander Usyskin · 4 years, 7 months ago
- 49ef431 mei: bus: use simple sprintf for sysfs by Tomas Winkler · 5 years ago
- 6449869 mei: bus: add more client attributes to sysfs by Alexander Usyskin · 5 years ago
- 7a2b9e6 mei: bus: prefix device names on bus with the bus name by Alexander Usyskin · 5 years ago
- 1e55b60 mei: adjust the copyright notice in the files. by Tomas Winkler · 6 years ago
- 9fff042 mei: convert to SPDX license tags by Tomas Winkler · 6 years ago
- b5958fa mei: bus: move hw module get/put to probe/release by Alexander Usyskin · 6 years ago
- 32ea33a mei: bus: export to_mei_cl_device for mei client devices drivers by Tomas Winkler · 6 years ago
- 34f1166a mei: bus: need to unlink client before freeing by Tomas Winkler · 6 years ago
- 69bf531 mei: bus: fix hw module get/put balance by Tomas Winkler · 6 years ago
- 9a7c0b6 mei: add optional timeout to internal bus recv by Alexander Usyskin · 7 years ago
- af336ca mei: limit the number of queued writes by Alexander Usyskin · 7 years ago
- 257355a mei: make module referencing local to the bus.c by Tomas Winkler · 7 years ago
- 7ae079a mei: set device client to the disconnected state upon suspend. by Tomas Winkler · 7 years ago
- 8a943bd mei: fix spelling mistake: "botther" -> "bother" by Colin Ian King · 7 years ago
- 8d52af6 mei: speed up the power down flow by Tomas Winkler · 7 years ago
- b8d01b7 mei: make device_type const by Bhumika Goyal · 7 years ago
- 069a0f3 Merge 4.12-rc5 into char-misc-next by Greg Kroah-Hartman · 8 years ago
- 6f9193e mei: make sysfs modalias format similar as uevent modalias by Pratyush Anand · 8 years ago
- 8bb2d27 mei: make mei_cl_bus_rescan static by Alexander Usyskin · 8 years ago
- 394a77d mei: drop amthif internal client by Alexander Usyskin · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 57080e8 mei: bus: unregister callbacks upon me client disable call by Alexander Usyskin · 8 years ago
- 5d88246 mei: bus: prevent hardware module unload if device on bus is active by Alexander Usyskin · 8 years ago
- 9ecb839 mei: bus: cancel and disable callback after release call by Alexander Usyskin · 8 years ago
- 5026c9c mei: bus: fix mei_cldev_enable KDoc by Alexander Usyskin · 8 years ago
- 076802d mei: bus: enable non-blocking RX by Alexander Usyskin · 8 years ago
- 7c7a607 mei: bus: split RX and async notification callbacks by Alexander Usyskin · 8 years ago
- c110cdb mei: bus: make a client pointer always available by Alexander Usyskin · 8 years ago
- e0cb6b2 mei: enable to set the internal flag for client write by Alexander Usyskin · 8 years ago
- d882039 mei: bus: demote error to debug level upon disconnect by Alexander Usyskin · 8 years ago
- 1e4edb3 mei: bus: remove rx callback context by Tomas Winkler · 8 years ago
- e728ae2 mei: amthif: fix deadlock in initialization during a reset by Alexander Usyskin · 8 years ago
- 3030dc0 mei: add wrapper for queuing control commands. by Tomas Winkler · 8 years ago
- 2d4d548 mei: fix return value on disconnection by Tomas Winkler · 9 years ago
- 1eb5bd4 mei: drop read complete queue emptiness check by Alexander Usyskin · 9 years ago
- bc46b45 mei: bus: call mei_cl_read_start under device lock by Alexander Usyskin · 9 years ago
- b9c7954 mei: do not pin module if cldrv->probe() failed by Alexey Khoroshilov · 9 years ago
- 423de92 mei: bus: use scnprintf in *_show by Rasmus Villemoes · 9 years ago
- 6cbb097 mei: fix double freeing of a cb during link reset by Alexander Usyskin · 9 years ago
- 025fb79 mei: split amthif client init from end of clients enumeration by Alexander Usyskin · 9 years ago
- a816a00 mei: bus: run rescan on me_clients list change by Alexander Usyskin · 9 years ago
- 7851e00 mei: drop reserved host client ids by Alexander Usyskin · 9 years ago
- 15c13df mei: bus: check if the device is enabled before data transfer by Alexander Usyskin · 9 years ago
- 850f894 mei: bus: fix notification event delivery by Tomas Winkler · 9 years ago
- a1f9ae2 mei: bus: fix RX event scheduling by Tomas Winkler · 9 years ago
- 213dd19 mei: bus: set the device name before running fixup by Tomas Winkler · 9 years ago
- 2da55cf mei: bus: use correct lock ordering by Tomas Winkler · 9 years ago
- df7f544 mei: bus: fix c&p issue in the kdoc by Tomas Winkler · 9 years ago
- ae48d74 mei: bus: use mei_cl_bus_ prefix consistently by Tomas Winkler · 9 years ago
- d49dc5e mei: bus: use mei_cldev_ prefix for the API functions by Tomas Winkler · 9 years ago
- 01a14ed mei: bus: export mei_cldev_enabled function by Tomas Winkler · 9 years ago
- baeacd0 mei: bus: export uuid and protocol version to mei_cl bus drivers by Tomas Winkler · 9 years ago
- b26864c mei: bus: add client protocol version to the device alias by Tomas Winkler · 9 years ago
- 40b7320 mei: bus: export client protocol version by Tomas Winkler · 9 years ago
- 59796ed mei: make modules.alias UUID information easier to read by Prarit Bhargava · 9 years ago
- bb2ef9c mei: bus: add and call callback on notify event by Alexander Usyskin · 9 years ago
- 6009595 mei: bus: link client devices instead of host clients by Tomas Winkler · 10 years ago
- b39910c mei: bus: simplify how we build nfc bus name by Tomas Winkler · 10 years ago
- 71ce789 mei: bus: enable running fixup routines before device registration by Tomas Winkler · 10 years ago
- 0ff0a8d mei: bus: add me client device list infrastructure by Tomas Winkler · 10 years ago
- 512f64d mei: bus: add reference to bus device in struct mei_cl_client by Tomas Winkler · 10 years ago
- feb8cd0 mei: bus: revamp probe and remove functions by Tomas Winkler · 10 years ago
- 688a9cc mei: bus: revamp device matching by Tomas Winkler · 10 years ago
- 48168f4 mei: bus: report if event registration failed by Tomas Winkler · 10 years ago
- 7e280ab mei: bus: don't enable events implicitly in device enable by Tomas Winkler · 10 years ago
- 38d3c00 mei: bus: rename uevent handler to mei_cl_device_uevent by Tomas Winkler · 10 years ago
- 6238299 mei: bus: move driver api functions at the start of the file by Tomas Winkler · 10 years ago
- b37719c3 mei: bus: fix drivers and devices names confusion by Tomas Winkler · 10 years ago
- 4f27395 mei: nfc: fix deadlock on shutdown/suspend path by Tomas Winkler · 10 years ago
- b144ce2 mei: fix up uuid matching by Greg Kroah-Hartman · 10 years ago
- be9b720 NFC: mei_phy: move all nfc logic from mei driver to nfc by Tomas Winkler · 10 years ago
- 007d64e mei: bus: add name and uuid into device attributes by Tomas Winkler · 10 years ago
- c93b76b mei: bus: report also uuid in module alias by Tomas Winkler · 10 years ago
- d49ed64 mei: add a reference from the host client to the me client by Alexander Usyskin · 10 years ago
- 0c53357 mei: revamp client connection by Tomas Winkler · 10 years ago
- 3c66618 mei: revamp client disconnection flow by Tomas Winkler · 10 years ago
- 6a84d63 mei: replace check for connection instead of transitioning by Tomas Winkler · 10 years ago
- f3de9b6 mei: use mei_cl_is_connected consistently by Tomas Winkler · 10 years ago
- b3de8e3 mei: bus: call device disable handler prior to disconnection by Tomas Winkler · 10 years ago
- a9bed61 mei: allow read concurrency by Tomas Winkler · 10 years ago
- 928fa66 mei: simplify io callback disposal by Tomas Winkler · 10 years ago
- bca67d6 mei: always initialize the callback with the intended operation type by Tomas Winkler · 10 years ago
- 5db7514 mei: use only one buffer in callback by Tomas Winkler · 10 years ago
- 3d33ff2 mei: fix device reset on mei_cl_irq_read_msg allocation failure by Tomas Winkler · 10 years ago