Commit Graph

137 Commits

Author SHA1 Message Date
none c23435e275 handle revision 1 mods differently 2021-06-23 11:18:35 +02:00
none 92cd675f5d move ddbridge ioctls to separate file 2021-03-18 12:39:41 +01:00
none b025599e9f dump more buffer bytes in case of misalignment 2021-03-01 12:58:54 +01:00
none 9028e75f63 always use unaligned processing if detected once 2021-03-01 12:58:21 +01:00
none 177e6b0fd6 check if memory is aligned to 4K 2021-03-01 12:57:45 +01:00
none de82a50b4e Set allocated memory to zero. 2021-03-01 12:57:20 +01:00
none 01ca1b8805 Detect and report TS misalignment and switch to unaligned processing. 2021-02-25 14:58:42 +01:00
none 28e09191af Do not attach dummy with dvb attach. 2021-02-25 14:57:33 +01:00
none abb2c56ddc output overflow as warning 2021-02-24 20:30:45 +01:00
none c6ada48892 remove check for MCI base 2021-02-24 20:27:42 +01:00
none baf6a090b8 use packet loss function 2021-02-24 20:25:27 +01:00
none d259d69808 add packet loss function 2021-02-24 20:24:14 +01:00
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