aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* More cosmetics on headersPaul Kocialkowski2013-06-273-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 layersPaul Kocialkowski2013-06-272-28/+0
| | | | | Change-Id: Iae3a43bc3019ee2bfdfc4ee3e3b2194b099372bc Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-271-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 codePaul Kocialkowski2013-06-261-7/+2
| | | | | Change-Id: I480b2496dabfada37e1ce60ab20401adf02b2e01 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* rfs.h: Coding stylePaul Kocialkowski2013-06-251-1/+1
| | | | | Change-Id: I27dd350d72d1aac1f3d4d0ffae27f92bd75e5b42 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-257-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 Kocialkowski2013-06-2510-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 Kocialkowski2013-06-2528-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 valuePaul Kocialkowski2013-03-071-1/+1
| | | | | Change-Id: I71afe804d05585a0f232fe2fd685c5e78101def4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* disp: Second byte of icon info is the reception level in barsPaul Kocialkowski2013-03-071-1/+1
| | | | | Change-Id: I54963a4db11c6e766c787e2cc173cd5a27662b53 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: RSIM access data structure when SIM ICC type != 1Paul Kocialkowski2013-02-091-1/+12
| | | | | Change-Id: I4580ffcc91486363dc50a1fca116991fda098e48 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* misc: Timezone value can be negative, use a signed char accordinglyPaul Kocialkowski2013-02-081-1/+1
| | | | | Change-Id: I8dc9fb1412df458eda38683580764490135df45f Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* sec: correct binary represetation of SIM access commandsSimon Busch2013-01-151-2/+6
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Misc: Correct the value for time info messagePaul Kocialkowski2012-12-161-1/+1
| | | | | Change-Id: Ia1dd301a339c34ac443fbc1da81e8d29b1f8f2a3 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-111-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.cPaul Kocialkowski2012-11-012-11/+22
| | | | | Change-Id: I9e8d01ca8b0eb23d9ca2a2034c5bb9594f151e92 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-2128-28/+28
|
* SND: Add missing undocumented commandsPaul Kocialkowski2012-09-151-0/+5
| | | | | Change-Id: Ib84ce488e3f78c4fd0dfcfc7eb199c0d93bc034e Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-1/+1
| | | | | Change-Id: Idea112725ca55ea341d11055a332b1c8625e614c Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* gprs: rename member of ipc_gprs_hsdpa_status to reg_stateSimon Busch2012-09-091-1/+1
|
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead ↵Simon Busch2012-09-091-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 typeSimon Busch2012-09-091-0/+1
|
* sec: add setup method for ipc_sec_change_locking_pw_set message typeSimon Busch2012-09-091-0/+3
|
* sec: rename ipc_sec_change_locking_pw to ipc_sec_change_locking_pw_setSimon Busch2012-09-091-1/+4
|
* sec: Corrected comments about data typesPaul Kocialkowski2012-09-061-2/+2
| | | | | Change-Id: Ia139f8d5cf42047c95024ebbdb296e8aed530ea9 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* net: renaming some parts to be more reasonableSimon Busch2012-08-302-7/+12
|
* sec: add IPC_SEC_FACILITY_LOCK_TYPE_SC_UNLOCKED typeSimon Busch2012-08-291-0/+1
|
* sec: rename ipc_sec_pin_status_response structureSimon Busch2012-08-291-1/+1
|
* 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-51/+78
|
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-272-0/+28
|\ | | | | | | | | Conflicts: include/Makefile.am
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-242-0/+28
| |\ | | | | | | | | | | | | Conflicts: samsung-ipc/device/maguro/maguro_loader.c
| | * Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-262-0/+28
| | |
* | | Add another method to free space used by a response messageSimon Busch2012-08-241-0/+1
| | |
* | | Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-241-0/+1
| | |
* | | Add identifiable named header file which should be the only one used by clientsSimon Busch2012-08-242-0/+29
|/ /
* | rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-091-2/+2
| |
* | First round of fixing unnecessary warningsSimon Busch2012-08-081-2/+2
| |
* | Prefix method correctly with ipc_client_Simon Busch2012-08-081-3/+5
| |
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-081-1/+1
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-24/+49
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Call: Added a few call end causesPaul Kocialkowski2012-07-061-0/+4
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-0/+4
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed deprecated util filesPaul Kocialkowski2012-07-053-31/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-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 handlerPaul Kocialkowski2012-07-041-0/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Exported nv_data path functionsPaul Kocialkowski2012-07-041-0/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-071-0/+6
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-071-0/+1
| | | | Signed-off-by: PaulK <contact@paulk.fr>
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-061-0/+3
| | | | Signed-off-by: PaulK <contact@paulk.fr>