aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
Commit message (Collapse)AuthorAgeFilesLines
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-2132-32/+32
|
* ipc: don't set a default log handler; should be set only on demandSimon Busch2012-09-201-2/+0
|
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-104-10/+12
| | | | | Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* call: fix retrieval of the number of a callSimon Busch2012-09-091-5/+6
|
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead ↵Simon Busch2012-09-096-19/+18
| | | | | | | of using a parameter Allocating memory and setting a pointer to it for the user via a parameter is kind of unnecessary. It's better to return the pointer instead.
* sec: add setup method for ipc_sec_change_locking_pw_set message typeSimon Busch2012-09-091-0/+18
|
* sec: add setup method for ipc_sec_phone_lock_set message typeSimon Busch2012-09-091-0/+13
|
* Aries: Use new IPC open/close definitionsPaul Kocialkowski2012-09-071-4/+5
| | | | | Change-Id: I348c615371bcc24796ea0b7ea33a32eab23709c4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: renaming some parts to be more reasonableSimon Busch2012-08-301-2/+2
|
* sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUSSimon Busch2012-08-291-1/+1
|
* sec: refactor type naming to be clean and not misleadingSimon Busch2012-08-291-0/+10
|
* Reformat log output for received/sent messagesSimon Busch2012-08-281-4/+4
|
* xm6269: drop log statement as it fills up the log output unnecessarilySimon Busch2012-08-281-1/+0
|
* Use correct helper method to print request typeSimon Busch2012-08-281-1/+1
|
* maguro: try to load radio image from more than on source pathSimon Busch2012-08-272-6/+17
|
* Make everything compile again after last mergeSimon Busch2012-08-271-0/+1
|
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-279-47/+135
|\ | | | | | | | | Conflicts: include/Makefile.am
| * maguro: replace constant with mask for boot replyAlexander Tarasikov2012-08-262-2/+2
| |
| * Revert "Add a delay to maguro fw loader to work around buggy init"Alexander Tarasikov2012-08-261-2/+0
| | | | | | | | | | The real cause of call failure was samsung-ril-client This delay is not needed
| * Merge branch 'morphis-master' into tuna-trackingAlexander Tarasikov2012-08-2514-170/+365
| |\
| | * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-249-41/+117
| | |\ | | | | | | | | | | | | | | | | Conflicts: samsung-ipc/device/maguro/maguro_loader.c
| * | | [xmm6260] add ipc error checksAlexander Tarasikov2012-08-231-4/+9
| | | |
| * | | re-enable wakelocks on xmm6260Alexander Tarasikov2012-08-201-8/+8
| | | |
| * | | Add a delay to maguro fw loader to work around buggy initAlexander Tarasikov2012-08-201-0/+2
| | | |
| * | | Use static wakelock file descriptorsAlexander Tarasikov2012-08-201-10/+17
| | | |
| * | | disable xmm6260 wake locks temporarily (until they are debugged)Alexander Tarasikov2012-08-201-8/+8
| | |/ | |/|
| * | Implement maguro poweroffAlexander Tarasikov2012-07-263-1/+24
| | |
| * | Silently ignore null client/message in ipc logAlexander Tarasikov2012-07-261-1/+3
| | |
| * | Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-266-42/+93
| | |
| * | Fix GPS on tuna by setting the UART mux correctlyAlexander Tarasikov2012-07-121-17/+5
| | |
* | | Add another method to free space used by a response messageSimon Busch2012-08-241-0/+8
| | |
* | | Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-244-0/+4
| |/ |/|
* | maguro: fix warning about ignore return resultSimon Busch2012-08-091-1/+6
| |
* | rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-095-60/+203
| |
* | crespo: fix all warnings regarding ignored return value from std. library ↵Simon Busch2012-08-091-27/+53
| | | | | | | | functions
* | First round of fixing unnecessary warningsSimon Busch2012-08-082-9/+13
| |
* | Prefix method correctly with ipc_client_Simon Busch2012-08-087-29/+29
| |
* | Simplify open/close handler signatureSimon Busch2012-08-085-12/+11
| |
* | Fix GPS on tuna by setting the UART mux correctlyAlexander Tarasikov2012-07-121-17/+5
| |
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-088-21/+31
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-15/+23
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260/Crespo: Fixed common_data_set_fdPaul Kocialkowski2012-07-052-3/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed device loop code (the upper layer must decide whether to loop or not)Paul Kocialkowski2012-07-052-54/+26
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-054-115/+79
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed deprecated util filesPaul Kocialkowski2012-07-052-91/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devicesPaul Kocialkowski2012-07-0516-359/+507
| | | | | | | | | | | | | | * Moved maguro and galaxys2 loaders to proper folders * Renamed i9100 to galaxys2 and i9250 to maguro * Device-specific ops, handlers, gprs_specs and nv_data_specs on XMM2620 devices though most data/functions are still shared in xmm2620_ipc * Removed radio_parts from modemctl_io_data * Moved CRC calculate function to xmm2620_loader * Moved io_helpers functions to xmm2620_loader * Listed include headers in each file instead of using common.h * Prefixed remaining xmm2620 files Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Moved device-specific files to galaxys2 and maguro foldersPaul Kocialkowski2012-07-056-0/+0
| | | | | | Warning: this commit breaks code compilation! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Always use ipc log handler, also reduced log outputPaul Kocialkowski2012-07-058-329/+202
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Renamed IO functions to give them an explicit name and cleanupPaul Kocialkowski2012-07-055-51/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Fixed functions names and bracesPaul Kocialkowski2012-07-053-117/+130
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>