1. 05 9月, 2014 1 次提交
    • M
      pinctrl: at91: add drive strength configuration · 4334ac2d
      Marek Roszko 提交于
      The SAMA5 and SAM9x5 series both have drive strength
      options for the PIOs. This patch adds the ability to set
      one of three hardware options for drive strengths of low,
      medium or high for the each pin. The actual current output
      of the chip based on the setting is defined in the datasheets
      and varies per pins separate from banks and with supply
      voltage.
      
      This patch adds three new dt-bindings that allow setting the
      strength when configuring pins. By default, no change will
      be made to the drive strength of a pin from its reset value.
      Due to the difference between the register addresses of the
      SAMA5 and SAM9x5 series, a new sama5d3-pinctrl id was added.
      Signed-off-by: NMarek Roszko <mark.roszko@gmail.com>
      Acked-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      4334ac2d
  2. 01 3月, 2012 1 次提交
    • N
      ARM: at91/pio: add new PIO3 features · 582d5fbd
      Nicolas Ferre 提交于
      This patch adds the support for new PIO controller found on some
      at91sam SOCs.
      - more peripheral multiplexing
      - more features to configure on a PIO (pull-down, Schmitt trigger, debouncer)
      - support for several IRQ triggering features (type and polarity)
      
      Support for those new features are retrieved from the device tree
      compatibility string.
      
      Debugfs at91_gpio file is updated to monitor configuration.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      582d5fbd
  3. 07 8月, 2008 1 次提交
  4. 08 2月, 2007 1 次提交
  5. 01 12月, 2006 1 次提交