aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of wakelocks, this should be dealt with on the upper layersPaul Kocialkowski2013-06-274-94/+0
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-2717-756/+672
* rfs.c: Coding style cosmeticsPaul Kocialkowski2013-06-271-86/+83
* 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-253-5/+5
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-257-24/+41
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-2514-106/+117
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-2516-19/+28
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-2517-18/+18
* Drop (incomplete) support for Samsung H1Paul Kocialkowski2013-06-253-343/+0
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-251-2/+0
* Add missing modem_prj.h file to automake configurationSimon Busch2013-06-231-0/+1
* Fix outstanding compiler warningsSimon Busch2013-06-231-0/+1
* Rules to build piranha code on MakefilesPaul Kocialkowski2013-03-241-0/+3
* xmm6260: Set message info data to NULL before alloc (or no alloc)Paul Kocialkowski2013-03-231-0/+1
* prainha: Remove TODO commentPaul Kocialkowski2013-03-061-2/+0
* Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) supportPaul Kocialkowski2013-03-065-0/+940
* sms: Correct memcpy argument (don't use a pointer to pointer)Paul Kocialkowski2013-01-301-1/+1
* Permit explicit board name instead of device namePaul Kocialkowski2012-12-151-10/+10
* Aries: Stick a bit more with SEC ril, preventing some failuresPaul Kocialkowski2012-11-181-56/+54
* 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-113-12/+23
* SMS: Renamed structures according to messages names, build sms.cPaul Kocialkowski2012-11-012-4/+5
* crespo: Kernel-version-dependant gprs specsPaul Kocialkowski2012-10-134-8/+48
* Kernel version in IPC device desc, with detection codePaul Kocialkowski2012-10-133-12/+46
* samsung-ipc: cleanup to match common code styleSimon Busch2012-09-216-56/+50
* maguro: cleanup code to match common code styleSimon Busch2012-09-212-41/+36
* xmm6260: cleanup code a bit to match common code styleSimon Busch2012-09-214-63/+53
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-2132-32/+32
* 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-104-10/+12
* call: fix retrieval of the number of a callSimon Busch2012-09-091-5/+6
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead o...Simon Busch2012-09-096-19/+18
* sec: add setup method for ipc_sec_change_locking_pw_set message typeSimon Busch2012-09-091-0/+18
* sec: add setup method for ipc_sec_phone_lock_set message typeSimon Busch2012-09-091-0/+13
* Aries: Use new IPC open/close definitionsPaul Kocialkowski2012-09-071-4/+5
* net: renaming some parts to be more reasonableSimon Busch2012-08-301-2/+2
* 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-0/+10
* Reformat log output for received/sent messagesSimon Busch2012-08-281-4/+4
* xm6269: drop log statement as it fills up the log output unnecessarilySimon Busch2012-08-281-1/+0
* Use correct helper method to print request typeSimon Busch2012-08-281-1/+1
* maguro: try to load radio image from more than on source pathSimon Busch2012-08-272-6/+17
* Make everything compile again after last mergeSimon Busch2012-08-271-0/+1
* Merge remote-tracking branch 'astarasikov/merge-24-aug'Simon Busch2012-08-279-47/+135
|\
| * maguro: replace constant with mask for boot replyAlexander Tarasikov2012-08-262-2/+2
| * Revert "Add a delay to maguro fw loader to work around buggy init"Alexander Tarasikov2012-08-261-2/+0
| * Merge branch 'morphis-master' into tuna-trackingAlexander Tarasikov2012-08-2514-170/+365
| |\