Age | Commit message (Expand) | Author | Files | Lines |
2016-02-15 | pinctrl: samsung: fix SMP race condition | Youngmin Nam | 1 | -13/+35 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 3 | -20/+16 |
2016-01-05 | pinctrl: exynos5440: use gpiochip data pointer | Linus Walleij | 1 | -7/+7 |
2016-01-05 | pinctrl: samsung: use gpiochip data pointer | Linus Walleij | 1 | -10/+5 |
2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 3 | -8/+9 |
2015-11-16 | pinctrl: exynos: add exynos5410 SoC specific data | Hakjoo Kim | 3 | -0/+106 |
2015-11-02 | Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -12/+2 |
2015-10-16 | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 1 | -12/+2 |
2015-10-02 | pinctrl: samsung: Remove unneded semicolon | Javier Martinez Canillas | 1 | -1/+1 |
2015-09-18 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -11/+11 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 3 | -11/+11 |
2015-09-14 | pinctrl: samsung: s3c24xx: fix syntax error | Linus Walleij | 1 | -1/+1 |
2015-09-04 | Merge tag 'pinctrl-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 4 | -108/+62 |
2015-07-28 | pinctrl: kill off set_irq_flags usage | Rob Herring | 4 | -6/+0 |
2015-07-17 | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 3 | -25/+23 |
2015-07-17 | pinctrl/samsung: Use irq_set_handler_locked() | Thomas Gleixner | 2 | -9/+9 |
2015-07-17 | pinctrl/exynos: Use irq_set_handler_locked() | Thomas Gleixner | 1 | -2/+2 |
2015-07-17 | pinctrl/exynos: Consolidate chained IRQ handler install/remove | Thomas Gleixner | 1 | -2/+3 |
2015-07-17 | pinctrl: samsung: Remove old unused defines | Krzysztof Kozlowski | 1 | -5/+0 |
2015-07-16 | pinctrl: samsung: remove "out of memory" messages | Dan Carpenter | 1 | -49/+18 |
2015-07-16 | pinctrl: samsung: don't truncate the last char | Dan Carpenter | 1 | -15/+7 |
2015-07-02 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -8/+7 |
2015-06-25 | pinctrl/samsung: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -4/+4 |
2015-06-25 | pinctrl/samsung: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -2/+1 |
2015-06-25 | pinctrl/exynos: Fix race in installing chained IRQ handler | Thomas Gleixner | 1 | -2/+2 |
2015-06-10 | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2 | -4/+4 |
2015-06-04 | pinctrl: samsung: Fix the pointer in PTR_ERR() | Fabio Estevam | 1 | -1/+1 |
2015-03-18 | pinctrl: exynos: Remove eint_gpio_init call-back for exynos7 alive pinctrl block | Abhilash Kesavan | 1 | -1/+0 |
2015-03-05 | pinctrl: exynos: Add support for Exynos5433 | Chanwoo Choi | 3 | -0/+156 |
2015-01-19 | pinctrl: exynos: Add AUDIO pin controller for exynos7 | Padmavathi Venna | 1 | -0/+10 |
2015-01-14 | pinctrl: exynos: Add BUS1 pin controller for exynos7 | Vivek Gautam | 1 | -0/+19 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
2014-12-15 | Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -2/+2 |
2014-11-09 | pinctrl: exynos: Add support for Exynos4415 | Tomasz Figa | 3 | -0/+78 |
2014-11-09 | pinctrl: exynos: Add initial driver data for Exynos7 | Naveen Krishna Ch | 3 | -0/+108 |
2014-11-09 | pinctrl: exynos: Add irq_chip instance for Exynos7 wakeup interrupts | Abhilash Kesavan | 2 | -10/+38 |
2014-11-09 | pinctrl: exynos: Consolidate irq domain callbacks | Abhilash Kesavan | 1 | -26/+6 |
2014-11-09 | pinctrl: exynos: Generalize the eint16_31 demux code | Abhilash Kesavan | 2 | -4/+12 |
2014-11-09 | pinctrl: samsung: Separate per-bank init and runtime data | Tomasz Figa | 5 | -33/+72 |
2014-11-09 | pinctrl: samsung: Constify samsung_pin_ctrl struct | Tomasz Figa | 5 | -95/+97 |
2014-11-09 | pinctrl: samsung: Constify samsung_pin_bank_type struct | Tomasz Figa | 5 | -26/+24 |
2014-11-09 | pinctrl: samsung: Drop unused label field in samsung_pin_ctrl struct | Tomasz Figa | 4 | -30/+0 |
2014-11-09 | pinctrl: samsung: Make samsung_pinctrl_get_soc_data use ERR_PTR() | Tomasz Figa | 1 | -3/+3 |
2014-10-28 | gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq | Alexandre Courbot | 1 | -2/+2 |
2014-10-20 | pinctrl: samsung: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2 | -16/+5 |
2014-10-08 | Merge tag 'pinctrl-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -6/+8 |
2014-09-23 | pinctrl: remove remaining users of gpiochip_remove() retval | Linus Walleij | 2 | -16/+5 |
2014-09-04 | pinctrl: clean up after enable refactoring | Linus Walleij | 2 | -6/+8 |
2014-08-21 | pinctrl: exynos: Lock GPIOs as interrupts when used as EINTs | Tomasz Figa | 2 | -6/+64 |