1. 02 Dec, 2011 3 commits
    • Paul Mundt's avatar
      serial: sh-sci: Handle GPIO function requests. · 50f0959a
      Paul Mundt authored
      This adds initial support for requesting the various GPIO functions
      necessary for certain ports. This just plugs in dumb request/free logic,
      but serves as a building block for migrating off of the ->init_pins mess
      to a wholly gpiolib backed solution (primarily parts with external
      RTS/CTS pins, but will also allow us to clean up RXD pin testing).
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      50f0959a
    • Paul Mundt's avatar
      serial: sh-sci: Avoid FIFO clear for MCE toggle. · 73c3d53f
      Paul Mundt authored
      When toggling the MCE support we don't want to concern ourselves with the
      FIFO state, so ensure that the clearing bits are masked out when updating
      the MCE state.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      73c3d53f
    • Paul Mundt's avatar
      serial: sh-sci: per-port modem control. · faf02f8f
      Paul Mundt authored
      The bulk of the ports do not support any sort of modem control, so
      blindly twiddling the MCE bit doesn't accomplish much. We now require
      ports to manually specify which line supports modem control signals.
      
      While at it, tidy up the RTS/CTSIO handling in SCSPTR parts so it's a bit
      more obvious what's going on (and without clobbering other configurations
      in the process).
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      faf02f8f
  2. 24 Nov, 2011 5 commits
  3. 17 Nov, 2011 6 commits
  4. 16 Nov, 2011 15 commits
  5. 15 Nov, 2011 10 commits
  6. 14 Nov, 2011 1 commit
    • Liu Gang's avatar
      fsl-rio: fix compile error · e0ce42e1
      Liu Gang authored
      The "#include <linux/module.h>" was replaced by "#include <linux/export.h>"
      in the patch "powerpc: various straight conversions from module.h --> export.h".
      This will cause the following compile problem:
      arch/powerpc/sysdev/fsl_rio.c: In function 'fsl_rio_mcheck_exception':
      arch/powerpc/sysdev/fsl_rio.c:296: error: implicit declaration of function 'search_exception_tables'.
      
      The file fsl_rio.c needs the declaration of function "search_exception_tables"
      in the header file "linux/module.h".
      Signed-off-by: default avatarLiu Gang <Gang.Liu@freescale.com>
      Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
      e0ce42e1