Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
36a857e4f2c9783cd573c948df022011cb386aa4
/
drivers
/
misc
/
mei
/
main.c
35bf769
mei: fix format string in debug prints
by Alexander Usyskin
· 9 years ago
1b79dff
Merge 4.5-rc4 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
6cbb097
mei: fix double freeing of a cb during link reset
by Alexander Usyskin
· 9 years ago
7851e00
mei: drop reserved host client ids
by Alexander Usyskin
· 9 years ago
f4e0624
mei: fixed address clients for the new platforms
by Alexander Usyskin
· 9 years ago
06ee536
mei: fill file pointer in read cb for fixed address client
by Alexander Usyskin
· 9 years ago
f23e2cc
mei: constify struct file pointer
by Tomas Winkler
· 9 years ago
d0df8df
mei: amthif: don't drop read packets on timeout
by Alexander Usyskin
· 9 years ago
f862b6b
mei: fix possible integer overflow issue
by Tomas Winkler
· 9 years ago
7326fff
mei: validate request value in client notify request ioctl
by Alexander Usyskin
· 9 years ago
8b2458f
mei: always copy the read buffer if data is ready
by Alexander Usyskin
· 9 years ago
ed6dc53
mei: fix fasync return value on error
by Tomas Winkler
· 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
154322f
mei: prevent unloading mei hw modules while the device is opened.
by Tomas Winkler
· 9 years ago
292f82c
mei: debug prints with client info in read
by Alexander Usyskin
· 10 years ago
eeabfcf
mei: connection to fixed address clients from user-space
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
3c66618
mei: revamp client disconnection flow
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
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
a9bed61
mei: allow read concurrency
by Tomas Winkler
· 10 years ago
928fa66
mei: simplify io callback disposal
by Tomas Winkler
· 10 years ago
03b8d34
mei: add mei_cl_alloc_linked function
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
8660172
mei: iamthif: use client write functions
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
79563db
mei: add reference counting for me clients
by Tomas Winkler
· 10 years ago
55c4e64
mei: export fw status registers through sysfs
by Tomas Winkler
· 10 years ago
a8605ea
mei: fix KDoc documentation formatting
by Alexander Usyskin
· 10 years ago
1f18035
mei: remove include to pci header from mei module files
by Tomas Winkler
· 10 years ago
2bf94cab
mei: get rid of most of the pci dependencies in mei
by Tomas Winkler
· 10 years ago
2628118
mei: kill error message for allocation failure
by Tomas Winkler
· 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
d880f32
mei: add mei_me_cl_by_uuid_id function
by Tomas Winkler
· 10 years ago
d320832
mei: me_client lookup function to return me_client object
by Tomas Winkler
· 10 years ago
f3d8e87
mei: move from misc to char device
by Alexander Usyskin
· 10 years ago
e4d8270
mei: set connecting state just upon connection request is sent to the fw
by Alexander Usyskin
· 11 years ago
34ec436
mei: ignore client writing state during cb completion
by Alexander Usyskin
· 11 years ago
4692218
mei: use cl_dbg where appropriate
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
7ca96aa
mei: make return values consistent across the driver
by Alexander Usyskin
· 11 years ago
285e299
mei: hbm: revamp client connect and disconnection status
by Alexander Usyskin
· 11 years ago
83ce074
mei: fix syntax in comments and debug output
by Alexander Usyskin
· 11 years ago
22f96a0
mei: revamp open handler counts
by Tomas Winkler
· 11 years ago
e036cc5
mei: simplify mei_open error handling
by Tomas Winkler
· 11 years ago
d717349
Merge 3.12-rc3 into char-misc-next
by Greg Kroah-Hartman
· 11 years ago
e2b3164
mei: bus: stop wait for read during cl state transition
by Tomas Winkler
· 11 years ago
a9c8a17
mei: mei_release: drop redundant check if cb is NULL
by Tomas Winkler
· 11 years ago
dd5de1f
mei: revamp read and write length checks
by Tomas Winkler
· 11 years ago
d8b29ef
mei: mei_write correct checks for copy_from_user
by Alexander Usyskin
· 11 years ago
b950ac1
mei: don't get stuck in select during reset
by Tomas Winkler
· 11 years ago
139aacf
mei: fix read after read scenario
by Tomas Winkler
· 11 years ago
7131799
mei: deprecate the mei_wd_state_independence_msg
by Tomas Winkler
· 11 years ago
80fe636
mei: fix out of array access to me clients array
by Tomas Winkler
· 12 years ago
fcb136e
mei: fix reading large reposnes
by Tomas Winkler
· 12 years ago
9b0d5ef
mei: revamp hbm state machine
by Tomas Winkler
· 12 years ago
4234a6d
mei: add mei_cl_write function
by Tomas Winkler
· 12 years ago
30e53bb
mei: add debugfs hooks
by Tomas Winkler
· 12 years ago
cf3baef
mei: bus: Call bus routines from the core code
by Samuel Ortiz
· 12 years ago
40e0b67
mei: move mei-me to separate module
by Tomas Winkler
· 12 years ago
330dd7d
mei: rename to mei_host_buffer_is_empty to hbuf_is_ready
by Tomas Winkler
· 12 years ago
827eef5
mei: separate compilation of the ME hardware specifics
by Tomas Winkler
· 12 years ago
2703d4b
mei: sperate interface and pci code into two files
by Tomas Winkler
· 12 years ago
627ca75
mei: move work initialization to mei_device_init
by Tomas Winkler
· 12 years ago
9ea73dd
mei: use non cached hcsr for interrupt enablement
by Tomas Winkler
· 12 years ago
781d0d8
mei: normalize me host client linking routines
by Tomas Winkler
· 12 years ago
1a1aca4
mei: rename remaining amthi strings to amthif
by Tomas Winkler
· 12 years ago
d91aaed
mei: drop read_pending member form struct mei_cl
by Tomas Winkler
· 12 years ago
9dc64d6
mei: rename interface to hw-me
by Tomas Winkler
· 12 years ago
9f81abda
mei: implement mei_cl_connect function
by Tomas Winkler
· 12 years ago
90e0b5f
mei: fix client functions names
by Tomas Winkler
· 12 years ago
47a7380
mei: include local headers after the system ones
by Tomas Winkler
· 12 years ago
15d4acc
mei: use unified format for printing mei message header
by Tomas Winkler
· 12 years ago
438763f
mei: drop redundant length parameter from mei_write_message function
by Tomas Winkler
· 12 years ago
486a5c2
misc: remove use of __devexit
by Bill Pemberton
· 12 years ago
80c8ae2
misc: remove use of __devinit
by Bill Pemberton
· 12 years ago
9306a8b
mei: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
c1174c0
mei: Simplify the ME client enumeration code
by Samuel Ortiz
· 12 years ago
ff8b2f4
mei: use link and unlink terms for connecting ME and HOST client
by Tomas Winkler
· 12 years ago
744f0f2
mei: extract amthif specific code from mei_poll to mei_amthif_poll
by Tomas Winkler
· 12 years ago
a562d5c
mei: move amthif specific release code to amithif
by Tomas Winkler
· 12 years ago
4b8960b
mei: rename enum mei_cb_major_types to enum mei_cb_file_ops
by Tomas Winkler
· 12 years ago
db3ed43
mei: use type struct mei_cl *cl instead of void in struct mei_cb
by Tomas Winkler
· 12 years ago
e773efc
mei: amthif: prefix cb list with amthif
by Tomas Winkler
· 12 years ago
ab5c4a5
mei: move amthif specific code from mei_write to mei_amthif_write
by Tomas Winkler
· 12 years ago
15ea191
mei: mei_clear_list: kill file_temp
by Tomas Winkler
· 12 years ago
19838fb
mei: extract AMTHI functions into the amthif.c file
by Tomas Winkler
· 12 years ago
3870c32
mei: normalize timeouts definitions
by Tomas Winkler
· 12 years ago
b0d0cf7
mei: mei_write: revamp function flow
by Tomas Winkler
· 12 years ago
664df38
mei: use mei_io_cb_ warppers also for control flows
by Tomas Winkler
· 12 years ago
601a1ef
mei: rename mei_free_cb_private to mei_io_cb_free
by Tomas Winkler
· 12 years ago
Next »