14 Aug, 2017

1 commit


26 Jan, 2017

1 commit

  • When a GPIO driver is backed by a pinctrl driver the GPIO driver
    sometimes needs to call the pinctrl driver to configure certain things,
    like whether the pin is used as input or output. In addition to this
    there are other configurations applicable to GPIOs such as setting
    debounce time of the GPIO.

    To support this we introduce a new function pinctrl_gpio_set_config()
    that can be used by gpiolib based driver to pass configuration requests
    to the backing pinctrl driver.

    Signed-off-by: Mika Westerberg
    Reviewed-by: Andy Shevchenko
    Signed-off-by: Linus Walleij

    Mika Westerberg
     

12 Jan, 2015

1 commit

  • 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: Soren Brinkmann
    Tested-by: Andreas Färber
    Signed-off-by: Linus Walleij

    Soren Brinkmann
     

16 Jun, 2013

1 commit

  • pinconf_generic_parse_dt_config() takes a node as input and generates an
    array of generic pinconfig values from the properties of this node.

    As I couldn't find a mechanism to count the number of properties of a node
    the function uses internally an array to accept one of parameter and copies
    the real present options to a smaller variable at its end.

    Signed-off-by: Heiko Stuebner
    Signed-off-by: Linus Walleij

    Heiko Stübner
     

04 Apr, 2013

1 commit


14 Mar, 2013

1 commit

  • The function definition of pinconf_generic_dump_config is defined
    under CONFIG_DEBUG_FS macro. Define the declaration too under this macro.

    Without this patch we get the following build error:
    drivers/built-in.o: In function `pcs_pinconf_config_dbg_show':
    drivers/pinctrl/pinctrl-single.c:726: undefined reference to
    `pinconf_generic_dump_config'

    Signed-off-by: Sachin Kamat
    Signed-off-by: Linus Walleij

    Sachin Kamat
     

07 Mar, 2013

1 commit


18 Apr, 2012

2 commits

  • When we compile pinctrl layer for platforms without CONFIG_PINCONF, we get
    following compilation errors:

    drivers/built-in.o: In function `pinctrl_show':
    linux-2.6/drivers/pinctrl/core.c:1116: undefined
    reference to `pinconf_show_setting'
    drivers/built-in.o: In function `pinctrl_maps_show':
    linux-2.6/drivers/pinctrl/core.c:1071: undefined
    reference to `pinconf_show_map'
    drivers/built-in.o: In function `pinctrl_init_device_debugfs':
    linux-2.6/drivers/pinctrl/core.c:1224: undefined
    reference to `pinconf_init_device_debugfs'
    make[1]: *** [.tmp_vmlinux1] Error 1

    This patch fixes this.

    Signed-off-by: Viresh Kumar
    Signed-off-by: Linus Walleij

    Viresh Kumar
     
  • Only provide prototypes for pin{mux,conf}.c debugfs-related functions
    when both CONFIG_PIN* /and/ CONFIG_DEBUG_FS are enabled, otherwise
    provide static inlines.

    Signed-off-by: Stephen Warren
    Signed-off-by: Linus Walleij

    Stephen Warren
     

13 Mar, 2012

1 commit

  • This is a split-off from the earlier patch set which adds generic
    pin configuration for the pin controllers that want it. Since
    we may have a system with mixed generic and custom pin controllers,
    we pass a boolean in the pin controller ops vtable to indicate
    if it is generic.

    ChangeLog v1->v5:
    - Follow parent patch versioning number system.
    - Document the semantic meaning of return values from pin config
    get functions, so we can iterate over pins and check their
    properties from debugfs as part of the generic config code.
    - Use proper cast functions in the generic debugfs pin config
    file.
    - Expand generic config to optionally cover groups too.
    ChangeLog v5->v6:
    - Update to match underlying changes.
    ChangeLog v6->v7:
    - Drop DRIVE_OFF parameter, use bias high impedance for this
    - Delete argument for drive modes push-pull, od and os. These
    are now just state transitions.
    - Delete slew rate rising/falling due to discussions on on
    proper semantics
    - Drop config wakeup, struct irq_chip does this for now, add
    back if need be.
    - Set PIN_CONFIG_END to 0x7fff making room for custom config
    parameters from 0x8000 and up.
    - Prefix accessor functions with pinconf_

    Linus Walleij
     

05 Mar, 2012

1 commit

  • The pinctrl mapping table can now contain entries to:
    * Set the mux function of a pin group
    * Apply a set of pin config options to a pin or a group

    This allows pinctrl_select_state() to apply pin configs settings as well
    as mux settings.

    v3: Fix find_pinctrl() to iterate over the correct list.
    s/_MUX_CONFIGS_/_CONFIGS_/ in mapping table macros.
    Fix documentation to use correct mapping table macro.
    v2: Added numerous extra PIN_MAP_*() special-case macros.
    Fixed kerneldoc typo. Delete pinctrl_get_pin_id() and
    replace it with pin_get_from_name(). Various minor fixes.
    Updates due to rebase.

    Signed-off-by: Stephen Warren
    Acked-by: Dong Aisheng
    Signed-off-by: Linus Walleij

    Stephen Warren
     

