Skip to content
  • Federico Vaga's avatar
    drv: wait for timing config to be applied · 1938dde0
    Federico Vaga authored
    
    
    The update is not immediate, we need to monitor UPD_DONE to be reassured
    that values are applied and we can continue.
    
    If this does not happen, then it is a serious hardware problem. That's
    why I chose to use WARN_ON.
    
    By returning and error code, we will get a ZIO_ALARM_LOST_TRIGGER, that
    userspace needs to check.
    
    Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
    1938dde0