aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinctrl-st.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-16pinctrl: st: Pass irqchip when adding gpiochipLinus Walleij1-21/+32
2019-08-21pinctrl: st: Add of_node_put() before returnNishka Dasgupta1-2/+7
2019-08-21pinctrl: st: Include the right headerLinus Walleij1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-23pinctrl: st: fix leaked of_node referencesWen Yang1-5/+10
2018-08-29pinctrl: Convert to using %pOFn instead of device_node.nameRob Herring1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-15/+16
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-08-22pinctrl: st: constify pinconf_ops, pinctrl_ops, and pinmux_ops structuresJulia Lawall1-3/+3
2017-08-14pinctrl-st: fix of_irq_to_resource() result checkSergei Shtylyov1-1/+1
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-08-14pinctrl: st: constify gpio_chip structureGustavo A. R. Silva1-1/+1
2017-03-23pinctrl: st: add irq_request/release_resources callbacksPatrice Chotard1-6/+24
2016-12-13Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-2/+2
2016-11-08pinctrl: st: st_pctl_dt_parse_groups simplify expressionHeinrich Schuchardt1-1/+1
2016-11-08pinctrl: st: st_pinconf_dbg_show wrong format stringHeinrich Schuchardt1-1/+1
2016-10-31pinctrl: st: don't specify default interrupt triggerPatrice Chotard1-1/+1
2016-09-15pinctrl: st: Remove STiH415/6 SoC pinctrl driver support.Peter Griffin1-62/+14
2016-08-11pinctrl: st: Use second parameter to gpio specifierPatrice Chotard1-17/+0
2016-06-15pinctrl: fix incorrect inline keyword in multiple driversArnd Bergmann1-1/+1
2016-04-21pinctrl: st: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+1
2016-01-27pinctrl: st: activate strict mux modePatrice Chotard1-0/+1
2016-01-05pinctrl: st: use gpiochip data pointerLinus Walleij1-12/+9
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+2
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-3/+3
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-06-25pinctrl/st: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-2/+2
2015-03-27pinctrl: constify of_device_id arrayFabian Frederick1-1/+1
2015-03-25pinctrl: st: Display pin's function when printing pinctrl debug informationLee Jones1-1/+11
2015-03-25pinctrl: st: Show correct pin direction also in GPIO modeLee Jones1-1/+7
2015-03-25pinctrl: st: Supply a GPIO get_direction() call-backLee Jones1-1/+30
2015-03-25pinctrl: st: Move st_get_pio_control() further up the source fileLee Jones1-10/+10
2015-03-25pinctrl: st: Introduce a 'get pin function' callLee Jones1-0/+14
2015-01-07pinctrl: st: Add irq_disable hook to st_gpio_irqchipPatrice CHOTARD1-0/+1
2015-01-07pinctrl: st: avoid multiple mutex lockFrancesco VIRLINZI1-1/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-21pinctrl: st: Fix Sparse errorPramod Gurav1-1/+1
2014-10-20pinctrl: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-23pinctrl: st: remove gpiochip in failure casesPramod Gurav1-0/+1
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-3/+3
2014-08-07Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-11/+4
2014-07-15pinctrl: st: Fix irqmux handlerMaxime COQUELIN1-1/+1
2014-07-11pinctrl: pinctrl-st.c: Cleaning up values that are never usedRickard Strandqvist1-4/+2
2014-07-11pinctrl: pinctrl-st.c: Cleaning up if unsigned is less than zeroRickard Strandqvist1-1/+1
2014-07-11pinctrl: st: add IRQCHIP_SKIP_SET_WAKE flagDavid PARIS1-0/+1
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-6/+0
2014-04-22pinctrl: st: Use ARRAY_SIZE for STiH415 dataMaxime COQUELIN1-2/+2