Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e4ec73510812f24087a28ac8cbf1f77c9fb262e5
/
drivers
/
misc
/
mei
/
mei_dev.h
3dc196e
mei: me: wait for power gating exit confirmation
by Alexander Usyskin
· 9 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
c93b76b
mei: bus: report also uuid in module alias
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
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
3c66618
mei: revamp client disconnection flow
by Tomas Winkler
· 10 years ago
a9bed61
mei: allow read concurrency
by Tomas Winkler
· 10 years ago
5db7514
mei: use only one buffer in callback
by Tomas Winkler
· 10 years ago
331e418
mei: iamthif: use regular client read functions
by Tomas Winkler
· 10 years ago
8660172
mei: iamthif: use client write functions
by Tomas Winkler
· 10 years ago
c54bf3a
mei: iamthif: send flow control as a regular client
by Tomas Winkler
· 10 years ago
4e097bc
mei: iamthif: remove useless iamthif_ioctl variable
by Tomas Winkler
· 10 years ago
db4756f
mei: iamthif: fix device reset on mei_amthif_irq_read_msg
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
b7d8851
mei: revamp me clients list handling
by Tomas Winkler
· 10 years ago
79563db
mei: add reference counting for me clients
by Tomas Winkler
· 10 years ago
39db74c
mei: bus: use ssize_t as the return type for send and receive
by Tomas Winkler
· 10 years ago
6ae840e
Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
bbd6d05
misc / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
edca5ea
mei: read and print all six FW status registers
by Alexander Usyskin
· 10 years ago
a176c24
mei: nfc: clean nfc internal struct on host exit
by Tomas Winkler
· 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
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
3a7e9b6
mei: push all standard settings into mei_device_init
by Tomas Winkler
· 10 years ago
1beeb4b
mei: add hbm and pg state in devstate debugfs print
by Alexander Usyskin
· 10 years ago
bae1cc7
mei: extract supported features from the hbm version
by Tomas Winkler
· 10 years ago
cb02efc
mei: wait for hbm start non-interruptible
by Alexander Usyskin
· 10 years ago
5a8373f
mei: use disconnect name consistently
by Tomas Winkler
· 10 years ago
d880f32
mei: add mei_me_cl_by_uuid_id function
by Tomas Winkler
· 10 years ago
5ca2d38
mei: use list for me clients book keeping
by Tomas Winkler
· 10 years ago
8f64215
mei: drop unused hw dependent fw status functions
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
04dd366
mei: extract fw status registers
by Alexander Usyskin
· 11 years ago
e13fa90
mei: me: use runtime PG pm domain for non wakeable devices
by Tomas Winkler
· 11 years ago
a532bbe
mei: add function to check write queues
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
4fcbc99
mei: implement power gating isolation hbm layer
by Tomas Winkler
· 11 years ago
d63b309
mei: fix Unnecessary space after function pointer name
by Tomas Winkler
· 11 years ago
6e4cd27
mei: make me hw headers private to me hw.
by Tomas Winkler
· 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
6409285
mei: wd and amthif use mei_cl_ api for dis/connection
by Tomas Winkler
· 11 years ago
4870569
mei: Remove all bus devices from the mei_dev list when stopping the MEI
by Tomas Winkler
· 11 years ago
6bb948c
mei: get rid of ext_msg
by Tomas Winkler
· 11 years ago
02a7eec
mei: rename MEI_FOP_IOCTL to MEI_FOP_CONNECT
by Tomas Winkler
· 11 years ago
6adb8ef
mei: limit the number of consecutive resets
by Tomas Winkler
· 11 years ago
33ec082
mei: revamp mei reset state machine
by Tomas Winkler
· 11 years ago
83ce074
mei: fix syntax in comments and debug output
by Alexander Usyskin
· 11 years ago
544f946
mei: do not run reset flow from the interrupt thread
by Tomas Winkler
· 11 years ago
479327f
mei: enable marking internal commands
by Tomas Winkler
· 11 years ago
10ee907
mei: cleanup mei_irq_read_handler
by Tomas Winkler
· 11 years ago
dc844b0
mei: remove flash_work_queue
by Tomas Winkler
· 11 years ago
22f96a0
mei: revamp open handler counts
by Tomas Winkler
· 11 years ago
1aee351
mei: make me client counters less error prone
by Tomas Winkler
· 11 years ago
9049f79
mei: check whether hw start has succeeded
by Tomas Winkler
· 11 years ago
c20c68d
mei: check if the hardware reset succeeded
by Tomas Winkler
· 11 years ago
7131799
mei: deprecate the mei_wd_state_independence_msg
by Tomas Winkler
· 12 years ago
6220d6a
mei: revamp interrupt thread handlers
by Tomas Winkler
· 12 years ago
0cfee51
mei: reseting -> resetting
by Bill Nottingham
· 12 years ago
5ceb46e
mei: revamp mei_amthif_irq_read_message
by Tomas Winkler
· 12 years ago
9b0d5ef
mei: revamp hbm state machine
by Tomas Winkler
· 12 years ago
59fcd7c
mei: nfc: Initial nfc implementation
by Samuel Ortiz
· 12 years ago
e46980a
mei: bus: Add device enabling and disabling API
by Samuel Ortiz
· 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
44d88d9
mei: bus: Synchronous API for the data transmission
by Samuel Ortiz
· 12 years ago
cf3baef
mei: bus: Call bus routines from the core code
by Samuel Ortiz
· 12 years ago
a7b71bc
mei: bus: Add bus related structures to mei_cl
by Samuel Ortiz
· 12 years ago
3e83329
mei: bus: Initial implementation for I/O routines
by Samuel Ortiz
· 12 years ago
e535410
mei: bus: Initial MEI Client bus type implementation
by Samuel Ortiz
· 12 years ago
c4d589b
mei: rename function mei_hw_init to mei_start
by Tomas Winkler
· 12 years ago
cea6aec
mei: drop RECOVERING_FROM_RESET device state
by Tomas Winkler
· 12 years ago
8c876be
Merge branch 'char-misc-linus' into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
4c6e22b
mei: add mei_irq_compl_handler function
by Tomas Winkler
· 12 years ago
7cb035d
mei: add mei_stop function to stop mei device
by Tomas Winkler
· 12 years ago
aafae7e
mei: add hw start callback
by Tomas Winkler
· 12 years ago
c8c8d08
mei: revamp mei_data2slots
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
06ecd64
mei: move interrupt handlers to be me hw specific
by Tomas Winkler
· 12 years ago
827eef5
mei: separate compilation of the ME hardware specifics
by Tomas Winkler
· 12 years ago
52c3456
mei: initial extract of ME hw specifics from mei_device
by Tomas Winkler
· 12 years ago
2703d4b
mei: sperate interface and pci code into two files
by Tomas Winkler
· 12 years ago
e7e0c23
mei: make host csr and me csr internal to hw-me
by Tomas Winkler
· 12 years ago
88eb99f
mei: reenable mei_hcsr_set abstraction
by Tomas Winkler
· 12 years ago
115ba28
mei: abstract host and device readieness
by Tomas Winkler
· 12 years ago
adfba32
mei: don't use cached value for hcsr in mei_hw_reset
by Tomas Winkler
· 12 years ago
528c8eb
mei: remove mei_csr_clear_his prototype
by Tomas Winkler
· 12 years ago
a9f6b13
mei: remove write only need_reset member of struct mei_device
by Tomas Winkler
· 12 years ago
781d0d8
mei: normalize me host client linking routines
by Tomas Winkler
· 12 years ago
Next »