| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow EFS path to be overriden per-board | Alexander Tarasikov | 2012-07-04 | 1 | -0/+8 |
* | 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 |
* | 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 | 7 | -145/+156 |
* | Add the dirty, hackish and barely working xmm6260 modem support | Alexander Tarasikov | 2012-07-04 | 12 | -0/+2750 |
* | GPRS interface name function for crespo | PaulK | 2012-06-07 | 2 | -0/+11 |
* | GPRS activation/deactivation functions for aries | PaulK | 2012-06-06 | 1 | -0/+70 |
* | crespo: bump buffer size if incoming data to 0x50000; highest data size seen ... | Simon Busch | 2012-02-23 | 1 | -1/+1 |
* | h1: several fixes and adjustments to compile again | Simon Busch | 2012-02-04 | 1 | -4/+4 |
* | Fixed H1 device and devices-related fixes | PaulK | 2012-02-03 | 1 | -3/+3 |
* | Adjust for recent changes to device creation structure | Simon Busch | 2012-02-03 | 2 | -12/+0 |
* | Merge remote-tracking branch 'origin/paulk/rework-device-specific' into morph... | Simon Busch | 2012-02-03 | 1 | -2/+2 |
|\ |
|
| * | Modified ipc devices handling to use a table and permit explicit device name | PaulK | 2012-02-03 | 3 | -14/+2 |
| * | Register aries handlers on library initialization | Simon Busch | 2012-01-30 | 1 | -1/+1 |
| * | Add aries device for compilation and register it's handlers on startup | Simon Busch | 2012-01-30 | 1 | -3/+9 |
| * | Rework device specific code so we can build one library for all devices now | Simon Busch | 2012-01-30 | 1 | -3/+9 |
* | | Register aries handlers on library initialization | Simon Busch | 2012-02-03 | 1 | -1/+1 |
* | | Add aries device for compilation and register it's handlers on startup | Simon Busch | 2012-02-03 | 1 | -3/+9 |
* | | Rework device specific code so we can build one library for all devices now | Simon Busch | 2012-02-03 | 1 | -3/+9 |
|/ |
|
* | Added support for aries devices (galaxy s, galaxy tab, perhaps more) | PaulK | 2012-01-28 | 9 | -1106/+1313 |
* | Modified handlers with common handlers data and device-specific functions | PaulK | 2012-01-14 | 2 | -8/+122 |
* | WIP: socket stuff for galaxy s | Igor Almeida | 2012-01-07 | 1 | -16/+51 |
* | Start adding support for Samsung Galaxy S | Igor Almeida | 2012-01-07 | 5 | -0/+1105 |
* | Removed remaining crespo_nv_data files | PaulK | 2011-12-31 | 2 | -397/+0 |
* | Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixes | PaulK | 2011-12-31 | 1 | -3/+2 |
* | Set negative rc for errors, plus cosmetics | PaulK | 2011-12-30 | 1 | -21/+14 |
* | Finished crespo RFS implementation and code cleanup | PaulK | 2011-12-30 | 1 | -35/+66 |
* | Added RFS headers and RECV function for crespo | PaulK | 2011-12-25 | 3 | -22/+75 |
* | Corrected wake_lock in crespo | PaulK | 2011-11-21 | 1 | -7/+9 |
* | Switched utility functions to ipc_utils (for client-side logging) | PaulK | 2011-11-07 | 3 | -13/+12 |
* | Switched crespo's nv_data functions to the client log handler instead of printf | PaulK | 2011-11-06 | 3 | -51/+53 |
* | Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoing | PaulK | 2011-10-31 | 2 | -10/+10 |
* | Only print hexdump for messages when build in debug mode | Simon Busch | 2011-10-30 | 1 | -1/+5 |
* | Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other... | PaulK | 2011-10-30 | 1 | -3/+18 |
* | New handlers structure (a data pointer for each handler function) | PaulK | 2011-10-29 | 3 | -124/+142 |
* | Add vim modeline for uniform indentation | Simon Busch | 2011-10-29 | 6 | -0/+17 |
* | h1: add missing payload memcpy in h1_ipc_send | Joerie de Gram | 2011-10-28 | 1 | -1/+6 |
* | Corrected Android.mk, crespo_ipc file, some headers and helpers. | PaulK | 2011-10-28 | 1 | -13/+14 |
* | h1: dump ipc messages to log | Joerie de Gram | 2011-10-28 | 1 | -0/+10 |
* | replace ipc_request and ipc_response by a single struct ipc_message_info | Joerie de Gram | 2011-10-28 | 2 | -7/+8 |
* | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 7 | -0/+1272 |