1. 02 1月, 2012 1 次提交
  2. 13 12月, 2011 1 次提交
  3. 07 6月, 2011 1 次提交
  4. 27 5月, 2011 1 次提交
    • S
      mfd: Use mfd cell platform_data for janz cells platform bits · 3d2bdf75
      Samuel Ortiz 提交于
      With the addition of a platform device mfd_cell pointer, MFD drivers
      can go back to passing platform data back to their sub drivers.
      This allows for an mfd_cell->mfd_data removal and thus keep the
      sub drivers MFD agnostic. This is mostly needed for non MFD aware
      sub drivers.
      
      Cc: Ira W. Snyder <iws@ovro.caltech.edu>
      Cc: Wolfgang Grandegger <wg@grandegger.com>
      Cc: Grant Likely <grant.likely@secretlab.ca>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      3d2bdf75
  5. 23 3月, 2011 1 次提交
  6. 28 5月, 2010 1 次提交
    • I
      gpio: Add support for Janz VMOD-TTL Digital IO module · 800e69fb
      Ira W. Snyder 提交于
      The Janz VMOD-TTL is a MODULbus daughterboard which fits onto any MODULbus
      carrier board. It essentially consists of some various logic and a Zilog
      Z8536 CIO Counter/Timer and Parallel IO Unit.
      
      The board must be physically configured with jumpers to enable a user to
      drive output signals. I am only interested in outputs, so I have made this
      driver as simple as possible. It only supports a very minimal subset of the
      features provided by the Z8536 chip.
      Signed-off-by: NIra W. Snyder <iws@ovro.caltech.edu>
      Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
      800e69fb