aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/crespo
Commit message (Expand)AuthorAgeFilesLines
* xmm6160: Rename modem_image to firmware to avoid confusionPaul Kocialkowski2013-07-011-3/+3
* xmm6160: Use device-specific sizes and offsetsPaul Kocialkowski2013-06-302-4/+14
* Prefix per-device headers definitions with the device namePaul Kocialkowski2013-06-302-54/+54
* Split aries and crespo common code to xmm6160, along with major code reworkPaul Kocialkowski2013-06-302-380/+193
* 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-272-137/+138
* 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-132-5/+34
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-212-2/+2
* 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-272-34/+5
|\
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-242-34/+5
| |\
| | * Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-262-34/+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-082-3/+3
|/
* 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-072-0/+11
* crespo: bump buffer size if incoming data to 0x50000; highest data size seen ...Simon Busch2012-02-231-1/+1
* 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
* Removed remaining crespo_nv_data filesPaulK2011-12-312-397/+0
* 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-252-21/+74
* Corrected wake_lock in crespoPaulK2011-11-211-7/+9
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-073-13/+12
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-063-51/+53
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-312-10/+10
* 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-292-34/+10
* Add vim modeline for uniform indentationSimon Busch2011-10-294-0/+8
* 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
* split devices, require compile-time device selectionJoerie de Gram2011-10-285-0/+1059