aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/crespo/crespo_ipc.c
Commit message (Expand)AuthorAgeFilesLines
* devices folder instead of device, for better consistencyPaul Kocialkowski2014-02-081-559/+0
* device: Buffer has length and tail is footerPaul Kocialkowski2014-01-261-2/+2
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-3/+2
* Rename ipc_header to ipc_fmt_header, add ipc_rfs_header and utility functionsPaul Kocialkowski2013-07-031-12/+12
* crespo: Minor coding-style-related changesPaul Kocialkowski2013-07-031-6/+36
* xmm6160: Rename modem_image to firmware to avoid confusionPaul Kocialkowski2013-07-011-3/+3
* xmm6160: Use device-specific sizes and offsetsPaul Kocialkowski2013-06-301-3/+12
* Prefix per-device headers definitions with the device namePaul Kocialkowski2013-06-301-44/+44
* Split aries and crespo common code to xmm6160, along with major code reworkPaul Kocialkowski2013-06-301-371/+181
* Get rid of wakelocks, this should be dealt with on the upper layersPaul Kocialkowski2013-06-271-9/+0
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-271-136/+135
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-251-1/+1
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
* crespo: Kernel-version-dependant gprs specsPaul Kocialkowski2012-10-131-5/+33
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-3/+5
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead o...Simon Busch2012-09-091-3/+3
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-271-31/+5
|\
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-241-31/+5
| |\
| | * Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-261-31/+5
* | | Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-241-0/+1
|/ /
* | rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-091-2/+4
* | crespo: fix all warnings regarding ignored return value from std. library fun...Simon Busch2012-08-091-27/+53
* | Prefix method correctly with ipc_client_Simon Busch2012-08-081-3/+3
* | Simplify open/close handler signatureSimon Busch2012-08-081-3/+2
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-081-2/+2
|/
* XMM6260/Crespo: Fixed common_data_set_fdPaul Kocialkowski2012-07-051-1/+1
* Removed device loop code (the upper layer must decide whether to loop or not)Paul Kocialkowski2012-07-051-23/+9
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-44/+4
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-15/+18
* Aries/Crespo: Added GPRS capabilities handlerPaul Kocialkowski2012-07-041-0/+11
* GPRS interface name function for crespoPaulK2012-06-071-0/+9
* Adjust for recent changes to device creation structureSimon Busch2012-02-031-6/+0
* Register aries handlers on library initializationSimon Busch2012-02-031-1/+1
* Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-031-3/+9
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-141-2/+59
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-3/+2
* Set negative rc for errors, plus cosmeticsPaulK2011-12-301-21/+14
* Finished crespo RFS implementation and code cleanupPaulK2011-12-301-35/+66
* Added RFS headers and RECV function for crespoPaulK2011-12-251-9/+74
* Corrected wake_lock in crespoPaulK2011-11-211-7/+9
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-071-6/+7
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-061-3/+2
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-311-8/+8
* Only print hexdump for messages when build in debug modeSimon Busch2011-10-301-1/+5
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-3/+18
* New handlers structure (a data pointer for each handler function)PaulK2011-10-291-32/+8
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
* Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-281-13/+14
* replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-281-1/+1