| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools: modemctrl tool rename, in favor of ipc-modem | Paul Kocialkowski | 2014-02-21 | 1 | -569/+0 |
| | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
| * | ipc: Consistent coding style and major cleanup | Paul Kocialkowski | 2014-02-15 | 1 | -31/+31 |
| | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
| * | Prefer official Samsung IPC protocol names | Paul Kocialkowski | 2014-02-08 | 1 | -13/+12 |
| | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
| * | Follow consistent coding style in headers | Paul Kocialkowski | 2014-02-06 | 1 | -19/+19 |
| | | | | | 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> | ||||
| * | Rework handlers and ipc functions for better consistency | Paul Kocialkowski | 2013-06-27 | 1 | -37/+22 |
| | | | | | | | | | | | | | | | | | | | | | Detailed list of the changes introduced by this commit: * Rename ipc_client_bootstrap_modem to ipc_client_bootstrap * Rename ipc_client_new/free to ipc_client_create/destroy * Rename log_handler to log_callback and change arguments order * Remove handlers common data and fd mechanisms * Set transport, power and gprs common data for handlers * Add data_create and data_destroy handlers * Rework arguments order for handlers * Add poll transport handler * Remove functions types typedefs * Remove dumb ipc_client_send_* functions * Remove ipc_client_gprs_handlers_available * Adapt device files for the new API changes * Adapt modemctrl for the new API changes Change-Id: Ia9ba1045dbbf9f5e31a201aa8629b49019158972 Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
| * | modemctrl: Update Copyright block for better accuracy | Paul Kocialkowski | 2013-06-25 | 1 | -3/+4 |
| | | | | | | Change-Id: I0ddd3a6b32920033c3d70f046aea3674f94fa75e 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 | -1/+1 |
| | | | | | | | | Also some minor headers cosmetics. Change-Id: Id2b988b118d956e91827b9b840e3f384424593ae Signed-off-by: Paul Kocialkowski <contact@paulk.fr> | ||||
| * | Fix outstanding compiler warnings | Simon Busch | 2013-06-23 | 1 | -1/+6 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | modemctrl: Remove SIM initializing message | Paul Kocialkowski | 2013-03-07 | 1 | -3/+0 |
| | | | | | | Change-Id: If73a5bc5a87ae1bfdb0921ef16338be11cc7b989 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 |
| | | |||||
| * | net: renaming some parts to be more reasonable | Simon Busch | 2012-08-30 | 1 | -2/+2 |
| | | |||||
| * | sec: rename ipc_sec_pin_status_response structure | Simon Busch | 2012-08-29 | 1 | -4/+4 |
| | | |||||
| * | sec: rename IPC_SEC_PIN_STATUS to IPC_SEC_SIM_STATUS | Simon Busch | 2012-08-29 | 1 | -2/+2 |
| | | |||||
| * | sec: refactor type naming to be clean and not misleading | Simon Busch | 2012-08-29 | 1 | -11/+11 |
| | | |||||
| * | Fixed modemctrl for sec header changes | PaulK | 2012-02-24 | 1 | -2/+2 |
| | | |||||
| * | Adjust for recent changes to device creation structure | Simon Busch | 2012-02-03 | 1 | -2/+0 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | Rework IPC client creation to detect device automatically on startup | Simon Busch | 2012-02-03 | 1 | -24/+25 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | Rework device specific code so we can build one library for all devices now | Simon Busch | 2012-02-03 | 1 | -28/+45 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | modemctrl: add command to bootstrap modem only | Simon Busch | 2012-01-27 | 1 | -0/+4 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | Modified handlers with common handlers data and device-specific functions | PaulK | 2012-01-14 | 1 | -1/+3 |
| | | |||||
| * | Set negative rc for errors, plus cosmetics | PaulK | 2011-12-30 | 1 | -2/+2 |
| | | |||||
| * | Rewritten modemctrl to provide an usable test binary | PaulK | 2011-11-07 | 1 | -130/+256 |
| | | |||||
| * | Implemented minimal ipc upper-layer in modemctrl, with auto call functions | PaulK | 2011-10-31 | 1 | -40/+300 |
| | | |||||
| * | Comment some not compiling code in modemctrl tool | Simon Busch | 2011-10-30 | 1 | -0/+3 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | Fix several places in code for latest infrastructure changes | Simon Busch | 2011-10-29 | 1 | -3/+2 |
| | | | | | Signed-off-by: Simon Busch <morphis@gravedo.de> | ||||
| * | split devices, require compile-time device selection | Joerie de Gram | 2011-10-28 | 1 | -3/+3 |
| | | |||||
| * | added handlers support and default handlers for crespo. | PaulK | 2011-10-28 | 1 | -6/+125 |
| | | |||||
| * | Rework API of this library to integrate better with other environments than ↵ | Simon Busch | 2011-10-10 | 1 | -31/+22 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | tools: modemctrl: implement bootstrap, power on/off commands | Simon Busch | 2011-10-08 | 1 | -51/+23 |
| | | |||||
| * | tools: modemctrl: bootstrap the modem before using it | Simon Busch | 2011-10-05 | 1 | -0/+2 |
| | | |||||
| * | Add modemctrl utility to test functionality of samsung-ipc | Simon Busch | 2011-10-03 | 1 | -0/+89 |
