Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
204ec6e07ea7aff863df0f7c53301f9cbbfbb9d3
/
drivers
/
misc
/
mei
ef0625b
Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
480bd3c
mei: mei_txe_fw_sts can be static
by Fengguang Wu
· 10 years ago
ce23139
mei: fix kernel-doc warnings
by Alexander Usyskin
· 10 years ago
a8605ea
mei: fix KDoc documentation formatting
by Alexander Usyskin
· 10 years ago
764c065
mei: drop me_client_presentation_num
by Alexander Usyskin
· 10 years ago
0a01e97
mei: trivial: fix errors in prints in comments
by Alexander Usyskin
· 10 years ago
1f18035
mei: remove include to pci header from mei module files
by Tomas Winkler
· 10 years ago
4ad96db
mei: push pci cfg structure me hw
by Tomas Winkler
· 10 years ago
d08b8fc
mei: remove the reference to pdev from mei_device
by Tomas Winkler
· 10 years ago
1bd30b6
mei: move fw_status back to hw ops handlers
by Tomas Winkler
· 10 years ago
2bf94cab
mei: get rid of most of the pci dependencies in mei
by Tomas Winkler
· 10 years ago
3a7e9b6
mei: push all standard settings into mei_device_init
by Tomas Winkler
· 10 years ago
2190fe2
mei: move mei_hbm_hdr function from hbm.h the hbm.c
by Tomas Winkler
· 10 years ago
2628118
mei: kill error message for allocation failure
by Tomas Winkler
· 10 years ago
55e43d1
mei: nfc: fix style warning
by Tomas Winkler
· 10 years ago
92db155
mei: fix style warning: Missing a blank line after declarations
by Tomas Winkler
· 10 years ago
152de90
mei: pg: fix cat and paste error in comments
by Tomas Winkler
· 10 years ago
2fbab57
mei: debugfs: add single buffer indicator
by Tomas Winkler
· 10 years ago
c449520
mei: debugfs: adjust print buffer
by Alexander Usyskin
· 10 years ago
1beeb4b
mei: add hbm and pg state in devstate debugfs print
by Alexander Usyskin
· 10 years ago
7efceb5
mei: fix comments
by Geert Uytterhoeven
· 10 years ago
cfda279
mei: bus: fix possible boundaries violation
by Alexander Usyskin
· 10 years ago
154eb18
mei: use connect_data on the stack
by Tomas Winkler
· 10 years ago
4f046e7
mei: enable adding more IOCTL handlers
by Tomas Winkler
· 10 years ago
bae1cc7
mei: extract supported features from the hbm version
by Tomas Winkler
· 10 years ago
2af89db
mei: simplify handling of hbm client events
by Tomas Winkler
· 10 years ago
cb02efc
mei: wait for hbm start non-interruptible
by Alexander Usyskin
· 10 years ago
12f45ed
mei: revamp connect and disconnect response handling
by Tomas Winkler
· 10 years ago
5a8373f
mei: use disconnect name consistently
by Tomas Winkler
· 10 years ago
89778d6
mei: add hbm commands return status values
by Tomas Winkler
· 10 years ago
d880f32
mei: add mei_me_cl_by_uuid_id function
by Tomas Winkler
· 10 years ago
25ca647
mei: add me client remove functions
by Tomas Winkler
· 10 years ago
5ca2d38
mei: use list for me clients book keeping
by Tomas Winkler
· 10 years ago
d320832
mei: me_client lookup function to return me_client object
by Tomas Winkler
· 10 years ago
68d1aa6
mei: use wrapper for simple hbm client message
by Tomas Winkler
· 10 years ago
3438c1f
mei: use consistently me_addr in the hbm structures
by Tomas Winkler
· 10 years ago
05e314e
mei: amthif: don't check amthif client identity on amthif queues
by Alexander Usyskin
· 10 years ago
5456796
mei: amthif: use service function to flush amthif queue
by Alexander Usyskin
· 10 years ago
2c2b93e
mei: me: wait for hw ready non-interruptible
by Alexander Usyskin
· 10 years ago
8e8248b
mei: nfc: fix memory leak in error path
by Alexander Usyskin
· 10 years ago
73ab423
mei: reset client state on queued connect request
by Alexander Usyskin
· 10 years ago
8f64215
mei: drop unused hw dependent fw status functions
by Alexander Usyskin
· 10 years ago
fe2f17e
mei: fix return value on disconnect timeout
by Alexander Usyskin
· 10 years ago
d5d83f8
mei: don't schedule suspend in pm idle
by Alexander Usyskin
· 10 years ago
22b987a
mei: start disconnect request timer consistently
by Alexander Usyskin
· 10 years ago
3e37ebb
mei: reset client connection state on timeout
by Alexander Usyskin
· 10 years ago
d238a0e
mei: add WPT second mei interface
by Alexander Usyskin
· 10 years ago
f3d8e87
mei: move from misc to char device
by Alexander Usyskin
· 10 years ago
c919951
mei: me: move probe quirk to cfg structure
by Tomas Winkler
· 11 years ago
8d929d4
mei: add per device configuration
by Alexander Usyskin
· 11 years ago
c40765d
mei: me: read H_CSR after asserting reset
by Tomas Winkler
· 11 years ago
07cd7be
mei: me: drop harmful wait optimization
by Tomas Winkler
· 11 years ago
b04ada9
mei: me: fix hw ready reset flow
by Tomas Winkler
· 11 years ago
84b3294
mei: fix memory leak of mei_clients array
by Tomas Winkler
· 11 years ago
e4d8270
mei: set connecting state just upon connection request is sent to the fw
by Alexander Usyskin
· 11 years ago
8611350
mei: make return values consistent across the driver
by Alexander Usyskin
· 11 years ago
04dd366
mei: extract fw status registers
by Alexander Usyskin
· 11 years ago
61a1aea7
mei: me: bump hbm version to 1.1 to support power gating
by Tomas Winkler
· 11 years ago
d2d56fa
mei: txe: use runtime PG pm domain for non wakeable devices
by Alexander Usyskin
· 11 years ago
e13fa90
mei: me: use runtime PG pm domain for non wakeable devices
by Tomas Winkler
· 11 years ago
04bb139
mei: use runtime pm in write and read flow
by Tomas Winkler
· 11 years ago
cfe5ab8
mei: txe: add runtime pm framework
by Alexander Usyskin
· 11 years ago
180ea05
mei: me: add runtime pm framework
by Tomas Winkler
· 11 years ago
a532bbe
mei: add function to check write queues
by Tomas Winkler
· 11 years ago
ba9cdd0
mei: me: add pg exit and entry flow commands
by Tomas Winkler
· 11 years ago
964a233
mei: expose hardware power gating state to mei layer
by Tomas Winkler
· 11 years ago
ee7e5af
mei: condition PGI support on HW and HBM version
by Tomas Winkler
· 11 years ago
b16c357
mei: me: add power gating isolation register write wrappers
by Tomas Winkler
· 11 years ago
ad4d355
mei: me: introduce power gating registers
by Tomas Winkler
· 11 years ago
4fcbc99
mei: implement power gating isolation hbm layer
by Tomas Winkler
· 11 years ago
34ec436
mei: ignore client writing state during cb completion
by Alexander Usyskin
· 11 years ago
5e6533a
mei: me: do not load the driver if the FW doesn't support MEI interface
by Tomas Winkler
· 11 years ago
675c354
Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
4b1779c
Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 11 years ago
a05f8f8
mei: don't use deprecated DEFINE_PCI_DEVICE_TABLE macro
by Tomas Winkler
· 11 years ago
34e267d
mei: amthif: fix checkpatch error
by Tomas Winkler
· 11 years ago
1adc167
mei: client.h fix checkpatch errors
by Tomas Winkler
· 11 years ago
4692218
mei: use cl_dbg where appropriate
by Tomas Winkler
· 11 years ago
d63b309
mei: fix Unnecessary space after function pointer name
by Tomas Winkler
· 11 years ago
dbac474
mei: report consistently copy_from/to_user failures
by Alexander Usyskin
· 11 years ago
80260f2
mei: drop pr_fmt macros
by Tomas Winkler
· 11 years ago
6e4cd27
mei: make me hw headers private to me hw.
by Tomas Winkler
· 11 years ago
cc99ecf
mei: fix memory leak of pending write cb objects
by Tomas Winkler
· 11 years ago
b1b94b5
mei: me: do not reset when less than expected data is received
by Tomas Winkler
· 11 years ago
31a5ef2
mei: fix regressions caused by removing ext_msg
by Alexander Usyskin
· 11 years ago
5877255
mei: wd: fix stop completion failure
by Tomas Winkler
· 11 years ago
b6d81fd
mei: wd: simplify wd_send command
by Tomas Winkler
· 11 years ago
7ca96aa
mei: make return values consistent across the driver
by Alexander Usyskin
· 11 years ago
9d09819
mei: revamp writing slot counting
by Tomas Winkler
· 11 years ago
6aae48f
mei: add mei_hbuf_acquire wrapper
by Tomas Winkler
· 11 years ago
4a22176
mei: txe: include irqreturn.h for irqreturn_t etc
by Stephen Rothwell
· 11 years ago
81ec550
mei: Add include of <linux/irqreturn.h>
by Bjorn Helgaas
· 11 years ago
0a19174
Merge branch 'char-misc-linus' into char-misc-next
by Greg Kroah-Hartman
· 11 years ago
accb884
mei: set client's read_cb to NULL when flow control fails
by Chao Bi
· 11 years ago
e0270ad
mei: txe: put pm callbacks under PM_SLEEP ifdef
by Tomas Winkler
· 11 years ago
1683325
mei: me: put pm callbacks under PM_SLEEP ifdef
by Alexander Usyskin
· 11 years ago
31f88f5
mei: don't of list_for_each_entry_safe when not deleting
by Tomas Winkler
· 11 years ago
12d0066
mei: use helper function to find me client by id
by Alexander Usyskin
· 11 years ago
a27a76d
mei: fix potential read outside of array bounds
by Alexander Usyskin
· 11 years ago
Next »