On Thu, Jul 7, 2011 at 13:02, Jonathan Stroud wrote: > Ok. Take a look at this. I added a new data structure for the Detect loop. > It is now an array of structures that contain the detect function as well as > a list of supported bus types. > The detect loop checks that the bus driver matches one of the allowable bus > types before calling the detect function.
hmm, thinking about it more, the detect flash routines really should be part of the flash driver struct. but that requires quite a bit more work past what you're trying to do (due to the bus_width being part of the driver instead of a runtime tweak), so i guess we can just merge your previous patch and put off the unification at the bus level until we can unify everything. -mike ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
