Skip to content
  • Cyril Chemparathy's avatar
    Davinci: tnetv107x initial gpio support · d92c7962
    Cyril Chemparathy authored
    
    
    This patch adds support for the tnetv107x gpio controller.
    
    Key differences between davinci and tnetv107x controllers:
     - register map - davinci's controller is organized into banks of 32 gpios,
       tnetv107x has a single space with arrays of registers for in, out,
       direction, etc.
     - davinci's controller has separate set/clear registers for output, tnetv107x
       has a single direct mapped register.
    
    This patch does not yet add gpio irq support on this controller.
    
    Signed-off-by: default avatarCyril Chemparathy <cyril@ti.com>
    Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
    d92c7962