aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* External fds polling supportPaul Kocialkowski2014-08-071-3/+3
* GPRS cid count is unsigned integerPaul Kocialkowski2014-07-281-5/+5
* ipc: Carefully check for name or board name when detecting devicePaul Kocialkowski2014-03-271-1/+11
* Global include pathPaul Kocialkowski2014-02-261-2/+2
* ipc_devices: Proper type for count and indexPaul Kocialkowski2014-02-231-4/+9
* ipc: Consistent coding style and major cleanupPaul Kocialkowski2014-02-151-137/+95
* rfs: Proper type for size definitionsPaul Kocialkowski2014-02-131-4/+4
* rfs: Proper IPC functions for nv_data specs, without generic fallback valuesPaul Kocialkowski2014-02-111-0/+70
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-2/+2
* Device detection mechanism improvments and more constitant devices namingPaul Kocialkowski2014-01-131-45/+68
* ipc.c: Check heandlers data create/destroy pointersPaul Kocialkowski2013-07-031-2/+4
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-271-179/+131
* ipc.c: Coding style cosmeticsPaul Kocialkowski2013-06-261-48/+27
* ipc_client_send: Single function with return codePaul Kocialkowski2013-06-261-22/+5
* Coding style: Move ; around in for statementsPaul Kocialkowski2013-06-251-2/+2
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-9/+16
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-3/+2
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-251-1/+1
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
* 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