Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | More cosmetics on headers | Paul Kocialkowski | 2013-06-27 | 3 | -18/+17 | |
| | | | | | Change-Id: I16793eb395d656d551f768dd4287889c1ece52fa Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Get rid of wakelocks, this should be dealt with on the upper layers | Paul Kocialkowski | 2013-06-27 | 2 | -28/+0 | |
| | | | | | Change-Id: Iae3a43bc3019ee2bfdfc4ee3e3b2194b099372bc Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Rework handlers and ipc functions for better consistency | Paul Kocialkowski | 2013-06-27 | 1 | -35/+40 | |
| | | | | | | | | | | | | | | | | | | | | Detailed list of the changes introduced by this commit: * Rename ipc_client_bootstrap_modem to ipc_client_bootstrap * Rename ipc_client_new/free to ipc_client_create/destroy * Rename log_handler to log_callback and change arguments order * Remove handlers common data and fd mechanisms * Set transport, power and gprs common data for handlers * Add data_create and data_destroy handlers * Rework arguments order for handlers * Add poll transport handler * Remove functions types typedefs * Remove dumb ipc_client_send_* functions * Remove ipc_client_gprs_handlers_available * Adapt device files for the new API changes * Adapt modemctrl for the new API changes Change-Id: Ia9ba1045dbbf9f5e31a201aa8629b49019158972 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | ipc_client_send: Single function with return code | Paul Kocialkowski | 2013-06-26 | 1 | -7/+2 | |
| | | | | | Change-Id: I480b2496dabfada37e1ce60ab20401adf02b2e01 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | rfs.h: Coding style | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 | |
| | | | | | Change-Id: I27dd350d72d1aac1f3d4d0ffae27f92bd75e5b42 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Add newline and indentation on long functions names | Paul Kocialkowski | 2013-06-25 | 7 | -29/+58 | |
| | | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol). | Paul Kocialkowski | 2013-06-25 | 10 | -234/+334 | |
| | | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Drop support for the (incomplete) old protocol implementation used on H1. | Paul Kocialkowski | 2013-06-25 | 28 | -902/+618 | |
| | | | | | | | Also refactor headers: values aligned to 16x4 spaces and other cosmetics Change-Id: I5a6f2c2471599c88c4be74591117d0ab2dfaaddf Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: Use correct SIM ready status value | Paul Kocialkowski | 2013-03-07 | 1 | -1/+1 | |
| | | | | | Change-Id: I71afe804d05585a0f232fe2fd685c5e78101def4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | disp: Second byte of icon info is the reception level in bars | Paul Kocialkowski | 2013-03-07 | 1 | -1/+1 | |
| | | | | | Change-Id: I54963a4db11c6e766c787e2cc173cd5a27662b53 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: RSIM access data structure when SIM ICC type != 1 | Paul Kocialkowski | 2013-02-09 | 1 | -1/+12 | |
| | | | | | Change-Id: I4580ffcc91486363dc50a1fca116991fda098e48 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | misc: Timezone value can be negative, use a signed char accordingly | Paul Kocialkowski | 2013-02-08 | 1 | -1/+1 | |
| | | | | | Change-Id: I8dc9fb1412df458eda38683580764490135df45f Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | sec: correct binary represetation of SIM access commands | Simon Busch | 2013-01-15 | 1 | -2/+6 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | Misc: Correct the value for time info message | Paul Kocialkowski | 2012-12-16 | 1 | -1/+1 | |
| | | | | | Change-Id: Ia1dd301a339c34ac443fbc1da81e8d29b1f8f2a3 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: Pass CID to activate/deactivate functions | Paul Kocialkowski | 2012-11-11 | 1 | -2/+2 | |
| | | | | | | | Aries: Use CID to activate/deactivate the corresponding iface Change-Id: Ifd153eda59404921bc6ea12d27f94d5aee7b06ff Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | SMS: Renamed structures according to messages names, build sms.c | Paul Kocialkowski | 2012-11-01 | 2 | -11/+22 | |
| | | | | | Change-Id: I9e8d01ca8b0eb23d9ca2a2034c5bb9594f151e92 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 28 | -28/+28 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | | | | | 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 | |
| | ||||||
* | ipc: refactor ipc_client_gprs_get_iface method to return iface name instead ↵ | Simon Busch | 2012-09-09 | 1 | -1/+1 | |
| | | | | | | | 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 | 1 | -0/+3 | |
| | ||||||
* | sec: rename ipc_sec_change_locking_pw to ipc_sec_change_locking_pw_set | Simon Busch | 2012-09-09 | 1 | -1/+4 | |
| | ||||||
* | 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> | |||||
* | net: renaming some parts to be more reasonable | Simon Busch | 2012-08-30 | 2 | -7/+12 | |
| | ||||||
* | sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED type | Simon Busch | 2012-08-29 | 1 | -0/+1 | |
| | ||||||
* | sec: rename ipc_sec_pin_status_response structure | Simon Busch | 2012-08-29 | 1 | -1/+1 | |
| | ||||||
* | 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 | -51/+78 | |
| | ||||||
* | Merge remote-tracking branch 'astarasikov/merge-24-aug' | Simon Busch | 2012-08-27 | 2 | -0/+28 | |
|\ | | | | | | | | | Conflicts: include/Makefile.am | |||||
| * | Merge tag 'tuna-stc-jb-v1' into morphis-master | Alexander Tarasikov | 2012-08-24 | 2 | -0/+28 | |
| |\ | | | | | | | | | | | | | Conflicts: samsung-ipc/device/maguro/maguro_loader.c | |||||
| | * | Make wakelocks not crespo-specific and add for xmm6260 | Alexander Tarasikov | 2012-07-26 | 2 | -0/+28 | |
| | | | ||||||
* | | | Add another method to free space used by a response message | Simon Busch | 2012-08-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add cmd field to ipc_message_info structure which will be prefilled | Simon Busch | 2012-08-24 | 1 | -0/+1 | |
| | | | ||||||
* | | | Add identifiable named header file which should be the only one used by clients | Simon Busch | 2012-08-24 | 2 | -0/+29 | |
|/ / | ||||||
* | | rfs: fix warnings about ignored return results from std. library functions | Simon Busch | 2012-08-09 | 1 | -2/+2 | |
| | | ||||||
* | | First round of fixing unnecessary warnings | Simon Busch | 2012-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | Prefix method correctly with ipc_client_ | Simon Busch | 2012-08-08 | 1 | -3/+5 | |
| | | ||||||
* | | GPRS: Get interface name given the connection ID (cid) | Paul Kocialkowski | 2012-07-08 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | | GPRS: added and completed structures, defines and reworked functions accordingly | Paul Kocialkowski | 2012-07-08 | 1 | -24/+49 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | | Call: Added a few call end causes | Paul Kocialkowski | 2012-07-06 | 1 | -0/+4 | |
|/ | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Unified debug messages on send/recv with ipc_util functions | Paul Kocialkowski | 2012-07-05 | 1 | -0/+4 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Removed deprecated util files | Paul Kocialkowski | 2012-07-05 | 3 | -31/+0 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specs | Paul Kocialkowski | 2012-07-04 | 1 | -4/+13 | |
| | | | | | | | | | | | | | | nv_data: * Reworked device-specific nv_data passthrough functions * Moved default values in rfs.h * Added more specific infos (size, chunk size, secret) * Applied to xmm6260 device gprs: * Moved non-io-related gprs handlers to gprs_specs * Applied to crespo, aries and xmm6260 devices Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: New capabilities structure and related handler | Paul Kocialkowski | 2012-07-04 | 1 | -0/+6 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | RFS: Exported nv_data path functions | Paul Kocialkowski | 2012-07-04 | 1 | -0/+5 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS port list setup function (currently with fixed values), needed for aries | PaulK | 2012-06-07 | 1 | -0/+6 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Function to check if GPRS activation/deactivation functions are available | PaulK | 2012-06-07 | 1 | -0/+1 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Introducing device-specific GPRS activation/deactivation functions mechanism | PaulK | 2012-06-06 | 1 | -0/+3 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> |