Skip to content
Snippets Groups Projects
  1. Nov 22, 2011
    • Alessandro Rubini's avatar
      general: input and output is always cset-based · 41d776d4
      Alessandro Rubini authored
      
      This changes some method and stuff, in order to make all input and
      output be cset-based. This solves a number of issues with the previous
      setup. Thus, even drivers must be made differentlym abd this fixes
      zio-zero accordingly.
      
      As a side effect, we have a data_done method in trigger ops, so the device
      can tell when it is done. And the fire_trigger returns void, since it
      cannot wait for stuff to be done. See documentation for details.
      
      Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
      Acked-by: default avatarFederico Vaga <federico.vaga@gmail.com>
      
      docs for general-cset
      41d776d4
  2. Nov 20, 2011
  3. Oct 12, 2011