aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/rfs.c
Commit message (Collapse)AuthorAgeFilesLines
* switch to GPLv2+ as license as decided by all authors per mailSimon Busch2012-09-211-1/+1
|
* rfs: fix warnings about ignored return results from std. library functionsSimon Busch2012-08-091-52/+185
|
* First round of fixing unnecessary warningsSimon Busch2012-08-081-5/+7
|
* Prefix method correctly with ipc_client_Simon Busch2012-08-081-8/+8
|
* Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specsPaul Kocialkowski2012-07-041-81/+98
| | | | | | | | | | | | | | 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>
* RFS: Changed chunk size to 0x1000 when reading nv_dataPaul Kocialkowski2012-07-041-6/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Set nv_data paths functions non-static so they can be reused in device codePaul Kocialkowski2012-07-041-5/+5
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Allow EFS path to be overriden per-boardAlexander Tarasikov2012-07-041-31/+100
|
* 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
|
* Revert "rfs.c: return NULL in case of error"PaulK2012-02-011-1/+1
| | | | This reverts commit b93b917a70a6c85bfa2bd3789989b90b2e530abf.
* rfs.c: return NULL in case of errorPaulK2012-02-011-1/+1
|
* Fixed coding style: space after if, for, while, etcPaulK2012-02-011-37/+37
|
* RFS NV item handling methods are now sending the io confirmation message ↵Simon Busch2012-02-211-9/+6
| | | | directly
* Import two methods from samsung-ril to deal with rfs read/write nv item ↵Simon Busch2012-02-201-1/+66
| | | | message types
* Cleanup indentation in rfs.cSimon Busch2012-02-171-276/+276
| | | | Signed-off-by: Simon Busch <morphis@gravedo.de>
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-0/+622