aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/util.c
Commit message (Collapse)AuthorAgeFilesLines
* Good-looking copyright blocks, with the right order in copyright linesPaul Kocialkowski2014-01-251-1/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* util: Rename block_size to chunkPaul Kocialkowski2013-07-031-3/+3
| | | | | Change-Id: Icbc6cbe057e9efcc0040540e24e70a967d632ce0 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Remove file read functions from ipc_utilPaul Kocialkowski2013-07-031-1/+0
| | | | | Change-Id: I24fcb86335ce2676fa5d88e6298aa002b7257bfe Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* New utilities (not exposed by the API) for various I/O and ipc fill functionsPaul Kocialkowski2013-06-281-0/+282
| | | | | Change-Id: I0bd1d7781971f217903f307b5ac418180afc0d50 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Removed deprecated util filesPaul Kocialkowski2012-07-051-90/+0
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Corrected/splitted NET/SMS/PWR headers for crespo and added french PLMN dataPaulK2011-11-211-0/+24
|
* Switched utility functions to ipc_utils (for client-side logging)PaulK2011-11-071-153/+4
|
* Add vim modeline for uniform indentationSimon Busch2011-10-291-1/+1
| | | | | | | On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the library. Signed-off-by: Simon Busch <morphis@gravedo.de>
* crespo: if reading nv data from filesystem fail handle this correctlySimon Busch2011-10-121-4/+4
| | | | | | | | As already did for reading the radio image we need to check for errors when reading the nv data too. Otherwise we continue but have no data to proceed which ends in a segmentation fault. Signed-off-by: Simon Busch <morphis@gravedo.de>
* crespo: fixup reading radio image from mtd on bootstrapSimon Busch2011-10-121-5/+4
| | | | | | | | It is important the user knows about the case when reading the radio image failed. So we check now the return value, try to read the image from a alternate path and then fail correctly. Signed-off-by: Simon Busch <morphis@gravedo.de>
* Rework API of this library to integrate better with other environments than ↵Simon Busch2011-10-101-21/+119
| | | | | | | | | | | | | | | | | Android * send/recv is now done outside this library; the user has to provide callbacks for send and recv * it's now possible to create more than one ipc client as every ipc API method needs an object of type ipc_client (which is the context it operates in) * there are now two different client types for the crespo machine: RFS and FMT * disabled h1 client for now * removed power on/off functionality; should be done by another userland component with handling the correct sysfs nodes rather than dealing with ioctls for this. * updated vala interface description file to reflect API changes * various source code cleanups Signed-off-by: Simon Busch <morphis@gravedo.de>
* Add missing source filesSimon Busch2011-08-241-0/+118