aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Add a delay to maguro fw loader to work around buggy initAlexander Tarasikov2012-08-201-0/+2
| | | |
| * | | Use static wakelock file descriptorsAlexander Tarasikov2012-08-201-10/+17
| | | |
| * | | disable xmm6260 wake locks temporarily (until they are debugged)Alexander Tarasikov2012-08-201-8/+8
| | |/ | |/|
| * | Implement maguro poweroffAlexander Tarasikov2012-07-263-1/+24
| | |
| * | Silently ignore null client/message in ipc logAlexander Tarasikov2012-07-261-1/+3
| | |
| * | Make wakelocks not crespo-specific and add for xmm6260Alexander Tarasikov2012-07-269-42/+122
| | |
| * | Fix GPS on tuna by setting the UART mux correctlyAlexander Tarasikov2012-07-121-17/+5
| | |
* | | Add another method to free space used by a response messageSimon Busch2012-08-242-0/+9
| | |
* | | Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-245-0/+5
| | |
* | | Add identifiable named header file which should be the only one used by clientsSimon Busch2012-08-242-0/+29
| |/ |/|
* | vapi: bind some more ipc client methodsSimon Busch2012-08-221-0/+2
| |
* | vapi: bind power_on/power_off and correct return typesSimon Busch2012-08-201-2/+4
| |
* | maguro: fix warning about ignore return resultSimon Busch2012-08-091-1/+6
| |
* | rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-096-62/+205
| |
* | crespo: fix all warnings regarding ignored return value from std. library ↵Simon Busch2012-08-091-27/+53
| | | | | | | | functions
* | First round of fixing unnecessary warningsSimon Busch2012-08-083-11/+15
| |
* | Prefix method correctly with ipc_client_Simon Busch2012-08-088-32/+34
| |
* | Simplify open/close handler signatureSimon Busch2012-08-085-12/+11
| |
* | vapi: update for recent changes to GPRS subsystemSimon Busch2012-07-301-17/+92
| |
* | Merge pull request #1 from astarasikov/gps-fixmorphis2012-07-171-17/+5
|\ \ | | | | | | Fix GPS on tuna by setting the UART mux correctly
| * | Fix GPS on tuna by setting the UART mux correctlyAlexander Tarasikov2012-07-121-17/+5
|/ /
* | GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-089-22/+32
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | GPRS: added and completed structures, defines and reworked functions accordinglyPaul Kocialkowski2012-07-082-39/+72
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Call: Added a few call end causesPaul Kocialkowski2012-07-061-0/+4
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260/Crespo: Fixed common_data_set_fdPaul Kocialkowski2012-07-052-3/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed device loop code (the upper layer must decide whether to loop or not)Paul Kocialkowski2012-07-052-54/+26
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-055-115/+83
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed deprecated util filesPaul Kocialkowski2012-07-056-123/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Android.mk: include xmm6260 path for every devicePaul Kocialkowski2012-07-051-2/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devicesPaul Kocialkowski2012-07-0517-367/+519
| | | | | | | | | | | | | | * Moved maguro and galaxys2 loaders to proper folders * Renamed i9100 to galaxys2 and i9250 to maguro * Device-specific ops, handlers, gprs_specs and nv_data_specs on XMM2620 devices though most data/functions are still shared in xmm2620_ipc * Removed radio_parts from modemctl_io_data * Moved CRC calculate function to xmm2620_loader * Moved io_helpers functions to xmm2620_loader * Listed include headers in each file instead of using common.h * Prefixed remaining xmm2620 files Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Moved device-specific files to galaxys2 and maguro foldersPaul Kocialkowski2012-07-056-0/+0
| | | | | | Warning: this commit breaks code compilation! Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Always use ipc log handler, also reduced log outputPaul Kocialkowski2012-07-059-330/+202
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Renamed IO functions to give them an explicit name and cleanupPaul Kocialkowski2012-07-055-51/+20
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Fixed functions names and bracesPaul Kocialkowski2012-07-053-117/+130
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Reworked modemctl and brought ipc client to most functionsPaul Kocialkowski2012-07-056-287/+299
| | | | | | | | | | * Radio parts are now generic for XMM6260 devices * ipc client structure is now brought to most functions, to be used for logging * fwloader_context was renamed to struct modemctl_io_data * Generic XMM6260 radio parts are now part of struct modemctl_io_data * Bare ioctls are used in modemctl (no need to log success) Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260 I9250: Renamed and moved structuresPaul Kocialkowski2012-07-052-45/+49
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260 I9100: Renamed and moved structuresPaul Kocialkowski2012-07-052-30/+35
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Fix code indentPaul Kocialkowski2012-07-0510-1534/+1551
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Split defines in header filesPaul Kocialkowski2012-07-056-67/+112
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-049-173/+230
| | | | | | | | | | | | | | nv_data: * Reworked device-specific nv_data passthrough functions * Moved default values in rfs.h * Added more specific infos (size, chunk size, secret) * Applied to xmm6260 device gprs: * Moved non-io-related gprs handlers to gprs_specs * Applied to crespo, aries and xmm6260 devices Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Ordered devices by historical support orderPaul Kocialkowski2012-07-041-24/+24
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* XMM6260: Added GPRS capabilities handlerPaul Kocialkowski2012-07-041-0/+21
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Aries/Crespo: Added GPRS capabilities handlerPaul Kocialkowski2012-07-042-0/+23
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* GPRS: New capabilities structure and related handlerPaul Kocialkowski2012-07-043-1/+17
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Changed chunk size to 0x1000 when reading nv_dataPaul Kocialkowski2012-07-041-6/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Using stored nv_data file and related functions instead of the default nv_dataPaul Kocialkowski2012-07-044-37/+93
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* RFS: Exported nv_data path functionsPaul Kocialkowski2012-07-041-0/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Set nv_data paths functions non-static so they can be reused in device codePaul Kocialkowski2012-07-041-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Allow EFS path to be overriden per-boardAlexander Tarasikov2012-07-046-38/+170
|
* xmm6260 rfs cleanup: code style and compilation warningsAlexander Tarasikov2012-07-041-18/+23
|