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