aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device
Commit message (Expand)AuthorAgeFilesLines
...
* Allow EFS path to be overriden per-boardAlexander Tarasikov2012-07-041-0/+8
* xmm6260 rfs cleanup: code style and compilation warningsAlexander Tarasikov2012-07-041-18/+23
* RFS: added missing send/recv functionsPaul Kocialkowski2012-07-042-6/+96
* Cleanup xmm6260 ipc, prepare for rfsAlexander Tarasikov2012-07-041-28/+11
* Fix compilation warningsAlexander Tarasikov2012-07-042-13/+20
* Update firmware loader to the latest version, fix makefiles forAlexander Tarasikov2012-07-047-145/+156
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-0412-0/+2750
* GPRS interface name function for crespoPaulK2012-06-072-0/+11
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
* crespo: bump buffer size if incoming data to 0x50000; highest data size seen ...Simon Busch2012-02-231-1/+1
* h1: several fixes and adjustments to compile againSimon Busch2012-02-041-4/+4
* Fixed H1 device and devices-related fixesPaulK2012-02-031-3/+3
* Adjust for recent changes to device creation structureSimon Busch2012-02-032-12/+0
* Merge remote-tracking branch 'origin/paulk/rework-device-specific' into morph...Simon Busch2012-02-031-2/+2
|\
| * Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-033-14/+2
| * Register aries handlers on library initializationSimon Busch2012-01-301-1/+1
| * Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-301-3/+9
| * Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-301-3/+9
* | Register aries handlers on library initializationSimon Busch2012-02-031-1/+1
* | Add aries device for compilation and register it's handlers on startupSimon Busch2012-02-031-3/+9
* | Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-031-3/+9
|/
* Added support for aries devices (galaxy s, galaxy tab, perhaps more)PaulK2012-01-289-1106/+1313
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-142-8/+122
* WIP: socket stuff for galaxy sIgor Almeida2012-01-071-16/+51
* Start adding support for Samsung Galaxy SIgor Almeida2012-01-075-0/+1105
* Removed remaining crespo_nv_data filesPaulK2011-12-312-397/+0
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-3/+2
* Set negative rc for errors, plus cosmeticsPaulK2011-12-301-21/+14
* Finished crespo RFS implementation and code cleanupPaulK2011-12-301-35/+66
* Added RFS headers and RECV function for crespoPaulK2011-12-253-22/+75
* Corrected wake_lock in crespoPaulK2011-11-211-7/+9
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-073-13/+12
* Switched crespo's nv_data functions to the client log handler instead of printfPaulK2011-11-063-51/+53
* Corrected wake_lock in crespo_ipc and split struct ipc_call_outgoingPaulK2011-10-312-10/+10
* Only print hexdump for messages when build in debug modeSimon Busch2011-10-301-1/+5
* Fixed IPC_PWR_PHONE_STATE (from SEC RIL logs) removed last SIMIO bits + other...PaulK2011-10-301-3/+18
* New handlers structure (a data pointer for each handler function)PaulK2011-10-293-124/+142
* Add vim modeline for uniform indentationSimon Busch2011-10-296-0/+17
* h1: add missing payload memcpy in h1_ipc_sendJoerie de Gram2011-10-281-1/+6
* Corrected Android.mk, crespo_ipc file, some headers and helpers.PaulK2011-10-281-13/+14
* h1: dump ipc messages to logJoerie de Gram2011-10-281-0/+10
* replace ipc_request and ipc_response by a single struct ipc_message_infoJoerie de Gram2011-10-282-7/+8
* split devices, require compile-time device selectionJoerie de Gram2011-10-287-0/+1272