summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2019-02-20pinctrl: msm: fix gpio-hog related boot issuesChristian Lamparter1-5/+18
2018-11-10pinctrl: imx25: ensure that a pin with id i is at position i in the info arrayUwe Kleine-König1-1/+3
2018-11-10pinctrl: at91: fix null pointer dereferenceDavid Dueck1-0/+15
2018-09-05pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()Dan Carpenter1-1/+1
2018-03-24pinctrl: Really force states during suspend/resumeFlorian Fainelli1-7/+17
2017-12-20pinctrl: adi2: Fix Kconfig build problemLinus Walleij1-1/+2
2017-08-16pinctrl: samsung: Remove bogus irq_[un]mask from resource managementThomas Gleixner1-4/+0
2017-08-16pinctrl: sunxi: add a missing function of A10/A20 pinctrl driverIcenowy Zheng1-0/+1
2017-07-15pinctrl: sh-pfc: Update info pointer after SoC-specific initGeert Uytterhoeven1-0/+3
2017-07-15pinctrl: mxs: atomically switch mux and drive strength configUwe Kleine-König1-4/+12
2017-04-22pinctrl: qcom: Don't clear status bit on irq_unmaskBjorn Andersson1-4/+0
2016-07-12pinctrl: single: Fix pcs_parse_bits_in_pinctrl_entry to use __ffs than ffsKeerthy1-3/+3
2016-07-12pinctrl: nomadik: fix pull debug print inversionLinus Walleij1-1/+1
2016-07-12pinctrl: single: Fix missing flush of posted write for a wakeirqTony Lindgren1-0/+3
2016-07-12pinctrl: imx: Do not treat a PIN without MUX register as an errorAlexander Shiyan1-2/+2
2016-06-03pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_rangeAndrew Jeffery1-7/+8
2015-07-04pinctrl: mvebu: armada-38x: fix incorrect total number of GPIOsThomas Petazzoni1-1/+1
2015-07-04pinctrl: mvebu: armada-375: remove incorrect space in pin descriptionThomas Petazzoni1-1/+1
2015-07-04pinctrl: mvebu: armada-xp: fix functions of MPP48Thomas Petazzoni1-1/+1
2015-07-04pinctrl: mvebu: armada-xp: remove non-existing VDD cpu_pd functionsThomas Petazzoni1-23/+10
2015-07-04pinctrl: mvebu: armada-xp: remove non-existing NAND pinsThomas Petazzoni1-2/+0
2015-07-04pinctrl: mvebu: armada-375: remove non-existing NAND re/we pinsThomas Petazzoni1-2/+0
2015-07-04pinctrl: mvebu: armada-370: fix spi0 pin descriptionThomas Petazzoni1-2/+2
2015-07-04pinctrl: mvebu: armada-38x: fix PCIe functionsThomas Petazzoni1-29/+20
2015-06-09pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson3-8/+6
2015-03-24pinctrl: imx25: fix numbering for pinsUwe Kleine-König1-139/+137
2015-03-24pinctrl: pinctrl-imx: don't use invalid value of conf_regUwe Kleine-König1-1/+1
2015-02-06pinctrl: at91: allow to have disabled gpio bankJean-Christophe PLAGNIOL-VILLARD1-53/+55
2015-01-30pinctrl: Fix two deadlocksJim Lin1-2/+3
2015-01-30pinctrl: qcom: Don't iterate past end of function arrayStephen Boyd1-2/+2
2015-01-27pinctrl: lantiq: remove bogus of_gpio_chip_addJohan Hovold1-2/+0
2014-10-28pinctrl: baytrail: show output gpio state correctly on Intel BaytrailDavid Cohen1-1/+1
2014-10-20pinctrl: baytrail: Clear DIRECT_IRQ bitLoic Poulain1-1/+5
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds7-40/+12
2014-10-08Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds81-573/+2561
2014-10-02pinctrl: abx500: get rid of unused variableLinus Walleij1-1/+1
2014-09-30pinctrl: nomadik: improve GPIO debug printsLinus Walleij1-11/+25
2014-09-30pinctrl: abx500: refactor DT parser to take two pathsLinus Walleij1-26/+28
2014-09-30pinctrl: abx500: use helpers for map allocation/freeLinus Walleij1-38/+5
2014-09-29pinctrl: nomadik: refactor DT parser to take two pathsLinus Walleij1-29/+33
2014-09-29pinctrl: nomadik: use utils map free functionLinus Walleij1-13/+2
2014-09-29pinctrl: nomadik: use util function to reserve mapsLinus Walleij1-23/+2
2014-09-26pinctrl: qcom: use restart_notifier mechanism for ps_holdJosh Cartwright1-13/+18
2014-09-25pinctrl: bcm281xx: make Kconfig dependency more strictUwe Kleine-König1-1/+1
2014-09-23pinctrl: remove remaining users of gpiochip_remove() retvalLinus Walleij6-39/+10
2014-09-23pinctrl: sh-pfc: sh73a0: Remove unnecessary SoC data allocationLaurent Pinchart4-26/+5
2014-09-23pinctrl: berlin: fix the dt_free_map functionAntoine Tenart1-20/+1
2014-09-23pinctrl: at91: disable PD or PU before enabling PU or PDWenyou Yang1-0/+6
2014-09-23pinctrl: st: remove gpiochip in failure casesPramod Gurav1-0/+1
2014-09-23pinctrl: at91: Fix error handling while doing gpiochio_irqchip_addPramod Gurav1-4/+10