Commit Graph

103 Commits

Author SHA1 Message Date
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
Ralph Metzler e239a6d772 move common workqueue and class init/exit to core 2017-10-22 20:58:58 +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
Ralph Metzler 1c22a07eaa adapt dvb-core, includes and affected files to mainline 4.14-rc2 2017-09-26 22:09:05 +02:00
mvoelkel f84d196a1e compiling for kernel 4.12.x 2017-09-25 19:20:17 +02:00
Ralph Metzler e817b91860 re-enable port_attach error handling 2017-09-10 23:12:54 +02:00
Ralph Metzler 0dd0997133 change FSM card channel number detection to use register 0x1c 2017-09-10 22:25:02 +02:00
Ralph Metzler 983949f4dd - initialize modulators before registering devices to prevent races
- check for number of FSM modulator channels before allocating ports
2017-09-09 00:21:11 +02:00
Ralph Metzler fe5f6b737c convert all device information structs to const and fix related problems 2017-09-08 14:47:14 +02:00
Ralph Metzler e4acb524a7 return EINVAL if input NULL (e.g. in case of mod devices) 2017-09-06 17:51:30 +02:00
Ralph Metzler aa2762747f move MaxS8 and special MAX card LNB functions to separate file 2017-08-27 23:54:49 +02:00
Ralph Metzler 17b3e1ed26 move ci support to separate file 2017-08-27 22:09:43 +02:00
Ralph Metzler 07f7720145 prefix irq handlers with ddb_ to avoid name collisions 2017-08-27 21:42:02 +02:00
Ralph Metzler b2ca06e639 strict checkpatch style fixes 2017-08-26 22:04:37 +02:00
Ralph Metzler 2b6babfdc0 coding style fixes according to checkpatch 2017-08-26 10:32:53 +02:00
Ralph Metzler 5074e28e10 change output functions from pr_ to dev_ 2017-08-25 23:30:58 +02:00
Ralph Metzler 27601b4769 fix for new kernels 2017-08-25 22:07:43 +02:00
Ralph Metzler bf0315bcc0 move io functions to ddbridge-io.[ch] 2017-08-02 20:22:52 +02:00
Ralph Metzler dcddb3437d compile parts of ddbridge and octonet seperately 2017-08-02 17:40:24 +02:00
Ralph Metzler fd41904378 fix gap handling
gap attribute of 128 will now disable gap
2017-07-27 21:56:39 +02:00
Ralph Metzler 24503d35ad remove no longer used module parameter 2017-07-26 02:13:27 +02:00
Ralph Metzler 3556d6464b Move device info into ddbridge-hw.c and use get_ddb_info
in ddbridge.c, ddbridge-core.c and octonet.c to get
ddb_info for specific devices.

This unifies the method for getting the device info for all hardware.
It also no longer relies on driver_data in struct pci_dev_id
which is deprecated to be used as a pointer.
2017-07-24 22:24:47 +02:00
Ralph Metzler 6814a8fa23 move common functions of ddbridge and octonet to core 2017-07-24 01:03:40 +02:00