[EMAIL PROTECTED] said:
> The chances are poor. By the end of the week with a touch of luck.
> So I'll probably miss the current merge :(
Fair enough - I'll keep trying :)
> I actually have 3 chip drivers I need to send to you. As I do my
> first merge I probably need to have the conversation on how we want to
> support non-cfi devices long term.
As far as possible, by doing whatever chip-specific probe is necessary and
handing a faked CFI structure over to the generic cfi_cmdset_000[12]
drivers. Those two between them should handle the actual _operation_ of
just about all flash chips we're likely to encounter. I'd like to phase out
the other, more specific drivers.
See the recently re-written 'jedec_probe' code, which does just that and is
no longer horrifically intertwined with the CFI probe code - it just
invokes the CFI back end if it finds a chip it likes, that's all.
--
dwmw2