Commit Graph

125 Commits

Author SHA1 Message Date
rjkm 46a4f7476a support new SDR modulator image with MCI 2020-12-01 15:58:35 +01:00
none 7f19a0c04b adapt to current mainline kernel dvb-core 2020-08-29 15:32:42 +02:00
none dc300198a9 rest of raw support ... 2020-08-29 15:18:59 +02:00
none ddac58d082 add raw mode, selected either via module option or input parameter 2020-08-29 14:57:02 +02:00
none 54e8bb1575 add packet loss and stall counter 2020-03-31 21:20:22 +02:00
none aa1b5369ac make ddbridge device access count atomic 2020-01-18 16:24:54 +01:00
none 0522573b46 show GT link state on change 2020-01-18 16:24:54 +01:00
none ee3e352c0c add some fallthrough comments 2020-01-15 12:32:34 +01:00
Ralph Metzler e3da57495f add SPDX headers 2019-11-08 13:51:11 +01:00
Ralph Metzler ab0f16099b paasify gcc regarding supposedly possibly undefined adap (can actually never happen) 2019-08-13 21:37:10 +02:00
Ralph Metzler b86ea4524f update some headers to 2019 2019-08-05 16:04:44 +02:00
Ralph Metzler 35e0de3968 change fan control to go down faster 2019-08-05 16:01:12 +02:00
Ralph Metzler d350eef406 add DVB-S and Max M4 to dummy device handling 2019-07-08 10:00:11 +02:00
Ralph Metzler e68df13ad0 remove wrong check 2019-04-12 20:13:03 +02:00
Ralph Metzler 0248e43bc7 use correct i2c num entry 2019-04-12 20:11:27 +02:00
Ralph Metzler 16b15dfcc0 add serial number attribute for cards at GT link ports 2019-03-14 12:47:48 +01:00
Ralph Metzler 1d4fa8f5a3 SDR cards start at 16 2019-03-14 12:44:46 +01:00
Ralph Metzler 2508919151 change attach handling 2019-03-14 12:44:21 +01:00
Ralph Metzler 2e3c59ecc3 reduce ts speed, some motherboard chipsets cannot handle it 2019-03-14 12:42:52 +01:00
Ralph Metzler f17d1e8ee1 experimental adapter alloc type 4 for one adapter per GT link 2018-09-17 13:46:27 +02:00
Ralph Metzler b52eb4bd17 add ids and structs for Octopus GT Mini 2018-08-13 15:05:43 +02:00
Ralph Metzler bf3cad1094 override stv0910 cards to slower TS speed if not on latest firmware. 2018-08-10 08:48:01 +02:00
Damjan Marion cf77db4fcd Remove double spinlock unlock
This is causing crash on some platforms, observed on arm64.
2018-07-24 13:31:02 +02:00
Ralph Metzler f7772c7a88 allow fmode 4 2018-06-23 16:44:16 +02:00
Ralph Metzler 192a4ad20d add wrappers to pacify Sparse 2018-05-28 16:41:11 +02:00
Ralph Metzler 1e15f5474d add templX for sensors on GT link cards 2018-05-25 23:05:26 +02:00
Ralph Metzler 2e5056c4a1 add temperature attribute for MCI cards 2018-05-25 00:12:31 +02:00
Ralph Metzler 9d8c7d4a63 - separate MCI and SX8 code
- move SX8 code to ddbridge-sx8.c
- adjust SX8 code to latest version from upstream
- add file with skeleton driver for M4
2018-05-15 23:01:39 +02:00
Ralph Metzler f24a329f2f remove debug message 2018-05-14 04:27:55 +02:00
Ralph Metzler 5d7f4fcbe8 simplify link structure access 2018-05-14 04:26:51 +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 70778b818e always assume adapter_alloc=3 for octopusnet pro 2018-03-28 19:42:03 +02:00
Ralph Metzler efbc108939 check on correct link instead of link 0 2018-03-20 22:36:20 +01:00
Ralph Metzler 948c6c4fe7 fix handling of separated MSI IRQs 2018-03-04 23:43:39 +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 caa1dbecce clean up ci attach and detach 2018-01-16 23:54:15 +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 c5b45cdbac remove extra parameter fro DVB-T frontend 2018-01-01 21:00:11 +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 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 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 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