Age | Commit message (Expand) | Author | Files | Lines |
2017-06-09 | pinctrl: intel: Add support for variable size pad groups | Mika Westerberg | 3 | -56/+176 |
2017-06-09 | pinctrl: sunxi: Add support for A83T R_PIO | Chen-Yu Tsai | 3 | -0/+133 |
2017-06-09 | pinctrl: bcm: cleanup Broadcom license headers | Scott Branden | 4 | -15/+15 |
2017-06-09 | pinctrl: sunxi: constify irq_domain_ops | Tobias Klauser | 1 | -1/+1 |
2017-06-09 | pinctrl: stm32: remove useless check | Alexandre TORGUE | 1 | -5/+0 |
2017-06-09 | pinctrl: meson: add interrupts to pinctrl data | Jerome Brunet | 5 | -46/+63 |
2017-06-09 | pinctrl: meson-gxbb: remove non-existing pin GPIOX_22 | Heiner Kallweit | 1 | -1/+0 |
2017-05-31 | Merge tag 'sh-pfc-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Walleij | 9 | -1353/+1926 |
2017-05-31 | pinctrl: stm32: Implement .get_direction gpio_chip callback | Alexandre TORGUE | 2 | -3/+25 |
2017-05-31 | pinctrl: stm32: set pin to gpio input when used as interrupt | Alexandre TORGUE | 1 | -10/+29 |
2017-05-31 | pinctrl: mcp23s08: improve I2C Kconfig dependency | Arnd Bergmann | 1 | -0/+1 |
2017-05-29 | pinctrl: xway: fix copy/paste error in xrx200_grps | Martin Schiller | 1 | -1/+1 |
2017-05-29 | pinctrl: sunxi: drop dedicated A20 driver | Icenowy Zheng | 3 | -1061/+0 |
2017-05-29 | pinctrl: sunxi: add A20 support to A10 driver | Icenowy Zheng | 2 | -65/+226 |
2017-05-29 | pinctrl: sunxi: Add SoC ID definitions for A10, A20 and R40 SoCs | Icenowy Zheng | 1 | -0/+3 |
2017-05-29 | pinctrl: rockchip: Add iomux-route switching support for rk3399 | David Wu | 1 | -0/+41 |
2017-05-29 | pinctrl: rockchip: Add iomux-route switching support for rk3328 | David Wu | 1 | -0/+83 |
2017-05-29 | pinctrl: rockchip: Add iomux-route switching support for rk3228 | David Wu | 1 | -0/+132 |
2017-05-29 | pinctrl: rockchip: Add iomux-route switching support | David Wu | 1 | -1/+64 |
2017-05-29 | gpio/pinctrl: ingenic: depend on OF | Linus Walleij | 1 | -0/+1 |
2017-05-29 | pinctrl: meson-gxl: Add Ethernet PHY LEDS pins | Neil Armstrong | 1 | -0/+10 |
2017-05-29 | pinctrl: meson-gxl: Add CEC pins | Neil Armstrong | 1 | -0/+10 |
2017-05-29 | pinctrl: meson-gxbb: Add CEC pins | Neil Armstrong | 1 | -0/+10 |
2017-05-29 | pinctrl: meson-gxl: Fix typo in AO SPDIF pins | Neil Armstrong | 1 | -2/+2 |
2017-05-29 | pinctrl: meson-gxl: Fix typo in AO I2S pins | Neil Armstrong | 1 | -2/+2 |
2017-05-29 | pinctrl: meson-gxbb: Add missing GPIODV_18 pin entry | Neil Armstrong | 1 | -0/+1 |
2017-05-29 | pinctrl: meson-gxl: Add missing GPIODV_18 pin entry | Neil Armstrong | 1 | -0/+1 |
2017-05-29 | pinctrl: bcm: clean up modular vs. non-modular distinctions | Paul Gortmaker | 3 | -31/+16 |
2017-05-29 | pinctrl: tegra: clean up modular vs. non-modular distinctions | Paul Gortmaker | 6 | -36/+18 |
2017-05-29 | pinctrl: single: use of_device_get_match_data() to get soc data | Masahiro Yamada | 1 | -6/+2 |
2017-05-29 | pinctrl: zte: fix group_desc initialization | Shawn Guo | 1 | -2/+2 |
2017-05-29 | pinctrl: meson-gxbb: Add SPI pins for SPICC controller | Neil Armstrong | 1 | -0/+14 |
2017-05-29 | pinctrl: meson-gxl: Add SPI pins for the SPICC controller | Neil Armstrong | 1 | -0/+14 |
2017-05-23 | pinctrl: sunxi: Fix SPDIF function name for A83T | Chen-Yu Tsai | 1 | -1/+1 |
2017-05-23 | Merge branch 'mcp23s08' into devel | Linus Walleij | 3 | -0/+1208 |
2017-05-23 | pinctrl: mcp23s08: drop comment about missing irq support | Sebastian Reichel | 1 | -17/+2 |
2017-05-23 | pinctrl: mcp23s08: simplify spi_present_mask handling | Sebastian Reichel | 1 | -19/+10 |
2017-05-23 | pinctrl: mcp23s08: generalize irq property handling | Sebastian Reichel | 1 | -18/+9 |
2017-05-23 | pinctrl: mcp23s08: simplify spi pdata handling | Sebastian Reichel | 1 | -35/+32 |
2017-05-23 | pinctrl: mcp23s08: simplify i2c pdata handling | Sebastian Reichel | 1 | -19/+7 |
2017-05-23 | pinctrl: mcp23s08: switch to devm_gpiochip_add_data | Sebastian Reichel | 1 | -38/+2 |
2017-05-23 | pinctrl: mcp23s08: use managed kzalloc for mcp | Sebastian Reichel | 1 | -8/+2 |
2017-05-23 | pinctrl: mcp23s08: irq mapping is already done | Sebastian Reichel | 1 | -4/+0 |
2017-05-23 | pinctrl: mcp23s08: drop OF_GPIO dependency | Sebastian Reichel | 1 | -1/+0 |
2017-05-23 | pinctrl: mcp23s08: switch to regmap caching | Sebastian Reichel | 1 | -95/+192 |
2017-05-23 | pinctrl: mcp23s08: drop pullup config from pdata | Sebastian Reichel | 1 | -7/+0 |
2017-05-23 | pinctrl: mcp23s08: add pinconf support | Sebastian Reichel | 2 | -24/+176 |
2017-05-23 | gpio: mcp23s08: move to pinctrl | Sebastian Reichel | 3 | -0/+1061 |
2017-05-22 | Merge branch 'ingenic' into devel | Linus Walleij | 3 | -0/+862 |
2017-05-22 | pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCs | Paul Cercueil | 3 | -0/+862 |