1. 13 8月, 2015 1 次提交
    • T
      gpio: omap: Drop 'method' parameter · 0a9e3405
      Tom Rini 提交于
      The "method" parameter was part of the original port of the driver from
      the kernel.  At some point this may have been added to allow for future
      differentiation (as omap1 and omap2 have different GPIO IP blocks, so
      this wasn't an unreasonable thing to do).  At this point however it's
      just extra overhead, so drop.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      0a9e3405
  2. 24 10月, 2014 1 次提交
  3. 20 8月, 2013 1 次提交
    • W
      SPDX-License-Identifier: fixing some problematic GPL-2.0 files · bcd4d4eb
      Wolfgang Denk 提交于
      Unlike the other patches in this series so far, this commit fixes a
      ambiguity in the license terms for some OMAP files:  the code was
      originally derived from the Linux kernel sources, where it was clearly
      marked as GPL-2.0 (i. e. without the "or later" part), but the U-Boot
      version had a GPL-2.0+ file header added, apparently without
      permission / relicensing from the original authors of the code.
      
      Insert a GPL-2.0 SPDX-License-Identifier to fix this.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      cc: Tom Rix <Tom.Rix@windriver.com>
      Cc: Tom Rini <trini@ti.com>
      Cc: Albert Aribaud <albert.u.boot@aribaud.net>
      Acked-by: NTom Rini <trini@ti.com>
      bcd4d4eb
  4. 11 12月, 2012 1 次提交
  5. 13 9月, 2011 1 次提交
    • S
      omap: gpio: Use generic API · 81bdc155
      Sanjeev Premi 提交于
      Convert all OMAP specific functions to use the common API
      definitions in include/asm/gpio.h. In the process, made
      few additional changes:
       - Use -EINVAL consistently. -1 was used in many places.
       - Removed one-liner static functions that were used only
         once. Replaced the content as necessary.
       - Combines implementation of functions omap_get_gpio_dataout()
         and omap_get_gpio_datain(). To do so, new static function
         _get_gpio_direction() was added.
      Signed-off-by: NSanjeev Premi <premi@ti.com>
      Signed-off-by: NSandeep Paulraj <s-paulraj@ti.com>
      81bdc155
  6. 12 9月, 2011 1 次提交
  7. 03 8月, 2011 1 次提交
  8. 13 4月, 2010 1 次提交
  9. 13 6月, 2009 1 次提交