1. 10 3月, 2015 1 次提交
  2. 26 1月, 2015 1 次提交
  3. 14 1月, 2015 1 次提交
  4. 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
  5. 29 10月, 2014 1 次提交
  6. 25 9月, 2014 1 次提交
  7. 04 9月, 2014 1 次提交
  8. 28 8月, 2014 1 次提交
  9. 28 7月, 2014 1 次提交
  10. 11 7月, 2014 7 次提交
  11. 27 5月, 2014 1 次提交
  12. 23 5月, 2014 2 次提交
  13. 09 5月, 2014 1 次提交
  14. 04 5月, 2014 1 次提交
  15. 24 4月, 2014 1 次提交
  16. 23 4月, 2014 2 次提交
  17. 22 4月, 2014 3 次提交
  18. 14 4月, 2014 1 次提交
  19. 26 3月, 2014 2 次提交
  20. 12 3月, 2014 1 次提交
  21. 05 3月, 2014 1 次提交
  22. 17 1月, 2014 1 次提交
  23. 16 1月, 2014 1 次提交
  24. 16 12月, 2013 1 次提交
  25. 13 12月, 2013 1 次提交
  26. 11 12月, 2013 1 次提交
  27. 10 12月, 2013 1 次提交
    • L
      pinctrl: make the MSM SoC driver depend on OF · 18334c8e
      Linus Walleij 提交于
      We had a compilation failure on x86_64 due to missing OF support
      as this was an implicit dependency. Add an explicit dependency
      on OF and OF_IRQ on the SoC driver.
      
      Cc: Bjorn Andersson <bjorn.andersson@sonymobile.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      ---
      ChangeLog v2->v3:
      - Total failure with older approaches: what we need to do is
        have the *SoC subdriver* depend on OF and OF_IRQ. This is
        because the placeholder bool PINCTRL_MSM cannot cascade its
        dependencies when a subdriver selects it, Kconfig is smart
        but not that smart.
      ChangeLog v1->v2:
      - OK so "depends on OF" did not work here let's try to simply
        select OF and OF_IRQ for this then? It's one of those
        "warning: (PINCTRL_MSM8X74) selects PINCTRL_MSM which has
        unmet direct dependencies (PINCTRL && OF)" that I simply
        cannot find my way out of :-/
      18334c8e
  28. 06 12月, 2013 2 次提交