2 * Generic device tree based pinctrl driver for one register per pin
3 * type pinmux controllers
5 * Copyright (C) 2012 Texas Instruments, Inc.
7 * This file is licensed under the terms of the GNU General Public
8 * License version 2. This program is licensed "as is" without any
9 * warranty of any kind, whether express or implied.
12 #include <linux/init.h>
13 #include <linux/module.h>
15 #include <linux/slab.h>
16 #include <linux/err.h>
17 #include <linux/list.h>
18 #include <linux/interrupt.h>
20 #include <linux/irqchip/chained_irq.h>
23 #include <linux/of_device.h>
24 #include <linux/of_address.h>
25 #include <linux/of_irq.h>
27 #include <linux/pinctrl/pinctrl.h>
28 #include <linux/pinctrl/pinmux.h>
29 #include <linux/pinctrl/pinconf-generic.h>
31 #include <linux/platform_data/pinctrl-single.h>
34 #include "devicetree.h"
38 #define DRIVER_NAME "pinctrl-single"
39 #define PCS_OFF_DISABLED ~0U
42 * struct pcs_func_vals - mux function register offset and value pair
43 * @reg: register virtual address
44 * @val: register value
47 struct pcs_func_vals {
54 * struct pcs_conf_vals - pinconf parameter, pinconf register offset
55 * and value, enable, disable, mask
56 * @param: config parameter
57 * @val: user input bits in the pinconf register
58 * @enable: enable bits in the pinconf register
59 * @disable: disable bits in the pinconf register
60 * @mask: mask bits in the register value
62 struct pcs_conf_vals {
63 enum pin_config_param param;
71 * struct pcs_conf_type - pinconf property name, pinconf param pair
72 * @name: property name in DTS file
73 * @param: config parameter
75 struct pcs_conf_type {
77 enum pin_config_param param;
81 * struct pcs_function - pinctrl function
82 * @name: pinctrl function name
83 * @vals: register and vals array
84 * @nvals: number of entries in vals array
85 * @pgnames: array of pingroup names the function uses
86 * @npgnames: number of pingroup names the function uses
87 * @conf: array of pin configurations
88 * @nconfs: number of pin configurations available
93 struct pcs_func_vals *vals;
97 struct pcs_conf_vals *conf;
99 struct list_head node;
103 * struct pcs_gpiofunc_range - pin ranges with same mux value of gpio function
104 * @offset: offset base of pins
105 * @npins: number pins with the same mux value of gpio function
106 * @gpiofunc: mux value of gpio function
109 struct pcs_gpiofunc_range {
113 struct list_head node;
117 * struct pcs_data - wrapper for data needed by pinctrl framework
119 * @cur: index to current element
121 * REVISIT: We should be able to drop this eventually by adding
122 * support for registering pins individually in the pinctrl
123 * framework for those drivers that don't need a static array.
126 struct pinctrl_pin_desc *pa;
131 * struct pcs_soc_data - SoC specific settings
132 * @flags: initial SoC specific PCS_FEAT_xxx values
133 * @irq: optional interrupt for the controller
134 * @irq_enable_mask: optional SoC specific interrupt enable mask
135 * @irq_status_mask: optional SoC specific interrupt status mask
136 * @rearm: optional SoC specific wake-up rearm function
138 struct pcs_soc_data {
141 unsigned irq_enable_mask;
142 unsigned irq_status_mask;
147 * struct pcs_device - pinctrl device instance
149 * @base: virtual address of the controller
150 * @saved_vals: saved values for the controller
151 * @size: size of the ioremapped area
153 * @np: device tree node
154 * @pctl: pin controller device
155 * @flags: mask of PCS_FEAT_xxx values
156 * @missing_nr_pinctrl_cells: for legacy binding, may go away
157 * @socdata: soc specific data
158 * @lock: spinlock for register access
159 * @mutex: mutex protecting the lists
160 * @width: bits per mux register
161 * @fmask: function register mask
162 * @fshift: function register shift
163 * @foff: value to turn mux off
164 * @fmax: max number of functions in fmask
165 * @bits_per_mux: number of bits per mux
166 * @bits_per_pin: number of bits per pin
167 * @pins: physical pins on the SoC
168 * @gpiofuncs: list of gpio functions
169 * @irqs: list of interrupt registers
170 * @chip: chip container for this instance
171 * @domain: IRQ domain for this instance
172 * @desc: pin controller descriptor
173 * @read: register read function to use
174 * @write: register write function to use
177 struct resource *res;
182 struct device_node *np;
183 struct pinctrl_dev *pctl;
185 #define PCS_CONTEXT_LOSS_OFF (1 << 3)
186 #define PCS_QUIRK_SHARED_IRQ (1 << 2)
187 #define PCS_FEAT_IRQ (1 << 1)
188 #define PCS_FEAT_PINCONF (1 << 0)
189 struct property *missing_nr_pinctrl_cells;
190 struct pcs_soc_data socdata;
199 unsigned bits_per_pin;
200 struct pcs_data pins;
201 struct list_head gpiofuncs;
202 struct list_head irqs;
203 struct irq_chip chip;
204 struct irq_domain *domain;
205 struct pinctrl_desc desc;
206 unsigned (*read)(void __iomem *reg);
207 void (*write)(unsigned val, void __iomem *reg);
210 #define PCS_QUIRK_HAS_SHARED_IRQ (pcs->flags & PCS_QUIRK_SHARED_IRQ)
211 #define PCS_HAS_IRQ (pcs->flags & PCS_FEAT_IRQ)
212 #define PCS_HAS_PINCONF (pcs->flags & PCS_FEAT_PINCONF)
214 static int pcs_pinconf_get(struct pinctrl_dev *pctldev, unsigned pin,
215 unsigned long *config);
216 static int pcs_pinconf_set(struct pinctrl_dev *pctldev, unsigned pin,
217 unsigned long *configs, unsigned num_configs);
219 static enum pin_config_param pcs_bias[] = {
220 PIN_CONFIG_BIAS_PULL_DOWN,
221 PIN_CONFIG_BIAS_PULL_UP,
225 * This lock class tells lockdep that irqchip core that this single
226 * pinctrl can be in a different category than its parents, so it won't
227 * report false recursion.
229 static struct lock_class_key pcs_lock_class;
231 /* Class for the IRQ request mutex */
232 static struct lock_class_key pcs_request_class;
235 * REVISIT: Reads and writes could eventually use regmap or something
236 * generic. But at least on omaps, some mux registers are performance
237 * critical as they may need to be remuxed every time before and after
238 * idle. Adding tests for register access width for every read and
239 * write like regmap is doing is not desired, and caching the registers
240 * does not help in this case.
243 static unsigned __maybe_unused pcs_readb(void __iomem *reg)
248 static unsigned __maybe_unused pcs_readw(void __iomem *reg)
253 static unsigned __maybe_unused pcs_readl(void __iomem *reg)
258 static void __maybe_unused pcs_writeb(unsigned val, void __iomem *reg)
263 static void __maybe_unused pcs_writew(unsigned val, void __iomem *reg)
268 static void __maybe_unused pcs_writel(unsigned val, void __iomem *reg)
273 static unsigned int pcs_pin_reg_offset_get(struct pcs_device *pcs,
276 unsigned int mux_bytes = pcs->width / BITS_PER_BYTE;
278 if (pcs->bits_per_mux) {
279 unsigned int pin_offset_bytes;
281 pin_offset_bytes = (pcs->bits_per_pin * pin) / BITS_PER_BYTE;
282 return (pin_offset_bytes / mux_bytes) * mux_bytes;
285 return pin * mux_bytes;
288 static unsigned int pcs_pin_shift_reg_get(struct pcs_device *pcs,
291 return (pin % (pcs->width / pcs->bits_per_pin)) * pcs->bits_per_pin;
294 static void pcs_pin_dbg_show(struct pinctrl_dev *pctldev,
298 struct pcs_device *pcs;
300 unsigned long offset;
303 pcs = pinctrl_dev_get_drvdata(pctldev);
305 offset = pcs_pin_reg_offset_get(pcs, pin);
306 val = pcs->read(pcs->base + offset);
308 if (pcs->bits_per_mux)
309 val &= pcs->fmask << pcs_pin_shift_reg_get(pcs, pin);
311 pa = pcs->res->start + offset;
313 seq_printf(s, "%zx %08x %s ", pa, val, DRIVER_NAME);
316 static void pcs_dt_free_map(struct pinctrl_dev *pctldev,
317 struct pinctrl_map *map, unsigned num_maps)
319 struct pcs_device *pcs;
321 pcs = pinctrl_dev_get_drvdata(pctldev);
322 devm_kfree(pcs->dev, map);
325 static int pcs_dt_node_to_map(struct pinctrl_dev *pctldev,
326 struct device_node *np_config,
327 struct pinctrl_map **map, unsigned *num_maps);
329 static const struct pinctrl_ops pcs_pinctrl_ops = {
330 .get_groups_count = pinctrl_generic_get_group_count,
331 .get_group_name = pinctrl_generic_get_group_name,
332 .get_group_pins = pinctrl_generic_get_group_pins,
333 .pin_dbg_show = pcs_pin_dbg_show,
334 .dt_node_to_map = pcs_dt_node_to_map,
335 .dt_free_map = pcs_dt_free_map,
338 static int pcs_get_function(struct pinctrl_dev *pctldev, unsigned pin,
339 struct pcs_function **func)
341 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev);
342 struct pin_desc *pdesc = pin_desc_get(pctldev, pin);
343 const struct pinctrl_setting_mux *setting;
344 struct function_desc *function;
347 /* If pin is not described in DTS & enabled, mux_setting is NULL. */
348 setting = pdesc->mux_setting;
351 fselector = setting->func;
352 function = pinmux_generic_get_function(pctldev, fselector);
353 *func = function->data;
355 dev_err(pcs->dev, "%s could not find function%i\n",
356 __func__, fselector);
362 static int pcs_set_mux(struct pinctrl_dev *pctldev, unsigned fselector,
365 struct pcs_device *pcs;
366 struct function_desc *function;
367 struct pcs_function *func;
370 pcs = pinctrl_dev_get_drvdata(pctldev);
371 /* If function mask is null, needn't enable it. */
374 function = pinmux_generic_get_function(pctldev, fselector);
375 func = function->data;
379 dev_dbg(pcs->dev, "enabling %s function%i\n",
380 func->name, fselector);
382 for (i = 0; i < func->nvals; i++) {
383 struct pcs_func_vals *vals;
387 vals = &func->vals[i];
388 raw_spin_lock_irqsave(&pcs->lock, flags);
389 val = pcs->read(vals->reg);
391 if (pcs->bits_per_mux)
397 val |= (vals->val & mask);
398 pcs->write(val, vals->reg);
399 raw_spin_unlock_irqrestore(&pcs->lock, flags);
405 static int pcs_request_gpio(struct pinctrl_dev *pctldev,
406 struct pinctrl_gpio_range *range, unsigned pin)
408 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev);
409 struct pcs_gpiofunc_range *frange = NULL;
410 struct list_head *pos, *tmp;
413 /* If function mask is null, return directly. */
417 list_for_each_safe(pos, tmp, &pcs->gpiofuncs) {
420 frange = list_entry(pos, struct pcs_gpiofunc_range, node);
421 if (pin >= frange->offset + frange->npins
422 || pin < frange->offset)
425 offset = pcs_pin_reg_offset_get(pcs, pin);
427 if (pcs->bits_per_mux) {
428 int pin_shift = pcs_pin_shift_reg_get(pcs, pin);
430 data = pcs->read(pcs->base + offset);
431 data &= ~(pcs->fmask << pin_shift);
432 data |= frange->gpiofunc << pin_shift;
433 pcs->write(data, pcs->base + offset);
435 data = pcs->read(pcs->base + offset);
437 data |= frange->gpiofunc;
438 pcs->write(data, pcs->base + offset);
445 static const struct pinmux_ops pcs_pinmux_ops = {
446 .get_functions_count = pinmux_generic_get_function_count,
447 .get_function_name = pinmux_generic_get_function_name,
448 .get_function_groups = pinmux_generic_get_function_groups,
449 .set_mux = pcs_set_mux,
450 .gpio_request_enable = pcs_request_gpio,
453 /* Clear BIAS value */
454 static void pcs_pinconf_clear_bias(struct pinctrl_dev *pctldev, unsigned pin)
456 unsigned long config;
458 for (i = 0; i < ARRAY_SIZE(pcs_bias); i++) {
459 config = pinconf_to_config_packed(pcs_bias[i], 0);
460 pcs_pinconf_set(pctldev, pin, &config, 1);
465 * Check whether PIN_CONFIG_BIAS_DISABLE is valid.
466 * It's depend on that PULL_DOWN & PULL_UP configs are all invalid.
468 static bool pcs_pinconf_bias_disable(struct pinctrl_dev *pctldev, unsigned pin)
470 unsigned long config;
473 for (i = 0; i < ARRAY_SIZE(pcs_bias); i++) {
474 config = pinconf_to_config_packed(pcs_bias[i], 0);
475 if (!pcs_pinconf_get(pctldev, pin, &config))
483 static int pcs_pinconf_get(struct pinctrl_dev *pctldev,
484 unsigned pin, unsigned long *config)
486 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev);
487 struct pcs_function *func;
488 enum pin_config_param param;
489 unsigned offset = 0, data = 0, i, j, ret;
491 ret = pcs_get_function(pctldev, pin, &func);
495 for (i = 0; i < func->nconfs; i++) {
496 param = pinconf_to_config_param(*config);
497 if (param == PIN_CONFIG_BIAS_DISABLE) {
498 if (pcs_pinconf_bias_disable(pctldev, pin)) {
504 } else if (param != func->conf[i].param) {
508 offset = pin * (pcs->width / BITS_PER_BYTE);
509 data = pcs->read(pcs->base + offset) & func->conf[i].mask;
510 switch (func->conf[i].param) {
512 case PIN_CONFIG_BIAS_PULL_DOWN:
513 case PIN_CONFIG_BIAS_PULL_UP:
514 case PIN_CONFIG_INPUT_SCHMITT_ENABLE:
515 if ((data != func->conf[i].enable) ||
516 (data == func->conf[i].disable))
521 case PIN_CONFIG_INPUT_SCHMITT:
522 for (j = 0; j < func->nconfs; j++) {
523 switch (func->conf[j].param) {
524 case PIN_CONFIG_INPUT_SCHMITT_ENABLE:
525 if (data != func->conf[j].enable)
534 case PIN_CONFIG_DRIVE_STRENGTH:
535 case PIN_CONFIG_SLEW_RATE:
536 case PIN_CONFIG_MODE_LOW_POWER:
537 case PIN_CONFIG_INPUT_ENABLE:
547 static int pcs_pinconf_set(struct pinctrl_dev *pctldev,
548 unsigned pin, unsigned long *configs,
549 unsigned num_configs)
551 struct pcs_device *pcs = pinctrl_dev_get_drvdata(pctldev);
552 struct pcs_function *func;
553 unsigned offset = 0, shift = 0, i, data, ret;
557 ret = pcs_get_function(pctldev, pin, &func);
561 for (j = 0; j < num_configs; j++) {
562 for (i = 0; i < func->nconfs; i++) {
563 if (pinconf_to_config_param(configs[j])
564 != func->conf[i].param)
567 offset = pin * (pcs->width / BITS_PER_BYTE);
568 data = pcs->read(pcs->base + offset);
569 arg = pinconf_to_config_argument(configs[j]);
570 switch (func->conf[i].param) {
572 case PIN_CONFIG_INPUT_SCHMITT:
573 case PIN_CONFIG_DRIVE_STRENGTH:
574 case PIN_CONFIG_SLEW_RATE:
575 case PIN_CONFIG_MODE_LOW_POWER:
576 case PIN_CONFIG_INPUT_ENABLE:
577 shift = ffs(func->conf[i].mask) - 1;
578 data &= ~func->conf[i].mask;
579 data |= (arg << shift) & func->conf[i].mask;
582 case PIN_CONFIG_BIAS_DISABLE:
583 pcs_pinconf_clear_bias(pctldev, pin);
585 case PIN_CONFIG_BIAS_PULL_DOWN:
586 case PIN_CONFIG_BIAS_PULL_UP:
588 pcs_pinconf_clear_bias(pctldev, pin);
590 case PIN_CONFIG_INPUT_SCHMITT_ENABLE:
591 data &= ~func->conf[i].mask;
593 data |= func->conf[i].enable;
595 data |= func->conf[i].disable;
600 pcs->write(data, pcs->base + offset);
604 if (i >= func->nconfs)
606 } /* for each config */
611 static int pcs_pinconf_group_get(struct pinctrl_dev *pctldev,
612 unsigned group, unsigned long *config)
614 const unsigned *pins;
615 unsigned npins, old = 0;
618 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins);
621 for (i = 0; i < npins; i++) {
622 if (pcs_pinconf_get(pctldev, pins[i], config))
624 /* configs do not match between two pins */
625 if (i && (old != *config))
632 static int pcs_pinconf_group_set(struct pinctrl_dev *pctldev,
633 unsigned group, unsigned long *configs,
634 unsigned num_configs)
636 const unsigned *pins;
640 ret = pinctrl_generic_get_group_pins(pctldev, group, &pins, &npins);
643 for (i = 0; i < npins; i++) {
644 if (pcs_pinconf_set(pctldev, pins[i], configs, num_configs))
650 static void pcs_pinconf_dbg_show(struct pinctrl_dev *pctldev,
651 struct seq_file *s, unsigned pin)
655 static void pcs_pinconf_group_dbg_show(struct pinctrl_dev *pctldev,
656 struct seq_file *s, unsigned selector)
660 static void pcs_pinconf_config_dbg_show(struct pinctrl_dev *pctldev,
662 unsigned long config)
664 pinconf_generic_dump_config(pctldev, s, config);
667 static const struct pinconf_ops pcs_pinconf_ops = {
668 .pin_config_get = pcs_pinconf_get,
669 .pin_config_set = pcs_pinconf_set,
670 .pin_config_group_get = pcs_pinconf_group_get,
671 .pin_config_group_set = pcs_pinconf_group_set,
672 .pin_config_dbg_show = pcs_pinconf_dbg_show,
673 .pin_config_group_dbg_show = pcs_pinconf_group_dbg_show,
674 .pin_config_config_dbg_show = pcs_pinconf_config_dbg_show,
679 * pcs_add_pin() - add a pin to the static per controller pin array
680 * @pcs: pcs driver instance
681 * @offset: register offset from base
683 static int pcs_add_pin(struct pcs_device *pcs, unsigned int offset)
685 struct pcs_soc_data *pcs_soc = &pcs->socdata;
686 struct pinctrl_pin_desc *pin;
690 if (i >= pcs->desc.npins) {
691 dev_err(pcs->dev, "too many pins, max %i\n",
696 if (pcs_soc->irq_enable_mask) {
699 val = pcs->read(pcs->base + offset);
700 if (val & pcs_soc->irq_enable_mask) {
701 dev_dbg(pcs->dev, "irq enabled at boot for pin at %lx (%x), clearing\n",
702 (unsigned long)pcs->res->start + offset, val);
703 val &= ~pcs_soc->irq_enable_mask;
704 pcs->write(val, pcs->base + offset);
708 pin = &pcs->pins.pa[i];
716 * pcs_allocate_pin_table() - adds all the pins for the pinctrl driver
717 * @pcs: pcs driver instance
719 * In case of errors, resources are freed in pcs_free_resources.
721 * If your hardware needs holes in the address space, then just set
722 * up multiple driver instances.
724 static int pcs_allocate_pin_table(struct pcs_device *pcs)
726 int mux_bytes, nr_pins, i;
728 mux_bytes = pcs->width / BITS_PER_BYTE;
730 if (pcs->bits_per_mux) {
731 pcs->bits_per_pin = fls(pcs->fmask);
732 nr_pins = (pcs->size * BITS_PER_BYTE) / pcs->bits_per_pin;
734 nr_pins = pcs->size / mux_bytes;
737 dev_dbg(pcs->dev, "allocating %i pins\n", nr_pins);
738 pcs->pins.pa = devm_kcalloc(pcs->dev,
739 nr_pins, sizeof(*pcs->pins.pa),
744 pcs->desc.pins = pcs->pins.pa;
745 pcs->desc.npins = nr_pins;
747 for (i = 0; i < pcs->desc.npins; i++) {
751 offset = pcs_pin_reg_offset_get(pcs, i);
752 res = pcs_add_pin(pcs, offset);
754 dev_err(pcs->dev, "error adding pins: %i\n", res);
763 * pcs_add_function() - adds a new function to the function list
764 * @pcs: pcs driver instance
765 * @fcn: new function allocated
766 * @name: name of the function
767 * @vals: array of mux register value pairs used by the function
768 * @nvals: number of mux register value pairs
769 * @pgnames: array of pingroup names for the function
770 * @npgnames: number of pingroup names
772 * Caller must take care of locking.
774 static int pcs_add_function(struct pcs_device *pcs,
775 struct pcs_function **fcn,
777 struct pcs_func_vals *vals,
779 const char **pgnames,
780 unsigned int npgnames)
782 struct pcs_function *function;
785 function = devm_kzalloc(pcs->dev, sizeof(*function), GFP_KERNEL);
789 function->vals = vals;
790 function->nvals = nvals;
791 function->name = name;
793 selector = pinmux_generic_add_function(pcs->pctl, name,
797 devm_kfree(pcs->dev, function);
807 * pcs_get_pin_by_offset() - get a pin index based on the register offset
808 * @pcs: pcs driver instance
809 * @offset: register offset from the base
811 * Note that this is OK as long as the pins are in a static array.
813 static int pcs_get_pin_by_offset(struct pcs_device *pcs, unsigned offset)
817 if (offset >= pcs->size) {
818 dev_err(pcs->dev, "mux offset out of range: 0x%x (0x%x)\n",
823 if (pcs->bits_per_mux)
824 index = (offset * BITS_PER_BYTE) / pcs->bits_per_pin;
826 index = offset / (pcs->width / BITS_PER_BYTE);
832 * check whether data matches enable bits or disable bits
833 * Return value: 1 for matching enable bits, 0 for matching disable bits,
834 * and negative value for matching failure.
836 static int pcs_config_match(unsigned data, unsigned enable, unsigned disable)
842 else if (data == disable)
847 static void add_config(struct pcs_conf_vals **conf, enum pin_config_param param,
848 unsigned value, unsigned enable, unsigned disable,
851 (*conf)->param = param;
852 (*conf)->val = value;
853 (*conf)->enable = enable;
854 (*conf)->disable = disable;
855 (*conf)->mask = mask;
859 static void add_setting(unsigned long **setting, enum pin_config_param param,
862 **setting = pinconf_to_config_packed(param, arg);
866 /* add pinconf setting with 2 parameters */
867 static void pcs_add_conf2(struct pcs_device *pcs, struct device_node *np,
868 const char *name, enum pin_config_param param,
869 struct pcs_conf_vals **conf, unsigned long **settings)
871 unsigned value[2], shift;
874 ret = of_property_read_u32_array(np, name, value, 2);
877 /* set value & mask */
878 value[0] &= value[1];
879 shift = ffs(value[1]) - 1;
880 /* skip enable & disable */
881 add_config(conf, param, value[0], 0, 0, value[1]);
882 add_setting(settings, param, value[0] >> shift);
885 /* add pinconf setting with 4 parameters */
886 static void pcs_add_conf4(struct pcs_device *pcs, struct device_node *np,
887 const char *name, enum pin_config_param param,
888 struct pcs_conf_vals **conf, unsigned long **settings)
893 /* value to set, enable, disable, mask */
894 ret = of_property_read_u32_array(np, name, value, 4);
898 dev_err(pcs->dev, "mask field of the property can't be 0\n");
901 value[0] &= value[3];
902 value[1] &= value[3];
903 value[2] &= value[3];
904 ret = pcs_config_match(value[0], value[1], value[2]);
906 dev_dbg(pcs->dev, "failed to match enable or disable bits\n");
907 add_config(conf, param, value[0], value[1], value[2], value[3]);
908 add_setting(settings, param, ret);
911 static int pcs_parse_pinconf(struct pcs_device *pcs, struct device_node *np,
912 struct pcs_function *func,
913 struct pinctrl_map **map)
916 struct pinctrl_map *m = *map;
917 int i = 0, nconfs = 0;
918 unsigned long *settings = NULL, *s = NULL;
919 struct pcs_conf_vals *conf = NULL;
920 static const struct pcs_conf_type prop2[] = {
921 { "pinctrl-single,drive-strength", PIN_CONFIG_DRIVE_STRENGTH, },
922 { "pinctrl-single,slew-rate", PIN_CONFIG_SLEW_RATE, },
923 { "pinctrl-single,input-enable", PIN_CONFIG_INPUT_ENABLE, },
924 { "pinctrl-single,input-schmitt", PIN_CONFIG_INPUT_SCHMITT, },
925 { "pinctrl-single,low-power-mode", PIN_CONFIG_MODE_LOW_POWER, },
927 static const struct pcs_conf_type prop4[] = {
928 { "pinctrl-single,bias-pullup", PIN_CONFIG_BIAS_PULL_UP, },
929 { "pinctrl-single,bias-pulldown", PIN_CONFIG_BIAS_PULL_DOWN, },
930 { "pinctrl-single,input-schmitt-enable",
931 PIN_CONFIG_INPUT_SCHMITT_ENABLE, },
934 /* If pinconf isn't supported, don't parse properties in below. */
935 if (!PCS_HAS_PINCONF)
938 /* cacluate how much properties are supported in current node */
939 for (i = 0; i < ARRAY_SIZE(prop2); i++) {
940 if (of_find_property(np, prop2[i].name, NULL))
943 for (i = 0; i < ARRAY_SIZE(prop4); i++) {
944 if (of_find_property(np, prop4[i].name, NULL))
950 func->conf = devm_kcalloc(pcs->dev,
951 nconfs, sizeof(struct pcs_conf_vals),
955 func->nconfs = nconfs;
956 conf = &(func->conf[0]);
958 settings = devm_kcalloc(pcs->dev, nconfs, sizeof(unsigned long),
964 for (i = 0; i < ARRAY_SIZE(prop2); i++)
965 pcs_add_conf2(pcs, np, prop2[i].name, prop2[i].param,
967 for (i = 0; i < ARRAY_SIZE(prop4); i++)
968 pcs_add_conf4(pcs, np, prop4[i].name, prop4[i].param,
970 m->type = PIN_MAP_TYPE_CONFIGS_GROUP;
971 m->data.configs.group_or_pin = np->name;
972 m->data.configs.configs = settings;
973 m->data.configs.num_configs = nconfs;
978 * pcs_parse_one_pinctrl_entry() - parses a device tree mux entry
979 * @pcs: pinctrl driver instance
980 * @np: device node of the mux entry
982 * @num_maps: number of map
983 * @pgnames: pingroup names
985 * Note that this binding currently supports only sets of one register + value.
987 * Also note that this driver tries to avoid understanding pin and function
988 * names because of the extra bloat they would cause especially in the case of
989 * a large number of pins. This driver just sets what is specified for the board
990 * in the .dts file. Further user space debugging tools can be developed to
991 * decipher the pin and function names using debugfs.
993 * If you are concerned about the boot time, set up the static pins in
994 * the bootloader, and only set up selected pins as device tree entries.
996 static int pcs_parse_one_pinctrl_entry(struct pcs_device *pcs,
997 struct device_node *np,
998 struct pinctrl_map **map,
1000 const char **pgnames)
1002 const char *name = "pinctrl-single,pins";
1003 struct pcs_func_vals *vals;
1004 int rows, *pins, found = 0, res = -ENOMEM, i, fsel, gsel;
1005 struct pcs_function *function = NULL;
1007 rows = pinctrl_count_index_with_args(np, name);
1009 dev_err(pcs->dev, "Invalid number of rows: %d\n", rows);
1013 vals = devm_kcalloc(pcs->dev, rows, sizeof(*vals), GFP_KERNEL);
1017 pins = devm_kcalloc(pcs->dev, rows, sizeof(*pins), GFP_KERNEL);
1021 for (i = 0; i < rows; i++) {
1022 struct of_phandle_args pinctrl_spec;
1023 unsigned int offset;
1026 res = pinctrl_parse_index_with_args(np, name, i, &pinctrl_spec);
1030 if (pinctrl_spec.args_count < 2 || pinctrl_spec.args_count > 3) {
1031 dev_err(pcs->dev, "invalid args_count for spec: %i\n",
1032 pinctrl_spec.args_count);
1036 offset = pinctrl_spec.args[0];
1037 vals[found].reg = pcs->base + offset;
1039 switch (pinctrl_spec.args_count) {
1041 vals[found].val = pinctrl_spec.args[1];
1044 vals[found].val = (pinctrl_spec.args[1] | pinctrl_spec.args[2]);
1048 dev_dbg(pcs->dev, "%pOFn index: 0x%x value: 0x%x\n",
1049 pinctrl_spec.np, offset, vals[found].val);
1051 pin = pcs_get_pin_by_offset(pcs, offset);
1054 "could not add functions for %pOFn %ux\n",
1058 pins[found++] = pin;
1061 pgnames[0] = np->name;
1062 mutex_lock(&pcs->mutex);
1063 fsel = pcs_add_function(pcs, &function, np->name, vals, found,
1070 gsel = pinctrl_generic_add_group(pcs->pctl, np->name, pins, found, pcs);
1076 (*map)->type = PIN_MAP_TYPE_MUX_GROUP;
1077 (*map)->data.mux.group = np->name;
1078 (*map)->data.mux.function = np->name;
1080 if (PCS_HAS_PINCONF && function) {
1081 res = pcs_parse_pinconf(pcs, np, function, map);
1084 else if (res == -ENOTSUPP)
1087 goto free_pingroups;
1091 mutex_unlock(&pcs->mutex);
1096 pinctrl_generic_remove_group(pcs->pctl, gsel);
1099 pinmux_generic_remove_function(pcs->pctl, fsel);
1101 mutex_unlock(&pcs->mutex);
1102 devm_kfree(pcs->dev, pins);
1105 devm_kfree(pcs->dev, vals);
1110 static int pcs_parse_bits_in_pinctrl_entry(struct pcs_device *pcs,
1111 struct device_node *np,
1112 struct pinctrl_map **map,
1114 const char **pgnames)
1116 const char *name = "pinctrl-single,bits";
1117 struct pcs_func_vals *vals;
1118 int rows, *pins, found = 0, res = -ENOMEM, i, fsel;
1120 struct pcs_function *function = NULL;
1122 rows = pinctrl_count_index_with_args(np, name);
1124 dev_err(pcs->dev, "Invalid number of rows: %d\n", rows);
1128 if (PCS_HAS_PINCONF) {
1129 dev_err(pcs->dev, "pinconf not supported\n");
1133 npins_in_row = pcs->width / pcs->bits_per_pin;
1135 vals = devm_kzalloc(pcs->dev,
1136 array3_size(rows, npins_in_row, sizeof(*vals)),
1141 pins = devm_kzalloc(pcs->dev,
1142 array3_size(rows, npins_in_row, sizeof(*pins)),
1147 for (i = 0; i < rows; i++) {
1148 struct of_phandle_args pinctrl_spec;
1149 unsigned offset, val;
1150 unsigned mask, bit_pos, val_pos, mask_pos, submask;
1151 unsigned pin_num_from_lsb;
1154 res = pinctrl_parse_index_with_args(np, name, i, &pinctrl_spec);
1158 if (pinctrl_spec.args_count < 3) {
1159 dev_err(pcs->dev, "invalid args_count for spec: %i\n",
1160 pinctrl_spec.args_count);
1164 /* Index plus two value cells */
1165 offset = pinctrl_spec.args[0];
1166 val = pinctrl_spec.args[1];
1167 mask = pinctrl_spec.args[2];
1169 dev_dbg(pcs->dev, "%pOFn index: 0x%x value: 0x%x mask: 0x%x\n",
1170 pinctrl_spec.np, offset, val, mask);
1172 /* Parse pins in each row from LSB */
1174 bit_pos = __ffs(mask);
1175 pin_num_from_lsb = bit_pos / pcs->bits_per_pin;
1176 mask_pos = ((pcs->fmask) << bit_pos);
1177 val_pos = val & mask_pos;
1178 submask = mask & mask_pos;
1180 if ((mask & mask_pos) == 0) {
1182 "Invalid mask for %pOFn at 0x%x\n",
1189 if (submask != mask_pos) {
1191 "Invalid submask 0x%x for %pOFn at 0x%x\n",
1192 submask, np, offset);
1196 vals[found].mask = submask;
1197 vals[found].reg = pcs->base + offset;
1198 vals[found].val = val_pos;
1200 pin = pcs_get_pin_by_offset(pcs, offset);
1203 "could not add functions for %pOFn %ux\n",
1207 pins[found++] = pin + pin_num_from_lsb;
1211 pgnames[0] = np->name;
1212 mutex_lock(&pcs->mutex);
1213 fsel = pcs_add_function(pcs, &function, np->name, vals, found,
1220 res = pinctrl_generic_add_group(pcs->pctl, np->name, pins, found, pcs);
1224 (*map)->type = PIN_MAP_TYPE_MUX_GROUP;
1225 (*map)->data.mux.group = np->name;
1226 (*map)->data.mux.function = np->name;
1229 mutex_unlock(&pcs->mutex);
1234 pinmux_generic_remove_function(pcs->pctl, fsel);
1236 mutex_unlock(&pcs->mutex);
1237 devm_kfree(pcs->dev, pins);
1240 devm_kfree(pcs->dev, vals);
1245 * pcs_dt_node_to_map() - allocates and parses pinctrl maps
1246 * @pctldev: pinctrl instance
1247 * @np_config: device tree pinmux entry
1248 * @map: array of map entries
1249 * @num_maps: number of maps
1251 static int pcs_dt_node_to_map(struct pinctrl_dev *pctldev,
1252 struct device_node *np_config,
1253 struct pinctrl_map **map, unsigned *num_maps)
1255 struct pcs_device *pcs;
1256 const char **pgnames;
1259 pcs = pinctrl_dev_get_drvdata(pctldev);
1261 /* create 2 maps. One is for pinmux, and the other is for pinconf. */
1262 *map = devm_kcalloc(pcs->dev, 2, sizeof(**map), GFP_KERNEL);
1268 pgnames = devm_kzalloc(pcs->dev, sizeof(*pgnames), GFP_KERNEL);
1274 if (pcs->bits_per_mux) {
1275 ret = pcs_parse_bits_in_pinctrl_entry(pcs, np_config, map,
1278 dev_err(pcs->dev, "no pins entries for %pOFn\n",
1283 ret = pcs_parse_one_pinctrl_entry(pcs, np_config, map,
1286 dev_err(pcs->dev, "no pins entries for %pOFn\n",
1295 devm_kfree(pcs->dev, pgnames);
1297 devm_kfree(pcs->dev, *map);
1303 * pcs_irq_free() - free interrupt
1304 * @pcs: pcs driver instance
1306 static void pcs_irq_free(struct pcs_device *pcs)
1308 struct pcs_soc_data *pcs_soc = &pcs->socdata;
1310 if (pcs_soc->irq < 0)
1314 irq_domain_remove(pcs->domain);
1316 if (PCS_QUIRK_HAS_SHARED_IRQ)
1317 free_irq(pcs_soc->irq, pcs_soc);
1319 irq_set_chained_handler(pcs_soc->irq, NULL);
1323 * pcs_free_resources() - free memory used by this driver
1324 * @pcs: pcs driver instance
1326 static void pcs_free_resources(struct pcs_device *pcs)
1329 pinctrl_unregister(pcs->pctl);
1331 #if IS_BUILTIN(CONFIG_PINCTRL_SINGLE)
1332 if (pcs->missing_nr_pinctrl_cells)
1333 of_remove_property(pcs->np, pcs->missing_nr_pinctrl_cells);
1337 static int pcs_add_gpio_func(struct device_node *node, struct pcs_device *pcs)
1339 const char *propname = "pinctrl-single,gpio-range";
1340 const char *cellname = "#pinctrl-single,gpio-range-cells";
1341 struct of_phandle_args gpiospec;
1342 struct pcs_gpiofunc_range *range;
1345 for (i = 0; ; i++) {
1346 ret = of_parse_phandle_with_args(node, propname, cellname,
1348 /* Do not treat it as error. Only treat it as end condition. */
1353 range = devm_kzalloc(pcs->dev, sizeof(*range), GFP_KERNEL);
1358 range->offset = gpiospec.args[0];
1359 range->npins = gpiospec.args[1];
1360 range->gpiofunc = gpiospec.args[2];
1361 mutex_lock(&pcs->mutex);
1362 list_add_tail(&range->node, &pcs->gpiofuncs);
1363 mutex_unlock(&pcs->mutex);
1369 * struct pcs_interrupt
1370 * @reg: virtual address of interrupt register
1371 * @hwirq: hardware irq number
1372 * @irq: virtual irq number
1375 struct pcs_interrupt {
1377 irq_hw_number_t hwirq;
1379 struct list_head node;
1383 * pcs_irq_set() - enables or disables an interrupt
1384 * @pcs_soc: SoC specific settings
1386 * @enable: enable or disable the interrupt
1388 * Note that this currently assumes one interrupt per pinctrl
1389 * register that is typically used for wake-up events.
1391 static inline void pcs_irq_set(struct pcs_soc_data *pcs_soc,
1392 int irq, const bool enable)
1394 struct pcs_device *pcs;
1395 struct list_head *pos;
1398 pcs = container_of(pcs_soc, struct pcs_device, socdata);
1399 list_for_each(pos, &pcs->irqs) {
1400 struct pcs_interrupt *pcswi;
1403 pcswi = list_entry(pos, struct pcs_interrupt, node);
1404 if (irq != pcswi->irq)
1407 soc_mask = pcs_soc->irq_enable_mask;
1408 raw_spin_lock(&pcs->lock);
1409 mask = pcs->read(pcswi->reg);
1414 pcs->write(mask, pcswi->reg);
1416 /* flush posted write */
1417 mask = pcs->read(pcswi->reg);
1418 raw_spin_unlock(&pcs->lock);
1426 * pcs_irq_mask() - mask pinctrl interrupt
1427 * @d: interrupt data
1429 static void pcs_irq_mask(struct irq_data *d)
1431 struct pcs_soc_data *pcs_soc = irq_data_get_irq_chip_data(d);
1433 pcs_irq_set(pcs_soc, d->irq, false);
1437 * pcs_irq_unmask() - unmask pinctrl interrupt
1438 * @d: interrupt data
1440 static void pcs_irq_unmask(struct irq_data *d)
1442 struct pcs_soc_data *pcs_soc = irq_data_get_irq_chip_data(d);
1444 pcs_irq_set(pcs_soc, d->irq, true);
1448 * pcs_irq_set_wake() - toggle the suspend and resume wake up
1449 * @d: interrupt data
1450 * @state: wake-up state
1452 * Note that this should be called only for suspend and resume.
1453 * For runtime PM, the wake-up events should be enabled by default.
1455 static int pcs_irq_set_wake(struct irq_data *d, unsigned int state)
1466 * pcs_irq_handle() - common interrupt handler
1467 * @pcs_soc: SoC specific settings
1469 * Note that this currently assumes we have one interrupt bit per
1470 * mux register. This interrupt is typically used for wake-up events.
1471 * For more complex interrupts different handlers can be specified.
1473 static int pcs_irq_handle(struct pcs_soc_data *pcs_soc)
1475 struct pcs_device *pcs;
1476 struct list_head *pos;
1479 pcs = container_of(pcs_soc, struct pcs_device, socdata);
1480 list_for_each(pos, &pcs->irqs) {
1481 struct pcs_interrupt *pcswi;
1484 pcswi = list_entry(pos, struct pcs_interrupt, node);
1485 raw_spin_lock(&pcs->lock);
1486 mask = pcs->read(pcswi->reg);
1487 raw_spin_unlock(&pcs->lock);
1488 if (mask & pcs_soc->irq_status_mask) {
1489 generic_handle_domain_irq(pcs->domain,
1499 * pcs_irq_handler() - handler for the shared interrupt case
1503 * Use this for cases where multiple instances of
1504 * pinctrl-single share a single interrupt like on omaps.
1506 static irqreturn_t pcs_irq_handler(int irq, void *d)
1508 struct pcs_soc_data *pcs_soc = d;
1510 return pcs_irq_handle(pcs_soc) ? IRQ_HANDLED : IRQ_NONE;
1514 * pcs_irq_chain_handler() - handler for the dedicated chained interrupt case
1515 * @desc: interrupt descriptor
1517 * Use this if you have a separate interrupt for each
1518 * pinctrl-single instance.
1520 static void pcs_irq_chain_handler(struct irq_desc *desc)
1522 struct pcs_soc_data *pcs_soc = irq_desc_get_handler_data(desc);
1523 struct irq_chip *chip;
1525 chip = irq_desc_get_chip(desc);
1526 chained_irq_enter(chip, desc);
1527 pcs_irq_handle(pcs_soc);
1528 /* REVISIT: export and add handle_bad_irq(irq, desc)? */
1529 chained_irq_exit(chip, desc);
1532 static int pcs_irqdomain_map(struct irq_domain *d, unsigned int irq,
1533 irq_hw_number_t hwirq)
1535 struct pcs_soc_data *pcs_soc = d->host_data;
1536 struct pcs_device *pcs;
1537 struct pcs_interrupt *pcswi;
1539 pcs = container_of(pcs_soc, struct pcs_device, socdata);
1540 pcswi = devm_kzalloc(pcs->dev, sizeof(*pcswi), GFP_KERNEL);
1544 pcswi->reg = pcs->base + hwirq;
1545 pcswi->hwirq = hwirq;
1548 mutex_lock(&pcs->mutex);
1549 list_add_tail(&pcswi->node, &pcs->irqs);
1550 mutex_unlock(&pcs->mutex);
1552 irq_set_chip_data(irq, pcs_soc);
1553 irq_set_chip_and_handler(irq, &pcs->chip,
1555 irq_set_lockdep_class(irq, &pcs_lock_class, &pcs_request_class);
1556 irq_set_noprobe(irq);
1561 static const struct irq_domain_ops pcs_irqdomain_ops = {
1562 .map = pcs_irqdomain_map,
1563 .xlate = irq_domain_xlate_onecell,
1567 * pcs_irq_init_chained_handler() - set up a chained interrupt handler
1568 * @pcs: pcs driver instance
1569 * @np: device node pointer
1571 static int pcs_irq_init_chained_handler(struct pcs_device *pcs,
1572 struct device_node *np)
1574 struct pcs_soc_data *pcs_soc = &pcs->socdata;
1575 const char *name = "pinctrl";
1578 if (!pcs_soc->irq_enable_mask ||
1579 !pcs_soc->irq_status_mask) {
1584 INIT_LIST_HEAD(&pcs->irqs);
1585 pcs->chip.name = name;
1586 pcs->chip.irq_ack = pcs_irq_mask;
1587 pcs->chip.irq_mask = pcs_irq_mask;
1588 pcs->chip.irq_unmask = pcs_irq_unmask;
1589 pcs->chip.irq_set_wake = pcs_irq_set_wake;
1591 if (PCS_QUIRK_HAS_SHARED_IRQ) {
1594 res = request_irq(pcs_soc->irq, pcs_irq_handler,
1595 IRQF_SHARED | IRQF_NO_SUSPEND |
1603 irq_set_chained_handler_and_data(pcs_soc->irq,
1604 pcs_irq_chain_handler,
1609 * We can use the register offset as the hardirq
1610 * number as irq_domain_add_simple maps them lazily.
1611 * This way we can easily support more than one
1612 * interrupt per function if needed.
1614 num_irqs = pcs->size;
1616 pcs->domain = irq_domain_add_simple(np, num_irqs, 0,
1620 irq_set_chained_handler(pcs_soc->irq, NULL);
1628 static int pcs_save_context(struct pcs_device *pcs)
1635 mux_bytes = pcs->width / BITS_PER_BYTE;
1637 if (!pcs->saved_vals) {
1638 pcs->saved_vals = devm_kzalloc(pcs->dev, pcs->size, GFP_ATOMIC);
1639 if (!pcs->saved_vals)
1643 switch (pcs->width) {
1645 regsl = pcs->saved_vals;
1646 for (i = 0; i < pcs->size; i += mux_bytes)
1647 *regsl++ = pcs->read(pcs->base + i);
1650 regsw = pcs->saved_vals;
1651 for (i = 0; i < pcs->size; i += mux_bytes)
1652 *regsw++ = pcs->read(pcs->base + i);
1655 regshw = pcs->saved_vals;
1656 for (i = 0; i < pcs->size; i += mux_bytes)
1657 *regshw++ = pcs->read(pcs->base + i);
1664 static void pcs_restore_context(struct pcs_device *pcs)
1671 mux_bytes = pcs->width / BITS_PER_BYTE;
1673 switch (pcs->width) {
1675 regsl = pcs->saved_vals;
1676 for (i = 0; i < pcs->size; i += mux_bytes)
1677 pcs->write(*regsl++, pcs->base + i);
1680 regsw = pcs->saved_vals;
1681 for (i = 0; i < pcs->size; i += mux_bytes)
1682 pcs->write(*regsw++, pcs->base + i);
1685 regshw = pcs->saved_vals;
1686 for (i = 0; i < pcs->size; i += mux_bytes)
1687 pcs->write(*regshw++, pcs->base + i);
1692 static int pinctrl_single_suspend(struct platform_device *pdev,
1695 struct pcs_device *pcs;
1697 pcs = platform_get_drvdata(pdev);
1701 if (pcs->flags & PCS_CONTEXT_LOSS_OFF) {
1704 ret = pcs_save_context(pcs);
1709 return pinctrl_force_sleep(pcs->pctl);
1712 static int pinctrl_single_resume(struct platform_device *pdev)
1714 struct pcs_device *pcs;
1716 pcs = platform_get_drvdata(pdev);
1720 if (pcs->flags & PCS_CONTEXT_LOSS_OFF)
1721 pcs_restore_context(pcs);
1723 return pinctrl_force_default(pcs->pctl);
1728 * pcs_quirk_missing_pinctrl_cells - handle legacy binding
1729 * @pcs: pinctrl driver instance
1730 * @np: device tree node
1731 * @cells: number of cells
1733 * Handle legacy binding with no #pinctrl-cells. This should be
1734 * always two pinctrl-single,bit-per-mux and one for others.
1735 * At some point we may want to consider removing this.
1737 static int pcs_quirk_missing_pinctrl_cells(struct pcs_device *pcs,
1738 struct device_node *np,
1742 const char *name = "#pinctrl-cells";
1746 error = of_property_read_u32(np, name, &val);
1750 dev_warn(pcs->dev, "please update dts to use %s = <%i>\n",
1753 p = devm_kzalloc(pcs->dev, sizeof(*p), GFP_KERNEL);
1757 p->length = sizeof(__be32);
1758 p->value = devm_kzalloc(pcs->dev, sizeof(__be32), GFP_KERNEL);
1761 *(__be32 *)p->value = cpu_to_be32(cells);
1763 p->name = devm_kstrdup(pcs->dev, name, GFP_KERNEL);
1767 pcs->missing_nr_pinctrl_cells = p;
1769 #if IS_BUILTIN(CONFIG_PINCTRL_SINGLE)
1770 error = of_add_property(np, pcs->missing_nr_pinctrl_cells);
1776 static int pcs_probe(struct platform_device *pdev)
1778 struct device_node *np = pdev->dev.of_node;
1779 struct pcs_pdata *pdata;
1780 struct resource *res;
1781 struct pcs_device *pcs;
1782 const struct pcs_soc_data *soc;
1785 soc = of_device_get_match_data(&pdev->dev);
1789 pcs = devm_kzalloc(&pdev->dev, sizeof(*pcs), GFP_KERNEL);
1793 pcs->dev = &pdev->dev;
1795 raw_spin_lock_init(&pcs->lock);
1796 mutex_init(&pcs->mutex);
1797 INIT_LIST_HEAD(&pcs->gpiofuncs);
1798 pcs->flags = soc->flags;
1799 memcpy(&pcs->socdata, soc, sizeof(*soc));
1801 ret = of_property_read_u32(np, "pinctrl-single,register-width",
1804 dev_err(pcs->dev, "register width not specified\n");
1809 ret = of_property_read_u32(np, "pinctrl-single,function-mask",
1812 pcs->fshift = __ffs(pcs->fmask);
1813 pcs->fmax = pcs->fmask >> pcs->fshift;
1815 /* If mask property doesn't exist, function mux is invalid. */
1821 ret = of_property_read_u32(np, "pinctrl-single,function-off",
1824 pcs->foff = PCS_OFF_DISABLED;
1826 pcs->bits_per_mux = of_property_read_bool(np,
1827 "pinctrl-single,bit-per-mux");
1828 ret = pcs_quirk_missing_pinctrl_cells(pcs, np,
1829 pcs->bits_per_mux ? 2 : 1);
1831 dev_err(&pdev->dev, "unable to patch #pinctrl-cells\n");
1836 res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
1838 dev_err(pcs->dev, "could not get resource\n");
1842 pcs->res = devm_request_mem_region(pcs->dev, res->start,
1843 resource_size(res), DRIVER_NAME);
1845 dev_err(pcs->dev, "could not get mem_region\n");
1849 pcs->size = resource_size(pcs->res);
1850 pcs->base = devm_ioremap(pcs->dev, pcs->res->start, pcs->size);
1852 dev_err(pcs->dev, "could not ioremap\n");
1856 platform_set_drvdata(pdev, pcs);
1858 switch (pcs->width) {
1860 pcs->read = pcs_readb;
1861 pcs->write = pcs_writeb;
1864 pcs->read = pcs_readw;
1865 pcs->write = pcs_writew;
1868 pcs->read = pcs_readl;
1869 pcs->write = pcs_writel;
1875 pcs->desc.name = DRIVER_NAME;
1876 pcs->desc.pctlops = &pcs_pinctrl_ops;
1877 pcs->desc.pmxops = &pcs_pinmux_ops;
1878 if (PCS_HAS_PINCONF)
1879 pcs->desc.confops = &pcs_pinconf_ops;
1880 pcs->desc.owner = THIS_MODULE;
1882 ret = pcs_allocate_pin_table(pcs);
1886 ret = pinctrl_register_and_init(&pcs->desc, pcs->dev, pcs, &pcs->pctl);
1888 dev_err(pcs->dev, "could not register single pinctrl driver\n");
1892 ret = pcs_add_gpio_func(np, pcs);
1896 pcs->socdata.irq = irq_of_parse_and_map(np, 0);
1897 if (pcs->socdata.irq)
1898 pcs->flags |= PCS_FEAT_IRQ;
1900 /* We still need auxdata for some omaps for PRM interrupts */
1901 pdata = dev_get_platdata(&pdev->dev);
1904 pcs->socdata.rearm = pdata->rearm;
1906 pcs->socdata.irq = pdata->irq;
1907 pcs->flags |= PCS_FEAT_IRQ;
1912 ret = pcs_irq_init_chained_handler(pcs, np);
1914 dev_warn(pcs->dev, "initialized with no interrupts\n");
1917 dev_info(pcs->dev, "%i pins, size %u\n", pcs->desc.npins, pcs->size);
1919 return pinctrl_enable(pcs->pctl);
1922 pcs_free_resources(pcs);
1927 static int pcs_remove(struct platform_device *pdev)
1929 struct pcs_device *pcs = platform_get_drvdata(pdev);
1934 pcs_free_resources(pcs);
1939 static const struct pcs_soc_data pinctrl_single_omap_wkup = {
1940 .flags = PCS_QUIRK_SHARED_IRQ,
1941 .irq_enable_mask = (1 << 14), /* OMAP_WAKEUP_EN */
1942 .irq_status_mask = (1 << 15), /* OMAP_WAKEUP_EVENT */
1945 static const struct pcs_soc_data pinctrl_single_dra7 = {
1946 .irq_enable_mask = (1 << 24), /* WAKEUPENABLE */
1947 .irq_status_mask = (1 << 25), /* WAKEUPEVENT */
1950 static const struct pcs_soc_data pinctrl_single_am437x = {
1951 .flags = PCS_QUIRK_SHARED_IRQ | PCS_CONTEXT_LOSS_OFF,
1952 .irq_enable_mask = (1 << 29), /* OMAP_WAKEUP_EN */
1953 .irq_status_mask = (1 << 30), /* OMAP_WAKEUP_EVENT */
1956 static const struct pcs_soc_data pinctrl_single = {
1959 static const struct pcs_soc_data pinconf_single = {
1960 .flags = PCS_FEAT_PINCONF,
1963 static const struct of_device_id pcs_of_match[] = {
1964 { .compatible = "ti,omap3-padconf", .data = &pinctrl_single_omap_wkup },
1965 { .compatible = "ti,omap4-padconf", .data = &pinctrl_single_omap_wkup },
1966 { .compatible = "ti,omap5-padconf", .data = &pinctrl_single_omap_wkup },
1967 { .compatible = "ti,dra7-padconf", .data = &pinctrl_single_dra7 },
1968 { .compatible = "ti,am437-padconf", .data = &pinctrl_single_am437x },
1969 { .compatible = "pinctrl-single", .data = &pinctrl_single },
1970 { .compatible = "pinconf-single", .data = &pinconf_single },
1973 MODULE_DEVICE_TABLE(of, pcs_of_match);
1975 static struct platform_driver pcs_driver = {
1977 .remove = pcs_remove,
1979 .name = DRIVER_NAME,
1980 .of_match_table = pcs_of_match,
1983 .suspend = pinctrl_single_suspend,
1984 .resume = pinctrl_single_resume,
1988 module_platform_driver(pcs_driver);
1990 MODULE_AUTHOR("Tony Lindgren <tony@atomide.com>");
1991 MODULE_DESCRIPTION("One-register-per-pin type device tree based pinctrl driver");
1992 MODULE_LICENSE("GPL v2");