Skip to content
Snippets Groups Projects
Commit db3c9cc1 authored by Stefan Richter's avatar Stefan Richter
Browse files

firewire: replace get_features card driver hook


by feature variables in the fw_card struct.  The hook appeared to be an
unnecessary abstraction in the card driver interface.

Cleaner would be to pass those feature flags as arguments to
fw_card_initialize() or fw_card_add(), but the FairnessControl register
is in the SCLK domain and may therefore not be accessible while Link
Power Status is off, i.e. before the card->driver->enable call from
fw_card_add().

Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent e847cc83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment