aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc
Commit message (Expand)AuthorAgeFilesLines
* Update firmware loader to the latest version, fix makefiles forAlexander Tarasikov2012-07-0410-153/+173
* Add the dirty, hackish and barely working xmm6260 modem supportAlexander Tarasikov2012-07-0414-0/+2765
* GPRS port list setup function (currently with fixed values), needed for ariesPaulK2012-06-071-0/+12
* Function to check if GPRS activation/deactivation functions are availablePaulK2012-06-071-1/+14
* GPRS interface name function for crespoPaulK2012-06-072-0/+11
* GPRS activation/deactivation functions for ariesPaulK2012-06-061-0/+70
* Introducing device-specific GPRS activation/deactivation functions mechanismPaulK2012-06-062-0/+45
* call: add pack method for dtmf burst send messageSimon Busch2012-03-021-0/+18
* rfs: only dump RFS message content when debugging is enabledSimon Busch2012-02-231-0/+4
* rfs: it should be possible for the modem to write at offset zeroSimon Busch2012-02-231-3/+3
* crespo: bump buffer size if incoming data to 0x50000; highest data size seen ...Simon Busch2012-02-231-1/+1
* Define DEBUG when compiling with debugging enabledSimon Busch2012-02-231-1/+1
* Added NET_MODE_SEL headers, fixed NET_PLMN_SEL structure and related functionPaulK2012-02-011-9/+27
* Revert "rfs.c: return NULL in case of error"PaulK2012-02-011-1/+1
* rfs.c: return NULL in case of errorPaulK2012-02-011-1/+1
* Fixed coding style: space after if, for, while, etcPaulK2012-02-014-70/+70
* RFS NV item handling methods are now sending the io confirmation message dire...Simon Busch2012-02-211-9/+6
* Import two methods from samsung-ril to deal with rfs read/write nv item messa...Simon Busch2012-02-201-1/+66
* Cleanup indentation in rfs.cSimon Busch2012-02-171-276/+276
* net: fix styling/naming/coding issuesSimon Busch2012-02-061-3/+3
* net: add structure to set network PLMN selection modeSimon Busch2012-02-061-0/+16
* Remove h1 relevant source files for now from MakefileSimon Busch2012-02-051-8/+2
* h1: several fixes and adjustments to compile againSimon Busch2012-02-041-4/+4
* Update Makefile to distribute all necessary headers files and compile h1 devi...Simon Busch2012-02-041-0/+12
* Fixed H1 device and devices-related fixesPaulK2012-02-032-5/+16
* Adjust for recent changes to device creation structureSimon Busch2012-02-034-54/+1
* Merge remote-tracking branch 'origin/paulk/rework-device-specific' into morph...Simon Busch2012-02-036-30/+151
|\
| * Modified ipc devices handling to use a table and permit explicit device namePaulK2012-02-038-60/+131
| * Register aries handlers on library initializationSimon Busch2012-01-302-3/+5
| * Add aries device for compilation and register it's handlers on startupSimon Busch2012-01-302-4/+10
| * Rework IPC client creation to detect device automatically on startupSimon Busch2012-01-301-4/+55
| * Rework device specific code so we can build one library for all devices nowSimon Busch2012-01-304-26/+44
* | Register aries handlers on library initializationSimon Busch2012-02-032-3/+6
* | Add aries device for compilation and register it's handlers on startupSimon Busch2012-02-032-4/+10
* | Rework IPC client creation to detect device automatically on startupSimon Busch2012-02-031-4/+55
* | Rework device specific code so we can build one library for all devices nowSimon Busch2012-02-034-26/+44
|/
* Adjust to get everything compiling with autotools againSimon Busch2012-01-281-10/+1
* Added support for aries devices (galaxy s, galaxy tab, perhaps more)PaulK2012-01-289-1106/+1313
* Cosmetics on ipc.cPaulK2012-01-281-28/+20
* gprs: adjust setup method so we can deactivate a gprs context nowSimon Busch2012-01-271-7/+14
* Modified handlers with common handlers data and device-specific functionsPaulK2012-01-144-15/+229
* Fixed tests on various handlers-related functionsPaulK2012-01-081-3/+5
* 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-314-11/+632
* Added missing stdio.h on gen.cPaulK2011-12-301-0/+1
* Updated ipc_command_to_str and replaced sms.h tabs by spacesPaulK2011-12-301-107/+116
* Set negative rc for errors, plus cosmeticsPaulK2011-12-302-21/+15
* Finished crespo RFS implementation and code cleanupPaulK2011-12-302-36/+67