26 May, 2011

1 commit

  • The DB8500v2 and DB5500 has a fifth version of the "PL023" and
    PL180 blocks. However the ASIC engineers have forgot to bump the
    revision in the PrimeCell peripheral ID registers. Since the
    platform is aware of the actual silicon revision we need to
    hard-code the periphid from the platform, bumping the subrevision
    field to 1.

    Signed-off-by: Linus Walleij
    Signed-off-by: Russell King

    Linus Walleij
     

14 Mar, 2011

1 commit


08 Dec, 2010

2 commits

  • Rework gpio registration to remove build-time
    changing macros.

    Signed-off-by: Rabin Vincent
    Signed-off-by: Linus Walleij

    Rabin Vincent
     
  • Change the Ux500 devices to be dynamically allocated and added by
    calling functions instead of referencing structures, thereby allowing
    5500 and other derivatives' support to be added without having to
    duplicate structures, use fixup functions, or use compile-time macros.

    Signed-off-by: Rabin Vincent
    Signed-off-by: Linus Walleij

    Rabin Vincent