Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f1a47d37fbc65bc49d32f23ab61c3e09fefeab73
/
drivers
/
misc
/
mei
8e483ed
Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
e880e874
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 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
2be7010
mei: Fix debugfs filename in error output
by Alexander Kuleshov
· 9 years ago
edf5600
mei: amthif: Do not compare bool to 0/1
by Alexander Usyskin
· 9 years ago
df7f544
mei: bus: fix c&p issue in the kdoc
by Tomas Winkler
· 9 years ago
99c2658
mei: fix the KDoc formating
by Alexander Usyskin
· 9 years ago
34af191
mei: keep the device awake during reads in chunks
by Alexander Usyskin
· 9 years ago
97ccf63
mei: cancel driver workers only after client devices were removed
by Tomas Winkler
· 9 years ago
4970c0c
Merge 4.3-rc5 into char-misc next
by Greg Kroah-Hartman
· 9 years ago
84dfe03
mei: hbm: fix error in state check logic
by Alexander Usyskin
· 9 years ago
621a5f7
debugfs: Pass bool pointer to debugfs_create_bool()
by Viresh Kumar
· 9 years ago
c566f36
Merge 4.3-rc3 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
5964db0
mei: fix debugfs files leak on error path
by Tomas Winkler
· 9 years ago
cf094eb
mei: me: fix d0i3 register offset in tracing
by Alexander Usyskin
· 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
51a73ba
Merge git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 9 years ago
6551881
Watchdog: Fix parent of watchdog_devices
by Pratyush Anand
· 9 years ago
eead035a
mei: remove check on pm_runtime_active in __mei_cl_disconnect
by Tomas Winkler
· 9 years ago
155718c
mei: hbm: bump supported HBM version to 2.0
by Tomas Winkler
· 9 years ago
1625c7e
mei: me: add sunrise point device ids
by Tomas Winkler
· 9 years ago
b9a1fc9
mei: me: d0i3: exit d0i3 on driver start and enter it on stop
by Alexander Usyskin
· 9 years ago
ebad6b9
mei: me: d0i3: move mei_me_hw_reset down in the file
by Alexander Usyskin
· 9 years ago
859ef2f
mei: me: d0i3: add d0i3 enter/exit state machine
by Alexander Usyskin
· 9 years ago
63f7523
mei: hbm: reorganize the power gating responses
by Alexander Usyskin
· 9 years ago
1fa55b4
mei: me: d0i3: enable d0i3 interrupts
by Alexander Usyskin
· 9 years ago
bb9f4d2
mei: me: d0i3: add flag to indicate D0i3 support
by Alexander Usyskin
· 9 years ago
1183048
mei: me: d0i3: add the control registers
by Tomas Winkler
· 9 years ago
71e117f
mei: hbm: add new error code MEI_CL_CONN_NOT_ALLOWED
by Alexander Usyskin
· 9 years ago
bb2ef9c
mei: bus: add and call callback on notify event
by Alexander Usyskin
· 9 years ago
237092b
mei: implement fasync for event notification
by Tomas Winkler
· 9 years ago
2c84c29
mei: support polling for event notification
by Tomas Winkler
· 9 years ago
3c7c846
mei: add async event notification ioctls
by Tomas Winkler
· 9 years ago
b38a362
mei: add a handler that waits for notification on event
by Tomas Winkler
· 9 years ago
51678cc
mei: add mei_cl_notify_request command
by Tomas Winkler
· 9 years ago
4d99877
mei: enable async event notifications only from hbm version 2.0
by Tomas Winkler
· 9 years ago
965ae37
mei: implement async notification hbm messages
by Tomas Winkler
· 9 years ago
d3c1c80
mei: define async notification hbm commands
by Tomas Winkler
· 9 years ago
18901357
mei: disconnect on connection request timeout
by Alexander Usyskin
· 9 years ago
70ef835
mei: support for dynamic clients
by Tomas Winkler
· 9 years ago
6009595
mei: bus: link client devices instead of host clients
by Tomas Winkler
· 9 years ago
b39910c
mei: bus: simplify how we build nfc bus name
by Tomas Winkler
· 9 years ago
dd070a1
mei: bus: blacklist clients by number of connections
by Tomas Winkler
· 9 years ago
5b6dca2
mei: bus: blacklist the nfc info client
by Tomas Winkler
· 9 years ago
71ce789
mei: bus: enable running fixup routines before device registration
by Tomas Winkler
· 9 years ago
0ff0a8d
mei: bus: add me client device list infrastructure
by Tomas Winkler
· 9 years ago
512f64d
mei: bus: add reference to bus device in struct mei_cl_client
by Tomas Winkler
· 9 years ago
feb8cd0
mei: bus: revamp probe and remove functions
by Tomas Winkler
· 9 years ago
688a9cc
mei: bus: revamp device matching
by Tomas Winkler
· 9 years ago
48168f4
mei: bus: report if event registration failed
by Tomas Winkler
· 9 years ago
7e280ab
mei: bus: don't enable events implicitly in device enable
by Tomas Winkler
· 9 years ago
38d3c00
mei: bus: rename uevent handler to mei_cl_device_uevent
by Tomas Winkler
· 9 years ago
6238299
mei: bus: move driver api functions at the start of the file
by Tomas Winkler
· 9 years ago
a0a785c
mei: bus: rename nfc.c to bus-fixup.c
by Tomas Winkler
· 9 years ago
b37719c3
mei: bus: fix drivers and devices names confusion
by Tomas Winkler
· 9 years ago
23253c3
mei: do not access freed cb in blocking write
by Alexander Usyskin
· 9 years ago
154322f
mei: prevent unloading mei hw modules while the device is opened.
by Tomas Winkler
· 9 years ago
4f27395
mei: nfc: fix deadlock on shutdown/suspend path
by Tomas Winkler
· 9 years ago
3dc196e
mei: me: wait for power gating exit confirmation
by Alexander Usyskin
· 9 years ago
c241e9b
mei: reset flow control on the last client disconnection
by Alexander Usyskin
· 9 years ago
b144ce2
mei: fix up uuid matching
by Greg Kroah-Hartman
· 9 years ago
5b20a02
mei: export hbm features to debugfs under devstate
by Tomas Winkler
· 10 years ago
dbac993
mei: export mei client device struct to external use
by Tomas Winkler
· 10 years ago
d4b78c7
mei: bus: kill mei_cl_ops
by Tomas Winkler
· 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
41c95b0
mei: add also write waiting list to runtime pm blockers
by Tomas Winkler
· 10 years ago
a1809d3
mei: request autosuspend at the end of write
by Alexander Usyskin
· 10 years ago
b8b7303
mei: consume flow control on the first chunk of writing
by Alexander Usyskin
· 10 years ago
292f82c
mei: debug prints with client info in read
by Alexander Usyskin
· 10 years ago
900f445
mei: txe: fix incorrect indentation
by Tomas Winkler
· 10 years ago
9e23936
mei: drop iamthif_mtu from device structure
by Alexander Usyskin
· 10 years ago
eeabfcf
mei: connection to fixed address clients from user-space
by Alexander Usyskin
· 10 years ago
1df629e
mei: support for fixed address clients
by Alexander Usyskin
· 10 years ago
a03d77f
mei: fix flow control for single buffer clients
by Alexander Usyskin
· 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
fe29228
mei: txe: reduce suspend/resume time
by Tomas Winkler
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
ea5505f
mei: trace: remove unused TRACE_SYSTEM_STRING
by Tomas Winkler
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 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
1d9013f
mei: fix mei_poll operation
by Tomas Winkler
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
ab3ae00
mei: fix regression on NFC connection
by Tomas Winkler
· 10 years ago
e94f16a
Merge 4.0-rc3 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
d2b5851
mei: trace: fix missing include to linux/device.h
by Tomas Winkler
· 10 years ago
b43baf6
mei: free me client references on host init
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
Next »