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.13.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
2015-09-21
mei: bus: use mei_cldev_ prefix for the API functions
Tomas Winkler
1
-33
/
+34
2015-09-21
mei: bus: export mei_cldev_enabled function
Tomas Winkler
1
-0
/
+13
2015-09-21
mei: bus: export uuid and protocol version to mei_cl bus drivers
Tomas Winkler
1
-0
/
+26
2015-09-21
mei: bus: add client protocol version to the device alias
Tomas Winkler
1
-7
/
+21
2015-09-21
mei: bus: export client protocol version
Tomas Winkler
1
-0
/
+18
2015-09-21
mei: make modules.alias UUID information easier to read
Prarit Bhargava
1
-5
/
+2
2015-08-04
mei: bus: add and call callback on notify event
Alexander Usyskin
1
-4
/
+46
2015-08-04
mei: bus: link client devices instead of host clients
Tomas Winkler
1
-66
/
+147
2015-08-04
mei: bus: simplify how we build nfc bus name
Tomas Winkler
1
-1
/
+1
2015-08-04
mei: bus: enable running fixup routines before device registration
Tomas Winkler
1
-15
/
+76
2015-08-04
mei: bus: add me client device list infrastructure
Tomas Winkler
1
-0
/
+1
2015-08-04
mei: bus: add reference to bus device in struct mei_cl_client
Tomas Winkler
1
-0
/
+17
2015-08-04
mei: bus: revamp probe and remove functions
Tomas Winkler
1
-11
/
+30
2015-08-04
mei: bus: revamp device matching
Tomas Winkler
1
-19
/
+44
2015-08-04
mei: bus: report if event registration failed
Tomas Winkler
1
-1
/
+5
2015-08-04
mei: bus: don't enable events implicitly in device enable
Tomas Winkler
1
-3
/
+0
2015-08-04
mei: bus: rename uevent handler to mei_cl_device_uevent
Tomas Winkler
1
-2
/
+10
2015-08-04
mei: bus: move driver api functions at the start of the file
Tomas Winkler
1
-262
/
+351
2015-08-04
mei: bus: fix drivers and devices names confusion
Tomas Winkler
1
-130
/
+130
2015-07-08
mei: nfc: fix deadlock on shutdown/suspend path
Tomas Winkler
1
-16
/
+0
2015-05-31
mei: fix up uuid matching
Greg Kroah-Hartman
1
-7
/
+2
2015-05-24
NFC: mei_phy: move all nfc logic from mei driver to nfc
Tomas Winkler
1
-30
/
+6
2015-05-24
mei: bus: add name and uuid into device attributes
Tomas Winkler
1
-0
/
+33
2015-05-24
mei: bus: report also uuid in module alias
Tomas Winkler
1
-8
/
+34
2015-05-24
mei: add a reference from the host client to the me client
Alexander Usyskin
1
-15
/
+23
2015-05-24
mei: revamp client connection
Tomas Winkler
1
-0
/
+6
2015-05-24
mei: revamp client disconnection flow
Tomas Winkler
1
-2
/
+0
2015-04-03
mei: replace check for connection instead of transitioning
Tomas Winkler
1
-2
/
+2
2015-04-03
mei: use mei_cl_is_connected consistently
Tomas Winkler
1
-2
/
+2
2015-03-02
mei: bus: call device disable handler prior to disconnection
Tomas Winkler
1
-14
/
+11
2015-03-02
mei: allow read concurrency
Tomas Winkler
1
-17
/
+19
2015-03-02
mei: simplify io callback disposal
Tomas Winkler
1
-19
/
+3
2015-03-02
mei: always initialize the callback with the intended operation type
Tomas Winkler
1
-9
/
+5
2015-03-02
mei: use only one buffer in callback
Tomas Winkler
1
-3
/
+3
2015-03-02
mei: fix device reset on mei_cl_irq_read_msg allocation failure
Tomas Winkler
1
-0
/
+6
2015-01-25
mei: add reference counting for me clients
Tomas Winkler
1
-16
/
+23
2015-01-12
mei: bus: use ssize_t as the return type for send and receive
Tomas Winkler
1
-16
/
+14
2014-11-07
mei: nfc: clean nfc internal struct on host exit
Tomas Winkler
1
-2
/
+2
2014-09-29
mei: remove include to pci header from mei module files
Tomas Winkler
1
-1
/
+0
2014-09-29
mei: get rid of most of the pci dependencies in mei
Tomas Winkler
1
-5
/
+5
2014-09-24
mei: bus: fix possible boundaries violation
Alexander Usyskin
1
-1
/
+1
2014-09-24
mei: add mei_me_cl_by_uuid_id function
Tomas Winkler
1
-2
/
+2
2014-09-24
mei: me_client lookup function to return me_client object
Tomas Winkler
1
-5
/
+5
2014-05-04
mei: set connecting state just upon connection request is sent to the fw
Alexander Usyskin
1
-2
/
+0
2014-05-04
mei: make return values consistent across the driver
Alexander Usyskin
1
-1
/
+1
2014-03-18
mei: make me hw headers private to me hw.
Tomas Winkler
1
-1
/
+0
2014-02-18
mei: don't of list_for_each_entry_safe when not deleting
Tomas Winkler
1
-2
/
+2
2014-02-18
mei: Remove all bus devices from the mei_dev list when stopping the MEI
Tomas Winkler
1
-0
/
+16
2013-10-30
mei: bus: propagate error code returned by mei_me_cl_by_id
Tomas Winkler
1
-1
/
+1
2013-09-27
mei: bus: stop wait for read during cl state transition
Tomas Winkler
1
-1
/
+4
[next]