- 16 Jun, 2009 40 commits
-
-
Uri Shkolnik authored
Bind SMS protocol commands to the GPIO commands Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
remove redundant code, which in the past handled the various components (now independent modules) registrations. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add various DVB-API v3 events, those events will trig target (card) events. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Remove a redundant ifdef Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add events handling for targets. All board-specific (target specific) should reside here. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Fix some definitions' names, in order to emphasize the names Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add new GPIO management interface to replace old (buggy) one. Keeping old interface intact for now. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Acked-by:
Michael Krufky <mkrufky@linuxtv.org> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Make the SDIO interface driver a stand alone module. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add two additional USB targets, add these to the 'cards' modules and to the 'smsusb' module. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Change the debug message of the USB interface driver exit function. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Fix small typo in the module description Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Fix bug that cause error log to echo also if success Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Fix byte ordering bug. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
get common buffers() should block operation until valid buffer is avaliable. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Assign using the new gpio structures, i/o for exist HPG targets, without removing the old implementation. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Remove wrong firmware assignments for Nova, Stellar Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
The card modules is the component which handles various targets, so the IDs table should reside within it. [mchehab@redhat.com: add missing smsendian.h include at smscoreapi.c] Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add the infra-red to the makefile and declare the assignment in the cards components. [mchehab@redhat.com: Fixed a few trivial merge conflicts] Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add gpio look-up table for various requirements, any target may select any gpio and assign it to a function Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Move the DVB-API v3 headers' include list from the core component to the smsdvb (DVB adapter) which is the only one that uses them. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Fix type at the module description Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
This patch replace the old method of pulling the device status by sending "get_statistics" request, to push mode. This make status update much faster, and reduce various operation time (UHF scan now takes 15s instead of 2m). In order to make the change the following modification have been applied: 1) core header - update statistics headers. 2) dvb adapter - omit the statistics request, add handling of status indications. 3) core 'onresponse' - re-route messages addressed to other adapter to the dvb adapter. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add support for Siano protocol messages with big endian systems. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Mauro Carvalho Chehab authored
Cc: Uri Shkolnik <urishk@yahoo.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add smsendian component to the module build Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
This patch fixes a problem were protocol buffers have been lost during USB disconnect events. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
This patch adds support for byte ordering and big endianity handling for the USB interface driver Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
This patch updates the license of the USB interface driver Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Remove redundant complete instruction from smsdvb, in the past this was used by the statistics state machine, but no longer. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Siano: smsdvb - Fix license to match all other Siano's files Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Re-order the include files list Re-order the include files list, put the DVB-API v3 within its own section, within a define container. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Modify the file license to match all other Siano's files Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add code that modify the content of Siano's protocol messages when running with big-endian target. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
This patch add support for IR (infra-red) remote controllers. Further commits are needed in order to enable the activation of the IR components. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Some more indentation for the smscoreapi.h There are no implementation changes in this patch. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
smscoreapi - move the main core structure declaration to the header, in order to enable other components (such as IR) to use it. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Add new definitions (of Siano's protocol messages), and protocol structures (for future commits usage) Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Uri Shkolnik authored
Remove two redundant lines, based on Klimov Alexey code review. Signed-off-by:
Uri Shkolnik <uris@siano-ms.com> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-
Miroslav Sustek authored
cx88-dsp: fixing 64bit math on 32bit kernels Some gcc versions report the missing of __divdi3 [mchehab.redhat.com: CodingStyle fixes] Signed-off-by:
Miroslav Sustek <sustmidown@centrum.cz> Signed-off-by:
Mauro Carvalho Chehab <mchehab@redhat.com>
-