20 Dec, 2011

1 commit


30 Nov, 2011

1 commit

  • This patch converts the drivers in drivers/crypto/* to use the
    module_platform_driver() macro which makes the code smaller and a bit
    simpler.

    Cc: James Hsiao
    Cc: Sebastian Andrzej Siewior
    Cc: Kim Phillips
    Cc: "David S. Miller"
    Signed-off-by: Axel Lin
    Acked-by: Vladimir Zapolskiy
    Acked-by: Jamie Iles
    Signed-off-by: Herbert Xu

    Axel Lin
     

10 Aug, 2011

4 commits


27 Mar, 2011

1 commit

  • The SPAcc's have 2 equally sized FIFO's - a command FIFO and a status
    FIFO. The command FIFO takes the requests that are to be performed and
    the status FIFO reports the results. It is possible to get into the
    situation where there are more free spaces in the command FIFO than the
    status FIFO if we don't empty the status FIFO quickly enough resulting
    in a possible overflow of the status FIFO. This can result in incorrect
    status being reported in the status FIFO.

    Make sure that when we are submitting requests the number of requests
    that have been dispatched but not yet popped from the status FIFO does
    not exceed the size of a single FIFO.

    Signed-off-by: Jamie Iles
    Signed-off-by: Herbert Xu

    Jamie Iles
     

21 Feb, 2011

1 commit