summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: single: use of_device_get_match_data() to get soc dataMasahiro Yamada2017-05-291-6/+2
* pinctrl: zte: fix group_desc initializationShawn Guo2017-05-291-2/+2
* pinctrl: meson-gxbb: Add SPI pins for SPICC controllerNeil Armstrong2017-05-291-0/+14
* pinctrl: meson-gxl: Add SPI pins for the SPICC controllerNeil Armstrong2017-05-291-0/+14
* pinctrl: sunxi: Fix SPDIF function name for A83TChen-Yu Tsai2017-05-231-1/+1
* Merge branch 'mcp23s08' into develLinus Walleij2017-05-235-268/+411
|\
| * pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel2017-05-231-17/+2
| * pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel2017-05-231-19/+10
| * pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel2017-05-231-18/+9
| * pinctrl: mcp23s08: simplify spi pdata handlingSebastian Reichel2017-05-231-35/+32
| * pinctrl: mcp23s08: simplify i2c pdata handlingSebastian Reichel2017-05-231-19/+7
| * pinctrl: mcp23s08: switch to devm_gpiochip_add_dataSebastian Reichel2017-05-231-38/+2
| * pinctrl: mcp23s08: use managed kzalloc for mcpSebastian Reichel2017-05-231-8/+2
| * pinctrl: mcp23s08: irq mapping is already doneSebastian Reichel2017-05-231-4/+0
| * pinctrl: mcp23s08: drop OF_GPIO dependencySebastian Reichel2017-05-231-1/+0
| * pinctrl: mcp23s08: switch to regmap cachingSebastian Reichel2017-05-231-95/+192
| * pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel2017-05-231-7/+0
| * pinctrl: mcp23s08: add pinconf supportSebastian Reichel2017-05-232-24/+176
| * gpio: mcp23s08: move to pinctrlSebastian Reichel2017-05-235-18/+14
* | Merge branch 'ingenic' into develLinus Walleij2017-05-2210-191/+1276
|\ \
| * | mtd: nand: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-22/+1
| * | fbdev: jz4740-fb: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-101/+3
| * | pwm: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-29/+0
| * | mmc: jz4740: Let the pinctrl driver configure the pinsPaul Cercueil2017-05-221-39/+5
| * | gpio: Add gpio-ingenic driverPaul Cercueil2017-05-223-0/+405
| * | pinctrl: add a pinctrl driver for the Ingenic jz47xx SoCsPaul Cercueil2017-05-223-0/+862
| |/
* | pinctrl: When claiming hog, skip maps not served by same deviceNikita Yushchenko2017-05-221-0/+10
* | pinctrl: imx: add soc specific mux_mode mask and shift propertyDong Aisheng2017-05-223-5/+11
* | pinctrl: imx: add generic pin config core supportDong Aisheng2017-05-223-11/+124
* | pinctrl: imx: fix debug message for SHARE_MUX_CONF_REG caseDong Aisheng2017-05-221-4/+8
* | pinctrl: imx: Check for memory allocation failureChristophe JAILLET2017-05-221-2/+3
* | pinctrl: mediatek: reuse pinctrl driver for mt7623Sean Wang2017-05-225-2324/+2
* | pinctrl: meson: meson8: add the AO HDMI CEC pinMartin Blumenstingl2017-05-221-0/+9
* | pinctrl: meson: meson8: add support for the AO remote output pinMartin Blumenstingl2017-05-221-1/+3
* | pinctrl: meson: meson8: add support for the I2S and SPDIF pinsMartin Blumenstingl2017-05-221-0/+52
* | pinctrl: meson: meson8: add the PWM pinsMartin Blumenstingl2017-05-221-0/+62
* | pinctrl: Adjust nine checks for null pointersMarkus Elfring2017-05-221-9/+9
* | pinctrl: Use seq_putc() in pinctrl_maps_show()Markus Elfring2017-05-221-1/+1
* | pinctrl: Add spaces for better code readabilityMarkus Elfring2017-05-221-4/+4
* | pinctrl: Combine substrings for a message in pin_config_group_get()Markus Elfring2017-05-221-3/+2
* | pinctrl: Adjust five checks for null pointersMarkus Elfring2017-05-221-5/+5
* | pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map()Markus Elfring2017-05-221-2/+2
* | pinctrl/amd: Update contact information for AMD pinctrl/amdShyam Sundar S K2017-05-221-0/+4
* | pinctrl: Use seq_putc() in three functionsMarkus Elfring2017-05-221-5/+3
* | pinctrl: armada-37xx: Add irqchip supportGregory CLEMENT2017-05-221-0/+229
* | pinctrl: rockchip: remove unneeded (void *) casts in of_match_tableMasahiro Yamada2017-05-221-11/+11
* | pinctrl: add ZTE ZX pinctrl driver supportShawn Guo2017-05-227-0/+1594
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-211-7/+10
|\
| * irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| * irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3