1. 21 10月, 2010 2 次提交
  2. 03 8月, 2010 1 次提交
    • A
      gpio: Add PMIC GPIO block support · 89507787
      Alek Du 提交于
      Moorestown has PMIC chip which contains GPIO blocks. The PMIC chip is
      connected to Langwell by SPI interface. So this GPIO driver will be regarded
      as SPI GPIO expander though the actual GPIO access is through IPC and SRAM.
      The SPI master contoller will probe this device driver by parsing SPIB table.
      
      Cleaned up for new IPC, GPE removed and some printk and other tidying by
      Alan Cox. Fixes for points noted by Matthew Garrett
      Signed-off-by: NAlek Du <alek.du@intel.com>
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NMatthew Garrett <mjg@redhat.com>
      89507787