aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Permit explicit board name instead of device namePaul Kocialkowski2012-12-151-10/+10
* ipc: reset client structure after allocation to zeroSimon Busch2012-11-141-0/+2
* Fix wrong device detection; we have to check for board_name instead of device...Simon Busch2012-11-141-1/+1
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-111-4/+4
* Kernel version in IPC device desc, with detection codePaul Kocialkowski2012-10-131-12/+39
* samsung-ipc: cleanup to match common code styleSimon Busch2012-09-211-2/+0
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
* ipc: don't set a default log handler; should be set only on demandSimon Busch2012-09-201-2/+0
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-1/+1
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead o...Simon Busch2012-09-091-3/+3
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-271-1/+3
|\
| * Merge tag 'tuna-stc-jb-v1' into morphis-masterAlexander Tarasikov2012-08-241-1/+3
| |\
| | * Silently ignore null client/message in ipc logAlexander Tarasikov2012-07-261-1/+3
* | | Add another method to free space used by a response messageSimon Busch2012-08-241-0/+8
|/ /
* | Simplify open/close handler signatureSimon Busch2012-08-081-2/+2
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-081-2/+2
|/
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-10/+10
* GPRS: New capabilities structure and related handlerPaul Kocialkowski2012-07-041-0/+10
* Allow EFS path to be overriden per-boardAlexander Tarasikov2012-07-041-0/+2
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-071-1/+14
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-061-0/+37
* Fixed coding style: space after if, for, while, etcPaulK2012-02-011-20/+20
* Fixed H1 device and devices-related fixesPaulK2012-02-031-2/+13
* Adjust for recent changes to device creation structureSimon Busch2012-02-031-40/+1
* Merge remote-tracking branch 'origin/paulk/rework-device-specific' into morph...Simon Busch2012-02-031-22/+58
|\
| * Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-031-40/+38
| * Register aries handlers on library initializationSimon Busch2012-01-301-2/+4
| * Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-301-4/+55
| * Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-301-16/+23
* | Register aries handlers on library initializationSimon Busch2012-02-031-2/+5
* | Rework IPC client creation to detect device automatically on startupSimon Busch2012-02-031-4/+55
* | Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-031-16/+23
|/
* Cosmetics on ipc.cPaulK2012-01-281-28/+20
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-141-7/+99
* Fixed tests on various handlers-related functionsPaulK2012-01-081-3/+5
* Set negative rc for errors, plus cosmeticsPaulK2011-12-301-0/+1
* Added RFS headers and RECV function for crespoPaulK2011-12-251-2/+5
* Use correct indentationSimon Busch2011-12-151-2/+1
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-311-1/+1
* Setting the the handlers for several operations should be done in higher leve...Simon Busch2011-10-301-4/+0
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-0/+1
* New handlers structure (a data pointer for each handler function)PaulK2011-10-291-38/+27
* Added SIM IO table (from FSO), related helpers, crespo SMS ACK and correctionsPaulK2011-10-291-4/+4
* Add vim modeline for uniform indentationSimon Busch2011-10-291-0/+2
* replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-281-3/+3
* split devices, require compile-time device selectionJoerie de Gram2011-10-281-10/+9
* added handlers support and default handlers for crespo.PaulK2011-10-281-15/+85
* fix various compilation warningsJoerie de Gram2011-10-281-1/+1
* Various updates regarding better vala integrationSimon Busch2011-10-231-3/+3
* Updated Android.mk and added return 0; to make it build on Android.PaulK2011-10-231-0/+2