aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ipc_header to ipc_fmt_header, add ipc_rfs_header and utility functionsPaul Kocialkowski2013-07-037-338/+105
* util: Rename block_size to chunkPaul Kocialkowski2013-07-031-3/+3
* Remove file read functions from ipc_utilPaul Kocialkowski2013-07-032-93/+0
* rfs.c: Fix coding style and compilation warningsPaul Kocialkowski2013-07-031-31/+29
* ipc.c: Check heandlers data create/destroy pointersPaul Kocialkowski2013-07-031-2/+4
* aries: Minor coding-style-related changesPaul Kocialkowski2013-07-031-31/+56
* crespo: Minor coding-style-related changesPaul Kocialkowski2013-07-031-6/+36
* xmm6160: Minor coding-style-related changesPaul Kocialkowski2013-07-031-7/+7
* Major rework of xmm6260 common code (MIPI and HSIC) and xmm6260 devices codePaul Kocialkowski2013-07-0331-3746/+3553
* xmm6160: Rename modem_image to firmware to avoid confusionPaul Kocialkowski2013-07-014-17/+17
* xmm6160: Explicit PSI data argument namePaul Kocialkowski2013-07-012-4/+4
* xmm6160: Use device-specific sizes and offsetsPaul Kocialkowski2013-06-306-32/+43
* Prefix per-device headers definitions with the device namePaul Kocialkowski2013-06-306-158/+159
* Split aries and crespo common code to xmm6160, along with major code reworkPaul Kocialkowski2013-06-3011-923/+848
* New utilities (not exposed by the API) for various I/O and ipc fill functionsPaul Kocialkowski2013-06-286-11/+359
* ipc util: Do not use strdup, to avoid memory leakPaul Kocialkowski2013-06-271-188/+317
* More cosmetics on headersPaul Kocialkowski2013-06-273-18/+17
* 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