Age | Commit message (Expand) | Author |
2021-12-16 | pinctrl: Get rid of duplicate of_node assignment in the drivers |  Andy Shevchenko |
2021-01-05 | pinctrl: remove empty lines in pinctrl subsystem |  Zhaoyu Liu |
2020-09-12 | pinctrl: sx150x: Fix pinctrl enablement order bug |  Martin DEVERA |
2020-07-23 | pinctrl: sx150x: Use irqchip template |  Linus Walleij |
2020-04-28 | pinctrl: fix several typos |  Dejin Zheng |
2020-02-21 | pinctrl: Use new GPIO_LINE_DIRECTION |  Matti Vaittinen |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284 |  Thomas Gleixner |
2018-12-07 | pinctrl: sx150x: handle failure case of devm_kstrdup |  Nicholas Mc Guire |
2018-01-18 | pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping |  Peter Rosin |
2018-01-18 | pinctrl: sx150x: Register pinctrl before adding the gpiochip |  Peter Rosin |
2018-01-18 | pinctrl: sx150x: Unregister the pinctrl on release |  Peter Rosin |
2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel |  Linus Walleij |
2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip |  Thierry Reding |
2017-10-09 | pinctrl: sx150x: make struct sx150x_regmap_config static |  Colin Ian King |
2017-01-26 | pinctrl / gpio: Introduce .set_config() callback for GPIO chips |  Mika Westerberg |
2016-12-07 | pinctrl: sx150x: use new nested IRQ infrastructure |  Linus Walleij |
2016-12-07 | pinctrl: sx150x: handle missing 'advanced' reg in sx1504 and sx1505 |  Peter Rosin |
2016-12-07 | pinctrl: sx150x: rename 'reg_advance' to 'reg_advanced' |  Peter Rosin |
2016-12-07 | pinctrl: sx150x: access the correct bits in the 4-bit regs of sx150[147] |  Peter Rosin |
2016-11-25 | pinctrl: sx150x: add support for sx1501, sx1504, sx1505 and sx1507 |  Peter Rosin |
2016-11-25 | pinctrl: sx150x: sort chips by part number |  Peter Rosin |
2016-11-25 | pinctrl: sx150x: use correct registers for reg_sense (sx1502 and sx1508) |  Peter Rosin |
2016-11-24 | pinctrl: sx150x: support setting multiple pins at once |  Peter Rosin |
2016-11-23 | pinctrl: sx150x: various spelling fixes and some white-space cleanup |  Peter Rosin |
2016-11-08 | pinctrl: sx150x: fix up headers |  Linus Walleij |
2016-11-08 | pinctrl-sx150x: Remove magic numbers from sx150x_reset |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Remove magic numbers from sx150x_irq_set_type |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Use handle_bad_irq instead of handle_edge_irq |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Simplify interrupt handler |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Improve oscio GPIO functions |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Remove excessive locking |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Replace sx150x_*_cfg by means of regmap API |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Convert driver to use regmap API |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Improve sx150x_init_misc for SX1504/5/6 |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Move some code out of sx150x_init_hw |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Fix incorrect constant in sx150x_init_hw |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Replace magic number in sx150x_init_hw |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Add SX1503 specific data |  Andrey Smirnov |
2016-11-08 | pinctrl-sx150x: Improve OF device matching code |  Andrey Smirnov |
2016-10-24 | pinctrl: Add SX150X GPIO Extender Pinctrl Driver |  Neil Armstrong |