Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | First round of fixing unnecessary warnings | Simon Busch | 2012-08-08 | 3 | -11/+15 | |
| | | ||||||
* | | Prefix method correctly with ipc_client_ | Simon Busch | 2012-08-08 | 8 | -32/+34 | |
| | | ||||||
* | | Simplify open/close handler signature | Simon Busch | 2012-08-08 | 5 | -12/+11 | |
| | | ||||||
* | | vapi: update for recent changes to GPRS subsystem | Simon Busch | 2012-07-30 | 1 | -17/+92 | |
| | | ||||||
* | | Merge pull request #1 from astarasikov/gps-fix | morphis | 2012-07-17 | 1 | -17/+5 | |
|\ \ | | | | | | | Fix GPS on tuna by setting the UART mux correctly | |||||
| * | | Fix GPS on tuna by setting the UART mux correctly | Alexander Tarasikov | 2012-07-12 | 1 | -17/+5 | |
|/ / | ||||||
* | | GPRS: Get interface name given the connection ID (cid) | Paul Kocialkowski | 2012-07-08 | 9 | -22/+32 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | | GPRS: added and completed structures, defines and reworked functions accordingly | Paul Kocialkowski | 2012-07-08 | 2 | -39/+72 | |
| | | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | | Call: Added a few call end causes | Paul Kocialkowski | 2012-07-06 | 1 | -0/+4 | |
|/ | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260/Crespo: Fixed common_data_set_fd | Paul Kocialkowski | 2012-07-05 | 2 | -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 Kocialkowski | 2012-07-05 | 2 | -54/+26 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Unified debug messages on send/recv with ipc_util functions | Paul Kocialkowski | 2012-07-05 | 5 | -115/+83 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Removed deprecated util files | Paul Kocialkowski | 2012-07-05 | 6 | -123/+0 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Android.mk: include xmm6260 path for every device | Paul Kocialkowski | 2012-07-05 | 1 | -2/+1 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Split code into galaxys2, maguro and xmm2620 (shared code) devices | Paul Kocialkowski | 2012-07-05 | 17 | -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 folders | Paul Kocialkowski | 2012-07-05 | 6 | -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 output | Paul Kocialkowski | 2012-07-05 | 9 | -330/+202 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Renamed IO functions to give them an explicit name and cleanup | Paul Kocialkowski | 2012-07-05 | 5 | -51/+20 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Fixed functions names and braces | Paul Kocialkowski | 2012-07-05 | 3 | -117/+130 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Reworked modemctl and brought ipc client to most functions | Paul Kocialkowski | 2012-07-05 | 6 | -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 structures | Paul Kocialkowski | 2012-07-05 | 2 | -45/+49 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260 I9100: Renamed and moved structures | Paul Kocialkowski | 2012-07-05 | 2 | -30/+35 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Fix code indent | Paul Kocialkowski | 2012-07-05 | 10 | -1534/+1551 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Split defines in header files | Paul Kocialkowski | 2012-07-05 | 6 | -67/+112 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specs | Paul Kocialkowski | 2012-07-04 | 9 | -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 order | Paul Kocialkowski | 2012-07-04 | 1 | -24/+24 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | XMM6260: Added GPRS capabilities handler | Paul Kocialkowski | 2012-07-04 | 1 | -0/+21 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Aries/Crespo: Added GPRS capabilities handler | Paul Kocialkowski | 2012-07-04 | 2 | -0/+23 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | GPRS: New capabilities structure and related handler | Paul Kocialkowski | 2012-07-04 | 3 | -1/+17 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | RFS: Changed chunk size to 0x1000 when reading nv_data | Paul Kocialkowski | 2012-07-04 | 1 | -6/+6 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Using stored nv_data file and related functions instead of the default nv_data | Paul Kocialkowski | 2012-07-04 | 4 | -37/+93 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | RFS: Exported nv_data path functions | Paul Kocialkowski | 2012-07-04 | 1 | -0/+5 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Set nv_data paths functions non-static so they can be reused in device code | Paul Kocialkowski | 2012-07-04 | 1 | -5/+5 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Allow EFS path to be overriden per-board | Alexander Tarasikov | 2012-07-04 | 6 | -38/+170 | |
| | ||||||
* | xmm6260 rfs cleanup: code style and compilation warnings | Alexander Tarasikov | 2012-07-04 | 1 | -18/+23 | |
| | ||||||
* | RFS: added missing send/recv functions | Paul Kocialkowski | 2012-07-04 | 2 | -6/+96 | |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | |||||
* | Change i9250 and i9100 to lowercase to fix runtime detection | Alexander Tarasikov | 2012-07-04 | 1 | -2/+2 | |
| | ||||||
* | Cleanup xmm6260 ipc, prepare for rfs | Alexander Tarasikov | 2012-07-04 | 1 | -28/+11 | |
| | ||||||
* | Fix compilation warnings | Alexander Tarasikov | 2012-07-04 | 2 | -13/+20 | |
| | ||||||
* | Update firmware loader to the latest version, fix makefiles for | Alexander Tarasikov | 2012-07-04 | 11 | -163/+193 | |
| | | | | maguro/galaxys2 | |||||
* | Add the dirty, hackish and barely working xmm6260 modem support | Alexander Tarasikov | 2012-07-04 | 15 | -1/+2782 | |
| | | | | for galaxy nexus (tuna/maguro) | |||||
* | GPRS port list setup function (currently with fixed values), needed for aries | PaulK | 2012-06-07 | 2 | -0/+18 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Function to check if GPRS activation/deactivation functions are available | PaulK | 2012-06-07 | 2 | -1/+15 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | GPRS interface name function for crespo | PaulK | 2012-06-07 | 2 | -0/+11 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | GPRS activation/deactivation functions for aries | PaulK | 2012-06-06 | 1 | -0/+70 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Introducing device-specific GPRS activation/deactivation functions mechanism | PaulK | 2012-06-06 | 3 | -0/+48 | |
| | | | | Signed-off-by: PaulK <contact@paulk.fr> | |||||
* | Bump version number to 0.2.0 for next cycle | Simon Busch | 2012-04-11 | 1 | -1/+1 | |
| | ||||||
* | Update ChangeLog for release | Simon Busch | 2012-04-11 | 1 | -0/+710 | |
| | ||||||
* | Add gitlog-to-changelot script to repository | Simon Busch | 2012-03-24 | 1 | -0/+175 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | |||||
* | tools: use ${top_builddir} rather than ${top_srcdir} | Simon Busch | 2012-03-23 | 1 | -2/+2 | |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> |