| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'pinctrl-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-08-14 | 73 | -284/+2755 |
|\ |
|
| * | pinctrl: nomadik: silence uninitialized variable warning | Dan Carpenter | 2018-08-10 | 1 | -5/+6 |
| * | pinctrl: axp209: Fix NULL pointer dereference after allocation | Anton Vasilyev | 2018-08-10 | 1 | -6/+20 |
| * | pinctrl: samsung: Remove duplicated "wakeup" in printk | Krzysztof Kozlowski | 2018-08-10 | 1 | -1/+1 |
| * | pinctrl: ocelot: add support for interrupt controller | Quentin Schulz | 2018-08-06 | 2 | -2/+101 |
| * | pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq() | Andy Shevchenko | 2018-08-03 | 1 | -2/+4 |
| * | pinctrl: berlin: fix 'pctrl->functions' allocation in berlin_pinctrl_build_state | YueHaibing | 2018-08-03 | 1 | -6/+8 |
| * | pinctrl: tegra: Move drivers registration to arch_init level | Dmitry Osipenko | 2018-08-03 | 5 | -5/+30 |
| * | pinctrl: baytrail: actually print the apparently misconfigured pin | Alexander Stein | 2018-08-03 | 1 | -1/+2 |
| * | pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show() | Dan Carpenter | 2018-08-01 | 1 | -1/+1 |
| * | pinctrl: uniphier: add spi pin-mux settings | Kunihiko Hayashi | 2018-07-30 | 9 | -0/+95 |
| * | pinctrl: cannonlake: Fix community ordering for H variant | Andy Shevchenko | 2018-07-30 | 1 | -6/+2 |
| * | pinctrl: tegra: define GPIO compatible node per SoC | Stefan Agner | 2018-07-29 | 7 | -3/+9 |
| * | pinctrl: intel: Do pin translation when lock IRQ | Andy Shevchenko | 2018-07-29 | 1 | -0/+30 |
| * | pinctrl: imx: off by one in imx_pinconf_group_dbg_show() | Dan Carpenter | 2018-07-29 | 1 | -1/+1 |
| * | pinctrl: mediatek: include chained_irq.h header | Arnd Bergmann | 2018-07-29 | 1 | -0/+1 |
| * | pinctrl/amd: only handle irq if it is pending and unmasked | Daniel Kurtz | 2018-07-29 | 1 | -1/+2 |
| * | pinctrl/amd: fix gpio irq level in debugfs | Daniel Kurtz | 2018-07-29 | 2 | -7/+11 |
| * | pinctrl: stm32: add syscfg mask parameter | Ludovic Barre | 2018-07-29 | 1 | -2/+14 |
| * | pinctrl: stm32: check node status before new gpio bank registering | Alexandre Torgue | 2018-07-29 | 1 | -2/+16 |
| * | pinctrl: stm32: fix bank io port number | Alexandre Torgue | 2018-07-29 | 1 | -1/+8 |
| * | pinctrl: berlin: add the as370 SoC pinctrl driver | Jisheng Zhang | 2018-07-29 | 3 | -0/+374 |
| * | Merge tag 'samsung-pinctrl-4.19' of https://git.kernel.org/pub/scm/linux/kern... | Linus Walleij | 2018-07-25 | 3 | -1/+94 |
| |\ |
|
| | * | pinctrl: samsung: Write external wakeup interrupt mask | Krzysztof Kozlowski | 2018-07-24 | 2 | -1/+52 |
| | * | pinctrl: samsung: Add dedicated compatible for S5Pv210 wakeup interrupts | Krzysztof Kozlowski | 2018-07-24 | 1 | -0/+18 |
| | * | pinctrl: samsung: Document suspend and resume members | Krzysztof Kozlowski | 2018-07-24 | 1 | -0/+8 |
| | * | pinctrl: samsung: Define suspend and resume callbacks for all banks and SoCs | Krzysztof Kozlowski | 2018-07-24 | 1 | -0/+16 |
| * | | pinctrl: mt7622: Fix probe fail by misuse the selector | Sean Wang | 2018-07-17 | 1 | -2/+2 |
| * | | pinctrl: single: Fix missing unlock on error path | Wei Yongjun | 2018-07-17 | 1 | -2/+2 |
| * | | pinctrl: core: Remove broken remove_last group and pinmux functions | Tony Lindgren | 2018-07-17 | 2 | -13/+0 |
| * | | pinctrl: rza1: Fix selector use for groups and functions | Tony Lindgren | 2018-07-17 | 1 | -11/+13 |
| * | | pinctrl: single: Fix group and function selector use | Tony Lindgren | 2018-07-17 | 1 | -36/+55 |
| * | | pinctrl: pinmux: Return selector to the pinctrl driver | Tony Lindgren | 2018-07-17 | 1 | -4/+12 |
| * | | pinctrl: core: Return selector to the pinctrl driver | Tony Lindgren | 2018-07-17 | 1 | -3/+32 |
| * | | pinctrl: at91-pio4: Remove redundant return value check | Wei Yongjun | 2018-07-16 | 1 | -4/+0 |
| * | | pinctrl: ocelot: fix gpio4 twi function | Alexandre Belloni | 2018-07-16 | 1 | -1/+1 |
| * | | pinctrl: imx: add driver for i.MX8MQ | Lucas Stach | 2018-07-16 | 3 | -0/+359 |
| * | | pinctrl: baytrail: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-07-16 | 1 | -0/+2 |
| * | | pinctrl: at91-pio4: add support for drive strength | Ludovic Desroches | 2018-07-16 | 1 | -0/+42 |
| * | | pinctrl: mt7622: mark expected switch fall-through | Gustavo A. R. Silva | 2018-07-16 | 1 | -0/+1 |
| * | | pinctrl: meson: add gen_clk pins | Jerome Brunet | 2018-07-16 | 2 | -0/+17 |
| * | | pinctrl: sh-pfc: r8a77990: Add USB3.0 pins, groups and functions | Takeshi Kihara | 2018-07-16 | 1 | -0/+27 |
| * | | pinctrl: sh-pfc: r8a77990: Add USB2.0 pins, groups and functions | Takeshi Kihara | 2018-07-16 | 1 | -0/+38 |
| * | | pinctrl: sh-pfc: r8a77990: Revise USB ID pin name | Yoshihiro Shimoda | 2018-07-16 | 1 | -2/+2 |
| * | | pinctrl: sh-pfc: r8a77965: Add HSCIF pins, groups, and functions | Takeshi Kihara | 2018-07-16 | 1 | -0/+333 |
| * | | pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliant | Douglas Anderson | 2018-07-09 | 1 | -8/+24 |
| * | | pinctrl: msm: Fix msm_config_group_get() to be compliant | Douglas Anderson | 2018-07-09 | 1 | -3/+11 |
| * | | pinctrl: actions: fix unsigned less than zero comparison | Colin Ian King | 2018-07-02 | 1 | -4/+3 |
| * | | pinctrl: intel: Convert to use SPDX identifier | Andy Shevchenko | 2018-07-02 | 13 | -56/+15 |
| * | | pinctrl: intel: Add Ice Lake PCH pin controller support | Andy Shevchenko | 2018-06-29 | 3 | -0/+445 |