aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/rfs.c
Commit message (Expand)AuthorAgeFilesLines
* samsung-ipc: rfs: switch to Linux code styleDenis 'GNUtoo' Carikli2020-06-271-570/+606
* rfs.c: fix integer comparison sign with variableDenis 'GNUtoo' Carikli2020-02-211-2/+2
* file_data_{read,write}: Add loggingDenis 'GNUtoo' Carikli2020-01-301-14/+14
* ipc_nv_data_md5_calculate: print errors when ipc_client is defined.Denis 'GNUtoo' Carikli2020-01-301-10/+15
* rfs.c: silence uninitialized variable warningDenis 'GNUtoo' Carikli2019-12-051-1/+1
* rfs.c: get rid of unused variablesDenis 'GNUtoo' Carikli2019-12-051-1/+0
* rfs: Proper helpersPaul Kocialkowski2014-08-041-32/+53
* rfs: Size function for helpers that return data with non-explicit sizePaul Kocialkowski2014-08-021-5/+19
* Offset is unsigned intPaul Kocialkowski2014-07-261-4/+5
* utils: Shared libraries don't allow for internal functionsPaul Kocialkowski2014-07-261-1/+0
* rfs: Chunk size is not always greater than sizePaul Kocialkowski2014-02-261-2/+2
* Global include pathPaul Kocialkowski2014-02-261-2/+2
* rfs: Consistent coding style, cleanup and fresh new implementationPaul Kocialkowski2014-02-151-551/+482
* utils: Files rename, new functions, proper types and few other cleanupsPaul Kocialkowski2014-02-131-7/+7
* rfs: Proper IPC functions for nv_data specs, without generic fallback valuesPaul Kocialkowski2014-02-111-190/+49
* Follow consistent coding style in headersPaul Kocialkowski2014-02-061-11/+11
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-1/+0
* rfs.c: Fix coding style and compilation warningsPaul Kocialkowski2013-07-031-31/+29
* rfs.c: Coding style cosmeticsPaul Kocialkowski2013-06-271-86/+83
* Coding style: Move ; around in for statementsPaul Kocialkowski2013-06-251-1/+1
* Add newline and indentation on long functions namesPaul Kocialkowski2013-06-251-2/+4
* Refactor code for consistent coding style and avoid using assertPaul Kocialkowski2013-06-251-3/+3
* 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-2/+2
* 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
* RFS: Changed chunk size to 0x1000 when reading nv_dataPaul Kocialkowski2012-07-041-6/+6
* Set nv_data paths functions non-static so they can be reused in device codePaul Kocialkowski2012-07-041-5/+5
* 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
* 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 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
* Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixesPaulK2011-12-311-0/+622