Commit Graph

196 Commits

Author SHA1 Message Date
Ralph Metzler cad161f939 enable net interface by default 2018-05-02 15:35:28 +02:00
Ralph Metzler 67257ce132 replace mdio_num with mdio_base 2018-04-11 21:20:25 +02:00
Ralph Metzler 2c3c9bdf08 comment out old debugging messages
can be removed soon
2018-04-07 20:21:58 +02:00
Ralph Metzler 53464162de detect LNBH address to prevent error message in driver 2018-04-07 20:17:38 +02:00
Ralph Metzler 1d7d8bc413 report I2C bus errors 2018-03-28 19:43:04 +02:00
Ralph Metzler 70778b818e always assume adapter_alloc=3 for octopusnet pro 2018-03-28 19:42:03 +02:00
Ralph Metzler e0fdedbef3 adjust to newer include files and firmware 2018-03-22 19:36:08 +01:00
Ralph Metzler 3db30defab use correct MODULE_LINCESE for GPL v2 only according to notice in header 2018-03-22 19:32:17 +01:00
Ralph Metzler 5bf9edba06 add entry for M4 2018-03-22 19:30:45 +01:00
Ralph Metzler 08a161ba04 remove old code 2018-03-20 22:37:13 +01:00
Ralph Metzler efbc108939 check on correct link instead of link 0 2018-03-20 22:36:20 +01:00
Ralph Metzler 033432cf2f increase version number 2018-03-14 15:11:52 +01:00
Ralph Metzler 948c6c4fe7 fix handling of separated MSI IRQs 2018-03-04 23:43:39 +01:00
Ralph Metzler dedb5bd387 fixes for 3.x kernels 2018-03-02 10:46:28 +01:00
Ralph Metzler ae9644d934 set devid entry for link 0 2018-02-12 22:43:45 +01:00
Ralph Metzler 67e36cdef0 fix output buffer check
We have to leave a 188 byte gap between writer
and consumer. So, we need at least 2*188 bytes to be able to write.
2018-01-21 11:54:09 +01:00
Ralph Metzler 4f622ec27c fixes for input/output handlers
add casts and use spin_lock_irqsave
2018-01-21 11:53:16 +01:00
Ralph Metzler fc335de763 add demod lock state 2018-01-16 23:56:30 +01:00
Ralph Metzler 62e491c2cd increase max symbol rate 2018-01-16 23:55:53 +01:00
Ralph Metzler 402a822751 get frontend info at appropriate places 2018-01-16 23:55:21 +01:00
Ralph Metzler e19f29dbfa fix MSI handling for older kernels 2018-01-16 23:54:51 +01:00
Ralph Metzler caa1dbecce clean up ci attach and detach 2018-01-16 23:54:15 +01:00
Ralph Metzler 4f136e5659 change pls to official scrambling_sequence_index 2018-01-16 23:50:40 +01:00
Ralph Metzler bda6c538ae clear cmd struct before using it 2018-01-16 23:43:02 +01:00
Ralph Metzler 2e1c7b62a9 make registration states more fine grained 2018-01-01 21:04:00 +01:00
Ralph Metzler 6001c5baf5 remove buffer size debugging message 2018-01-01 21:03:27 +01:00
Ralph Metzler 4ebb3ca938 adapt to latest MCI interface changes 2018-01-01 21:01:49 +01:00
Ralph Metzler c5b45cdbac remove extra parameter fro DVB-T frontend 2018-01-01 21:00:11 +01:00
Ralph Metzler dfff0f5953 add -DCONFIG_DVB_CXD2099 to fix problem with CI attach 2017-12-14 22:06:28 +01:00
Ralph Metzler f7fbeed21e add IQ command and return struct 2017-12-12 01:22:16 +01:00
Ralph Metzler a14cbc0eff use kernel gcd and move comment regarding calculation to correct
function
2017-12-11 23:04:14 +01:00
Ralph Metzler 2d41161cb4 reject too small symbol rates 2017-12-11 23:02:15 +01:00
Ralph Metzler c75a7892d9 remove unnecessary casts 2017-12-11 16:41:32 +01:00
Ralph Metzler d5bbd3a025 replace 0 with proper NULL pointer 2017-12-11 16:20:24 +01:00
Ralph Metzler 096bf9d5a9 assignment used 0 instead of link from argument 2017-12-11 16:12:23 +01:00
Ralph Metzler 3806b4d2da remove unnecessary init value 2017-12-11 16:11:20 +01:00
Ralph Metzler 04fc90e4d6 do not use dvb_attach, it is not in a seperate module 2017-12-07 19:31:44 +01:00
Ralph Metzler 50cf06cbb8 properly reference dvbs2_signal_info 2017-12-07 19:31:11 +01:00
Ralph Metzler d398909c1d add first basic support for MCI frontends like the MAXSX8 (incomplete) 2017-12-05 19:59:23 +01:00
Ralph Metzler 611065f572 add defines to simply IRQ handler 2017-12-05 19:37:29 +01:00
Ralph Metzler eabde4ab5a add back old input handler as option 2017-12-05 19:33:16 +01:00
Ralph Metzler ea09ce3b7b add device id 9 for MaxSX8 type cards 2017-12-05 19:26:26 +01:00
Ralph Metzler c56e156176 add MaxSX8 hardware defs 2017-12-05 19:23:07 +01:00
Ralph Metzler b7c9038f51 add ddb_irq_set to set irq handlers
always use tasklet/workqueue for input/ouput handlers
2017-10-25 23:03:16 +02:00
Ralph Metzler a385bcb70c clean up ddbread/write function names 2017-10-25 23:01:46 +02:00
Ralph Metzler 7bb6cf99e2 add dummy tuner with 125MByte/s dummy data stream 2017-10-23 21:07:28 +02:00
Ralph Metzler 7e6f9d6e9d change dma buffer number and size from defines to module parameters 2017-10-23 00:14:39 +02:00
Ralph Metzler e239a6d772 move common workqueue and class init/exit to core 2017-10-22 20:58:58 +02:00
Ralph Metzler 3a2e87eefe add MSI-X support 2017-10-22 19:55:07 +02:00
Ralph Metzler 0f05b1988a - add lock loss irq handler
- add modulator ioctl mutex
- some more documentation about modulator properties
2017-10-17 23:49:31 +02:00