25 Jun, 2012

1 commit

  • This code was based on:
    "arch/microblaze/kernel/prom_parse.c"
    "arch/powerpc/kernel/prom_parse.c"

    Can replace "of_parse_dma_window()" in the above. This supports
    different formats flexibly. "prefix" can be configured if any. "busno"
    and "index" are optionally specified. Set NULL and 0 if not used.

    Signed-off-by: Hiroshi DOYU
    Acked-by: Stephen Warren
    Signed-off-by: Joerg Roedel

    Hiroshi Doyu