1. 19 Oct, 2006 3 commits
    • Andrzej Zaborowski's avatar
      SPI: TSC2102 Touchscreen · 51b8a1cd
      Andrzej Zaborowski authored
      This a driver for touchscreens connected to the TSC2102 chip. It uses
      the normal input events framework and can be accessed through
      /dev/input/eventX.
      Signed-off-by: default avatarAndrzej Zaborowski <balrog@zabor.org>
      51b8a1cd
    • Andrzej Zaborowski's avatar
      SPI: TSC2102 main SPI driver · 208db965
      Andrzej Zaborowski authored
      This adds a driver for the TSC2102 chip by Texas Instruments. This
      driver is responsible for all communication with the chip and doesn't
      export anything for user-space, but for other drivers controlling
      devices connected to the chip.
      Signed-off-by: default avatarAndrzej Zaborowski <balrog@zabor.org>
      208db965
    • David Brownell's avatar
      ARM: OMAP: omap2/gpmc updates · 72144268
      David Brownell authored
      GPMC updates:
       - bugfixes: wrong/missing flags, omitted write, wrong test
       - don't map memory segments starting at zero
       - improve debug messaging
       - export gpmc_get_fclk_perio]d() since it's needed to calc timings
       - expect gpmc_cs_set_timings() caller to have initialized sync vs async
      
      Note that this API is glitchy; likely the best fix would be to add
      a member to "struct gpmc_timings" to hold GPMC_CONFIG1, since that
      holds one key aspect of the GPMC timings (the gpmc_fclk divisor,
      and sync vs. async == whether that divisor matters).
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      72144268
  2. 18 Oct, 2006 8 commits
  3. 09 Oct, 2006 2 commits
  4. 06 Oct, 2006 3 commits
  5. 04 Oct, 2006 2 commits
  6. 29 Sep, 2006 8 commits
  7. 28 Sep, 2006 14 commits