1. 29 6月, 2017 1 次提交
  2. 22 5月, 2017 1 次提交
  3. 11 4月, 2017 1 次提交
  4. 14 3月, 2017 1 次提交
  5. 29 10月, 2016 1 次提交
  6. 23 6月, 2016 1 次提交
  7. 31 5月, 2016 1 次提交
    • M
      pinctrl: pinconf: separate config parameters with commas for debugfs · a672eb5e
      Masahiro Yamada 提交于
      To improve debugfs readability, use commas instead of whitespaces
      for separating configuration parameters.
      
      For example, the "pinconf-pins" dump on my board will change as follows:
      
      Without this commit:
      
       # head -5 pinconf-pins
       Pin config settings per pin
       Format: pin (name): configs
       pin 0 (ED0): input bias pull down output drive strength (8 mA) input enabled
       pin 1 (ED1): input bias pull down output drive strength (8 mA) input enabled
       pin 2 (ED2): input bias pull down output drive strength (8 mA) input enabled
      
      With this commit:
      
       # head -5 pinconf-pins
       Pin config settings per pin
       Format: pin (name): configs
       pin 0 (ED0): input bias pull down, output drive strength (8 mA), input enabled
       pin 1 (ED1): input bias pull down, output drive strength (8 mA), input enabled
       pin 2 (ED2): input bias pull down, output drive strength (8 mA), input enabled
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      a672eb5e
  8. 01 4月, 2016 1 次提交
  9. 01 12月, 2015 1 次提交
  10. 03 10月, 2015 2 次提交
  11. 27 3月, 2015 2 次提交
  12. 14 1月, 2015 1 次提交
  13. 12 1月, 2015 2 次提交
    • S
      pinctrl: pinconf-generic: Allow driver to specify DT params · dd4d01f7
      Soren Brinkmann 提交于
      Additionally to the generic DT parameters, allow drivers to provide
      driver-specific DT parameters to be used with the generic parser
      infrastructure.
      
      To achieve this 'struct pinctrl_desc' is extended to pass custom pinconf
      option to the core. In order to pass this kind of information, the
      related data structures - 'struct pinconf_generic_dt_params',
      'pin_config_item' - are moved from pinconf internals to the
      pinconf-generic header.
      
      Additionally pinconfg-generic is refactored to not only iterate over the
      generic pinconf parameters but also take the parameters into account
      that are provided through the driver's 'struct pinctrl_desc'.
      In particular 'pinconf_generic_parse_dt_config()' and
      'pinconf_generic_dump' helpers are split into two parts each. In order
      to have a more generic helper that can be used to process the generic
      parameters as well as the driver-specific ones.
      
      v2:
       - fix typo
       - add missing documentation for @conf_items member in struct
       - rebase to pinctrl/devel: conflict in abx500
       - rename _pinconf_generic_dump() to pinconf_generic_dump_one()
       - removed '_' from _parse_dt_cfg()
       - removed BUG_ONs, error condition is handled in if statements
       - removed pinconf_generic_dump_group() & pinconf_generic_dump_pin
         helpers
         - fixed up corresponding call sites
         - renamed pinconf_generic_dump() to pinconf_generic_dump_pins()
         - added kernel-doc to pinconf_generic_dump_pins()
       - add kernel-doc
       - more verbose commit message
      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>
      dd4d01f7
    • S
      pinctrl: pinconf-generic: Infer map type from DT property · 31c89c95
      Soren Brinkmann 提交于
      With the new 'groups' property, the DT parser can infer the map type
      from the fact whether 'pins' or 'groups' is used to specify the pin
      group to work on.
      
      To maintain backwards compatibitliy with current usage of the DT
      binding, this is only done when PIN_MAP_TYPE_INVALID is passed to the
      parsing function as type.
      
      Also, a new helper 'pinconf_generic_dt_node_to_map_all()' is introduced,
      which can be used by drivers as generic callback for dt_node_to_map() to
      leverage the new feature.
      
      Changes since v2:
       - rename dt_pin_specifier to subnode_target_type
       - add additional comment in header file explaining passing an invalid
         map type
       - mention map_all() helper in commit message
      Changes since RFC v2:
       - none
      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>
      31c89c95
  14. 11 11月, 2014 1 次提交
  15. 28 10月, 2014 1 次提交
  16. 28 5月, 2014 1 次提交
  17. 27 5月, 2014 1 次提交
  18. 16 12月, 2013 1 次提交
  19. 29 8月, 2013 1 次提交
  20. 23 8月, 2013 1 次提交
  21. 15 8月, 2013 1 次提交
  22. 25 6月, 2013 2 次提交
  23. 18 6月, 2013 3 次提交
  24. 16 6月, 2013 4 次提交
  25. 28 3月, 2013 2 次提交
  26. 07 3月, 2013 1 次提交
  27. 15 2月, 2013 1 次提交
  28. 21 1月, 2013 1 次提交
  29. 12 1月, 2013 1 次提交
  30. 21 11月, 2012 1 次提交