summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT configPaul Cercueil2019-12-162-2/+2
* pinctrl: Modify Kconfig to fix linker errorRahul Tanwar2019-12-131-0/+1
* Merge tag 'intel-pinctrl-v5.5-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-12-132-134/+173
|\
| * pinctrl: cherryview: Pass irqchip when adding gpiochipHans de Goede2019-12-091-23/+22
| * pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callbackHans de Goede2019-12-091-11/+22
| * pinctrl: cherryview: Split out irq hw-init into a separate helper functionHans de Goede2019-12-091-18/+27
| * pinctrl: baytrail: Pass irqchip when adding gpiochipAndy Shevchenko2019-12-091-18/+24
| * pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-12-091-7/+14
| * pinctrl: baytrail: Update North Community pin listAndy Shevchenko2019-12-091-28/+28
| * pinctrl: baytrail: Really serialize all register accessesHans de Goede2019-12-091-37/+44
* | pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpioAlexandre Torgue2019-12-131-1/+1
* | pinctrl: aspeed-g6: Fix LPC/eSPI mux configurationAndrew Jeffery2019-12-121-16/+8
|/
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-033-3/+146
|\
| * Merge tag 'irqchip-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner2019-11-203-3/+146
| |\
| | * pinctrl/sdm845: Add PDC wakeup interrupt map for GPIOsLina Iyer2019-11-161-1/+22
| | * pinctrl/msm: Setup GPIO chip in hierarchyLina Iyer2019-11-162-2/+124
* | | pinctrl: Fix warning by adding missing MODULE_LICENSERahul Tanwar2019-11-281-0/+1
* | | Merge tag 'pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-11-2797-1296/+5497
|\ \ \ | |/ / |/| |
| * | pinctrl: ingenic: Add OTG VBUS pin for the JZ4770Paul Cercueil2019-11-211-0/+5
| * | pinctrl: ingenic: Handle PIN_CONFIG_OUTPUT configPaul Cercueil2019-11-211-1/+22
| * | pinctrl: Fix Kconfig indentationKrzysztof Kozlowski2019-11-214-66/+66
| * | pinctrl: lewisburg: Update pin list according to v1.1v6Andy Shevchenko2019-11-211-85/+86
| * | pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT2019-11-211-3/+3
| * | pinctrl: Add pinmux & GPIO controller driver for a new SoCRahul Tanwar2019-11-214-0/+1107
| * | pinctrl: rza1: remove unnecessary static inline functionMatti Vaittinen2019-11-211-7/+1
| * | pinctrl: meson: add pinctrl driver support for Meson-A1 SoCQianggui Song2019-11-195-0/+960
| * | pinctrl: meson: add a new callback for SoCs fixupQianggui Song2019-11-198-9/+39
| * | pinctrl: nomadik: db8500: Add mc0_a_2 pin group without direction controlStephan Gerhold2019-11-191-1/+11
| * | Merge tag 'intel-pinctrl-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij2019-11-135-73/+561
| |\ \
| | * | pinctrl: cherryview: Missed type change to unsigned intAndy Shevchenko2019-11-071-2/+2
| | * | pinctrl: intel: Missed type change to unsigned intAndy Shevchenko2019-11-071-2/+2
| | * | pinctrl: intel: Add Intel Tiger Lake pin controller supportAndy Shevchenko2019-10-303-0/+462
| | * | pinctrl: intel: Use helper to restore register values on ->resume()Andy Shevchenko2019-10-301-13/+13
| | * | pinctrl: intel: Drop level from warning to debug in intel_restore_hostown()Andy Shevchenko2019-10-301-1/+1
| | * | pinctrl: intel: Introduce intel_restore_intmask() helperAndy Shevchenko2019-10-301-5/+11
| | * | pinctrl: intel: Introduce intel_restore_hostown() helperAndy Shevchenko2019-10-301-17/+21
| | * | pinctrl: intel: Introduce intel_restore_padcfg() helperAndy Shevchenko2019-10-301-27/+24
| | * | pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko2019-10-301-12/+12
| | * | pinctrl: cherryview: Fix spelling mistake in the commentAndy Shevchenko2019-10-301-1/+1
| | * | pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede2019-10-301-1/+1
| | * | pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko2019-10-301-1/+20
| | |/
| * | Merge tag 'v5.4-rc5' into develLinus Walleij2019-11-139-115/+89
| |\|
| * | Merge tag 'samsung-pinctrl-5.5' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2019-11-054-7/+29
| |\ \
| | * | pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski2019-10-011-2/+8
| | * | pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
| | * | pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski2019-10-011-1/+5
| | * | pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski2019-10-011-2/+8
| | * | pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta2019-10-011-1/+3
| * | | pinctrl: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-11-0531-105/+40
| * | | pinctrl: just return if no valid mapslijiazi2019-11-051-0/+10