[linux-dvb] Re: [patch-rfc] frontend firmware

2004-06-22 Thread Michael Hunold
Hello Kennth, On 06/21/04 22:59, Kenneth Aafløy wrote: On Monday 21 June 2004 22:38, Michael Hunold wrote: while watching the European soccer championship, I converted the remaining drivers sp877x and alps_tdlb7 to the kernel i2c interface. I attached the patch to this mail. If nobody objects (tes

[linux-dvb] Re: [patch-rfc] frontend firmware

2004-06-21 Thread Kenneth Aafløy
On Monday 21 June 2004 22:38, Michael Hunold wrote: > Hello Kenneth, > > while watching the European soccer championship, I converted the > remaining drivers sp877x and alps_tdlb7 to the kernel i2c interface. > > I attached the patch to this mail. If nobody objects (testers welcome!) > I'll submit

[linux-dvb] Re: [patch-rfc] frontend firmware

2004-06-21 Thread Kenneth Aafløy
Hi Michael! On Monday 21 June 2004 20:44, Michael Hunold wrote: > It's inevitable to switch over to kernel-i2c for the saa7146 based cards > and let dvb-i2c vanish. > > For the stv0299 and the tda1004x drivers, I already did these changes, > ie. they use the kernel-i2c interface and the kernel-i2c

[linux-dvb] Re: [patch-rfc] frontend firmware

2004-06-21 Thread Michael Hunold
Hello Kenneth, while watching the European soccer championship, I converted the remaining drivers sp877x and alps_tdlb7 to the kernel i2c interface. I attached the patch to this mail. If nobody objects (testers welcome!) I'll submit it to CVS within the next days. CU Michael. ? a Index: drivers

[linux-dvb] Re: [patch-rfc] frontend firmware

2004-06-21 Thread Michael Hunold
Hello Kenneth, On 06/21/04 20:23, Kenneth Aafløy wrote: This patch implements firmware loading for frontends through a callback to the adapter. It probably is easier to just stuff the struct device into dvb_frontend, but I wanted to see the connection between the frontends and their adapters, so