17 Nov, 2010

2 commits

  • Please note that the full muxmodes are re-defined for ES2 instead
    of using the subset. There are 81 differences among 204 pins.
    The subset fixup will have to iterate over the whole list for each
    subset entry, which can lead to an important number of iteration.
    On the other hand, it will take much more memory at boot time.

    Signed-off-by: Benoit Cousson
    Cc: Tony Lindgren
    Cc: Paul Walmsley
    Cc: Santosh Shilimkar
    Cc: Anand Gadiyar

    Benoit Cousson
     
  • Add data for OMAP4430 generated from HW pinout & register database.
    The data set is split in two partitions for both core and wkup.

    Signed-off-by: Benoit Cousson
    Cc: Tony Lindgren
    Cc: Paul Walmsley
    Cc: Kevin Hilman

    Benoit Cousson