Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 32 | -32/+32 |
| | |||||
* | ipc: don't set a default log handler; should be set only on demand | Simon Busch | 2012-09-20 | 1 | -2/+0 |
| | |||||
* | ipc: fix gprs_get_iface functions | Paul Kocialkowski | 2012-09-10 | 4 | -10/+12 |
| | | | | | Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | call: fix retrieval of the number of a call | Simon Busch | 2012-09-09 | 1 | -5/+6 |
| | |||||
* | ipc: refactor ipc_client_gprs_get_iface method to return iface name instead ↵ | Simon Busch | 2012-09-09 | 6 | -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 type | Simon Busch | 2012-09-09 | 1 | -0/+18 |
| | |||||
* | sec: add setup method for ipc_sec_phone_lock_set message type | Simon Busch | 2012-09-09 | 1 | -0/+13 |
| | |||||
* | Aries: Use new IPC open/close definitions | Paul Kocialkowski | 2012-09-07 | 1 | -4/+5 |
| | | | | | Change-Id: I348c615371bcc24796ea0b7ea33a32eab23709c4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | net: renaming some parts to be more reasonable | Simon Busch | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUS | Simon Busch | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | sec: refactor type naming to be clean and not misleading | Simon Busch | 2012-08-29 | 1 | -0/+10 |
| | |||||
* | Reformat log output for received/sent messages | Simon Busch | 2012-08-28 | 1 | -4/+4 |
| | |||||
* | xm6269: drop log statement as it fills up the log output unnecessarily | Simon Busch | 2012-08-28 | 1 | -1/+0 |
| | |||||
* | Use correct helper method to print request type | Simon Busch | 2012-08-28 | 1 | -1/+1 |
| | |||||
* | maguro: try to load radio image from more than on source path | Simon Busch | 2012-08-27 | 2 | -6/+17 |
| | |||||
* | Make everything compile again after last merge | Simon Busch | 2012-08-27 | 1 | -0/+1 |
| | |||||
* | Merge remote-tracking branch 'astarasikov/merge-24-aug' | Simon Busch | 2012-08-27 | 9 | -47/+135 |
|\ | | | | | | | | | Conflicts: include/Makefile.am | ||||
| * | maguro: replace constant with mask for boot reply | Alexander Tarasikov | 2012-08-26 | 2 | -2/+2 |
| | | |||||
| * | Revert "Add a delay to maguro fw loader to work around buggy init" | Alexander Tarasikov | 2012-08-26 | 1 | -2/+0 |
| | | | | | | | | | | The real cause of call failure was samsung-ril-client This delay is not needed | ||||
| * | Merge branch 'morphis-master' into tuna-tracking | Alexander Tarasikov | 2012-08-25 | 14 | -170/+365 |
| |\ | |||||
| | * | Merge tag 'tuna-stc-jb-v1' into morphis-master | Alexander Tarasikov | 2012-08-24 | 9 | -41/+117 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: samsung-ipc/device/maguro/maguro_loader.c | ||||
| * | | | [xmm6260] add ipc error checks | Alexander Tarasikov | 2012-08-23 | 1 | -4/+9 |
| | | | | |||||
| * | | | re-enable wakelocks on xmm6260 | Alexander Tarasikov | 2012-08-20 | 1 | -8/+8 |
| | | | | |||||
| * | | | Add a delay to maguro fw loader to work around buggy init | Alexander Tarasikov | 2012-08-20 | 1 | -0/+2 |
| | | | | |||||
| * | | | Use static wakelock file descriptors | Alexander Tarasikov | 2012-08-20 | 1 | -10/+17 |
| | | | | |||||
| * | | | disable xmm6260 wake locks temporarily (until they are debugged) | Alexander Tarasikov | 2012-08-20 | 1 | -8/+8 |
| | |/ | |/| | |||||
| * | | Implement maguro poweroff | Alexander Tarasikov | 2012-07-26 | 3 | -1/+24 |
| | | | |||||
| * | | Silently ignore null client/message in ipc log | Alexander Tarasikov | 2012-07-26 | 1 | -1/+3 |
| | | | |||||
| * | | Make wakelocks not crespo-specific and add for xmm6260 | Alexander Tarasikov | 2012-07-26 | 6 | -42/+93 |
| | | | |||||
| * | | Fix GPS on tuna by setting the UART mux correctly | Alexander Tarasikov | 2012-07-12 | 1 | -17/+5 |
| | | | |||||
* | | | Add another method to free space used by a response message | Simon Busch | 2012-08-24 | 1 | -0/+8 |
| | | | |||||
* | | | Add cmd field to ipc_message_info structure which will be prefilled | Simon Busch | 2012-08-24 | 4 | -0/+4 |
| |/ |/| | |||||
* | | maguro: fix warning about ignore return result | Simon Busch | 2012-08-09 | 1 | -1/+6 |
| | | |||||
* | | rfs: fix warnings about ignored return results from std. library functions | Simon Busch | 2012-08-09 | 5 | -60/+203 |
| | | |||||
* | | crespo: fix all warnings regarding ignored return value from std. library ↵ | Simon Busch | 2012-08-09 | 1 | -27/+53 |
| | | | | | | | | functions | ||||
* | | First round of fixing unnecessary warnings | Simon Busch | 2012-08-08 | 2 | -9/+13 |
| | | |||||
* | | Prefix method correctly with ipc_client_ | Simon Busch | 2012-08-08 | 7 | -29/+29 |
| | | |||||
* | | Simplify open/close handler signature | Simon Busch | 2012-08-08 | 5 | -12/+11 |
| | | |||||
* | | Fix GPS on tuna by setting the UART mux correctly | Alexander Tarasikov | 2012-07-12 | 1 | -17/+5 |
| | | |||||
* | | GPRS: Get interface name given the connection ID (cid) | Paul Kocialkowski | 2012-07-08 | 8 | -21/+31 |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | | GPRS: added and completed structures, defines and reworked functions accordingly | Paul Kocialkowski | 2012-07-08 | 1 | -15/+23 |
|/ | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | XMM6260/Crespo: Fixed common_data_set_fd | Paul Kocialkowski | 2012-07-05 | 2 | -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 Kocialkowski | 2012-07-05 | 2 | -54/+26 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Unified debug messages on send/recv with ipc_util functions | Paul Kocialkowski | 2012-07-05 | 4 | -115/+79 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Removed deprecated util files | Paul Kocialkowski | 2012-07-05 | 2 | -91/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devices | Paul Kocialkowski | 2012-07-05 | 16 | -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 folders | Paul Kocialkowski | 2012-07-05 | 6 | -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 output | Paul Kocialkowski | 2012-07-05 | 8 | -329/+202 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | XMM6260: Renamed IO functions to give them an explicit name and cleanup | Paul Kocialkowski | 2012-07-05 | 5 | -51/+20 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | XMM6260: Fixed functions names and braces | Paul Kocialkowski | 2012-07-05 | 3 | -117/+130 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> |