14 Feb, 2012

1 commit


01 Nov, 2011

1 commit


27 Oct, 2011

1 commit


25 May, 2011

1 commit


31 Mar, 2011

1 commit


12 Oct, 2008

2 commits


19 Apr, 2008

1 commit


06 Oct, 2007

2 commits


27 Sep, 2007

1 commit

  • The interrupt polling frequency is a compromise between power usage and
    interrupt latency. Unfortunately, it affects throughput rather severely
    for devices which require an interrupt for every chunk of data.

    By making the polling frequency adaptive, we get better throughput with
    those devices without sacficing too much power. Polling will quickly
    increase when there is an actual interrupt, and slowly fall back to the
    idle frequency when the interrupts stop coming.

    Signed-off-by: Pierre Ossman

    Pierre Ossman
     

24 Sep, 2007

3 commits