| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  |  | 
|  | (Alex, do you take care of that one?) | 
|  | the usage of the syscall interface to load binary firmware used by some
frontend drivers.
- add dvb_register_frontend_new() and dvb_unregister_frontend_new() which
register a frontend driver using the kernel i2c interface instead of the
dvb i2c interface.
- register kernel i2c interface in av7110/budget driver properly
- port stv0299 and ves1x93 to kernel i2c api
Other DVB drivers and frontend drivers still can use the old DVB i2c
interface. | 
|  | values.
Converted 8space->1tabs (formatting)
Added extra printks to report _exact_ ves1x93 version detected | 
|  |  | 
|  | Also some minimal budget-ci CI support implemented (just detection+IRQs) | 
|  | - schedule_timeout(1) in dvb_frontend.c after setting
  frontend and before waking up frontend thread
- do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK
- use aquire_signal flag to call FE_RESET only after tuning
  until FE_HAS_LOCK has been signalled, and not when
  FE_HAS_LOCK drops out for short periods of time later | 
|  |  | 
|  | - fixed some return values in i2c device attach functions | 
|  |  |