aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Get rid of wakelocks, this should be dealt with on the upper layersPaul Kocialkowski2013-06-277-123/+0
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-2719-828/+734
* 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-262-29/+7
* rfs.h: Coding stylePaul Kocialkowski2013-06-251-1/+1
* Coding style: Move ; around in for statementsPaul Kocialkowski2013-06-253-5/+5
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-2514-53/+99
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-2515-106/+118
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-2516-19/+28
* modemctrl: Update Copyright block for better accuracyPaul Kocialkowski2013-06-251-3/+4
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-2529-254/+354
* Drop (incomplete) support for Samsung H1Paul Kocialkowski2013-06-255-349/+0
* Drop support for the (incomplete) old protocol implementation used on H1.Paul Kocialkowski2013-06-2533-968/+619
* Update changelog for new releaseSimon Busch2013-06-231-710/+367
* Update documentation in preparation of a new releaseSimon Busch2013-06-232-1/+24
* Update list of authors based on git historySimon Busch2013-06-231-0/+3
* Add missing modem_prj.h file to automake configurationSimon Busch2013-06-231-0/+1
* Fix outstanding compiler warningsSimon Busch2013-06-232-1/+7
* 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
* modemctrl: Remove SIM initializing messagePaul Kocialkowski2013-03-071-3/+0
* 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
* prainha: Remove TODO commentPaul Kocialkowski2013-03-061-2/+0
* Piranha (P5100/P3100 Galaxy Tab 2.0 tablets) supportPaul Kocialkowski2013-03-066-1/+963
* Merge pull request #4 from Jooles/masterSimon Busch2013-02-171-0/+10
|\
| * Added spica (i5700) to available devices in Android.mkJulian Cromarty2013-02-141-0/+10
|/
* 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
* sms: Correct memcpy argument (don't use a pointer to pointer)Paul Kocialkowski2013-01-301-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
* Permit explicit board name instead of device namePaul Kocialkowski2012-12-152-16/+16
* 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
* Fix vapi errors due to ipc_sms_send_msg and ipc_sms_deliv_report_msg renames.Denis 'GNUtoo' Carikli2012-11-121-2/+2
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-114-14/+25
* SMS: Renamed structures according to messages names, build sms.cPaul Kocialkowski2012-11-015-15/+28
* 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
* Fix vapi errors due to ipc_net_current_plmn rename.Denis 'GNUtoo' Carikli2012-09-301-1/+1
* Fix vapi errors due to ipc_net_regist rename.Denis 'GNUtoo' Carikli2012-09-301-1/+1
* Merge pull request #3 from GNUtoo/mastermorphis2012-09-301-2/+2
|\
| * Fix VAPI's ipc_net_{regist_setup,plmn_sel_setup} renames for fsogsmdDenis 'GNUtoo' Carikli2012-09-301-2/+2
|/
* 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
* cleanup autoconf configurationSimon Busch2012-09-211-3/+0