Re: [PATCH 7/9] tda1004x DVB frontend update

From: Michael Hunold
Date: Mon Feb 23 2004 - 17:59:19 EST


Hello Andrew,

On 02/23/04 23:09, Andrew Morton wrote:
// read it!
- lseek(fd, tda10045h_fwinfo[fwinfo_idx].fw_offset, 0);
+ lseek(fd, fw_offset, 0);
if (read(fd, firmware, fw_size) != fw_size) {

was there some plan to convert DVB over to using the firmware loader?

Yes. But as I wrote in the mail to Christoph, we currently don't have a chance to use some in-kernel structure (pci device, i2c bus) that automatically exports the firmware loading magic through sysfs.

Because of this, we would have to write our own sysfs backend for the dvb i2c subsystem, in order to get proper firmware loading support.

As I already mentioned in another mail, we want to go back to the kernel i2c subsystem.

Currently, the stuff is running quite stable and is "in use".

Changing the i2c subsystem would require changes in all frontend drivers + plus in the dvb drivers exporting the i2c facilities.

Is such a big change acceptable for 2.6 if it fixes these horrible hacks or is this 2.7 stuff?

CU
Michael.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/