23 Feb, 2012

1 commit


26 Jan, 2012

1 commit

  • This is needed as otherwise we can get the following when
    dealing with buggy data in a pinmux driver for
    pinmux_search_function:

    Unable to handle kernel NULL pointer dereference at virtual
    address 00000000
    ...
    PC is at strcmp+0xc/0x34
    LR is at pinmux_get+0x350/0x8f4
    ...

    As we need pctldev initialized to call ops->list_functions,
    let's initialize it before check_ops calls and pass the
    pctldev to the check_ops functions. Do this for both pinmux
    and pinconf check_ops functions.

    Signed-off-by: Tony Lindgren
    Signed-off-by: Linus Walleij

    Tony Lindgren
     

03 Jan, 2012

1 commit

  • This add per-pin and per-group pin config interfaces for biasing,
    driving and other such electronic properties. The details of passed
    configurations are passed in an opaque unsigned long which may be
    dereferences to integer types, structs or lists on either side
    of the configuration interface.

    ChangeLog v1->v2:
    - Clear split of terminology: we now have pin controllers, and
    those may support two interfaces using vtables: pin
    multiplexing and pin configuration.
    - Break out pin configuration to its own C file, controllers may
    implement only config without mux, and vice versa, so keep each
    sub-functionality of pin controllers separate. Introduce
    CONFIG_PINCONF in Kconfig.
    - Implement some core logic around pin configuration in the
    pinconf.c file.
    - Remove UNKNOWN config states, these were just surplus baggage.
    - Remove FLOAT config state - HIGH_IMPEDANCE should be enough for
    everyone.
    - PIN_CONFIG_POWER_SOURCE added to handle switching the power
    supply for the pin logic between different sources
    - Explicit DISABLE config enums to turn schmitt-trigger,
    wakeup etc OFF.
    - Update documentation to reflect all the recent reasoning.
    ChangeLog v2->v3:
    - Twist API around to pass around arrays of config tuples instead
    of (param, value) pairs everywhere.
    - Explicit drive strength semantics for push/pull and similar
    drive modes, this shall be the number of drive stages vs
    nominal load impedance, which should match the actual
    electronics used in push/pull CMOS or TTY totempoles.
    - Drop load capacitance configuration - I probably don't know
    what I'm doing here so leave it out.
    - Drop PIN_CONFIG_INPUT_SCHMITT_OFF, instead the argument zero to
    PIN_CONFIG_INPUT_SCHMITT turns schmitt trigger off.
    - Drop PIN_CONFIG_NORMAL_POWER_MODE and have a well defined
    argument to PIN_CONFIG_LOW_POWER_MODE to get out of it instead.
    - Drop PIN_CONFIG_WAKEUP_ENABLE/DISABLE and just use
    PIN_CONFIG_WAKEUP with defined value zero to turn wakeup off.
    - Add PIN_CONFIG_INPUT_DEBOUNCE for configuring debounce time
    on input lines.
    - Fix a bug when we tried to configure pins for pin controllers
    without pinconf support.
    - Initialized debugfs properly so it works.
    - Initialize the mutex properly and lock around config tampering
    sections.
    - Check the return value from get_initial_config() properly.
    ChangeLog v3->v4:
    - Export the pin_config_get(), pin_config_set() and
    pin_config_group() functions.
    - Drop the entire concept of just getting initial config and
    keeping track of pin states internally, instead ask the pins
    what state they are in. Previous idea was plain wrong, if the
    device cannot keep track of its state, the driver should do
    it.
    - Drop the generic configuration layout, it seems this impose
    too much restriction on some pin controllers, so let them do
    things the way they want and split off support for generic
    config as an optional add-on.
    ChangeLog v4->v5:
    - Introduce two symmetric driver calls for group configuration,
    .pin_config_group_[get|set] and corresponding external calls.
    - Remove generic semantic meanings of return values from config
    calls, these belong in the generic config patch. Just pass the
    return value through instead.
    - Add a debugfs entry "pinconf-groups" to read status from group
    configuration only, also slam in a per-group debug callback in
    the pinconf_ops so custom drivers can display something
    meaningful for their pins.
    - Fix some dangling newline.
    - Drop dangling #else clause.
    - Update documentation to match the above.
    ChangeLog v5->v6:
    - Change to using a pin name as parameter for the
    [get|set]_config() functions, as suggested by Stephen Warren.
    This is more natural as names will be what a developer has
    access to in written documentation etc.
    ChangeLog v6->v7:
    - Refactor out by-pin and by-name get/set functions, only expose
    the by-name functions externally, expose the by-pin functions
    internally.
    - Show supported pin control functionality in the debugfs
    pinctrl-devices file.

    Acked-by: Stephen Warren
    Signed-off-by: Linus Walleij

    Linus Walleij