index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pinctrl
/
pinctrl-pic32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-16
pinctrl: avoid PLAT_ORION dependency
Russell King
1
-4
/
+0
2017-06-16
pinctrl: mvebu: remove the offset property for regmap
Gregory CLEMENT
2
-6
/
+2
2017-06-16
pinctrl: meson-gxl: add tsin_a pins
Jerome Brunet
1
-0
/
+36
2017-06-09
pinctrl: intel: Add Intel Cannon Lake PCH pin controller support
Mika Westerberg
3
-0
/
+451
2017-06-09
pinctrl: intel: Make it possible to specify mode per pin in a group
Mika Westerberg
2
-8
/
+26
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
dt-bindings: pinctrl: sunxi: Add compatible string for A83T R_PIO
Chen-Yu Tsai
1
-0
/
+1
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
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
dt-bindings: add compatible string for Allwinner R40 pinctrl
Icenowy Zheng
1
-0
/
+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
2
-0
/
+2
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
MAINTAINERS: extend mvebu SoC entry with pinctrl drivers
Gregory CLEMENT
1
-0
/
+1
2017-05-23
pinctrl: pinctrl.txt: standardize document format
Mauro Carvalho Chehab
1
-554
/
+570
2017-05-23
pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base
Sebastian Reichel
1
-5
/
+5
2017-05-23
pinctrl: mcp23s08: drop comment about missing irq support
Sebastian Reichel
2
-20
/
+2
2017-05-23
pinctrl: mcp23s08: simplify spi_present_mask handling
Sebastian Reichel
3
-26
/
+13
2017-05-23
pinctrl: mcp23s08: generalize irq property handling
Sebastian Reichel
2
-36
/
+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
[next]