Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rfs: Chunk size is not always greater than size | Paul Kocialkowski | 2014-02-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Global include path | Paul Kocialkowski | 2014-02-26 | 1 | -2/+2 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | rfs: Consistent coding style, cleanup and fresh new implementation | Paul Kocialkowski | 2014-02-15 | 1 | -551/+482 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | utils: Files rename, new functions, proper types and few other cleanups | Paul Kocialkowski | 2014-02-13 | 1 | -7/+7 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | rfs: Proper IPC functions for nv_data specs, without generic fallback values | Paul Kocialkowski | 2014-02-11 | 1 | -190/+49 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Follow consistent coding style in headers | Paul Kocialkowski | 2014-02-06 | 1 | -11/+11 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Good-looking copyright blocks, with the right order in copyright lines | Paul Kocialkowski | 2014-01-25 | 1 | -1/+0 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | rfs.c: Fix coding style and compilation warnings | Paul Kocialkowski | 2013-07-03 | 1 | -31/+29 |
| | | | | | Change-Id: I00d93d54e5b9bc645c65a9bd72fb0b6edae822ad Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | rfs.c: Coding style cosmetics | Paul Kocialkowski | 2013-06-27 | 1 | -86/+83 |
| | | | | | Change-Id: I6d3745a75d6cb8ee945a4636fd6e6c2ff5ce4c66 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Coding style: Move ; around in for statements | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 |
| | | | | | Change-Id: I08cc4a5c404d1b513c56aa1eaeb68dfa6768a4e4 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Add newline and indentation on long functions names | Paul Kocialkowski | 2013-06-25 | 1 | -2/+4 |
| | | | | | Change-Id: Ie393301a04523816e7aa674e57a4c3a2eb93247e Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Refactor code for consistent coding style and avoid using assert | Paul Kocialkowski | 2013-06-25 | 1 | -3/+3 |
| | | | | | Change-Id: Idca5edb70869e07d35744301b185df02e42f5b4c Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Renamed ipc_private.h to ipc.h | Paul Kocialkowski | 2013-06-25 | 1 | -1/+1 |
| | | | | | Change-Id: Ie80159518b6d7d1a6422d3dc47a903eb7fdad6d8 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Moved radio.h and types.h to samsung-ipc.h (API) and protocol.h (IPC protocol). | Paul Kocialkowski | 2013-06-25 | 1 | -2/+2 |
| | | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | switch to GPLv2+ as license as decided by all authors per mail | Simon Busch | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | rfs: fix warnings about ignored return results from std. library functions | Simon Busch | 2012-08-09 | 1 | -52/+185 |
| | |||||
* | First round of fixing unnecessary warnings | Simon Busch | 2012-08-08 | 1 | -5/+7 |
| | |||||
* | Prefix method correctly with ipc_client_ | Simon Busch | 2012-08-08 | 1 | -8/+8 |
| | |||||
* | Reworked nv_data handling in nv_data_specs, moved some functions to gprs_specs | Paul Kocialkowski | 2012-07-04 | 1 | -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_data | Paul Kocialkowski | 2012-07-04 | 1 | -6/+6 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Set nv_data paths functions non-static so they can be reused in device code | Paul Kocialkowski | 2012-07-04 | 1 | -5/+5 |
| | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
* | Allow EFS path to be overriden per-board | Alexander Tarasikov | 2012-07-04 | 1 | -31/+100 |
| | |||||
* | rfs: only dump RFS message content when debugging is enabled | Simon Busch | 2012-02-23 | 1 | -0/+4 |
| | |||||
* | rfs: it should be possible for the modem to write at offset zero | Simon Busch | 2012-02-23 | 1 | -3/+3 |
| | |||||
* | Revert "rfs.c: return NULL in case of error" | PaulK | 2012-02-01 | 1 | -1/+1 |
| | | | | This reverts commit b93b917a70a6c85bfa2bd3789989b90b2e530abf. | ||||
* | rfs.c: return NULL in case of error | PaulK | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | Fixed coding style: space after if, for, while, etc | PaulK | 2012-02-01 | 1 | -37/+37 |
| | |||||
* | RFS NV item handling methods are now sending the io confirmation message ↵ | Simon Busch | 2012-02-21 | 1 | -9/+6 |
| | | | | directly | ||||
* | Import two methods from samsung-ril to deal with rfs read/write nv item ↵ | Simon Busch | 2012-02-20 | 1 | -1/+66 |
| | | | | message types | ||||
* | Cleanup indentation in rfs.c | Simon Busch | 2012-02-17 | 1 | -276/+276 |
| | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
* | Moved nv_data functions and headers to rfs.c/rfs.h, plus some fixes | PaulK | 2011-12-31 | 1 | -0/+622 |