Age | Commit message (Expand) | Author | Files | Lines |
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 |