1. 09 3月, 2009 3 次提交
  2. 07 8月, 2008 2 次提交
  3. 06 2月, 2008 1 次提交
  4. 16 10月, 2007 1 次提交
    • R
      [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() · 3e0cc7ee
      Russell King 提交于
      pxa_gpio_mode() is a universal call that fiddles with the GAFR
      (gpio alternate function register.)  GAFR does not exist on PXA3
      CPUs, but instead the alternate functions are controlled via the
      MFP support code.
      
      Platforms are expected to configure the MFP according to their
      needs in their platform support code rather than drivers.  We
      extend this idea to the GAFR, and make the gpio_direction_*()
      functions purely operate on the GPIO level.
      
      This means platform support code is entirely responsible for
      configuring the GPIOs alternate functions on all PXA CPU types.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      3e0cc7ee
  5. 03 6月, 2007 1 次提交
  6. 17 3月, 2007 1 次提交
  7. 21 2月, 2007 1 次提交
  8. 13 2月, 2007 1 次提交