Skip to content
  • Stefan Richter's avatar
    firewire: core: combine some repeated code · b384cf18
    Stefan Richter authored
    
    
    All of these CSRs have the same read/ write/ aynthing-else handling,
    except for CSR_PRIORITY_BUDGET which might not be implemented.
    
    The CSR_CYCLE_TIME read handler implementation accepted 4-byte-sized
    block write requests before this change but this is just silly; the
    register is only required to support quadlet read and write requests
    like the other r/w CSR core and Serial-Bus-dependent registers.
    
    Signed-off-by: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
    b384cf18