Lorenzo Lutti wrote: > From: "Kevin Hilman" <[EMAIL PROTECTED]> > >> That being said, The only >> things I know of >> that are missing from the git tree that are in the stable >> tree are >> >> - Video-in / VPFE driver >> - NAND flash driver >> - MMC driver (code is there, but doesn't compile) > > In my application I will need all of them. :) > > I haven't reviewed the NAND and VPBE/VPFE drivers at all yet; do you think > that porting them would be particularly difficult? Are there some specific > issues that obstacle the porting, or it is just because nobody needed them > yet?
It's mainly lack of time on my part. Anyone else with a board could do it. For MMC, there's only the depreciated API issue. For NAND, should be straight forward, driver model updates For VPFE, there's a slight complication. For the current driver, we made some changes to the V4L2 video-buf layer to accomodate physically contiguous buffers. These are not (yet) in mainline, so there are two options: - advocate/push the changes in V4L2 mainline - don't use the V4L2 internal video-buf API Kevin _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
