Daniel Scheller writes: > From: Daniel Scheller <d.scheller@xxxxxxx> > > This adds the frontend driver for the MaxLinear MxL5xx family of tuner- > demodulators, as used on Digital Devices MaxS4/8 four/eight-tuner cards. > > The driver was picked from the dddvb vendor driver package and - judging > solely from the diff - has undergone a 100% rework: > > - Silly #define's used to pass multiple values to functions were > expanded. This resulted in macro/register names not being usable > anymore for such occurences, but makes the code WAY more read-, > understand- and maintainable. OK, but why did you also replace all kinds of register value defines with numerical values? This makes the driver much less comprehensible.