summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2018-07-14pinctrl: nsp: Fix potential NULL dereferenceWei Yongjun-0/+2
2018-07-14pinctrl: nsp: off by ones in nsp_pinmux_enable()Dan Carpenter-2/+2
2018-07-14pinctrl: sh-pfc: r8a77970: remove SH_PFC_PIN_CFG_DRIVE_STRENGTH flagNiklas Söderlund-8/+6
2018-07-14pinctrl: ingenic: Fix inverted direction for < JZ4770Paul Cercueil-1/+1
2018-07-14pinctrl: mt7622: fix a kernel panic when gpio-hog is being appliedSean Wang-2/+2
2018-07-14pinctrl: mt7622: stop using the deprecated pinctrl_add_gpio_rangeSean Wang-5/+14
2018-07-14pinctrl: mt7622: fix that pinctrl_claim_hogs cannot workSean Wang-3/+12
2018-07-14pinctrl: mt7622: fix initialization sequence between eint and gpiochipSean Wang-5/+5
2018-07-14pinctrl: mt7622: fix error path on failing at groups buildingSean Wang-1/+1
2018-06-18pinctrl: mt7622: fix a kernel panic when pio don't work as EINT controllerSean Wang-1/+5
2018-06-18pinctrl: actions: Fix uninitialized error in owl_pin_config_set()Geert Uytterhoeven-1/+1
2018-06-18pinctrl: single: Add allocation failure checking of saved_valsColin Ian King-3/+11
2018-06-18pinctrl: devicetree: Fix pctldev pointer overwriteFabio Estevam-2/+5
2018-06-18pinctrl: mediatek: remove redundant return value check of platform_get_resour...Wei Yongjun-5/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-162/+217
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook-4/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-8/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+5
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-2/+2
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2130/+11679
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+3
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook-4/+3
2018-06-04pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov-0/+4
2018-05-24pinctrl/stm32: Add irq_eoi for stm32gpio irqchipLudovic Barre-6/+7
2018-05-24pinctrl: at91-pio4: add missing of_node_putJulia Lawall-1/+3
2018-05-24pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou-1/+2
2018-05-24pinctrl: msm: fix gpio-hog related boot issuesChristian Lamparter-5/+18
2018-05-24pinctrl: mediatek: remove unused fields in struct mtk_eint_hwSean Wang-6/+0
2018-05-24pinctrl: mediatek: use generic EINT register maps for each SoCSean Wang-102/+6
2018-05-24pinctrl: mediatek: add EINT support to MT7622 SoCSean Wang-1/+144
2018-05-24pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fitSean Wang-527/+756
2018-05-24pinctrl: freescale: Switch to SPDX identifierFabio Estevam-271/+151
2018-05-24Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/ke...Linus Walleij-1017/+51
2018-05-24Merge tag 'sh-pfc-for-v4.18-tag2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-14/+2803
2018-05-23pinctrl: samsung: Fix suspend/resume for Exynos5433 GPF1..5 banksMarek Szyprowski-1/+1
2018-05-23pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin commentsGeert Uytterhoeven-12/+12
2018-05-23pinctrl: sh-pfc: r8a77965: Add I2C pin supportNiklas Söderlund-0/+77
2018-05-23pinctrl: sh-pfc: r8a77990: Add EthernetAVB pins, groups and functionsTakeshi Kihara-0/+90
2018-05-23pinctrl: sh-pfc: r8a77990: Add I2C{1,2,4,5,6,7} pins, groups and functionsTakeshi Kihara-0/+190
2018-05-23pinctrl: sh-pfc: r8a77990: Add SCIF pins, groups and functionsTakeshi Kihara-0/+365
2018-05-23pinctrl: sh-pfc: r8a77990: Add bias pinconf supportTakeshi Kihara-9/+331
2018-05-23pinctrl: sh-pfc: Initial R8A77990 PFC supportTakeshi Kihara-0/+1741
2018-05-23pinctrl: sh-pfc: Add PORT_GP_11 helper macroTakeshi Kihara-2/+6
2018-05-23pinctrl: berlin: switch to SPDX license identifierJisheng Zhang-32/+6
2018-05-23pinctrl: rockchip: Add set_config callback support for gpiolibShawn Lin-0/+52
2018-05-23pinctrl: rockchip: Add pinctrl support for PX30David Wu-0/+194
2018-05-23pinctrl: mvebu: update use "nand" function for "rb" pinChris Packham-1/+1
2018-05-23pinctrl: actions: Add gpio support for Actions S900 SoCManivannan Sadhasivam-1/+247
2018-05-23pinctrl: pinctrl-single: Add functions to save and restore pinctrl contextKeerthy-1/+71
2018-05-16pinctrl: nand: meson-gxl: fix missing data pinsYixun Lan-2/+2