3sphinx.addnodesdocument)}( rawsourcechildren]( translations LanguagesNode)}(hhh](h pending_xref)}(hhh]docutils.nodesTextChinese (Simplified)}(hhparenthuba attributes}(ids]classes]names]dupnames]backrefs] refdomainstdreftypedoc reftarget*/translations/zh_CN/driver-api/pin-controlmodnameN classnameN refexplicitutagnamehhh ubh)}(hhh]hChinese (Traditional)}(hhhh2ubah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/zh_TW/driver-api/pin-controlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hItalian}(hhhhFubah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/it_IT/driver-api/pin-controlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hJapanese}(hhhhZubah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/ja_JP/driver-api/pin-controlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hKorean}(hhhhnubah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/ko_KR/driver-api/pin-controlmodnameN classnameN refexplicituh1hhh ubh)}(hhh]hSpanish}(hhhhubah}(h]h ]h"]h$]h&] refdomainh)reftypeh+ reftarget*/translations/sp_SP/driver-api/pin-controlmodnameN classnameN refexplicituh1hhh ubeh}(h]h ]h"]h$]h&]current_languageEnglishuh1h hh _documenthsourceNlineNubhsection)}(hhh](htitle)}(hPINCTRL (PIN CONTROL) subsystemh]hPINCTRL (PIN CONTROL) subsystem}(hhhhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhhhD/var/lib/git/docbuild/linux/Documentation/driver-api/pin-control.rsthKubh paragraph)}(h9This document outlines the pin control subsystem in Linuxh]h9This document outlines the pin control subsystem in Linux}(hhhhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh)}(hThis subsystem deals with:h]hThis subsystem deals with:}(hhhhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhhhhubh bullet_list)}(hhh](h list_item)}(h)Enumerating and naming controllable pins h]h)}(h(Enumerating and naming controllable pinsh]h(Enumerating and naming controllable pins}(hhhhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubah}(h]h ]h"]h$]h&]uh1hhhhhhhhNubh)}(h@Multiplexing of pins, pads, fingers (etc) see below for details h]h)}(h?Multiplexing of pins, pads, fingers (etc) see below for detailsh]h?Multiplexing of pins, pads, fingers (etc) see below for details}(hhhhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hhubah}(h]h ]h"]h$]h&]uh1hhhhhhhhNubh)}(hConfiguration of pins, pads, fingers (etc), such as software-controlled biasing and driving mode specific pins, such as pull-up, pull-down, open drain, load capacitance etc. h]h)}(hConfiguration of pins, pads, fingers (etc), such as software-controlled biasing and driving mode specific pins, such as pull-up, pull-down, open drain, load capacitance etc.h]hConfiguration of pins, pads, fingers (etc), such as software-controlled biasing and driving mode specific pins, such as pull-up, pull-down, open drain, load capacitance etc.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK hj ubah}(h]h ]h"]h$]h&]uh1hhhhhhhhNubeh}(h]h ]h"]h$]h&]bullet-uh1hhhhK hhhhubh)}(hhh](h)}(hTop-level interfaceh]hTop-level interface}(hj1hj/hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj,hhhhhKubh)}(h Definitions:h]h Definitions:}(hj?hj=hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhj,hhubh)}(hhh](h)}(hA PIN CONTROLLER is a piece of hardware, usually a set of registers, that can control PINs. It may be able to multiplex, bias, set load capacitance, set drive strength, etc. for individual pins or groups of pins. h]h)}(hA PIN CONTROLLER is a piece of hardware, usually a set of registers, that can control PINs. It may be able to multiplex, bias, set load capacitance, set drive strength, etc. for individual pins or groups of pins.h]hA PIN CONTROLLER is a piece of hardware, usually a set of registers, that can control PINs. It may be able to multiplex, bias, set load capacitance, set drive strength, etc. for individual pins or groups of pins.}(hjThjRhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjNubah}(h]h ]h"]h$]h&]uh1hhjKhhhhhNubh)}(hXxPINS are equal to pads, fingers, balls or whatever packaging input or output line you want to control and these are denoted by unsigned integers in the range 0..maxpin. This numberspace is local to each PIN CONTROLLER, so there may be several such number spaces in a system. This pin space may be sparse - i.e. there may be gaps in the space with numbers where no pin exists. h]h)}(hXwPINS are equal to pads, fingers, balls or whatever packaging input or output line you want to control and these are denoted by unsigned integers in the range 0..maxpin. This numberspace is local to each PIN CONTROLLER, so there may be several such number spaces in a system. This pin space may be sparse - i.e. there may be gaps in the space with numbers where no pin exists.h]hXwPINS are equal to pads, fingers, balls or whatever packaging input or output line you want to control and these are denoted by unsigned integers in the range 0..maxpin. This numberspace is local to each PIN CONTROLLER, so there may be several such number spaces in a system. This pin space may be sparse - i.e. there may be gaps in the space with numbers where no pin exists.}(hjlhjjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjfubah}(h]h ]h"]h$]h&]uh1hhjKhhhhhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhKhj,hhubh)}(hWhen a PIN CONTROLLER is instantiated, it will register a descriptor to the pin control framework, and this descriptor contains an array of pin descriptors describing the pins handled by this specific pin controller.h]hWhen a PIN CONTROLLER is instantiated, it will register a descriptor to the pin control framework, and this descriptor contains an array of pin descriptors describing the pins handled by this specific pin controller.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK!hj,hhubh)}(hHHere is an example of a PGA (Pin Grid Array) chip seen from underneath::h]hGHere is an example of a PGA (Pin Grid Array) chip seen from underneath:}(hGHere is an example of a PGA (Pin Grid Array) chip seen from underneath:hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK%hj,hhubh literal_block)}(hXB A B C D E F G H 8 o o o o o o o o 7 o o o o o o o o 6 o o o o o o o o 5 o o o o o o o o 4 o o o o o o o o 3 o o o o o o o o 2 o o o o o o o o 1 o o o o o o o oh]hXB A B C D E F G H 8 o o o o o o o o 7 o o o o o o o o 6 o o o o o o o o 5 o o o o o o o o 4 o o o o o o o o 3 o o o o o o o o 2 o o o o o o o o 1 o o o o o o o o}(hhhjubah}(h]h ]h"]h$]h&] xml:spacepreserveuh1jhhhK'hj,hhubh)}(h`To register a pin controller and name all the pins on this package we can do this in our driver:h]h`To register a pin controller and name all the pins on this package we can do this in our driver:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhK9hj,hhubj)}(hX#include const struct pinctrl_pin_desc foo_pins[] = { PINCTRL_PIN(0, "A8"), PINCTRL_PIN(1, "B8"), PINCTRL_PIN(2, "C8"), ... PINCTRL_PIN(61, "F1"), PINCTRL_PIN(62, "G1"), PINCTRL_PIN(63, "H1"), }; static struct pinctrl_desc foo_desc = { .name = "foo", .pins = foo_pins, .npins = ARRAY_SIZE(foo_pins), .owner = THIS_MODULE, }; int __init foo_init(void) { int error; struct pinctrl_dev *pctl; error = pinctrl_register_and_init(&foo_desc, , NULL, &pctl); if (error) return error; return pinctrl_enable(pctl); }h]hX#include const struct pinctrl_pin_desc foo_pins[] = { PINCTRL_PIN(0, "A8"), PINCTRL_PIN(1, "B8"), PINCTRL_PIN(2, "C8"), ... PINCTRL_PIN(61, "F1"), PINCTRL_PIN(62, "G1"), PINCTRL_PIN(63, "H1"), }; static struct pinctrl_desc foo_desc = { .name = "foo", .pins = foo_pins, .npins = ARRAY_SIZE(foo_pins), .owner = THIS_MODULE, }; int __init foo_init(void) { int error; struct pinctrl_dev *pctl; error = pinctrl_register_and_init(&foo_desc, , NULL, &pctl); if (error) return error; return pinctrl_enable(pctl); }}(hhhjubah}(h]h ]h"]h$]h&]jjforcelanguagechighlight_args}uh1jhhhK static const unsigned int spi0_pins[] = { 0, 8, 16, 24 }; static const unsigned int i2c0_pins[] = { 24, 25 }; static const struct pingroup foo_groups[] = { PINCTRL_PINGROUP("spi0_grp", spi0_pins, ARRAY_SIZE(spi0_pins)), PINCTRL_PINGROUP("i2c0_grp", i2c0_pins, ARRAY_SIZE(i2c0_pins)), }; static int foo_get_groups_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_groups); } static const char *foo_get_group_name(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_groups[selector].name; } static int foo_get_group_pins(struct pinctrl_dev *pctldev, unsigned int selector, const unsigned int **pins, unsigned int *npins) { *pins = foo_groups[selector].pins; *npins = foo_groups[selector].npins; return 0; } static struct pinctrl_ops foo_pctrl_ops = { .get_groups_count = foo_get_groups_count, .get_group_name = foo_get_group_name, .get_group_pins = foo_get_group_pins, }; static struct pinctrl_desc foo_desc = { ... .pctlops = &foo_pctrl_ops, };h]hX#include static const unsigned int spi0_pins[] = { 0, 8, 16, 24 }; static const unsigned int i2c0_pins[] = { 24, 25 }; static const struct pingroup foo_groups[] = { PINCTRL_PINGROUP("spi0_grp", spi0_pins, ARRAY_SIZE(spi0_pins)), PINCTRL_PINGROUP("i2c0_grp", i2c0_pins, ARRAY_SIZE(i2c0_pins)), }; static int foo_get_groups_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_groups); } static const char *foo_get_group_name(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_groups[selector].name; } static int foo_get_group_pins(struct pinctrl_dev *pctldev, unsigned int selector, const unsigned int **pins, unsigned int *npins) { *pins = foo_groups[selector].pins; *npins = foo_groups[selector].npins; return 0; } static struct pinctrl_ops foo_pctrl_ops = { .get_groups_count = foo_get_groups_count, .get_group_name = foo_get_group_name, .get_group_pins = foo_get_group_pins, }; static struct pinctrl_desc foo_desc = { ... .pctlops = &foo_pctrl_ops, };}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhKhj?hhubh)}(hXThe pin control subsystem will call the ``.get_groups_count()`` function to determine the total number of legal selectors, then it will call the other functions to retrieve the name and pins of the group. Maintaining the data structure of the groups is up to the driver, this is just a simple example - in practice you may need more entries in your group structure, for example specific register ranges associated with each group and so on.h](h(The pin control subsystem will call the }(h(The pin control subsystem will call the hjhhhNhNubj)}(h``.get_groups_count()``h]h.get_groups_count()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhXy function to determine the total number of legal selectors, then it will call the other functions to retrieve the name and pins of the group. Maintaining the data structure of the groups is up to the driver, this is just a simple example - in practice you may need more entries in your group structure, for example specific register ranges associated with each group and so on.}(hXy function to determine the total number of legal selectors, then it will call the other functions to retrieve the name and pins of the group. Maintaining the data structure of the groups is up to the driver, this is just a simple example - in practice you may need more entries in your group structure, for example specific register ranges associated with each group and so on.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKhj?hhubeh}(h] pin-groupsah ]h"] pin groupsah$]h&]uh1hhhhhhhhK{ubh)}(hhh](h)}(hPin configurationh]hPin configuration}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhKubh)}(hXPins can sometimes be software-configured in various ways, mostly related to their electronic properties when used as inputs or outputs. For example you may be able to make an output pin high impedance (Hi-Z), or "tristate" meaning it is effectively disconnected. You may be able to connect an input pin to VDD or GND using a certain resistor value - pull up and pull down - so that the pin has a stable value when nothing is driving the rail it is connected to, or when it's unconnected.h]hXPins can sometimes be software-configured in various ways, mostly related to their electronic properties when used as inputs or outputs. For example you may be able to make an output pin high impedance (Hi-Z), or “tristate” meaning it is effectively disconnected. You may be able to connect an input pin to VDD or GND using a certain resistor value - pull up and pull down - so that the pin has a stable value when nothing is driving the rail it is connected to, or when it’s unconnected.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(hPin configuration can be programmed by adding configuration entries into the mapping table; see section `Board/machine configuration`_ below.h](hhPin configuration can be programmed by adding configuration entries into the mapping table; see section }(hhPin configuration can be programmed by adding configuration entries into the mapping table; see section hjhhhNhNubh reference)}(h`Board/machine configuration`_h]hBoard/machine configuration}(hBoard/machine configurationhjhhhNhNubah}(h]h ]h"]h$]h&]nameBoard/machine configurationrefidboard-machine-configurationuh1jhjresolvedKubh below.}(h below.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(hThe format and meaning of the configuration parameter, PLATFORM_X_PULL_UP above, is entirely defined by the pin controller driver.h]hThe format and meaning of the configuration parameter, PLATFORM_X_PULL_UP above, is entirely defined by the pin controller driver.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubh)}(huThe pin configuration driver implements callbacks for changing pin configuration in the pin controller ops like this:h]huThe pin configuration driver implements callbacks for changing pin configuration in the pin controller ops like this:}(hj hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhKhjhhubj)}(hX#include #include #include "platform_x_pindefs.h" static int foo_pin_config_get(struct pinctrl_dev *pctldev, unsigned int offset, unsigned long *config) { struct my_conftype conf; /* ... Find setting for pin @ offset ... */ *config = (unsigned long) conf; } static int foo_pin_config_set(struct pinctrl_dev *pctldev, unsigned int offset, unsigned long config) { struct my_conftype *conf = (struct my_conftype *) config; switch (conf) { case PLATFORM_X_PULL_UP: ... break; } } static int foo_pin_config_group_get(struct pinctrl_dev *pctldev, unsigned selector, unsigned long *config) { ... } static int foo_pin_config_group_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned long config) { ... } static struct pinconf_ops foo_pconf_ops = { .pin_config_get = foo_pin_config_get, .pin_config_set = foo_pin_config_set, .pin_config_group_get = foo_pin_config_group_get, .pin_config_group_set = foo_pin_config_group_set, }; /* Pin config operations are handled by some pin controller */ static struct pinctrl_desc foo_desc = { ... .confops = &foo_pconf_ops, };h]hX#include #include #include "platform_x_pindefs.h" static int foo_pin_config_get(struct pinctrl_dev *pctldev, unsigned int offset, unsigned long *config) { struct my_conftype conf; /* ... Find setting for pin @ offset ... */ *config = (unsigned long) conf; } static int foo_pin_config_set(struct pinctrl_dev *pctldev, unsigned int offset, unsigned long config) { struct my_conftype *conf = (struct my_conftype *) config; switch (conf) { case PLATFORM_X_PULL_UP: ... break; } } static int foo_pin_config_group_get(struct pinctrl_dev *pctldev, unsigned selector, unsigned long *config) { ... } static int foo_pin_config_group_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned long config) { ... } static struct pinconf_ops foo_pconf_ops = { .pin_config_get = foo_pin_config_get, .pin_config_set = foo_pin_config_set, .pin_config_group_get = foo_pin_config_group_get, .pin_config_group_set = foo_pin_config_group_set, }; /* Pin config operations are handled by some pin controller */ static struct pinctrl_desc foo_desc = { ... .confops = &foo_pconf_ops, };}(hhhj,ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhKhjhhubeh}(h]pin-configurationah ]h"]pin configurationah$]h&]uh1hhhhhhhhKubh)}(hhh](h)}(h#Interaction with the GPIO subsystemh]h#Interaction with the GPIO subsystem}(hjHhjFhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjChhhhhM ubh)}(hThe GPIO drivers may want to perform operations of various types on the same physical pins that are also registered as pin controller pins.h]hThe GPIO drivers may want to perform operations of various types on the same physical pins that are also registered as pin controller pins.}(hjVhjThhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hjChhubh)}(hXFirst and foremost, the two subsystems can be used as completely orthogonal, see the section named `Pin control requests from drivers`_ and `Drivers needing both pin control and GPIOs`_ below for details. But in some situations a cross-subsystem mapping between pins and GPIOs is needed.h](hcFirst and foremost, the two subsystems can be used as completely orthogonal, see the section named }(hcFirst and foremost, the two subsystems can be used as completely orthogonal, see the section named hjbhhhNhNubj)}(h$`Pin control requests from drivers`_h]h!Pin control requests from drivers}(h!Pin control requests from drivershjkhhhNhNubah}(h]h ]h"]h$]h&]name!Pin control requests from driversj!pin-control-requests-from-driversuh1jhjbjKubh and }(h and hjbhhhNhNubj)}(h-`Drivers needing both pin control and GPIOs`_h]h*Drivers needing both pin control and GPIOs}(h*Drivers needing both pin control and GPIOshjhhhNhNubah}(h]h ]h"]h$]h&]name*Drivers needing both pin control and GPIOsj*drivers-needing-both-pin-control-and-gpiosuh1jhjbjKubhf below for details. But in some situations a cross-subsystem mapping between pins and GPIOs is needed.}(hf below for details. But in some situations a cross-subsystem mapping between pins and GPIOs is needed.hjbhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjChhubh)}(hXSince the pin controller subsystem has its pinspace local to the pin controller we need a mapping so that the pin control subsystem can figure out which pin controller handles control of a certain GPIO pin. Since a single pin controller may be muxing several GPIO ranges (typically SoCs that have one set of pins, but internally several GPIO silicon blocks, each modelled as a struct gpio_chip) any number of GPIO ranges can be added to a pin controller instance like this:h]hXSince the pin controller subsystem has its pinspace local to the pin controller we need a mapping so that the pin control subsystem can figure out which pin controller handles control of a certain GPIO pin. Since a single pin controller may be muxing several GPIO ranges (typically SoCs that have one set of pins, but internally several GPIO silicon blocks, each modelled as a struct gpio_chip) any number of GPIO ranges can be added to a pin controller instance like this:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjChhubj)}(hX#include #include struct gpio_chip chip_a; struct gpio_chip chip_b; static struct pinctrl_gpio_range gpio_range_a = { .name = "chip a", .id = 0, .base = 32, .pin_base = 32, .npins = 16, .gc = &chip_a, }; static struct pinctrl_gpio_range gpio_range_b = { .name = "chip b", .id = 0, .base = 48, .pin_base = 64, .npins = 8, .gc = &chip_b; }; int __init foo_init(void) { struct pinctrl_dev *pctl; ... pinctrl_add_gpio_range(pctl, &gpio_range_a); pinctrl_add_gpio_range(pctl, &gpio_range_b); ... }h]hX#include #include struct gpio_chip chip_a; struct gpio_chip chip_b; static struct pinctrl_gpio_range gpio_range_a = { .name = "chip a", .id = 0, .base = 32, .pin_base = 32, .npins = 16, .gc = &chip_a, }; static struct pinctrl_gpio_range gpio_range_b = { .name = "chip b", .id = 0, .base = 48, .pin_base = 64, .npins = 8, .gc = &chip_b; }; int __init foo_init(void) { struct pinctrl_dev *pctl; ... pinctrl_add_gpio_range(pctl, &gpio_range_a); pinctrl_add_gpio_range(pctl, &gpio_range_b); ... }}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhjChhubh)}(hSo this complex system has one pin controller handling two different GPIO chips. "chip a" has 16 pins and "chip b" has 8 pins. The "chip a" and "chip b" have different ``pin_base``, which means a start pin number of the GPIO range.h](hSo this complex system has one pin controller handling two different GPIO chips. “chip a” has 16 pins and “chip b” has 8 pins. The “chip a” and “chip b” have different }(hSo this complex system has one pin controller handling two different GPIO chips. "chip a" has 16 pins and "chip b" has 8 pins. The "chip a" and "chip b" have different hjhhhNhNubj)}(h ``pin_base``h]hpin_base}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh3, which means a start pin number of the GPIO range.}(h3, which means a start pin number of the GPIO range.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMAhjChhubh)}(hXThe GPIO range of "chip a" starts from the GPIO base of 32 and actual pin range also starts from 32. However "chip b" has different starting offset for the GPIO range and pin range. The GPIO range of "chip b" starts from GPIO number 48, while the pin range of "chip b" starts from 64.h]hX,The GPIO range of “chip a” starts from the GPIO base of 32 and actual pin range also starts from 32. However “chip b” has different starting offset for the GPIO range and pin range. The GPIO range of “chip b” starts from GPIO number 48, while the pin range of “chip b” starts from 64.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMFhjChhubh)}(h{We can convert a gpio number to actual pin number using this ``pin_base``. They are mapped in the global GPIO pin space at:h](h=We can convert a gpio number to actual pin number using this }(h=We can convert a gpio number to actual pin number using this hjhhhNhNubj)}(h ``pin_base``h]hpin_base}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh2. They are mapped in the global GPIO pin space at:}(h2. They are mapped in the global GPIO pin space at:hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMKhjChhubhdefinition_list)}(hhh](hdefinition_list_item)}(h;chip a: - GPIO range : [32 .. 47] - pin range : [32 .. 47]h](hterm)}(hchip a:h]hchip a:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhhhMOhjubh definition)}(hhh]h)}(hhh](h)}(hGPIO range : [32 .. 47]h]h)}(hj3h]hGPIO range : [32 .. 47]}(hj3hj5hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMOhj1ubah}(h]h ]h"]h$]h&]uh1hhj.ubh)}(hpin range : [32 .. 47]h]h)}(hjJh]hpin range : [32 .. 47]}(hjJhjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMPhjHubah}(h]h ]h"]h$]h&]uh1hhj.ubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMOhj+ubah}(h]h ]h"]h$]h&]uh1j)hjubeh}(h]h ]h"]h$]h&]uh1jhhhMOhjubj)}(h from pinctrl driver is DEPRECATED. Please see section 2.1 of }(h> from pinctrl driver is DEPRECATED. Please see section 2.1 of hjMhhhNhNubj)}(h3``Documentation/devicetree/bindings/gpio/gpio.txt``h]h/Documentation/devicetree/bindings/gpio/gpio.txt}(hhhjihhhNhNubah}(h]h ]h"]h$]h&]uh1jhjMubh) on how to bind pinctrl and gpio drivers.}(h) on how to bind pinctrl and gpio drivers.hjMhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM}hjChhubeh}(h]#interaction-with-the-gpio-subsystemah ]h"]#interaction with the gpio subsystemah$]h&]uh1hhhhhhhhM ubh)}(hhh](h)}(hPINMUX interfacesh]hPINMUX interfaces}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hSThese calls use the pinmux_* naming prefix. No other calls should use that prefix.h]hSThese calls use the pinmux_* naming prefix. No other calls should use that prefix.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubeh}(h]pinmux-interfacesah ]h"]pinmux interfacesah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(hWhat is pinmuxing?h]hWhat is pinmuxing?}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hXPINMUX, also known as padmux, ballmux, alternate functions or mission modes is a way for chip vendors producing some kind of electrical packages to use a certain physical pin (ball, pad, finger, etc) for multiple mutually exclusive functions, depending on the application. By "application" in this context we usually mean a way of soldering or wiring the package into an electronic system, even though the framework makes it possible to also change the function at runtime.h]hXPINMUX, also known as padmux, ballmux, alternate functions or mission modes is a way for chip vendors producing some kind of electrical packages to use a certain physical pin (ball, pad, finger, etc) for multiple mutually exclusive functions, depending on the application. By “application” in this context we usually mean a way of soldering or wiring the package into an electronic system, even though the framework makes it possible to also change the function at runtime.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hHHere is an example of a PGA (Pin Grid Array) chip seen from underneath::h]hGHere is an example of a PGA (Pin Grid Array) chip seen from underneath:}(hGHere is an example of a PGA (Pin Grid Array) chip seen from underneath:hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubj)}(hX A B C D E F G H +---+ 8 | o | o o o o o o o | | 7 | o | o o o o o o o | | 6 | o | o o o o o o o +---+---+ 5 | o | o | o o o o o o +---+---+ +---+ 4 o o o o o o | o | o | | 3 o o o o o o | o | o | | 2 o o o o o o | o | o +-------+-------+-------+---+---+ 1 | o o | o o | o o | o | o | +-------+-------+-------+---+---+h]hX A B C D E F G H +---+ 8 | o | o o o o o o o | | 7 | o | o o o o o o o | | 6 | o | o o o o o o o +---+---+ 5 | o | o | o o o o o o +---+---+ +---+ 4 o o o o o o | o | o | | 3 o o o o o o | o | o | | 2 o o o o o o | o | o +-------+-------+-------+---+---+ 1 | o o | o o | o o | o | o | +-------+-------+-------+---+---+}(hhhjubah}(h]h ]h"]h$]h&]jjuh1jhhhMhjhhubh)}(hXThis is not tetris. The game to think of is chess. Not all PGA/BGA packages are chessboard-like, big ones have "holes" in some arrangement according to different design patterns, but we're using this as a simple example. Of the pins you see some will be taken by things like a few VCC and GND to feed power to the chip, and quite a few will be taken by large ports like an external memory interface. The remaining pins will often be subject to pin multiplexing.h]hXThis is not tetris. The game to think of is chess. Not all PGA/BGA packages are chessboard-like, big ones have “holes” in some arrangement according to different design patterns, but we’re using this as a simple example. Of the pins you see some will be taken by things like a few VCC and GND to feed power to the chip, and quite a few will be taken by large ports like an external memory interface. The remaining pins will often be subject to pin multiplexing.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hThe example 8x8 PGA package above will have pin numbers 0 through 63 assigned to its physical pins. It will name the pins { A1, A2, A3 ... H6, H7, H8 } using pinctrl_register_pins() and a suitable data set as shown earlier.h]hThe example 8x8 PGA package above will have pin numbers 0 through 63 assigned to its physical pins. It will name the pins { A1, A2, A3 ... H6, H7, H8 } using pinctrl_register_pins() and a suitable data set as shown earlier.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXIn this 8x8 BGA package the pins { A8, A7, A6, A5 } can be used as an SPI port (these are four pins: CLK, RXD, TXD, FRM). In that case, pin B5 can be used as some general-purpose GPIO pin. However, in another setting, pins { A5, B5 } can be used as an I2C port (these are just two pins: SCL, SDA). Needless to say, we cannot use the SPI port and I2C port at the same time. However in the inside of the package the silicon performing the SPI logic can alternatively be routed out on pins { G4, G3, G2, G1 }.h]hXIn this 8x8 BGA package the pins { A8, A7, A6, A5 } can be used as an SPI port (these are four pins: CLK, RXD, TXD, FRM). In that case, pin B5 can be used as some general-purpose GPIO pin. However, in another setting, pins { A5, B5 } can be used as an I2C port (these are just two pins: SCL, SDA). Needless to say, we cannot use the SPI port and I2C port at the same time. However in the inside of the package the silicon performing the SPI logic can alternatively be routed out on pins { G4, G3, G2, G1 }.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXZOn the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something special - it's an external MMC bus that can be 2, 4 or 8 bits wide, and it will consume 2, 4 or 8 pins respectively, so either { A1, B1 } are taken or { A1, B1, C1, D1 } or all of them. If we use all 8 bits, we cannot use the SPI port on pins { G4, G3, G2, G1 } of course.h]hX\On the bottom row at { A1, B1, C1, D1, E1, F1, G1, H1 } we have something special - it’s an external MMC bus that can be 2, 4 or 8 bits wide, and it will consume 2, 4 or 8 pins respectively, so either { A1, B1 } are taken or { A1, B1, C1, D1 } or all of them. If we use all 8 bits, we cannot use the SPI port on pins { G4, G3, G2, G1 } of course.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hX This way the silicon blocks present inside the chip can be multiplexed "muxed" out on different pin ranges. Often contemporary SoC (systems on chip) will contain several I2C, SPI, SDIO/MMC, etc silicon blocks that can be routed to different pins by pinmux settings.h]hX This way the silicon blocks present inside the chip can be multiplexed “muxed” out on different pin ranges. Often contemporary SoC (systems on chip) will contain several I2C, SPI, SDIO/MMC, etc silicon blocks that can be routed to different pins by pinmux settings.}(hj'hj%hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hSince general-purpose I/O pins (GPIO) are typically always in shortage, it is common to be able to use almost any pin as a GPIO pin if it is not currently in use by some other I/O port.h]hSince general-purpose I/O pins (GPIO) are typically always in shortage, it is common to be able to use almost any pin as a GPIO pin if it is not currently in use by some other I/O port.}(hj5hj3hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubeh}(h]what-is-pinmuxingah ]h"]what is pinmuxing?ah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(hPinmux conventionsh]hPinmux conventions}(hjNhjLhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjIhhhhhMubh)}(hX]The purpose of the pinmux functionality in the pin controller subsystem is to abstract and provide pinmux settings to the devices you choose to instantiate in your machine configuration. It is inspired by the clk, GPIO and regulator subsystems, so devices will request their mux setting, but it's also possible to request a single pin for e.g. GPIO.h]hX_The purpose of the pinmux functionality in the pin controller subsystem is to abstract and provide pinmux settings to the devices you choose to instantiate in your machine configuration. It is inspired by the clk, GPIO and regulator subsystems, so devices will request their mux setting, but it’s also possible to request a single pin for e.g. GPIO.}(hj\hjZhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIhhubh)}(hThe conventions are:h]hThe conventions are:}(hjjhjhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIhhubh)}(hhh](h)}(hX*FUNCTIONS can be switched in and out by a driver residing with the pin control subsystem in the ``drivers/pinctrl`` directory of the kernel. The pin control driver knows the possible functions. In the example above you can identify three pinmux functions, one for spi, one for i2c and one for mmc. h]h)}(hX)FUNCTIONS can be switched in and out by a driver residing with the pin control subsystem in the ``drivers/pinctrl`` directory of the kernel. The pin control driver knows the possible functions. In the example above you can identify three pinmux functions, one for spi, one for i2c and one for mmc.h](h`FUNCTIONS can be switched in and out by a driver residing with the pin control subsystem in the }(h`FUNCTIONS can be switched in and out by a driver residing with the pin control subsystem in the hj}hhhNhNubj)}(h``drivers/pinctrl``h]hdrivers/pinctrl}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhj}ubh directory of the kernel. The pin control driver knows the possible functions. In the example above you can identify three pinmux functions, one for spi, one for i2c and one for mmc.}(h directory of the kernel. The pin control driver knows the possible functions. In the example above you can identify three pinmux functions, one for spi, one for i2c and one for mmc.hj}hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjyubah}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubh)}(hFUNCTIONS are assumed to be enumerable from zero in a one-dimensional array. In this case the array could be something like: { spi0, i2c0, mmc0 } for the three available functions. h]h)}(hFUNCTIONS are assumed to be enumerable from zero in a one-dimensional array. In this case the array could be something like: { spi0, i2c0, mmc0 } for the three available functions.h]hFUNCTIONS are assumed to be enumerable from zero in a one-dimensional array. In this case the array could be something like: { spi0, i2c0, mmc0 } for the three available functions.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubh)}(hXYFUNCTIONS have PIN GROUPS as defined on the generic level - so a certain function is *always* associated with a certain set of pin groups, could be just a single one, but could also be many. In the example above the function i2c is associated with the pins { A5, B5 }, enumerated as { 24, 25 } in the controller pin space. The Function spi is associated with pin groups { A8, A7, A6, A5 } and { G4, G3, G2, G1 }, which are enumerated as { 0, 8, 16, 24 } and { 38, 46, 54, 62 } respectively. Group names must be unique per pin controller, no two groups on the same controller may have the same name. h](h)}(hXBFUNCTIONS have PIN GROUPS as defined on the generic level - so a certain function is *always* associated with a certain set of pin groups, could be just a single one, but could also be many. In the example above the function i2c is associated with the pins { A5, B5 }, enumerated as { 24, 25 } in the controller pin space.h](hUFUNCTIONS have PIN GROUPS as defined on the generic level - so a certain function is }(hUFUNCTIONS have PIN GROUPS as defined on the generic level - so a certain function is hjhhhNhNubhemphasis)}(h*always*h]halways}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh associated with a certain set of pin groups, could be just a single one, but could also be many. In the example above the function i2c is associated with the pins { A5, B5 }, enumerated as { 24, 25 } in the controller pin space.}(h associated with a certain set of pin groups, could be just a single one, but could also be many. In the example above the function i2c is associated with the pins { A5, B5 }, enumerated as { 24, 25 } in the controller pin space.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hThe Function spi is associated with pin groups { A8, A7, A6, A5 } and { G4, G3, G2, G1 }, which are enumerated as { 0, 8, 16, 24 } and { 38, 46, 54, 62 } respectively.h]hThe Function spi is associated with pin groups { A8, A7, A6, A5 } and { G4, G3, G2, G1 }, which are enumerated as { 0, 8, 16, 24 } and { 38, 46, 54, 62 } respectively.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hkGroup names must be unique per pin controller, no two groups on the same controller may have the same name.h]hkGroup names must be unique per pin controller, no two groups on the same controller may have the same name.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubh)}(hXThe combination of a FUNCTION and a PIN GROUP determine a certain function for a certain set of pins. The knowledge of the functions and pin groups and their machine-specific particulars are kept inside the pinmux driver, from the outside only the enumerators are known, and the driver core can request: - The name of a function with a certain selector (>= 0) - A list of groups associated with a certain function - That a certain group in that list to be activated for a certain function As already described above, pin groups are in turn self-descriptive, so the core will retrieve the actual pin range in a certain group from the driver. h](h)}(hX/The combination of a FUNCTION and a PIN GROUP determine a certain function for a certain set of pins. The knowledge of the functions and pin groups and their machine-specific particulars are kept inside the pinmux driver, from the outside only the enumerators are known, and the driver core can request:h]hX/The combination of a FUNCTION and a PIN GROUP determine a certain function for a certain set of pins. The knowledge of the functions and pin groups and their machine-specific particulars are kept inside the pinmux driver, from the outside only the enumerators are known, and the driver core can request:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hhh](h)}(h5The name of a function with a certain selector (>= 0)h]h)}(hjh]h5The name of a function with a certain selector (>= 0)}(hjhj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjubh)}(h3A list of groups associated with a certain functionh]h)}(hj5h]h3A list of groups associated with a certain function}(hj5hj7hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj3ubah}(h]h ]h"]h$]h&]uh1hhjubh)}(hIThat a certain group in that list to be activated for a certain function h]h)}(hHThat a certain group in that list to be activated for a certain functionh]hHThat a certain group in that list to be activated for a certain function}(hjPhjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjJubah}(h]h ]h"]h$]h&]uh1hhjubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMhjubh)}(hAs already described above, pin groups are in turn self-descriptive, so the core will retrieve the actual pin range in a certain group from the driver.h]hAs already described above, pin groups are in turn self-descriptive, so the core will retrieve the actual pin range in a certain group from the driver.}(hjjhjhhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubh)}(hX]FUNCTIONS and GROUPS on a certain PIN CONTROLLER are MAPPED to a certain device by the board file, device tree or similar machine setup configuration mechanism, similar to how regulators are connected to devices, usually by name. Defining a pin controller, function and group thus uniquely identify the set of pins to be used by a certain device. (If only one possible group of pins is available for the function, no group name need to be supplied - the core will simply select the first and only group available.) In the example case we can define that this particular machine shall use device spi0 with pinmux function fspi0 group gspi0 and i2c0 on function fi2c0 group gi2c0, on the primary pin controller, we get mappings like these: .. code-block:: c { {"map-spi0", spi0, pinctrl0, fspi0, gspi0}, {"map-i2c0", i2c0, pinctrl0, fi2c0, gi2c0}, } Every map must be assigned a state name, pin controller, device and function. The group is not compulsory - if it is omitted the first group presented by the driver as applicable for the function will be selected, which is useful for simple cases. It is possible to map several groups to the same combination of device, pin controller and function. This is for cases where a certain function on a certain pin controller may use different sets of pins in different configurations. h](h)}(hXFUNCTIONS and GROUPS on a certain PIN CONTROLLER are MAPPED to a certain device by the board file, device tree or similar machine setup configuration mechanism, similar to how regulators are connected to devices, usually by name. Defining a pin controller, function and group thus uniquely identify the set of pins to be used by a certain device. (If only one possible group of pins is available for the function, no group name need to be supplied - the core will simply select the first and only group available.)h]hXFUNCTIONS and GROUPS on a certain PIN CONTROLLER are MAPPED to a certain device by the board file, device tree or similar machine setup configuration mechanism, similar to how regulators are connected to devices, usually by name. Defining a pin controller, function and group thus uniquely identify the set of pins to be used by a certain device. (If only one possible group of pins is available for the function, no group name need to be supplied - the core will simply select the first and only group available.)}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj|ubh)}(hIn the example case we can define that this particular machine shall use device spi0 with pinmux function fspi0 group gspi0 and i2c0 on function fi2c0 group gi2c0, on the primary pin controller, we get mappings like these:h]hIn the example case we can define that this particular machine shall use device spi0 with pinmux function fspi0 group gspi0 and i2c0 on function fi2c0 group gi2c0, on the primary pin controller, we get mappings like these:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj|ubj)}(hk{ {"map-spi0", spi0, pinctrl0, fspi0, gspi0}, {"map-i2c0", i2c0, pinctrl0, fi2c0, gi2c0}, }h]hk{ {"map-spi0", spi0, pinctrl0, fspi0, gspi0}, {"map-i2c0", i2c0, pinctrl0, fi2c0, gi2c0}, }}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj|ubh)}(hEvery map must be assigned a state name, pin controller, device and function. The group is not compulsory - if it is omitted the first group presented by the driver as applicable for the function will be selected, which is useful for simple cases.h]hEvery map must be assigned a state name, pin controller, device and function. The group is not compulsory - if it is omitted the first group presented by the driver as applicable for the function will be selected, which is useful for simple cases.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj|ubh)}(hIt is possible to map several groups to the same combination of device, pin controller and function. This is for cases where a certain function on a certain pin controller may use different sets of pins in different configurations.h]hIt is possible to map several groups to the same combination of device, pin controller and function. This is for cases where a certain function on a certain pin controller may use different sets of pins in different configurations.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj|ubeh}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubh)}(hXQPINS for a certain FUNCTION using a certain PIN GROUP on a certain PIN CONTROLLER are provided on a first-come first-serve basis, so if some other device mux setting or GPIO pin request has already taken your physical pin, you will be denied the use of it. To get (activate) a new setting, the old one has to be put (deactivated) first. h]h)}(hXPPINS for a certain FUNCTION using a certain PIN GROUP on a certain PIN CONTROLLER are provided on a first-come first-serve basis, so if some other device mux setting or GPIO pin request has already taken your physical pin, you will be denied the use of it. To get (activate) a new setting, the old one has to be put (deactivated) first.h]hXPPINS for a certain FUNCTION using a certain PIN GROUP on a certain PIN CONTROLLER are provided on a first-come first-serve basis, so if some other device mux setting or GPIO pin request has already taken your physical pin, you will be denied the use of it. To get (activate) a new setting, the old one has to be put (deactivated) first.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjvhhhhhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMhjIhhubh)}(hXSometimes the documentation and hardware registers will be oriented around pads (or "fingers") rather than pins - these are the soldering surfaces on the silicon inside the package, and may or may not match the actual number of pins/balls underneath the capsule. Pick some enumeration that makes sense to you. Define enumerators only for the pins you can control if that makes sense.h]hXSometimes the documentation and hardware registers will be oriented around pads (or “fingers”) rather than pins - these are the soldering surfaces on the silicon inside the package, and may or may not match the actual number of pins/balls underneath the capsule. Pick some enumeration that makes sense to you. Define enumerators only for the pins you can control if that makes sense.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjIhhubh)}(h Assumptions:h]h Assumptions:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM%hjIhhubh)}(hX6We assume that the number of possible function maps to pin groups is limited by the hardware. I.e. we assume that there is no system where any function can be mapped to any pin, like in a phone exchange. So the available pin groups for a certain function will be limited to a few choices (say up to eight or so), not hundreds or any amount of choices. This is the characteristic we have found by inspecting available pinmux hardware, and a necessary assumption since we expect pinmux drivers to present *all* possible function vs pin group mappings to the subsystem.h](hXWe assume that the number of possible function maps to pin groups is limited by the hardware. I.e. we assume that there is no system where any function can be mapped to any pin, like in a phone exchange. So the available pin groups for a certain function will be limited to a few choices (say up to eight or so), not hundreds or any amount of choices. This is the characteristic we have found by inspecting available pinmux hardware, and a necessary assumption since we expect pinmux drivers to present }(hXWe assume that the number of possible function maps to pin groups is limited by the hardware. I.e. we assume that there is no system where any function can be mapped to any pin, like in a phone exchange. So the available pin groups for a certain function will be limited to a few choices (say up to eight or so), not hundreds or any amount of choices. This is the characteristic we have found by inspecting available pinmux hardware, and a necessary assumption since we expect pinmux drivers to present hjhhhNhNubj)}(h*all*h]hall}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh: possible function vs pin group mappings to the subsystem.}(h: possible function vs pin group mappings to the subsystem.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM'hjIhhubeh}(h]pinmux-conventionsah ]h"]pinmux conventionsah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(hPinmux driversh]hPinmux drivers}(hj6hj4hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj1hhhhhM2ubh)}(hThe pinmux core takes care of preventing conflicts on pins and calling the pin controller driver to execute different settings.h]hThe pinmux core takes care of preventing conflicts on pins and calling the pin controller driver to execute different settings.}(hjDhjBhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM4hj1hhubh)}(hXBIt is the responsibility of the pinmux driver to impose further restrictions (say for example infer electronic limitations due to load, etc.) to determine whether or not the requested function can actually be allowed, and in case it is possible to perform the requested mux setting, poke the hardware so that this happens.h]hXBIt is the responsibility of the pinmux driver to impose further restrictions (say for example infer electronic limitations due to load, etc.) to determine whether or not the requested function can actually be allowed, and in case it is possible to perform the requested mux setting, poke the hardware so that this happens.}(hjRhjPhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hj1hhubh)}(hPinmux drivers are required to supply a few callback functions, some are optional. Usually the ``.set_mux()`` function is implemented, writing values into some certain registers to activate a certain mux setting for a certain pin.h](h_Pinmux drivers are required to supply a few callback functions, some are optional. Usually the }(h_Pinmux drivers are required to supply a few callback functions, some are optional. Usually the hj^hhhNhNubj)}(h``.set_mux()``h]h .set_mux()}(hhhjghhhNhNubah}(h]h ]h"]h$]h&]uh1jhj^ubhy function is implemented, writing values into some certain registers to activate a certain mux setting for a certain pin.}(hy function is implemented, writing values into some certain registers to activate a certain mux setting for a certain pin.hj^hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM=hj1hhubh)}(hA simple driver for the above example will work by setting bits 0, 1, 2, 3, 4, or 5 into some register named MUX to select a certain function with a certain group of pins would work something like this:h]hA simple driver for the above example will work by setting bits 0, 1, 2, 3, 4, or 5 into some register named MUX to select a certain function with a certain group of pins would work something like this:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMAhj1hhubj)}(hXL #include #include static const unsigned int spi0_0_pins[] = { 0, 8, 16, 24 }; static const unsigned int spi0_1_pins[] = { 38, 46, 54, 62 }; static const unsigned int i2c0_pins[] = { 24, 25 }; static const unsigned int mmc0_1_pins[] = { 56, 57 }; static const unsigned int mmc0_2_pins[] = { 58, 59 }; static const unsigned int mmc0_3_pins[] = { 60, 61, 62, 63 }; static const struct pingroup foo_groups[] = { PINCTRL_PINGROUP("spi0_0_grp", spi0_0_pins, ARRAY_SIZE(spi0_0_pins)), PINCTRL_PINGROUP("spi0_1_grp", spi0_1_pins, ARRAY_SIZE(spi0_1_pins)), PINCTRL_PINGROUP("i2c0_grp", i2c0_pins, ARRAY_SIZE(i2c0_pins)), PINCTRL_PINGROUP("mmc0_1_grp", mmc0_1_pins, ARRAY_SIZE(mmc0_1_pins)), PINCTRL_PINGROUP("mmc0_2_grp", mmc0_2_pins, ARRAY_SIZE(mmc0_2_pins)), PINCTRL_PINGROUP("mmc0_3_grp", mmc0_3_pins, ARRAY_SIZE(mmc0_3_pins)), }; static int foo_get_groups_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_groups); } static const char *foo_get_group_name(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_groups[selector].name; } static int foo_get_group_pins(struct pinctrl_dev *pctldev, unsigned int selector, const unsigned int **pins, unsigned int *npins) { *pins = foo_groups[selector].pins; *npins = foo_groups[selector].npins; return 0; } static struct pinctrl_ops foo_pctrl_ops = { .get_groups_count = foo_get_groups_count, .get_group_name = foo_get_group_name, .get_group_pins = foo_get_group_pins, }; static const char * const spi0_groups[] = { "spi0_0_grp", "spi0_1_grp" }; static const char * const i2c0_groups[] = { "i2c0_grp" }; static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp", "mmc0_3_grp" }; static const struct pinfunction foo_functions[] = { PINCTRL_PINFUNCTION("spi0", spi0_groups, ARRAY_SIZE(spi0_groups)), PINCTRL_PINFUNCTION("i2c0", i2c0_groups, ARRAY_SIZE(i2c0_groups)), PINCTRL_PINFUNCTION("mmc0", mmc0_groups, ARRAY_SIZE(mmc0_groups)), }; static int foo_get_functions_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_functions); } static const char *foo_get_fname(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_functions[selector].name; } static int foo_get_groups(struct pinctrl_dev *pctldev, unsigned int selector, const char * const **groups, unsigned int * const ngroups) { *groups = foo_functions[selector].groups; *ngroups = foo_functions[selector].ngroups; return 0; } static int foo_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) { u8 regbit = BIT(group); writeb((readb(MUX) | regbit), MUX); return 0; } static struct pinmux_ops foo_pmxops = { .get_functions_count = foo_get_functions_count, .get_function_name = foo_get_fname, .get_function_groups = foo_get_groups, .set_mux = foo_set_mux, .strict = true, }; /* Pinmux operations are handled by some pin controller */ static struct pinctrl_desc foo_desc = { ... .pctlops = &foo_pctrl_ops, .pmxops = &foo_pmxops, };h]hXL #include #include static const unsigned int spi0_0_pins[] = { 0, 8, 16, 24 }; static const unsigned int spi0_1_pins[] = { 38, 46, 54, 62 }; static const unsigned int i2c0_pins[] = { 24, 25 }; static const unsigned int mmc0_1_pins[] = { 56, 57 }; static const unsigned int mmc0_2_pins[] = { 58, 59 }; static const unsigned int mmc0_3_pins[] = { 60, 61, 62, 63 }; static const struct pingroup foo_groups[] = { PINCTRL_PINGROUP("spi0_0_grp", spi0_0_pins, ARRAY_SIZE(spi0_0_pins)), PINCTRL_PINGROUP("spi0_1_grp", spi0_1_pins, ARRAY_SIZE(spi0_1_pins)), PINCTRL_PINGROUP("i2c0_grp", i2c0_pins, ARRAY_SIZE(i2c0_pins)), PINCTRL_PINGROUP("mmc0_1_grp", mmc0_1_pins, ARRAY_SIZE(mmc0_1_pins)), PINCTRL_PINGROUP("mmc0_2_grp", mmc0_2_pins, ARRAY_SIZE(mmc0_2_pins)), PINCTRL_PINGROUP("mmc0_3_grp", mmc0_3_pins, ARRAY_SIZE(mmc0_3_pins)), }; static int foo_get_groups_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_groups); } static const char *foo_get_group_name(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_groups[selector].name; } static int foo_get_group_pins(struct pinctrl_dev *pctldev, unsigned int selector, const unsigned int **pins, unsigned int *npins) { *pins = foo_groups[selector].pins; *npins = foo_groups[selector].npins; return 0; } static struct pinctrl_ops foo_pctrl_ops = { .get_groups_count = foo_get_groups_count, .get_group_name = foo_get_group_name, .get_group_pins = foo_get_group_pins, }; static const char * const spi0_groups[] = { "spi0_0_grp", "spi0_1_grp" }; static const char * const i2c0_groups[] = { "i2c0_grp" }; static const char * const mmc0_groups[] = { "mmc0_1_grp", "mmc0_2_grp", "mmc0_3_grp" }; static const struct pinfunction foo_functions[] = { PINCTRL_PINFUNCTION("spi0", spi0_groups, ARRAY_SIZE(spi0_groups)), PINCTRL_PINFUNCTION("i2c0", i2c0_groups, ARRAY_SIZE(i2c0_groups)), PINCTRL_PINFUNCTION("mmc0", mmc0_groups, ARRAY_SIZE(mmc0_groups)), }; static int foo_get_functions_count(struct pinctrl_dev *pctldev) { return ARRAY_SIZE(foo_functions); } static const char *foo_get_fname(struct pinctrl_dev *pctldev, unsigned int selector) { return foo_functions[selector].name; } static int foo_get_groups(struct pinctrl_dev *pctldev, unsigned int selector, const char * const **groups, unsigned int * const ngroups) { *groups = foo_functions[selector].groups; *ngroups = foo_functions[selector].ngroups; return 0; } static int foo_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) { u8 regbit = BIT(group); writeb((readb(MUX) | regbit), MUX); return 0; } static struct pinmux_ops foo_pmxops = { .get_functions_count = foo_get_functions_count, .get_function_name = foo_get_fname, .get_function_groups = foo_get_groups, .set_mux = foo_set_mux, .strict = true, }; /* Pinmux operations are handled by some pin controller */ static struct pinctrl_desc foo_desc = { ... .pctlops = &foo_pctrl_ops, .pmxops = &foo_pmxops, };}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMEhj1hhubh)}(hIn the example activating muxing 0 and 2 at the same time setting bits 0 and 2, uses pin 24 in common so they would collide. All the same for the muxes 1 and 5, which have pin 62 in common.h]hIn the example activating muxing 0 and 2 at the same time setting bits 0 and 2, uses pin 24 in common so they would collide. All the same for the muxes 1 and 5, which have pin 62 in common.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj1hhubh)}(hXThe beauty of the pinmux subsystem is that since it keeps track of all pins and who is using them, it will already have denied an impossible request like that, so the driver does not need to worry about such things - when it gets a selector passed in, the pinmux subsystem makes sure no other device or GPIO assignment is already using the selected pins. Thus bits 0 and 2, or 1 and 5 in the control register will never be set at the same time.h]hXThe beauty of the pinmux subsystem is that since it keeps track of all pins and who is using them, it will already have denied an impossible request like that, so the driver does not need to worry about such things - when it gets a selector passed in, the pinmux subsystem makes sure no other device or GPIO assignment is already using the selected pins. Thus bits 0 and 2, or 1 and 5 in the control register will never be set at the same time.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj1hhubh)}(hGAll the above functions are mandatory to implement for a pinmux driver.h]hGAll the above functions are mandatory to implement for a pinmux driver.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj1hhubeh}(h]pinmux-driversah ]h"]pinmux driversah$]h&]uh1hhhhhhhhM2ubh)}(hhh](h)}(h/Pin control interaction with the GPIO subsystemh]h/Pin control interaction with the GPIO subsystem}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hXNote that the following implies that the use case is to use a certain pin from the Linux kernel using the API in ```` with gpiod_get() and similar functions. There are cases where you may be using something that your datasheet calls "GPIO mode", but actually is just an electrical configuration for a certain device. See the section below named `GPIO mode pitfalls`_ for more details on this scenario.h](hqNote that the following implies that the use case is to use a certain pin from the Linux kernel using the API in }(hqNote that the following implies that the use case is to use a certain pin from the Linux kernel using the API in hjhhhNhNubj)}(h````h]h}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh with gpiod_get() and similar functions. There are cases where you may be using something that your datasheet calls “GPIO mode”, but actually is just an electrical configuration for a certain device. See the section below named }(h with gpiod_get() and similar functions. There are cases where you may be using something that your datasheet calls "GPIO mode", but actually is just an electrical configuration for a certain device. See the section below named hjhhhNhNubj)}(h`GPIO mode pitfalls`_h]hGPIO mode pitfalls}(hGPIO mode pitfallshjhhhNhNubah}(h]h ]h"]h$]h&]nameGPIO mode pitfallsjgpio-mode-pitfallsuh1jhjjKubh# for more details on this scenario.}(h# for more details on this scenario.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXThe public pinmux API contains two functions named ``pinctrl_gpio_request()`` and ``pinctrl_gpio_free()``. These two functions shall *ONLY* be called from gpiolib-based drivers as part of their ``.request()`` and ``.free()`` semantics. Likewise the ``pinctrl_gpio_direction_input()`` / ``pinctrl_gpio_direction_output()`` shall only be called from within respective ``.direction_input()`` / ``.direction_output()`` gpiolib implementation.h](h3The public pinmux API contains two functions named }(h3The public pinmux API contains two functions named hj hhhNhNubj)}(h``pinctrl_gpio_request()``h]hpinctrl_gpio_request()}(hhhj" hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh and }(h and hj hhhNhNubj)}(h``pinctrl_gpio_free()``h]hpinctrl_gpio_free()}(hhhj5 hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh. These two functions shall }(h. These two functions shall hj hhhNhNubj)}(h*ONLY*h]hONLY}(hhhjH hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh7 be called from gpiolib-based drivers as part of their }(h7 be called from gpiolib-based drivers as part of their hj hhhNhNubj)}(h``.request()``h]h .request()}(hhhj[ hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh and }(h and hj hhhNhNubj)}(h ``.free()``h]h.free()}(hhhjn hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh semantics. Likewise the }(h semantics. Likewise the hj hhhNhNubj)}(h"``pinctrl_gpio_direction_input()``h]hpinctrl_gpio_direction_input()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh / }(h / hj hhhNhNubj)}(h#``pinctrl_gpio_direction_output()``h]hpinctrl_gpio_direction_output()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh- shall only be called from within respective }(h- shall only be called from within respective hj hhhNhNubj)}(h``.direction_input()``h]h.direction_input()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh / }(h / hj hhhNhNubj)}(h``.direction_output()``h]h.direction_output()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh gpiolib implementation.}(h gpiolib implementation.hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hNOTE that platforms and individual drivers shall *NOT* request GPIO pins to be controlled e.g. muxed in. Instead, implement a proper gpiolib driver and have that driver request proper muxing and other control for its pins.h](h1NOTE that platforms and individual drivers shall }(h1NOTE that platforms and individual drivers shall hj hhhNhNubj)}(h*NOT*h]hNOT}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh request GPIO pins to be controlled e.g. muxed in. Instead, implement a proper gpiolib driver and have that driver request proper muxing and other control for its pins.}(h request GPIO pins to be controlled e.g. muxed in. Instead, implement a proper gpiolib driver and have that driver request proper muxing and other control for its pins.hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hThe function list could become long, especially if you can convert every individual pin into a GPIO pin independent of any other pins, and then try the approach to define every pin as a function.h]hThe function list could become long, especially if you can convert every individual pin into a GPIO pin independent of any other pins, and then try the approach to define every pin as a function.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hmIn this case, the function array would become 64 entries for each GPIO setting and then the device functions.h]hmIn this case, the function array would become 64 entries for each GPIO setting and then the device functions.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hFor this reason there are two functions a pin control driver can implement to enable only GPIO on an individual pin: ``.gpio_request_enable()`` and ``.gpio_disable_free()``.h](huFor this reason there are two functions a pin control driver can implement to enable only GPIO on an individual pin: }(huFor this reason there are two functions a pin control driver can implement to enable only GPIO on an individual pin: hj hhhNhNubj)}(h``.gpio_request_enable()``h]h.gpio_request_enable()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh and }(h and hj hhhNhNubj)}(h``.gpio_disable_free()``h]h.gpio_disable_free()}(hhhj- hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh.}(h.hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hThis function will pass in the affected GPIO range identified by the pin controller core, so you know which GPIO pins are being affected by the request operation.h]hThis function will pass in the affected GPIO range identified by the pin controller core, so you know which GPIO pins are being affected by the request operation.}(hjH hjF hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXPIf your driver needs to have an indication from the framework of whether the GPIO pin shall be used for input or output you can implement the ``.gpio_set_direction()`` function. As described this shall be called from the gpiolib driver and the affected GPIO range, pin offset and desired direction will be passed along to this function.h](hIf your driver needs to have an indication from the framework of whether the GPIO pin shall be used for input or output you can implement the }(hIf your driver needs to have an indication from the framework of whether the GPIO pin shall be used for input or output you can implement the hjT hhhNhNubj)}(h``.gpio_set_direction()``h]h.gpio_set_direction()}(hhhj] hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjT ubh function. As described this shall be called from the gpiolib driver and the affected GPIO range, pin offset and desired direction will be passed along to this function.}(h function. As described this shall be called from the gpiolib driver and the affected GPIO range, pin offset and desired direction will be passed along to this function.hjT hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hX Alternatively to using these special functions, it is fully allowed to use named functions for each GPIO pin, the ``pinctrl_gpio_request()`` will attempt to obtain the function "gpioN" where "N" is the global GPIO pin number if no special GPIO-handler is registered.h](hrAlternatively to using these special functions, it is fully allowed to use named functions for each GPIO pin, the }(hrAlternatively to using these special functions, it is fully allowed to use named functions for each GPIO pin, the hjv hhhNhNubj)}(h``pinctrl_gpio_request()``h]hpinctrl_gpio_request()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjv ubh will attempt to obtain the function “gpioN” where “N” is the global GPIO pin number if no special GPIO-handler is registered.}(h~ will attempt to obtain the function "gpioN" where "N" is the global GPIO pin number if no special GPIO-handler is registered.hjv hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubeh}(h]/pin-control-interaction-with-the-gpio-subsystemah ]h"]/pin control interaction with the gpio subsystemah$]h&]uh1hhhhhhhhM referencedKubh)}(hhh](h)}(hGPIO mode pitfallsh]hGPIO mode pitfalls}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhMubh)}(hXDue to the naming conventions used by hardware engineers, where "GPIO" is taken to mean different things than what the kernel does, the developer may be confused by a datasheet talking about a pin being possible to set into "GPIO mode". It appears that what hardware engineers mean with "GPIO mode" is not necessarily the use case that is implied in the kernel interface ````: a pin that you grab from kernel code and then either listen for input or drive high/low to assert/deassert some external line.h](hXDue to the naming conventions used by hardware engineers, where “GPIO” is taken to mean different things than what the kernel does, the developer may be confused by a datasheet talking about a pin being possible to set into “GPIO mode”. It appears that what hardware engineers mean with “GPIO mode” is not necessarily the use case that is implied in the kernel interface }(hXsDue to the naming conventions used by hardware engineers, where "GPIO" is taken to mean different things than what the kernel does, the developer may be confused by a datasheet talking about a pin being possible to set into "GPIO mode". It appears that what hardware engineers mean with "GPIO mode" is not necessarily the use case that is implied in the kernel interface hj hhhNhNubj)}(h````h]h}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubh: a pin that you grab from kernel code and then either listen for input or drive high/low to assert/deassert some external line.}(h: a pin that you grab from kernel code and then either listen for input or drive high/low to assert/deassert some external line.hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hRather hardware engineers think that "GPIO mode" means that you can software-control a few electrical properties of the pin that you would not be able to control if the pin was in some other mode, such as muxed in for a device.h]hRather hardware engineers think that “GPIO mode” means that you can software-control a few electrical properties of the pin that you would not be able to control if the pin was in some other mode, such as muxed in for a device.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hThe GPIO portions of a pin and its relation to a certain pin controller configuration and muxing logic can be constructed in several ways. Here are two examples.h]hThe GPIO portions of a pin and its relation to a certain pin controller configuration and muxing logic can be constructed in several ways. Here are two examples.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hExample **(A)**::h](hExample }(hExample hj hhhNhNubhstrong)}(h**(A)**h]h(A)}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1j hj ubh:}(h:hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hXE pin config logic regs | +- SPI Physical pins --- pad --- pinmux -+- I2C | +- mmc | +- GPIO pin multiplex logic regsh]hXE pin config logic regs | +- SPI Physical pins --- pad --- pinmux -+- I2C | +- mmc | +- GPIO pin multiplex logic regs}(hhhj ubah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hXHere some electrical properties of the pin can be configured no matter whether the pin is used for GPIO or not. If you multiplex a GPIO onto a pin, you can also drive it high/low from "GPIO" registers. Alternatively, the pin can be controlled by a certain peripheral, while still applying desired pin config properties. GPIO functionality is thus orthogonal to any other device using the pin.h]hXHere some electrical properties of the pin can be configured no matter whether the pin is used for GPIO or not. If you multiplex a GPIO onto a pin, you can also drive it high/low from “GPIO” registers. Alternatively, the pin can be controlled by a certain peripheral, while still applying desired pin config properties. GPIO functionality is thus orthogonal to any other device using the pin.}(hj$ hj" hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM hj hhubh)}(hXcIn this arrangement the registers for the GPIO portions of the pin controller, or the registers for the GPIO hardware module are likely to reside in a separate memory range only intended for GPIO driving, and the register range dealing with pin config and pin multiplexing get placed into a different memory range and a separate section of the data sheet.h]hXcIn this arrangement the registers for the GPIO portions of the pin controller, or the registers for the GPIO hardware module are likely to reside in a separate memory range only intended for GPIO driving, and the register range dealing with pin config and pin multiplexing get placed into a different memory range and a separate section of the data sheet.}(hj2 hj0 hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hA flag "strict" in struct pinmux_ops is available to check and deny simultaneous access to the same pin from GPIO and pin multiplexing consumers on hardware of this type. The pinctrl driver should set this flag accordingly.h]hA flag “strict” in struct pinmux_ops is available to check and deny simultaneous access to the same pin from GPIO and pin multiplexing consumers on hardware of this type. The pinctrl driver should set this flag accordingly.}(hj@ hj> hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hExample **(B)**::h](hExample }(hExample hjL hhhNhNubj )}(h**(B)**h]h(B)}(hhhjU hhhNhNubah}(h]h ]h"]h$]h&]uh1j hjL ubh:}(hj hjL hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hX7 pin config logic regs | +- SPI Physical pins --- pad --- pinmux -+- I2C | | +- mmc | | GPIO pin multiplex logic regsh]hX7 pin config logic regs | +- SPI Physical pins --- pad --- pinmux -+- I2C | | +- mmc | | GPIO pin multiplex logic regs}(hhhjm ubah}(h]h ]h"]h$]h&]jjuh1jhhhMhj hhubh)}(hXIn this arrangement, the GPIO functionality can always be enabled, such that e.g. a GPIO input can be used to "spy" on the SPI/I2C/MMC signal while it is pulsed out. It is likely possible to disrupt the traffic on the pin by doing wrong things on the GPIO block, as it is never really disconnected. It is possible that the GPIO, pin config and pin multiplex registers are placed into the same memory range and the same section of the data sheet, although that need not be the case.h]hXIn this arrangement, the GPIO functionality can always be enabled, such that e.g. a GPIO input can be used to “spy” on the SPI/I2C/MMC signal while it is pulsed out. It is likely possible to disrupt the traffic on the pin by doing wrong things on the GPIO block, as it is never really disconnected. It is possible that the GPIO, pin config and pin multiplex registers are placed into the same memory range and the same section of the data sheet, although that need not be the case.}(hj} hj{ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM'hj hhubh)}(hXIn some pin controllers, although the physical pins are designed in the same way as (B), the GPIO function still can't be enabled at the same time as the peripheral functions. So again the "strict" flag should be set, denying simultaneous activation by GPIO and other muxed in devices.h]hX#In some pin controllers, although the physical pins are designed in the same way as (B), the GPIO function still can’t be enabled at the same time as the peripheral functions. So again the “strict” flag should be set, denying simultaneous activation by GPIO and other muxed in devices.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM/hj hhubh)}(h}From a kernel point of view, however, these are different aspects of the hardware and shall be put into different subsystems:h]h}From a kernel point of view, however, these are different aspects of the hardware and shall be put into different subsystems:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM4hj hhubh)}(hhh](h)}(hRegisters (or fields within registers) that control electrical properties of the pin such as biasing and drive strength should be exposed through the pinctrl subsystem, as "pin configuration" settings. h]h)}(hRegisters (or fields within registers) that control electrical properties of the pin such as biasing and drive strength should be exposed through the pinctrl subsystem, as "pin configuration" settings.h]hRegisters (or fields within registers) that control electrical properties of the pin such as biasing and drive strength should be exposed through the pinctrl subsystem, as “pin configuration” settings.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM7hj ubah}(h]h ]h"]h$]h&]uh1hhj hhhhhNubh)}(hRegisters (or fields within registers) that control muxing of signals from various other HW blocks (e.g. I2C, MMC, or GPIO) onto pins should be exposed through the pinctrl subsystem, as mux functions. h]h)}(hRegisters (or fields within registers) that control muxing of signals from various other HW blocks (e.g. I2C, MMC, or GPIO) onto pins should be exposed through the pinctrl subsystem, as mux functions.h]hRegisters (or fields within registers) that control muxing of signals from various other HW blocks (e.g. I2C, MMC, or GPIO) onto pins should be exposed through the pinctrl subsystem, as mux functions.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM;hj ubah}(h]h ]h"]h$]h&]uh1hhj hhhhhNubh)}(hX*Registers (or fields within registers) that control GPIO functionality such as setting a GPIO's output value, reading a GPIO's input value, or setting GPIO pin direction should be exposed through the GPIO subsystem, and if they also support interrupt capabilities, through the irqchip abstraction. h]h)}(hX)Registers (or fields within registers) that control GPIO functionality such as setting a GPIO's output value, reading a GPIO's input value, or setting GPIO pin direction should be exposed through the GPIO subsystem, and if they also support interrupt capabilities, through the irqchip abstraction.h]hX-Registers (or fields within registers) that control GPIO functionality such as setting a GPIO’s output value, reading a GPIO’s input value, or setting GPIO pin direction should be exposed through the GPIO subsystem, and if they also support interrupt capabilities, through the irqchip abstraction.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM?hj ubah}(h]h ]h"]h$]h&]uh1hhj hhhhhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhM7hj hhubh)}(hXDepending on the exact HW register design, some functions exposed by the GPIO subsystem may call into the pinctrl subsystem in order to coordinate register settings across HW modules. In particular, this may be needed for HW with separate GPIO and pin controller HW modules, where e.g. GPIO direction is determined by a register in the pin controller HW module rather than the GPIO HW module.h]hXDepending on the exact HW register design, some functions exposed by the GPIO subsystem may call into the pinctrl subsystem in order to coordinate register settings across HW modules. In particular, this may be needed for HW with separate GPIO and pin controller HW modules, where e.g. GPIO direction is determined by a register in the pin controller HW module rather than the GPIO HW module.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMEhj hhubh)}(hXElectrical properties of the pin such as biasing and drive strength may be placed at some pin-specific register in all cases or as part of the GPIO register in case (B) especially. This doesn't mean that such properties necessarily pertain to what the Linux kernel calls "GPIO".h]hXElectrical properties of the pin such as biasing and drive strength may be placed at some pin-specific register in all cases or as part of the GPIO register in case (B) especially. This doesn’t mean that such properties necessarily pertain to what the Linux kernel calls “GPIO”.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMLhj hhubh)}(hExample: a pin is usually muxed in to be used as a UART TX line. But during system sleep, we need to put this pin into "GPIO mode" and ground it.h]hExample: a pin is usually muxed in to be used as a UART TX line. But during system sleep, we need to put this pin into “GPIO mode” and ground it.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMQhj hhubh)}(hX'If you make a 1-to-1 map to the GPIO subsystem for this pin, you may start to think that you need to come up with something really complex, that the pin shall be used for UART TX and GPIO at the same time, that you will grab a pin control handle and set it to a certain state to enable UART TX to be muxed in, then twist it over to GPIO mode and use gpiod_direction_output() to drive it low during sleep, then mux it over to UART TX again when you wake up and maybe even gpiod_get() / gpiod_put() as part of this cycle. This all gets very complicated.h]hX'If you make a 1-to-1 map to the GPIO subsystem for this pin, you may start to think that you need to come up with something really complex, that the pin shall be used for UART TX and GPIO at the same time, that you will grab a pin control handle and set it to a certain state to enable UART TX to be muxed in, then twist it over to GPIO mode and use gpiod_direction_output() to drive it low during sleep, then mux it over to UART TX again when you wake up and maybe even gpiod_get() / gpiod_put() as part of this cycle. This all gets very complicated.}(hj" hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMThj hhubh)}(hXThe solution is to not think that what the datasheet calls "GPIO mode" has to be handled by the ```` interface. Instead view this as a certain pin config setting. Look in e.g. ```` and you find this in the documentation:h](hdThe solution is to not think that what the datasheet calls “GPIO mode” has to be handled by the }(h`The solution is to not think that what the datasheet calls "GPIO mode" has to be handled by the hj. hhhNhNubj)}(h````h]h}(hhhj7 hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj. ubhL interface. Instead view this as a certain pin config setting. Look in e.g. }(hL interface. Instead view this as a certain pin config setting. Look in e.g. hj. hhhNhNubj)}(h%````h]h!}(hhhjJ hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj. ubh( and you find this in the documentation:}(h( and you find this in the documentation:hj. hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM]hj hhubh block_quote)}(hhh]j)}(hhh]j)}(hPIN_CONFIG_OUTPUT: this will configure the pin in output, use argument 1 to indicate high level, argument 0 to indicate low level. h](j)}(hPIN_CONFIG_OUTPUT:h]hPIN_CONFIG_OUTPUT:}(hjq hjo hhhNhNubah}(h]h ]h"]h$]h&]uh1jhhhMdhjk ubj*)}(hhh]h)}(hothis will configure the pin in output, use argument 1 to indicate high level, argument 0 to indicate low level.h]hothis will configure the pin in output, use argument 1 to indicate high level, argument 0 to indicate low level.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMchj} ubah}(h]h ]h"]h$]h&]uh1j)hjk ubeh}(h]h ]h"]h$]h&]uh1jhhhMdhjh ubah}(h]h ]h"]h$]h&]uh1jhje ubah}(h]h ]h"]h$]h&]uh1jc hj hhhNhNubh)}(hSo it is perfectly possible to push a pin into "GPIO mode" and drive the line low as part of the usual pin control map. So for example your UART driver may look like this:h]hSo it is perfectly possible to push a pin into “GPIO mode” and drive the line low as part of the usual pin control map. So for example your UART driver may look like this:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMfhj hhubj)}(hX#include struct pinctrl *pinctrl; struct pinctrl_state *pins_default; struct pinctrl_state *pins_sleep; pins_default = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_DEFAULT); pins_sleep = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_SLEEP); /* Normal mode */ retval = pinctrl_select_state(pinctrl, pins_default); /* Sleep mode */ retval = pinctrl_select_state(pinctrl, pins_sleep);h]hX#include struct pinctrl *pinctrl; struct pinctrl_state *pins_default; struct pinctrl_state *pins_sleep; pins_default = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_DEFAULT); pins_sleep = pinctrl_lookup_state(uap->pinctrl, PINCTRL_STATE_SLEEP); /* Normal mode */ retval = pinctrl_select_state(pinctrl, pins_default); /* Sleep mode */ retval = pinctrl_select_state(pinctrl, pins_sleep);}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMjhj hhubh)}(h2And your machine configuration may look like this:h]h2And your machine configuration may look like this:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM{hj hhubj)}(hXKstatic unsigned long uart_default_mode[] = { PIN_CONF_PACKED(PIN_CONFIG_DRIVE_PUSH_PULL, 0), }; static unsigned long uart_sleep_mode[] = { PIN_CONF_PACKED(PIN_CONFIG_OUTPUT, 0), }; static struct pinctrl_map pinmap[] __initdata = { PIN_MAP_MUX_GROUP("uart", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "u0_group", "u0"), PIN_MAP_CONFIGS_PIN("uart", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "UART_TX_PIN", uart_default_mode), PIN_MAP_MUX_GROUP("uart", PINCTRL_STATE_SLEEP, "pinctrl-foo", "u0_group", "gpio-mode"), PIN_MAP_CONFIGS_PIN("uart", PINCTRL_STATE_SLEEP, "pinctrl-foo", "UART_TX_PIN", uart_sleep_mode), }; foo_init(void) { pinctrl_register_mappings(pinmap, ARRAY_SIZE(pinmap)); }h]hXKstatic unsigned long uart_default_mode[] = { PIN_CONF_PACKED(PIN_CONFIG_DRIVE_PUSH_PULL, 0), }; static unsigned long uart_sleep_mode[] = { PIN_CONF_PACKED(PIN_CONFIG_OUTPUT, 0), }; static struct pinctrl_map pinmap[] __initdata = { PIN_MAP_MUX_GROUP("uart", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "u0_group", "u0"), PIN_MAP_CONFIGS_PIN("uart", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "UART_TX_PIN", uart_default_mode), PIN_MAP_MUX_GROUP("uart", PINCTRL_STATE_SLEEP, "pinctrl-foo", "u0_group", "gpio-mode"), PIN_MAP_CONFIGS_PIN("uart", PINCTRL_STATE_SLEEP, "pinctrl-foo", "UART_TX_PIN", uart_sleep_mode), }; foo_init(void) { pinctrl_register_mappings(pinmap, ARRAY_SIZE(pinmap)); }}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhM}hj hhubh)}(hX,Here the pins we want to control are in the "u0_group" and there is some function called "u0" that can be enabled on this group of pins, and then everything is UART business as usual. But there is also some function named "gpio-mode" that can be mapped onto the same pins to move them into GPIO mode.h]hX8Here the pins we want to control are in the “u0_group” and there is some function called “u0” that can be enabled on this group of pins, and then everything is UART business as usual. But there is also some function named “gpio-mode” that can be mapped onto the same pins to move them into GPIO mode.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hXThis will give the desired effect without any bogus interaction with the GPIO subsystem. It is just an electrical configuration used by that device when going to sleep, it might imply that the pin is set into something the datasheet calls "GPIO mode", but that is not the point: it is still used by that UART device to control the pins that pertain to that very UART driver, putting them into modes needed by the UART. GPIO in the Linux kernel sense are just some 1-bit line, and is a different use case.h]hXThis will give the desired effect without any bogus interaction with the GPIO subsystem. It is just an electrical configuration used by that device when going to sleep, it might imply that the pin is set into something the datasheet calls “GPIO mode”, but that is not the point: it is still used by that UART device to control the pins that pertain to that very UART driver, putting them into modes needed by the UART. GPIO in the Linux kernel sense are just some 1-bit line, and is a different use case.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hHow the registers are poked to attain the push or pull, and output low configuration and the muxing of the "u0" or "gpio-mode" group onto these pins is a question for the driver.h]hHow the registers are poked to attain the push or pull, and output low configuration and the muxing of the “u0” or “gpio-mode” group onto these pins is a question for the driver.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hX`Some datasheets will be more helpful and refer to the "GPIO mode" as "low power mode" rather than anything to do with GPIO. This often means the same thing electrically speaking, but in this latter case the software engineers will usually quickly identify that this is some specific muxing or configuration rather than anything related to the GPIO API.h]hXhSome datasheets will be more helpful and refer to the “GPIO mode” as “low power mode” rather than anything to do with GPIO. This often means the same thing electrically speaking, but in this latter case the software engineers will usually quickly identify that this is some specific muxing or configuration rather than anything related to the GPIO API.}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubeh}(h]j ah ]h"]gpio mode pitfallsah$]h&]uh1hhhhhhhhMj Kubh)}(hhh](h)}(hBoard/machine configurationh]hBoard/machine configuration}(hj$ hj" hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj hhhhhMubh)}(hBoards and machines define how a certain complete running system is put together, including how GPIOs and devices are muxed, how regulators are constrained and how the clock tree looks. Of course pinmux settings are also part of this.h]hBoards and machines define how a certain complete running system is put together, including how GPIOs and devices are muxed, how regulators are constrained and how the clock tree looks. Of course pinmux settings are also part of this.}(hj2 hj0 hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hA pin controller configuration for a machine looks pretty much like a simple regulator configuration, so for the example array above we want to enable i2c and spi on the second function mapping:h]hA pin controller configuration for a machine looks pretty much like a simple regulator configuration, so for the example array above we want to enable i2c and spi on the second function mapping:}(hj@ hj> hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hXN#include static const struct pinctrl_map mapping[] __initconst = { { .dev_name = "foo-spi.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "spi0", }, { .dev_name = "foo-i2c.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "i2c0", }, { .dev_name = "foo-mmc.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "mmc0", }, };h]hXN#include static const struct pinctrl_map mapping[] __initconst = { { .dev_name = "foo-spi.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "spi0", }, { .dev_name = "foo-i2c.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "i2c0", }, { .dev_name = "foo-mmc.0", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .data.mux.function = "mmc0", }, };}(hhhjL ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj hhubh)}(hThe dev_name here matches to the unique device name that can be used to look up the device struct (just like with clockdev or regulators). The function name must match a function provided by the pinmux driver handling this pin range.h]hThe dev_name here matches to the unique device name that can be used to look up the device struct (just like with clockdev or regulators). The function name must match a function provided by the pinmux driver handling this pin range.}(hj] hj[ hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hAs you can see we may have several pin controllers on the system and thus we need to specify which one of them contains the functions we wish to map.h]hAs you can see we may have several pin controllers on the system and thus we need to specify which one of them contains the functions we wish to map.}(hjk hji hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubh)}(hCYou register this pinmux mapping to the pinmux subsystem by simply:h]hCYou register this pinmux mapping to the pinmux subsystem by simply:}(hjy hjw hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(h>ret = pinctrl_register_mappings(mapping, ARRAY_SIZE(mapping));h]h>ret = pinctrl_register_mappings(mapping, ARRAY_SIZE(mapping));}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj hhubh)}(hSince the above construct is pretty common there is a helper macro to make it even more compact which assumes you want to use pinctrl-foo and position 0 for mapping, for example:h]hSince the above construct is pretty common there is a helper macro to make it even more compact which assumes you want to use pinctrl-foo and position 0 for mapping, for example:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hstatic struct pinctrl_map mapping[] __initdata = { PIN_MAP_MUX_GROUP("foo-i2c.o", PINCTRL_STATE_DEFAULT, "pinctrl-foo", NULL, "i2c0"), };h]hstatic struct pinctrl_map mapping[] __initdata = { PIN_MAP_MUX_GROUP("foo-i2c.o", PINCTRL_STATE_DEFAULT, "pinctrl-foo", NULL, "i2c0"), };}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj hhubh)}(hX)The mapping table may also contain pin configuration entries. It's common for each pin/group to have a number of configuration entries that affect it, so the table entries for configuration reference an array of config parameters and values. An example using the convenience macros is shown below:h]hX+The mapping table may also contain pin configuration entries. It’s common for each pin/group to have a number of configuration entries that affect it, so the table entries for configuration reference an array of config parameters and values. An example using the convenience macros is shown below:}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj hhubj)}(hX static unsigned long i2c_grp_configs[] = { FOO_PIN_DRIVEN, FOO_PIN_PULLUP, }; static unsigned long i2c_pin_configs[] = { FOO_OPEN_COLLECTOR, FOO_SLEW_RATE_SLOW, }; static struct pinctrl_map mapping[] __initdata = { PIN_MAP_MUX_GROUP("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0", "i2c0"), PIN_MAP_CONFIGS_GROUP("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0", i2c_grp_configs), PIN_MAP_CONFIGS_PIN("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0scl", i2c_pin_configs), PIN_MAP_CONFIGS_PIN("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0sda", i2c_pin_configs), };h]hX static unsigned long i2c_grp_configs[] = { FOO_PIN_DRIVEN, FOO_PIN_PULLUP, }; static unsigned long i2c_pin_configs[] = { FOO_OPEN_COLLECTOR, FOO_SLEW_RATE_SLOW, }; static struct pinctrl_map mapping[] __initdata = { PIN_MAP_MUX_GROUP("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0", "i2c0"), PIN_MAP_CONFIGS_GROUP("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0", i2c_grp_configs), PIN_MAP_CONFIGS_PIN("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0scl", i2c_pin_configs), PIN_MAP_CONFIGS_PIN("foo-i2c.0", PINCTRL_STATE_DEFAULT, "pinctrl-foo", "i2c0sda", i2c_pin_configs), };}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj hhubh)}(hXFinally, some devices expect the mapping table to contain certain specific named states. When running on hardware that doesn't need any pin controller configuration, the mapping table must still contain those named states, in order to explicitly indicate that the states were provided and intended to be empty. Table entry macro ``PIN_MAP_DUMMY_STATE()`` serves the purpose of defining a named state without causing any pin controller to be programmed:h](hXKFinally, some devices expect the mapping table to contain certain specific named states. When running on hardware that doesn’t need any pin controller configuration, the mapping table must still contain those named states, in order to explicitly indicate that the states were provided and intended to be empty. Table entry macro }(hXIFinally, some devices expect the mapping table to contain certain specific named states. When running on hardware that doesn't need any pin controller configuration, the mapping table must still contain those named states, in order to explicitly indicate that the states were provided and intended to be empty. Table entry macro hj hhhNhNubj)}(h``PIN_MAP_DUMMY_STATE()``h]hPIN_MAP_DUMMY_STATE()}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj ubhb serves the purpose of defining a named state without causing any pin controller to be programmed:}(hb serves the purpose of defining a named state without causing any pin controller to be programmed:hj hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM hj hhubj)}(hvstatic struct pinctrl_map mapping[] __initdata = { PIN_MAP_DUMMY_STATE("foo-i2c.0", PINCTRL_STATE_DEFAULT), };h]hvstatic struct pinctrl_map mapping[] __initdata = { PIN_MAP_DUMMY_STATE("foo-i2c.0", PINCTRL_STATE_DEFAULT), };}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhj hhubeh}(h]jah ]h"]board/machine configurationah$]h&]uh1hhhhhhhhMj Kubh)}(hhh](h)}(hComplex mappingsh]hComplex mappings}(hj hj hhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hnAs it is possible to map a function to different groups of pins an optional .group can be specified like this:h]hnAs it is possible to map a function to different groups of pins an optional .group can be specified like this:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubj)}(hX... { .dev_name = "foo-spi.0", .name = "spi0-pos-A", .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "spi0", .group = "spi0_0_grp", }, { .dev_name = "foo-spi.0", .name = "spi0-pos-B", .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "spi0", .group = "spi0_1_grp", }, ...h]hX... { .dev_name = "foo-spi.0", .name = "spi0-pos-A", .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "spi0", .group = "spi0_0_grp", }, { .dev_name = "foo-spi.0", .name = "spi0-pos-B", .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "spi0", .group = "spi0_1_grp", }, ...}(hhhj%ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhM!hjhhubh)}(hThis example mapping is used to switch between two positions for spi0 at runtime, as described further below under the heading `Runtime pinmuxing`_.h](hThis example mapping is used to switch between two positions for spi0 at runtime, as described further below under the heading }(hThis example mapping is used to switch between two positions for spi0 at runtime, as described further below under the heading hj4hhhNhNubj)}(h`Runtime pinmuxing`_h]hRuntime pinmuxing}(hRuntime pinmuxinghj=hhhNhNubah}(h]h ]h"]h$]h&]nameRuntime pinmuxingjruntime-pinmuxinguh1jhj4jKubh.}(hj? hj4hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM6hjhhubh)}(hXTFurther it is possible for one named state to affect the muxing of several groups of pins, say for example in the mmc0 example above, where you can additively expand the mmc0 bus from 2 to 4 to 8 pins. If we want to use all three groups for a total of 2 + 2 + 4 = 8 pins (for an 8-bit MMC bus as is the case), we define a mapping like this:h]hXTFurther it is possible for one named state to affect the muxing of several groups of pins, say for example in the mmc0 example above, where you can additively expand the mmc0 bus from 2 to 4 to 8 pins. If we want to use all three groups for a total of 2 + 2 + 4 = 8 pins (for an 8-bit MMC bus as is the case), we define a mapping like this:}(hj[hjYhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM9hjhhubj)}(hX... { .dev_name = "foo-mmc.0", .name = "2bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "4bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "4bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_2_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_2_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_3_grp", }, ...h]hX... { .dev_name = "foo-mmc.0", .name = "2bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "4bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "4bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_2_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_1_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_2_grp", }, { .dev_name = "foo-mmc.0", .name = "8bit" .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "mmc0", .group = "mmc0_3_grp", }, ...}(hhhjgubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhM?hjhhubh)}(hbThe result of grabbing this mapping from the device with something like this (see next paragraph):h]hbThe result of grabbing this mapping from the device with something like this (see next paragraph):}(hjxhjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMthjhhubj)}(hap = devm_pinctrl_get(dev); s = pinctrl_lookup_state(p, "8bit"); ret = pinctrl_select_state(p, s);h]hap = devm_pinctrl_get(dev); s = pinctrl_lookup_state(p, "8bit"); ret = pinctrl_select_state(p, s);}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMwhjhhubh)}(hor more simply:h]hor more simply:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM}hjhhubj)}(h)p = devm_pinctrl_get_select(dev, "8bit");h]h)p = devm_pinctrl_get_select(dev, "8bit");}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhjhhubh)}(hX9Will be that you activate all the three bottom records in the mapping at once. Since they share the same name, pin controller device, function and device, and since we allow multiple groups to match to a single device, they all get selected, and they all get enabled and disable simultaneously by the pinmux core.h]hX9Will be that you activate all the three bottom records in the mapping at once. Since they share the same name, pin controller device, function and device, and since we allow multiple groups to match to a single device, they all get selected, and they all get enabled and disable simultaneously by the pinmux core.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubeh}(h]complex-mappingsah ]h"]complex mappingsah$]h&]uh1hhhhhhhhMubh)}(hhh](h)}(h!Pin control requests from driversh]h!Pin control requests from drivers}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hXWhen a device driver is about to probe the device core will automatically attempt to issue ``pinctrl_get_select_default()`` on these devices. This way driver writers do not need to add any of the boilerplate code of the type found below. However when doing fine-grained state selection and not using the "default" state, you may have to do some device driver handling of the pinctrl handles and states.h](h[When a device driver is about to probe the device core will automatically attempt to issue }(h[When a device driver is about to probe the device core will automatically attempt to issue hjhhhNhNubj)}(h ``pinctrl_get_select_default()``h]hpinctrl_get_select_default()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhX on these devices. This way driver writers do not need to add any of the boilerplate code of the type found below. However when doing fine-grained state selection and not using the “default” state, you may have to do some device driver handling of the pinctrl handles and states.}(hX on these devices. This way driver writers do not need to add any of the boilerplate code of the type found below. However when doing fine-grained state selection and not using the "default" state, you may have to do some device driver handling of the pinctrl handles and states.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hSo if you just want to put the pins for a certain device into the default state and be done with it, there is nothing you need to do besides providing the proper mapping table. The device core will take care of the rest.h]hSo if you just want to put the pins for a certain device into the default state and be done with it, there is nothing you need to do besides providing the proper mapping table. The device core will take care of the rest.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXSGenerally it is discouraged to let individual drivers get and enable pin control. So if possible, handle the pin control in platform code or some other place where you have access to all the affected struct device * pointers. In some cases where a driver needs to e.g. switch between different mux mappings at runtime this is not possible.h]hXSGenerally it is discouraged to let individual drivers get and enable pin control. So if possible, handle the pin control in platform code or some other place where you have access to all the affected struct device * pointers. In some cases where a driver needs to e.g. switch between different mux mappings at runtime this is not possible.}(hj hjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hA typical case is if a driver needs to switch bias of pins from normal operation and going to sleep, moving from the ``PINCTRL_STATE_DEFAULT`` to ``PINCTRL_STATE_SLEEP`` at runtime, re-biasing or even re-muxing pins to save current in sleep mode.h](huA typical case is if a driver needs to switch bias of pins from normal operation and going to sleep, moving from the }(huA typical case is if a driver needs to switch bias of pins from normal operation and going to sleep, moving from the hjhhhNhNubj)}(h``PINCTRL_STATE_DEFAULT``h]hPINCTRL_STATE_DEFAULT}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh to }(h to hjhhhNhNubj)}(h``PINCTRL_STATE_SLEEP``h]hPINCTRL_STATE_SLEEP}(hhhj1hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhM at runtime, re-biasing or even re-muxing pins to save current in sleep mode.}(hM at runtime, re-biasing or even re-muxing pins to save current in sleep mode.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hgA driver may request a certain control state to be activated, usually just the default state like this:h]hgA driver may request a certain control state to be activated, usually just the default state like this:}(hjLhjJhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubj)}(hX#include struct foo_state { struct pinctrl *p; struct pinctrl_state *s; ... }; foo_probe() { /* Allocate a state holder named "foo" etc */ struct foo_state *foo = ...; foo->p = devm_pinctrl_get(&device); if (IS_ERR(foo->p)) { /* FIXME: clean up "foo" here */ return PTR_ERR(foo->p); } foo->s = pinctrl_lookup_state(foo->p, PINCTRL_STATE_DEFAULT); if (IS_ERR(foo->s)) { /* FIXME: clean up "foo" here */ return PTR_ERR(foo->s); } ret = pinctrl_select_state(foo->p, foo->s); if (ret < 0) { /* FIXME: clean up "foo" here */ return ret; } }h]hX#include struct foo_state { struct pinctrl *p; struct pinctrl_state *s; ... }; foo_probe() { /* Allocate a state holder named "foo" etc */ struct foo_state *foo = ...; foo->p = devm_pinctrl_get(&device); if (IS_ERR(foo->p)) { /* FIXME: clean up "foo" here */ return PTR_ERR(foo->p); } foo->s = pinctrl_lookup_state(foo->p, PINCTRL_STATE_DEFAULT); if (IS_ERR(foo->s)) { /* FIXME: clean up "foo" here */ return PTR_ERR(foo->s); } ret = pinctrl_select_state(foo->p, foo->s); if (ret < 0) { /* FIXME: clean up "foo" here */ return ret; } }}(hhhjXubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhjhhubh)}(hThis get/lookup/select/put sequence can just as well be handled by bus drivers if you don't want each and every driver to handle it and you know the arrangement on your bus.h]hThis get/lookup/select/put sequence can just as well be handled by bus drivers if you don’t want each and every driver to handle it and you know the arrangement on your bus.}(hjihjghhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(h&The semantics of the pinctrl APIs are:h]h&The semantics of the pinctrl APIs are:}(hjwhjuhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hhh](h)}(hX``pinctrl_get()`` is called in process context to obtain a handle to all pinctrl information for a given client device. It will allocate a struct from the kernel memory to hold the pinmux state. All mapping table parsing or similar slow operations take place within this API. h]h)}(hX``pinctrl_get()`` is called in process context to obtain a handle to all pinctrl information for a given client device. It will allocate a struct from the kernel memory to hold the pinmux state. All mapping table parsing or similar slow operations take place within this API.h](j)}(h``pinctrl_get()``h]h pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhX is called in process context to obtain a handle to all pinctrl information for a given client device. It will allocate a struct from the kernel memory to hold the pinmux state. All mapping table parsing or similar slow operations take place within this API.}(hX is called in process context to obtain a handle to all pinctrl information for a given client device. It will allocate a struct from the kernel memory to hold the pinmux state. All mapping table parsing or similar slow operations take place within this API.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(h``devm_pinctrl_get()`` is a variant of pinctrl_get() that causes ``pinctrl_put()`` to be called automatically on the retrieved pointer when the associated device is removed. It is recommended to use this function over plain ``pinctrl_get()``. h]h)}(h``devm_pinctrl_get()`` is a variant of pinctrl_get() that causes ``pinctrl_put()`` to be called automatically on the retrieved pointer when the associated device is removed. It is recommended to use this function over plain ``pinctrl_get()``.h](j)}(h``devm_pinctrl_get()``h]hdevm_pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh+ is a variant of pinctrl_get() that causes }(h+ is a variant of pinctrl_get() that causes hjhhhNhNubj)}(h``pinctrl_put()``h]h pinctrl_put()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh to be called automatically on the retrieved pointer when the associated device is removed. It is recommended to use this function over plain }(h to be called automatically on the retrieved pointer when the associated device is removed. It is recommended to use this function over plain hjhhhNhNubj)}(h``pinctrl_get()``h]h pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh.}(hj? hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(h``pinctrl_lookup_state()`` is called in process context to obtain a handle to a specific state for a client device. This operation may be slow, too. h]h)}(h``pinctrl_lookup_state()`` is called in process context to obtain a handle to a specific state for a client device. This operation may be slow, too.h](j)}(h``pinctrl_lookup_state()``h]hpinctrl_lookup_state()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhz is called in process context to obtain a handle to a specific state for a client device. This operation may be slow, too.}(hz is called in process context to obtain a handle to a specific state for a client device. This operation may be slow, too.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(hX``pinctrl_select_state()`` programs pin controller hardware according to the definition of the state as given by the mapping table. In theory, this is a fast-path operation, since it only involved blasting some register settings into hardware. However, note that some pin controllers may have their registers on a slow/IRQ-based bus, so client devices should not assume they can call ``pinctrl_select_state()`` from non-blocking contexts. h]h)}(hX``pinctrl_select_state()`` programs pin controller hardware according to the definition of the state as given by the mapping table. In theory, this is a fast-path operation, since it only involved blasting some register settings into hardware. However, note that some pin controllers may have their registers on a slow/IRQ-based bus, so client devices should not assume they can call ``pinctrl_select_state()`` from non-blocking contexts.h](j)}(h``pinctrl_select_state()``h]hpinctrl_select_state()}(hhhj(hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj$ubhXf programs pin controller hardware according to the definition of the state as given by the mapping table. In theory, this is a fast-path operation, since it only involved blasting some register settings into hardware. However, note that some pin controllers may have their registers on a slow/IRQ-based bus, so client devices should not assume they can call }(hXf programs pin controller hardware according to the definition of the state as given by the mapping table. In theory, this is a fast-path operation, since it only involved blasting some register settings into hardware. However, note that some pin controllers may have their registers on a slow/IRQ-based bus, so client devices should not assume they can call hj$hhhNhNubj)}(h``pinctrl_select_state()``h]hpinctrl_select_state()}(hhhj;hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj$ubh from non-blocking contexts.}(h from non-blocking contexts.hj$hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj ubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(hJ``pinctrl_put()`` frees all information associated with a pinctrl handle. h]h)}(hI``pinctrl_put()`` frees all information associated with a pinctrl handle.h](j)}(h``pinctrl_put()``h]h pinctrl_put()}(hhhjbhhhNhNubah}(h]h ]h"]h$]h&]uh1jhj^ubh8 frees all information associated with a pinctrl handle.}(h8 frees all information associated with a pinctrl handle.hj^hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjZubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(hX``devm_pinctrl_put()`` is a variant of ``pinctrl_put()`` that may be used to explicitly destroy a pinctrl object returned by ``devm_pinctrl_get()``. However, use of this function will be rare, due to the automatic cleanup that will occur even without calling it. ``pinctrl_get()`` must be paired with a plain ``pinctrl_put()``. ``pinctrl_get()`` may not be paired with ``devm_pinctrl_put()``. ``devm_pinctrl_get()`` can optionally be paired with ``devm_pinctrl_put()``. ``devm_pinctrl_get()`` may not be paired with plain ``pinctrl_put()``. h](h)}(hX``devm_pinctrl_put()`` is a variant of ``pinctrl_put()`` that may be used to explicitly destroy a pinctrl object returned by ``devm_pinctrl_get()``. However, use of this function will be rare, due to the automatic cleanup that will occur even without calling it.h](j)}(h``devm_pinctrl_put()``h]hdevm_pinctrl_put()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh is a variant of }(h is a variant of hjhhhNhNubj)}(h``pinctrl_put()``h]h pinctrl_put()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhE that may be used to explicitly destroy a pinctrl object returned by }(hE that may be used to explicitly destroy a pinctrl object returned by hjhhhNhNubj)}(h``devm_pinctrl_get()``h]hdevm_pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhs. However, use of this function will be rare, due to the automatic cleanup that will occur even without calling it.}(hs. However, use of this function will be rare, due to the automatic cleanup that will occur even without calling it.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubh)}(hX``pinctrl_get()`` must be paired with a plain ``pinctrl_put()``. ``pinctrl_get()`` may not be paired with ``devm_pinctrl_put()``. ``devm_pinctrl_get()`` can optionally be paired with ``devm_pinctrl_put()``. ``devm_pinctrl_get()`` may not be paired with plain ``pinctrl_put()``.h](j)}(h``pinctrl_get()``h]h pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh must be paired with a plain }(h must be paired with a plain hjhhhNhNubj)}(h``pinctrl_put()``h]h pinctrl_put()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh. }(h. hjhhhNhNubj)}(h``pinctrl_get()``h]h pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh may not be paired with }(h may not be paired with hjhhhNhNubj)}(h``devm_pinctrl_put()``h]hdevm_pinctrl_put()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh. }(h. hjubj)}(h``devm_pinctrl_get()``h]hdevm_pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh can optionally be paired with }(h can optionally be paired with hjhhhNhNubj)}(h``devm_pinctrl_put()``h]hdevm_pinctrl_put()}(hhhj+hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh. }(hjhjubj)}(h``devm_pinctrl_get()``h]hdevm_pinctrl_get()}(hhhj=hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh may not be paired with plain }(h may not be paired with plain hjhhhNhNubj)}(h``pinctrl_put()``h]h pinctrl_put()}(hhhjPhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh.}(hj? hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubeh}(h]h ]h"]h$]h&]uh1hhjhhhhhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMhjhhubh)}(hXXUsually the pin control core handled the get/put pair and call out to the device drivers bookkeeping operations, like checking available functions and the associated pins, whereas ``pinctrl_select_state()`` pass on to the pin controller driver which takes care of activating and/or deactivating the mux setting by quickly poking some registers.h](hUsually the pin control core handled the get/put pair and call out to the device drivers bookkeeping operations, like checking available functions and the associated pins, whereas }(hUsually the pin control core handled the get/put pair and call out to the device drivers bookkeeping operations, like checking available functions and the associated pins, whereas hjthhhNhNubj)}(h``pinctrl_select_state()``h]hpinctrl_select_state()}(hhhj}hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjtubh pass on to the pin controller driver which takes care of activating and/or deactivating the mux setting by quickly poking some registers.}(h pass on to the pin controller driver which takes care of activating and/or deactivating the mux setting by quickly poking some registers.hjthhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hThe pins are allocated for your device when you issue the ``devm_pinctrl_get()`` call, after this you should be able to see this in the debugfs listing of all pins.h](h:The pins are allocated for your device when you issue the }(h:The pins are allocated for your device when you issue the hjhhhNhNubj)}(h``devm_pinctrl_get()``h]hdevm_pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhT call, after this you should be able to see this in the debugfs listing of all pins.}(hT call, after this you should be able to see this in the debugfs listing of all pins.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hX(NOTE: the pinctrl system will return ``-EPROBE_DEFER`` if it cannot find the requested pinctrl handles, for example if the pinctrl driver has not yet registered. Thus make sure that the error path in your driver gracefully cleans up and is ready to retry the probing later in the startup process.h](h%NOTE: the pinctrl system will return }(h%NOTE: the pinctrl system will return hjhhhNhNubj)}(h``-EPROBE_DEFER``h]h -EPROBE_DEFER}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh if it cannot find the requested pinctrl handles, for example if the pinctrl driver has not yet registered. Thus make sure that the error path in your driver gracefully cleans up and is ready to retry the probing later in the startup process.}(h if it cannot find the requested pinctrl handles, for example if the pinctrl driver has not yet registered. Thus make sure that the error path in your driver gracefully cleans up and is ready to retry the probing later in the startup process.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubeh}(h]j|ah ]h"]!pin control requests from driversah$]h&]uh1hhhhhhhhMj Kubh)}(hhh](h)}(h*Drivers needing both pin control and GPIOsh]h*Drivers needing both pin control and GPIOs}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(hAgain, it is discouraged to let drivers lookup and select pin control states themselves, but again sometimes this is unavoidable.h]hAgain, it is discouraged to let drivers lookup and select pin control states themselves, but again sometimes this is unavoidable.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(h #include struct pinctrl *pinctrl; struct gpio_desc *gpio; pinctrl = devm_pinctrl_get_select_default(&dev); gpio = devm_gpiod_get(&dev, "foo");h]h#include #include struct pinctrl *pinctrl; struct gpio_desc *gpio; pinctrl = devm_pinctrl_get_select_default(&dev); gpio = devm_gpiod_get(&dev, "foo");}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMhjhhubh)}(hXHere we first request a certain pin state and then request GPIO "foo" to be used. If you're using the subsystems orthogonally like this, you should nominally always get your pinctrl handle and select the desired pinctrl state BEFORE requesting the GPIO. This is a semantic convention to avoid situations that can be electrically unpleasant, you will certainly want to mux in and bias pins in a certain way before the GPIO subsystems starts to deal with them.h]hXHere we first request a certain pin state and then request GPIO “foo” to be used. If you’re using the subsystems orthogonally like this, you should nominally always get your pinctrl handle and select the desired pinctrl state BEFORE requesting the GPIO. This is a semantic convention to avoid situations that can be electrically unpleasant, you will certainly want to mux in and bias pins in a certain way before the GPIO subsystems starts to deal with them.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hThe above can be hidden: using the device core, the pinctrl core may be setting up the config and muxing for the pins right before the device is probing, nevertheless orthogonal to the GPIO subsystem.h]hThe above can be hidden: using the device core, the pinctrl core may be setting up the config and muxing for the pins right before the device is probing, nevertheless orthogonal to the GPIO subsystem.}(hj-hj+hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXBut there are also situations where it makes sense for the GPIO subsystem to communicate directly with the pinctrl subsystem, using the latter as a back-end. This is when the GPIO driver may call out to the functions described in the section `Pin control interaction with the GPIO subsystem`_ above. This only involves per-pin multiplexing, and will be completely hidden behind the gpiod_*() function namespace. In this case, the driver need not interact with the pin control subsystem at all.h](hBut there are also situations where it makes sense for the GPIO subsystem to communicate directly with the pinctrl subsystem, using the latter as a back-end. This is when the GPIO driver may call out to the functions described in the section }(hBut there are also situations where it makes sense for the GPIO subsystem to communicate directly with the pinctrl subsystem, using the latter as a back-end. This is when the GPIO driver may call out to the functions described in the section hj9hhhNhNubj)}(h2`Pin control interaction with the GPIO subsystem`_h]h/Pin control interaction with the GPIO subsystem}(h/Pin control interaction with the GPIO subsystemhjBhhhNhNubah}(h]h ]h"]h$]h&]name/Pin control interaction with the GPIO subsystemjj uh1jhj9jKubh above. This only involves per-pin multiplexing, and will be completely hidden behind the gpiod_*() function namespace. In this case, the driver need not interact with the pin control subsystem at all.}(h above. This only involves per-pin multiplexing, and will be completely hidden behind the gpiod_*() function namespace. In this case, the driver need not interact with the pin control subsystem at all.hj9hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hXIf a pin control driver and a GPIO driver is dealing with the same pins and the use cases involve multiplexing, you MUST implement the pin controller as a back-end for the GPIO driver like this, unless your hardware design is such that the GPIO controller can override the pin controller's multiplexing state through hardware without the need to interact with the pin control system.h]hXIf a pin control driver and a GPIO driver is dealing with the same pins and the use cases involve multiplexing, you MUST implement the pin controller as a back-end for the GPIO driver like this, unless your hardware design is such that the GPIO controller can override the pin controller’s multiplexing state through hardware without the need to interact with the pin control system.}(hj`hj^hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhM&hjhhubeh}(h]jah ]h"]*drivers needing both pin control and gpiosah$]h&]uh1hhhhhhhhMj Kubh)}(hhh](h)}(hSystem pin control hoggingh]hSystem pin control hogging}(hjxhjvhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjshhhhhM/ubh)}(hXPin control map entries can be hogged by the core when the pin controller is registered. This means that the core will attempt to call ``pinctrl_get()``, ``pinctrl_lookup_state()`` and ``pinctrl_select_state()`` on it immediately after the pin control device has been registered.h](hPin control map entries can be hogged by the core when the pin controller is registered. This means that the core will attempt to call }(hPin control map entries can be hogged by the core when the pin controller is registered. This means that the core will attempt to call hjhhhNhNubj)}(h``pinctrl_get()``h]h pinctrl_get()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh, }(h, hjhhhNhNubj)}(h``pinctrl_lookup_state()``h]hpinctrl_lookup_state()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh and }(h and hjhhhNhNubj)}(h``pinctrl_select_state()``h]hpinctrl_select_state()}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhD on it immediately after the pin control device has been registered.}(hD on it immediately after the pin control device has been registered.hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM1hjshhubh)}(hThis occurs for mapping table entries where the client device name is equal to the pin controller device name, and the state name is ``PINCTRL_STATE_DEFAULT``:h](hThis occurs for mapping table entries where the client device name is equal to the pin controller device name, and the state name is }(hThis occurs for mapping table entries where the client device name is equal to the pin controller device name, and the state name is hjhhhNhNubj)}(h``PINCTRL_STATE_DEFAULT``h]hPINCTRL_STATE_DEFAULT}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh:}(hj hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhM6hjshhubj)}(h{ .dev_name = "pinctrl-foo", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "power_func", },h]h{ .dev_name = "pinctrl-foo", .name = PINCTRL_STATE_DEFAULT, .type = PIN_MAP_TYPE_MUX_GROUP, .ctrl_dev_name = "pinctrl-foo", .function = "power_func", },}(hhhjubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhM9hjshhubh)}(hSince it may be common to request the core to hog a few always-applicable mux settings on the primary pin controller, there is a convenience macro for this:h]hSince it may be common to request the core to hog a few always-applicable mux settings on the primary pin controller, there is a convenience macro for this:}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMChjshhubj)}(hjPIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-foo", NULL /* group */, "power_func")h]hjPIN_MAP_MUX_GROUP_HOG_DEFAULT("pinctrl-foo", NULL /* group */, "power_func")}(hhhj ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhMGhjshhubh)}(h;This gives the exact same result as the above construction.h]h;This gives the exact same result as the above construction.}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMLhjshhubeh}(h]system-pin-control-hoggingah ]h"]system pin control hoggingah$]h&]uh1hhhhhhhhM/ubh)}(hhh](h)}(hRuntime pinmuxingh]hRuntime pinmuxing}(hj4hj2hhhNhNubah}(h]h ]h"]h$]h&]uh1hhj/hhhhhMPubh)}(hXIt is possible to mux a certain function in and out at runtime, say to move an SPI port from one set of pins to another set of pins. Say for example for spi0 in the example above, we expose two different groups of pins for the same function, but with different named in the mapping as described under "Advanced mapping" above. So that for an SPI device, we have two states named "pos-A" and "pos-B".h]hXIt is possible to mux a certain function in and out at runtime, say to move an SPI port from one set of pins to another set of pins. Say for example for spi0 in the example above, we expose two different groups of pins for the same function, but with different named in the mapping as described under “Advanced mapping” above. So that for an SPI device, we have two states named “pos-A” and “pos-B”.}(hjBhj@hhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMRhj/hhubh)}(hThis snippet first initializes a state object for both groups (in foo_probe()), then muxes the function in the pins defined by group A, and finally muxes it in on the pins defined by group B:h]hThis snippet first initializes a state object for both groups (in foo_probe()), then muxes the function in the pins defined by group A, and finally muxes it in on the pins defined by group B:}(hjPhjNhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMYhj/hhubj)}(hX#include struct pinctrl *p; struct pinctrl_state *s1, *s2; foo_probe() { /* Setup */ p = devm_pinctrl_get(&device); if (IS_ERR(p)) ... s1 = pinctrl_lookup_state(p, "pos-A"); if (IS_ERR(s1)) ... s2 = pinctrl_lookup_state(p, "pos-B"); if (IS_ERR(s2)) ... } foo_switch() { /* Enable on position A */ ret = pinctrl_select_state(p, s1); if (ret < 0) ... ... /* Enable on position B */ ret = pinctrl_select_state(p, s2); if (ret < 0) ... ... }h]hX#include struct pinctrl *p; struct pinctrl_state *s1, *s2; foo_probe() { /* Setup */ p = devm_pinctrl_get(&device); if (IS_ERR(p)) ... s1 = pinctrl_lookup_state(p, "pos-A"); if (IS_ERR(s1)) ... s2 = pinctrl_lookup_state(p, "pos-B"); if (IS_ERR(s2)) ... } foo_switch() { /* Enable on position A */ ret = pinctrl_select_state(p, s1); if (ret < 0) ... ... /* Enable on position B */ ret = pinctrl_select_state(p, s2); if (ret < 0) ... ... }}(hhhj\ubah}(h]h ]h"]h$]h&]jjjjjj}uh1jhhhM]hj/hhubh)}(hThe above has to be done from process context. The reservation of the pins will be done when the state is activated, so in effect one specific pin can be used by different functions at different times on a running system.h]hThe above has to be done from process context. The reservation of the pins will be done when the state is activated, so in effect one specific pin can be used by different functions at different times on a running system.}(hjmhjkhhhNhNubah}(h]h ]h"]h$]h&]uh1hhhhMhj/hhubeh}(h]jNah ]h"]runtime pinmuxingah$]h&]uh1hhhhhhhhMPj Kubh)}(hhh](h)}(h Debugfs filesh]h Debugfs files}(hjhjhhhNhNubah}(h]h ]h"]h$]h&]uh1hhjhhhhhMubh)}(h9These files are created in ``/sys/kernel/debug/pinctrl``:h](hThese files are created in }(hThese files are created in hjhhhNhNubj)}(h``/sys/kernel/debug/pinctrl``h]h/sys/kernel/debug/pinctrl}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh:}(hj hjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hhh](h)}(hu``pinctrl-devices``: prints each pin controller device along with columns to indicate support for pinmux and pinconf h]h)}(ht``pinctrl-devices``: prints each pin controller device along with columns to indicate support for pinmux and pinconfh](j)}(h``pinctrl-devices``h]hpinctrl-devices}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubha: prints each pin controller device along with columns to indicate support for pinmux and pinconf}(ha: prints each pin controller device along with columns to indicate support for pinmux and pinconfhjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(hd``pinctrl-handles``: prints each configured pin controller handle and the corresponding pinmux maps h]h)}(hc``pinctrl-handles``: prints each configured pin controller handle and the corresponding pinmux mapsh](j)}(h``pinctrl-handles``h]hpinctrl-handles}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhP: prints each configured pin controller handle and the corresponding pinmux maps}(hP: prints each configured pin controller handle and the corresponding pinmux mapshjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubh)}(h*``pinctrl-maps``: prints all pinctrl maps h]h)}(h)``pinctrl-maps``: prints all pinctrl mapsh](j)}(h``pinctrl-maps``h]h pinctrl-maps}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh: prints all pinctrl maps}(h: prints all pinctrl mapshjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjhhhhhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMhjhhubh)}(hyA sub-directory is created inside of ``/sys/kernel/debug/pinctrl`` for each pin controller device containing these files:h](h%A sub-directory is created inside of }(h%A sub-directory is created inside of hj0hhhNhNubj)}(h``/sys/kernel/debug/pinctrl``h]h/sys/kernel/debug/pinctrl}(hhhj9hhhNhNubah}(h]h ]h"]h$]h&]uh1jhj0ubh7 for each pin controller device containing these files:}(h7 for each pin controller device containing these files:hj0hhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjhhubh)}(hhh](h)}(h``pins``: prints a line for each pin registered on the pin controller. The pinctrl driver may add additional information such as register contents. h]h)}(h``pins``: prints a line for each pin registered on the pin controller. The pinctrl driver may add additional information such as register contents.h](j)}(h``pins``h]hpins}(hhhj]hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjYubh: prints a line for each pin registered on the pin controller. The pinctrl driver may add additional information such as register contents.}(h: prints a line for each pin registered on the pin controller. The pinctrl driver may add additional information such as register contents.hjYhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjUubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(hM``gpio-ranges``: prints ranges that map gpio lines to pins on the controller h]h)}(hL``gpio-ranges``: prints ranges that map gpio lines to pins on the controllerh](j)}(h``gpio-ranges``h]h gpio-ranges}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh=: prints ranges that map gpio lines to pins on the controller}(h=: prints ranges that map gpio lines to pins on the controllerhjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj|ubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(hF``pingroups``: prints all pin groups registered on the pin controller h]h)}(hE``pingroups``: prints all pin groups registered on the pin controllerh](j)}(h ``pingroups``h]h pingroups}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh8: prints all pin groups registered on the pin controller}(h8: prints all pin groups registered on the pin controllerhjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(h:``pinconf-pins``: prints pin config settings for each pin h]h)}(h9``pinconf-pins``: prints pin config settings for each pinh](j)}(h``pinconf-pins``h]h pinconf-pins}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh): prints pin config settings for each pin}(h): prints pin config settings for each pinhjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(h=``pinconf-groups``: prints pin config settings per pin group h]h)}(h<``pinconf-groups``: prints pin config settings per pin grouph](j)}(h``pinconf-groups``h]hpinconf-groups}(hhhjhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubh*: prints pin config settings per pin group}(h*: prints pin config settings per pin grouphjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(hf``pinmux-functions``: prints each pin function along with the pin groups that map to the pin function h]h)}(he``pinmux-functions``: prints each pin function along with the pin groups that map to the pin functionh](j)}(h``pinmux-functions``h]hpinmux-functions}(hhhj hhhNhNubah}(h]h ]h"]h$]h&]uh1jhjubhQ: prints each pin function along with the pin groups that map to the pin function}(hQ: prints each pin function along with the pin groups that map to the pin functionhjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(hd``pinmux-pins``: iterates through all pins and prints mux owner, gpio owner and if the pin is a hog h]h)}(hc``pinmux-pins``: iterates through all pins and prints mux owner, gpio owner and if the pin is a hogh](j)}(h``pinmux-pins``h]h pinmux-pins}(hhhjGhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjCubhT: iterates through all pins and prints mux owner, gpio owner and if the pin is a hog}(hT: iterates through all pins and prints mux owner, gpio owner and if the pin is a hoghjChhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhj?ubah}(h]h ]h"]h$]h&]uh1hhjRhhhhhNubh)}(h``pinmux-select``: write to this file to activate a pin function for a group: .. code-block:: sh echo "" > pinmux-selecth](h)}(hM``pinmux-select``: write to this file to activate a pin function for a group:h](j)}(h``pinmux-select``h]h pinmux-select}(hhhjnhhhNhNubah}(h]h ]h"]h$]h&]uh1jhjjubh<: write to this file to activate a pin function for a group:}(h<: write to this file to activate a pin function for a group:hjjhhhNhNubeh}(h]h ]h"]h$]h&]uh1hhhhMhjfubj)}(h1echo "" > pinmux-selecth]h1echo "" > pinmux-select}(hhhjubah}(h]h ]h"]h$]h&]jjjjshj}uh1jhhhMhjfubeh}(h]h ]h"]h$]h&]uh1hhjRhhhNhNubeh}(h]h ]h"]h$]h&]j*j+uh1hhhhMhjhhubeh}(h] debugfs-filesah ]h"] debugfs filesah$]h&]uh1hhhhhhhhMubeh}(h]pinctrl-pin-control-subsystemah ]h"]pinctrl (pin control) subsystemah$]h&]uh1hhhhhhhhKubeh}(h]h ]h"]h$]h&]sourcehuh1hcurrent_sourceN current_lineNsettingsdocutils.frontendValues)}(hN generatorN datestampN source_linkN source_urlN toc_backlinksentryfootnote_backlinksK sectnum_xformKstrip_commentsNstrip_elements_with_classesN strip_classesN report_levelK halt_levelKexit_status_levelKdebugNwarning_streamN tracebackinput_encoding utf-8-siginput_encoding_error_handlerstrictoutput_encodingutf-8output_encoding_error_handlerjerror_encodingUTF-8error_encoding_error_handlerbackslashreplace language_codeenrecord_dependenciesNconfigN id_prefixhauto_id_prefixid dump_settingsNdump_internalsNdump_transformsNdump_pseudo_xmlNexpose_internalsNstrict_visitorN_disable_configN_sourceh _destinationN _config_files]7/var/lib/git/docbuild/linux/Documentation/docutils.confapep_referencesN pep_base_urlhttps://peps.python.org/pep_file_url_templatepep-%04drfc_referencesN rfc_base_url&https://datatracker.ietf.org/doc/html/ tab_widthKtrim_footnote_reference_spacefile_insertion_enabled raw_enabledKline_length_limitM'syntax_highlightlong smart_quotessmartquotes_locales]character_level_inline_markupdoctitle_xform docinfo_xformKsectsubtitle_xform image_loadinglinkembed_stylesheetcloak_email_addressessection_self_link embed_imagesenvNubreporterNindirect_targets]substitution_defs}substitution_names}refnames}(board/machine configuration]ja!pin control requests from drivers]jka*drivers needing both pin control and gpios]jagpio mode pitfalls]jaruntime pinmuxing]j=a/pin control interaction with the gpio subsystem]jBaurefids}nameids}(jjj<j9jjj@j=jjjjjFjCj.j+jjj j j j jjjjjj|jpjj,j)j}jNjju nametypes}(jNj<NjNj@NjNjNjFNj.NjNj Nj NjNjNjNjpNj,Nj}NjNuh}(jhj9j,jj?j=jjjCjjjCjj+jIjj1j jj j jj jjj|jjjj)jsjNj/jju footnote_refs} citation_refs} autofootnotes]autofootnote_refs]symbol_footnotes]symbol_footnote_refs] footnotes] citations]autofootnote_startKsymbol_footnote_startK id_counter collectionsCounter}Rparse_messages]transform_messages] transformerN include_log] decorationNhhub.