aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* sms: Save/del structures and related valuesPaul Kocialkowski2013-09-011-0/+33
* svc: Relevant messages and structures definitionsPaul Kocialkowski2013-08-252-0/+125
* misc.h: tz, dl and dv values are explicitly signedPaul Kocialkowski2013-07-031-1/+1
* Rename ipc_header to ipc_fmt_header, add ipc_rfs_header and utility functionsPaul Kocialkowski2013-07-032-4/+14
* New utilities (not exposed by the API) for various I/O and ipc fill functionsPaul Kocialkowski2013-06-281-10/+7
* More cosmetics on headersPaul Kocialkowski2013-06-273-18/+17
* Get rid of wakelocks, this should be dealt with on the upper layersPaul Kocialkowski2013-06-272-28/+0
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-271-35/+40
* ipc_client_send: Single function with return codePaul Kocialkowski2013-06-261-7/+2
* rfs.h: Coding stylePaul Kocialkowski2013-06-251-1/+1
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-257-29/+58
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-2510-234/+334
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-2528-902/+618
* sec: Use correct SIM ready status valuePaul Kocialkowski2013-03-071-1/+1
* disp: Second byte of icon info is the reception level in barsPaul Kocialkowski2013-03-071-1/+1
* sec: RSIM access data structure when SIM ICC type != 1Paul Kocialkowski2013-02-091-1/+12
* misc: Timezone value can be negative, use a signed char accordinglyPaul Kocialkowski2013-02-081-1/+1
* sec: correct binary represetation of SIM access commandsSimon Busch2013-01-151-2/+6
* Misc: Correct the value for time info messagePaul Kocialkowski2012-12-161-1/+1
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-111-2/+2
* SMS: Renamed structures according to messages names, build sms.cPaul Kocialkowski2012-11-012-11/+22
* 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
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-1/+1
* 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 o...Simon Busch2012-09-091-1/+1
* 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
* 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
|\
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-242-0/+28
| |\
| | * 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
* | GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-081-24/+49
* | Call: Added a few call end causesPaul Kocialkowski2012-07-061-0/+4
|/
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-0/+4
* Removed deprecated util filesPaul Kocialkowski2012-07-053-31/+0
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-4/+13