aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/device/aries
Commit message (Expand)AuthorAgeFilesLines
* devices folder instead of device, for better consistencyPaul Kocialkowski2014-02-084-963/+0
* Correct enumeration of files and devicesPaul Kocialkowski2014-02-081-0/+1
* device: Buffer has length and tail is footerPaul Kocialkowski2014-01-262-7/+7
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-252-5/+3
* aries: Read and write data in proper buffer-sized chunksPaul Kocialkowski2014-01-232-33/+109
* ipc devices: Include structures definitions from devices headersPaul Kocialkowski2013-07-031-0/+5
* Rename ipc_header to ipc_fmt_header, add ipc_rfs_header and utility functionsPaul Kocialkowski2013-07-032-286/+24
* aries: Minor coding-style-related changesPaul Kocialkowski2013-07-031-31/+56
* xmm6160: Rename modem_image to firmware to avoid confusionPaul Kocialkowski2013-07-011-3/+3
* xmm6160: Use device-specific sizes and offsetsPaul Kocialkowski2013-06-302-4/+15
* Prefix per-device headers definitions with the device namePaul Kocialkowski2013-06-302-85/+86
* Split aries and crespo common code to xmm6160, along with major code reworkPaul Kocialkowski2013-06-302-536/+294
* Rework handlers and ipc functions for better consistencyPaul Kocialkowski2013-06-272-200/+155
* Renamed ipc_private.h to ipc.hPaul Kocialkowski2013-06-251-1/+1
* Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol).Paul Kocialkowski2013-06-251-1/+1
* Aries: Stick a bit more with SEC ril, preventing some failuresPaul Kocialkowski2012-11-181-56/+54
* GPRS: Pass CID to activate/deactivate functionsPaul Kocialkowski2012-11-111-6/+17
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-212-2/+2
* ipc: fix gprs_get_iface functionsPaul Kocialkowski2012-09-101-3/+3
* ipc: refactor ipc_client_gprs_get_iface method to return iface name instead o...Simon Busch2012-09-091-5/+4
* Aries: Use new IPC open/close definitionsPaul Kocialkowski2012-09-071-4/+5
* Add cmd field to ipc_message_info structure which will be prefilledSimon Busch2012-08-241-0/+1
* rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-091-2/+4
* Prefix method correctly with ipc_client_Simon Busch2012-08-081-2/+2
* GPRS: Get interface name given the connection ID (cid)Paul Kocialkowski2012-07-082-8/+13
* Removed device loop code (the upper layer must decide whether to loop or not)Paul Kocialkowski2012-07-051-31/+17
* Unified debug messages on send/recv with ipc_util functionsPaul Kocialkowski2012-07-051-44/+4
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-14/+17
* Aries/Crespo: Added GPRS capabilities handlerPaul Kocialkowski2012-07-041-0/+12
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
* Adjust for recent changes to device creation structureSimon Busch2012-02-031-6/+0
* Add aries device for compilation and register it's handlers on startupSimon Busch2012-02-031-3/+9
* Added support for aries devices (galaxy s, galaxy tab, perhaps more)PaulK2012-01-285-0/+1347