aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* samsung-ipc: ipc: switch to Linux code styleDenis 'GNUtoo' Carikli2020-06-271-355/+377
* ipc_client_gprs_specs handlers: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-281-2/+2
* devices: data_create/data_destroy handlers: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-281-2/+4
* devices: gprs activate/deactivate handlers: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-281-4/+8
* devices: transport: pass the ipc_client structDenis 'GNUtoo' Carikli2020-02-211-9/+11
* device boot handlers: pass it the ipc_client structDenis 'GNUtoo' Carikli2020-02-211-3/+4
* ipc.c: fix integer comparison signDenis 'GNUtoo' Carikli2020-02-211-1/+1
* ipc.c: cosmetic cleanupsDenis 'GNUtoo' Carikli2020-02-081-63/+117
* ipc_device_detect: handle read errorsDenis 'GNUtoo' Carikli2020-02-081-0/+2
* ipc_device_detect: cleanup fd handlingDenis 'GNUtoo' Carikli2020-02-081-4/+0
* ipc_device_detect: document the code that finds the board name.Denis 'GNUtoo' Carikli2020-02-071-1/+4
* ipc_client_open: Add more loggingDenis 'GNUtoo' Carikli2020-01-301-2/+15
* Add IPC_CLIENT_TYPE_DUMMYDenis 'GNUtoo' Carikli2020-01-301-1/+25
* devices: fix strncmp useDenis 'GNUtoo' Carikli2019-09-191-1/+1
* devices: fix strncmp lengthDenis 'GNUtoo' Carikli2019-09-061-1/+1
* ipc.c: get rid of unused variablesDenis 'GNUtoo' Carikli2019-07-241-1/+0
* 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