20 Oct, 2007

1 commit

  • Most of these fixes were already submitted for old kernel versions, and were
    approved, but for some reason they never made it into the releases.

    Because this is a consolidation of a couple old missed patches, it touches both
    Kconfigs and documentation texts.

    Signed-off-by: Matt LaPlante
    Acked-by: Randy Dunlap
    Signed-off-by: Adrian Bunk

    Matt LaPlante
     

14 Feb, 2007

1 commit

  • Allow the CPU code, and any board specific initialisation
    code to change the allocation order of the DMA channels,
    or stop a peripheral allocating any DMA at-all.

    This is due to the scarce mapping of DMA channels on
    some earlier S3C24XX cpus, where the selection changes
    depending on the channel in use.

    Signed-off-by: Ben Dooks
    Signed-off-by: Russell King

    Ben Dooks