Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup autoconf configuration | Simon Busch | 2012-09-21 | 1 | -3/+0 |
| | |||||
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 63 | -679/+344 |
| | |||||
* | update authors file with all people contributed to libsamsung-ipc | Simon Busch | 2012-09-20 | 1 | -1/+3 |
| | |||||
* | ipc: don't set a default log handler; should be set only on demand | Simon Busch | 2012-09-20 | 1 | -2/+0 |
| | |||||
* | SND: Add missing undocumented commands | Paul Kocialkowski | 2012-09-15 | 1 | -0/+5 |
| | | | | | Change-Id: Ib84ce488e3f78c4fd0dfcfc7eb199c0d93bc034e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | ipc: fix gprs_get_iface functions | Paul Kocialkowski | 2012-09-10 | 5 | -11/+13 |
| | | | | | Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | gprs: rename member of ipc_gprs_hsdpa_status to reg_state | Simon Busch | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | 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 | 7 | -20/+19 |
| | | | | | | | 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. | ||||
* | misc: add IPC_MISC_DEBUG_LEVEL message type | Simon Busch | 2012-09-09 | 1 | -0/+1 |
| | |||||
* | sec: add setup method for ipc_sec_change_locking_pw_set message type | Simon Busch | 2012-09-09 | 2 | -0/+21 |
| | |||||
* | sec: rename ipc_sec_change_locking_pw to ipc_sec_change_locking_pw_set | Simon Busch | 2012-09-09 | 1 | -1/+4 |
| | |||||
* | 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> | ||||
* | sec: Corrected comments about data types | Paul Kocialkowski | 2012-09-06 | 1 | -2/+2 |
| | | | | | Change-Id: Ia139f8d5cf42047c95024ebbdb296e8aed530ea9 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | tools: drop not working forwarding tool | Simon Busch | 2012-08-30 | 2 | -191/+0 |
| | |||||
* | net: renaming some parts to be more reasonable | Simon Busch | 2012-08-30 | 4 | -11/+16 |
| | |||||
* | sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED type | Simon Busch | 2012-08-29 | 2 | -0/+2 |
| | |||||
* | sec: rename ipc_sec_pin_status_response structure | Simon Busch | 2012-08-29 | 3 | -6/+6 |
| | |||||
* | sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUS | Simon Busch | 2012-08-29 | 4 | -5/+5 |
| | |||||
* | sec: refactor type naming to be clean and not misleading | Simon Busch | 2012-08-29 | 4 | -77/+126 |
| | |||||
* | 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 |
| | |||||
* | vapi: bind missing ipc_client_create_handlers_common_data method | Simon Busch | 2012-08-27 | 1 | -0/+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 | 12 | -47/+164 |
|\ | | | | | | | | | 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 | 19 | -221/+526 |
| |\ | |||||
| | * | Merge tag 'tuna-stc-jb-v1' into morphis-master | Alexander Tarasikov | 2012-08-24 | 12 | -41/+146 |
| | |\ | | | | | | | | | | | | | | | | | 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 | 9 | -42/+122 |
| | | | |||||
| * | | 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 | 2 | -0/+9 |
| | | | |||||
* | | | Add cmd field to ipc_message_info structure which will be prefilled | Simon Busch | 2012-08-24 | 5 | -0/+5 |
| | | | |||||
* | | | Add identifiable named header file which should be the only one used by clients | Simon Busch | 2012-08-24 | 2 | -0/+29 |
| |/ |/| | |||||
* | | vapi: bind some more ipc client methods | Simon Busch | 2012-08-22 | 1 | -0/+2 |
| | | |||||
* | | vapi: bind power_on/power_off and correct return types | Simon Busch | 2012-08-20 | 1 | -2/+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 | 6 | -62/+205 |
| | | |||||
* | | 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 | 3 | -11/+15 |
| | |