aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-14pinctrl: nsp: Fix potential NULL dereferenceWei Yongjun1-0/+2
2018-07-14pinctrl: nsp: off by ones in nsp_pinmux_enable()Dan Carpenter1-2/+2
2018-07-14pinctrl: sh-pfc: r8a77970: remove SH_PFC_PIN_CFG_DRIVE_STRENGTH flagNiklas Söderlund1-8/+6
2018-07-14pinctrl: ingenic: Fix inverted direction for < JZ4770Paul Cercueil1-1/+1
2018-07-14pinctrl: mt7622: fix a kernel panic when gpio-hog is being appliedSean Wang1-2/+2
2018-07-14pinctrl: mt7622: stop using the deprecated pinctrl_add_gpio_rangeSean Wang1-5/+14
2018-07-14pinctrl: mt7622: fix that pinctrl_claim_hogs cannot workSean Wang1-3/+12
2018-07-14pinctrl: mt7622: fix initialization sequence between eint and gpiochipSean Wang1-5/+5
2018-07-14pinctrl: mt7622: fix error path on failing at groups buildingSean Wang1-1/+1
2018-07-10pinctrl: Support stopping deferred probe after initcallsRob Herring1-4/+11
2018-07-09pinctrl: qcom: spmi-gpio: Fix pmic_gpio_config_get() to be compliantDouglas Anderson1-8/+24
2018-07-09pinctrl: msm: Fix msm_config_group_get() to be compliantDouglas Anderson1-3/+11
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap12-0/+12
2018-07-02pinctrl: actions: fix unsigned less than zero comparisonColin Ian King1-4/+3
2018-07-02pinctrl: intel: Convert to use SPDX identifierAndy Shevchenko13-56/+15
2018-06-29pinctrl: intel: Add Ice Lake PCH pin controller supportAndy Shevchenko3-0/+445
2018-06-29pinctrl: armada-37xx: add suspend/resume supportMiquel Raynal1-0/+118
2018-06-29pinctrl: actions: Add interrupt support for OWL S900 SoCManivannan Sadhasivam4-18/+307
2018-06-28pinctrl: aspeed: Fix documentationJoel Stanley1-2/+2
2018-06-28pinctrl: cedarfork: Correct EAST pin orderingMika Westerberg1-46/+46
2018-06-26pinctrl: gemini: Mask properlyLinus Walleij1-0/+2
2018-06-18pinctrl: Cut unused sysfs includesLinus Walleij2-2/+0
2018-06-18pinctrl: pinctrl-single: Avoid divisions in context save/restoreGeert Uytterhoeven1-18/+18
2018-06-18pinctrl: mcp23s08: debugfs: Do not restore the INTF registerJan Kundrát1-1/+1
2018-06-18pinctrl: mcp23s08: Kconfig: update to reflect supported featuresJan Kundrát1-4/+4
2018-06-18pinctrl: mt7622: fix a kernel panic when pio don't work as EINT controllerSean Wang1-1/+5
2018-06-18pinctrl: actions: Fix uninitialized error in owl_pin_config_set()Geert Uytterhoeven1-1/+1
2018-06-18pinctrl: single: Add allocation failure checking of saved_valsColin Ian King1-3/+11
2018-06-18pinctrl: devicetree: Fix pctldev pointer overwriteFabio Estevam1-2/+5
2018-06-18pinctrl: mediatek: remove redundant return value check of platform_get_resource()Wei Yongjun1-5/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook28-162/+217
2018-06-12treewide: devm_kmalloc() -> devm_kmalloc_array()Kees Cook2-4/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook7-8/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook3-3/+5
2018-06-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-2/+2
2018-06-07Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds91-2130/+11679
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds2-4/+3
2018-06-06treewide: Use struct_size() for devm_kmalloc() and friendsKees Cook2-4/+3
2018-06-05pinctrl: madera: Add driver for Cirrus Logic Madera codecsRichard Fitzgerald9-0/+1307
2018-06-04pinctrl: cherryview: limit Strago DMI workarounds to version 1.0Dmitry Torokhov1-0/+4
2018-05-24pinctrl/stm32: Add irq_eoi for stm32gpio irqchipLudovic Barre1-6/+7
2018-05-24pinctrl: at91-pio4: add missing of_node_putJulia Lawall1-1/+3
2018-05-24pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou1-1/+2
2018-05-24pinctrl: msm: fix gpio-hog related boot issuesChristian Lamparter1-5/+18
2018-05-24pinctrl: mediatek: remove unused fields in struct mtk_eint_hwSean Wang6-6/+0
2018-05-24pinctrl: mediatek: use generic EINT register maps for each SoCSean Wang7-102/+6
2018-05-24pinctrl: mediatek: add EINT support to MT7622 SoCSean Wang2-1/+144
2018-05-24pinctrl: mediatek: refactor EINT related code for all MediaTek pinctrl can fitSean Wang11-527/+756
2018-05-24pinctrl: freescale: Switch to SPDX identifierFabio Estevam25-271/+151
2018-05-24Merge tag 'samsung-pinctrl-4.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung into develLinus Walleij6-1017/+51