Re: [GIT PATCHES] V4L/DVB fixes for 2.6.26




I can make a patch for it after this pull went into Linus' tree if it is
considered an acceptable option.

It would be nice if you could help on fixing those issues.

One dependency that will probably solve is to add "depends on VIDEO_MEDIA &&
I2C" to all devices that are hybrid (bttv, saa7134, cx88, pvrusb, em28xx).

What about converting all dependencies on I2C to select's?

This seems to be a good idea.

VIDEO_V4L2_COMMON might perhaps need a small trick,

I suspect that this can now be replaced by VIDEO_DEV, on webcam/radio drivers
or VIDEO_MEDIA for hybrid V4L/DVB drivers. Btw, I think we can replace
VIDEO_MEDIA into just MEDIA.

but otherwise that
would be a straightforward solution to solve these problems.

This will solve several troubles. Still, I think that there are still some
other missing dependencies (like INPUT, on drivers that select IR).

Any problem I miss or should I bake a patch?

I can't see any trouble on this approach. Feel free to work on it.

Thanks,
Mauro
--
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/



Relevant Pages

  • Re: Linux 2.6.26-rc1
    ... dependencies to A or select these dependencies by A. ... those main drivers supports a large number of different ... allows that the same driver to use different internal components. ... if you have a em28xx device with msp3400 and tvp5150 and another ...
    (Linux-Kernel)
  • Re: [patch] MTD: fix DOC2000/2001/2001PLUS build error
    ... the old versions of the DiskOnChip drivers which don't even use the ... generic NAND code anyway. ... select a component somewhere which then picks its dependencies. ... there's a solution already within the existing Kconfig ...
    (Linux-Kernel)
  • Re: Linux 2.6.26-rc1
    ... Stefan Richter wrote: ... dependencies to A or select these dependencies by A. ... those main drivers supports a large number of different ... A "high-level driver" does not depend on "low-level drivers" and the low-level drivers' dependencies anymore. ...
    (Linux-Kernel)
  • Re: Starting a driver within a driver...
    ... on a lot of OS variants, the pnp enum ... > internal function calls rather than more complex signaling methods. ... >>>Can I do something with dependencies to ensure the OS starts device #1 ... Then the order in which the OS tells the drivers to start won't ...
    (microsoft.public.development.device.drivers)
  • Re: Starting a driver within a driver...
    ... on a lot of OS variants, the pnp enum ... internal function calls rather than more complex signaling methods. ... Can I do something with dependencies to ensure the OS starts device #1 ... Then the order in which the OS tells the drivers to start won't ...
    (microsoft.public.development.device.drivers)