summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/samsung
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433Chanwoo Choi2016-12-302-40/+82
* pinctrl: samsung: Add GPF support for Exynos5433Chanwoo Choi2016-11-151-0/+6
* pinctrl: samsung: Add the support the multiple IORESOURCE_MEM for one pin-bankChanwoo Choi2016-11-156-78/+99
* Merge branch 'fixes' into develLinus Walleij2016-09-231-9/+1
|\
| * pinctrl: samsung: Remove an always false dev->of_node testSylwester Nawrocki2016-09-121-9/+1
* | pinctrl: exynos: remove duplicate calls in irq handlerperr perr2016-08-221-5/+1
|/
* pinctrl: samsung: Suppress unbinding to prevent theoretical attacksKrzysztof Kozlowski2016-05-302-0/+2
* pinctrl: exynos5440: Use off-stack memory for pinctrl_gpio_rangeAndrew Jeffery2016-04-261-7/+8
* pinctrl: samsung: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+2
* pinctrl: exynos5440: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
* pinctrl: samsung: fix SMP race conditionYoungmin Nam2016-02-151-13/+35
* Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-01-173-20/+16
|\
| * pinctrl: exynos5440: use gpiochip data pointerLinus Walleij2016-01-051-7/+7
| * pinctrl: samsung: use gpiochip data pointerLinus Walleij2016-01-051-10/+5
| * gpio: change member .dev to .parentLinus Walleij2015-11-193-8/+9
* | pinctrl: exynos: add exynos5410 SoC specific dataHakjoo Kim2015-11-163-0/+106
|/
* Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-11-021-12/+2
|\
| * pinctrl: replace trivial implementations of gpio_chip request/freeJonas Gorski2015-10-161-12/+2
* | pinctrl: samsung: Remove unneded semicolonJavier Martinez Canillas2015-10-021-1/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-183-11/+11
|\
| * genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-163-11/+11
* | pinctrl: samsung: s3c24xx: fix syntax errorLinus Walleij2015-09-141-1/+1
|/
* Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-09-044-108/+62
|\
| * pinctrl: kill off set_irq_flags usageRob Herring2015-07-284-6/+0
| * pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-173-25/+23
| * pinctrl/samsung: Use irq_set_handler_locked()Thomas Gleixner2015-07-172-9/+9
| * pinctrl/exynos: Use irq_set_handler_locked()Thomas Gleixner2015-07-171-2/+2
| * pinctrl/exynos: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-171-2/+3
| * pinctrl: samsung: remove "out of memory" messagesDan Carpenter2015-07-161-49/+18
| * pinctrl: samsung: don't truncate the last charDan Carpenter2015-07-161-15/+7
* | pinctrl: samsung: Remove old unused definesKrzysztof Kozlowski2015-07-171-5/+0
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-013-8/+7
|\
| * pinctrl/samsung: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-4/+4
| * pinctrl/samsung: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1
| * pinctrl/exynos: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+2
* | pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-102-4/+4
* | pinctrl: samsung: Fix the pointer in PTR_ERR()Fabio Estevam2015-06-041-1/+1
|/
* pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl blockAbhilash Kesavan2015-03-181-1/+0
* pinctrl: exynos: Add support for Exynos5433Chanwoo Choi2015-03-053-0/+156
* pinctrl: exynos: Add AUDIO pin controller for exynos7Padmavathi Venna2015-01-191-0/+10
* pinctrl: exynos: Add BUS1 pin controller for exynos7Vivek Gautam2015-01-141-0/+19
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\
| * pinctrl: samsung: drop owner assignment from platform_driversWolfram Sang2014-10-202-2/+0
* | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-141-2/+2
|\ \
| * | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
| |/
* | pinctrl: exynos: Add support for Exynos4415Tomasz Figa2014-11-093-0/+78
* | pinctrl: exynos: Add initial driver data for Exynos7Naveen Krishna Ch2014-11-093-0/+108
* | pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interruptsAbhilash Kesavan2014-11-092-10/+38
* | pinctrl: exynos: Consolidate irq domain callbacksAbhilash Kesavan2014-11-091-26/+6
* | pinctrl: exynos: Generalize the eint16_31 demux codeAbhilash Kesavan2014-11-092-4/+12