1. 13 6月, 2016 1 次提交
  2. 30 5月, 2016 2 次提交
  3. 14 2月, 2016 1 次提交
  4. 09 2月, 2016 1 次提交
  5. 06 2月, 2016 1 次提交
  6. 05 2月, 2016 1 次提交
  7. 28 1月, 2016 2 次提交
  8. 27 1月, 2016 1 次提交
  9. 10 12月, 2015 1 次提交
  10. 01 12月, 2015 3 次提交
  11. 01 11月, 2015 1 次提交
  12. 22 9月, 2015 1 次提交
  13. 27 7月, 2015 1 次提交
    • B
      pinctrl: driver for Conexant Digicolor CX92755 pin mapping · 38b0e507
      Baruch Siach 提交于
      This adds pinctrl and gpio driver to the CX92755 SoC "General
      Purpose Pin Mapping" hardware block. The CX92755 is one SoC
      from the Conexant Digicolor series. Pin mapping hardware supports
      configuring pins as either GPIO, or up to 3 other "client select"
      functions. This driver adds support for pin muxing using the
      generic device tree binding, and a basic gpiolib driver for
      the GPIO functionality.
      
      This driver does not currently support GPIO interrupts, and
      pad configuration.
      
      v2:
      * Address review comments for Linus Walleij:
        - Add a pointer to pinctrl_desc in struct dc_pinmap
        - Drop the now redundant pinctrl_pin_desc field
        - Adapt dc_get_group_{name,pins} to these changes, and
          add a comment explaining the 1-to-1 pin-groups relation
      * Staticise dc_pmxops
      * Protect the GP_CLIENTSEL clct parameter with parenthesis
      Signed-off-by: NBaruch Siach <baruch@tkos.co.il>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      38b0e507
  14. 16 7月, 2015 2 次提交
  15. 12 5月, 2015 1 次提交
  16. 06 5月, 2015 1 次提交
  17. 18 3月, 2015 3 次提交
  18. 10 3月, 2015 1 次提交
  19. 26 1月, 2015 1 次提交
  20. 12 1月, 2015 1 次提交
    • S
      pinctrl: Add driver for Zynq · add958ce
      Soren Brinkmann 提交于
      This adds a pin-control driver for Zynq.
      
      Changes since v2:
      - driver-specific DT properties are passed to the core in two arrays,
        one for the actual DT parsing one for the debugfs representation.
        Issue a compiler warning when the number of entries is not the same
        for both arrays.
      
      Changes since v1:
       - fix EMIO_SD1_CD pin name
       - add USB to pinmux options
      
      changes since RFCv2:
       - let Zynq select PINCTRL_ZYNQ. Boot hangs when pinctrl information is
         present in DT but no driver available.
       - add #defines to get rid of magical constants
       - add commas at end of initializers
       - separate changes in mach-zynq in separate patch
       - add driver specific io-standard DT property
       - refactored pinconf set function to not require arguments for
         argument-less properties
       - squash other patches in
         - support for IO-standard property
         - support for low-power mode property
         - migration to pinconf_generic_dt_node_to_map_all()
       - use newly created infrastructure to add pass driver-specific DT
         params to pinconf-generic
      
      changes since RFC:
       - use syscon/regmap to access registers in SLCR space
       - rebase to 3.18: rename enable -> set_mux
       - add kernel-doc
       - support pinconf
         - supported attributes
           - pin-bias: pull up, tristate, disable
           - slew-rate: 0 == slow, 1 == fast; generic pinconf does not display
             argument
      Signed-off-by: NSoren Brinkmann <soren.brinkmann@xilinx.com>
      Tested-by: NAndreas Färber <afaerber@suse.de>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      add958ce
  21. 11 1月, 2015 1 次提交
  22. 29 10月, 2014 1 次提交
  23. 04 9月, 2014 1 次提交
  24. 02 9月, 2014 1 次提交
  25. 29 8月, 2014 1 次提交
  26. 28 8月, 2014 1 次提交
  27. 11 7月, 2014 6 次提交
  28. 27 5月, 2014 1 次提交