aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-30pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433Chanwoo Choi2-40/+82
2016-11-15pinctrl: samsung: Add GPF support for Exynos5433Chanwoo Choi1-0/+6
2016-11-15pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bankChanwoo Choi6-78/+99
2016-09-23Merge branch 'fixes' into develLinus Walleij1-9/+1
2016-09-12pinctrl: samsung: Remove an always false dev->of_node testSylwester Nawrocki1-9/+1
2016-08-22pinctrl: exynos: remove duplicate calls in irq handlerperr perr1-5/+1
2016-05-30pinctrl: samsung: Suppress unbinding to prevent theoretical attacksKrzysztof Kozlowski2-0/+2
2016-04-26pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_rangeAndrew Jeffery1-7/+8
2016-04-21pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+2
2016-04-21pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+1
2016-02-15pinctrl: samsung: fix SMP race conditionYoungmin Nam1-13/+35
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds3-20/+16
2016-01-05pinctrl: exynos5440: use gpiochip data pointerLinus Walleij1-7/+7
2016-01-05pinctrl: samsung: use gpiochip data pointerLinus Walleij1-10/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij3-8/+9
2015-11-16pinctrl: exynos: add exynos5410 SoC specific dataHakjoo Kim3-0/+106
2015-11-02Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-12/+2
2015-10-16pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski1-12/+2
2015-10-02pinctrl: samsung: Remove unneded semicolonJavier Martinez Canillas1-1/+1
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+11
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner3-11/+11
2015-09-14pinctrl: samsung: s3c24xx: fix syntax errorLinus Walleij1-1/+1
2015-09-04Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-108/+62
2015-07-28pinctrl: kill off set_irq_flags usageRob Herring4-6/+0
2015-07-17pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu3-25/+23
2015-07-17pinctrl/samsung: Use irq_set_handler_locked()Thomas Gleixner2-9/+9
2015-07-17pinctrl/exynos: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-17pinctrl/exynos: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+3
2015-07-17pinctrl: samsung: Remove old unused definesKrzysztof Kozlowski1-5/+0
2015-07-16pinctrl: samsung: remove "out of memory" messagesDan Carpenter1-49/+18
2015-07-16pinctrl: samsung: don't truncate the last charDan Carpenter1-15/+7
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+7
2015-06-25pinctrl/samsung: Fix race in installing chained IRQ handlerThomas Gleixner1-4/+4
2015-06-25pinctrl/samsung: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+1
2015-06-25pinctrl/exynos: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+2
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2-4/+4
2015-06-04pinctrl: samsung: Fix the pointer in PTR_ERR()Fabio Estevam1-1/+1
2015-03-18pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl blockAbhilash Kesavan1-1/+0
2015-03-05pinctrl: exynos: Add support for Exynos5433Chanwoo Choi3-0/+156
2015-01-19pinctrl: exynos: Add AUDIO pin controller for exynos7Padmavathi Venna1-0/+10
2015-01-14pinctrl: exynos: Add BUS1 pin controller for exynos7Vivek Gautam1-0/+19
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-2/+0
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+2
2014-11-09pinctrl: exynos: Add support for Exynos4415Tomasz Figa3-0/+78
2014-11-09pinctrl: exynos: Add initial driver data for Exynos7Naveen Krishna Ch3-0/+108
2014-11-09pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interruptsAbhilash Kesavan2-10/+38
2014-11-09pinctrl: exynos: Consolidate irq domain callbacksAbhilash Kesavan1-26/+6
2014-11-09pinctrl: exynos: Generalize the eint16_31 demux codeAbhilash Kesavan2-4/+12
2014-11-09pinctrl: samsung: Separate per-bank init and runtime dataTomasz Figa5-33/+72
2014-11-09pinctrl: samsung: Constify samsung_pin_ctrl structTomasz Figa5-95/+97