| Commit message (Expand) | Author | Age | Files | Lines |
* | pinctrl: st: constify pinconf_ops, pinctrl_ops, and pinmux_ops structures | Julia Lawall | 2017-08-22 | 1 | -3/+3 |
* | pinctrl-st: fix of_irq_to_resource() result check | Sergei Shtylyov | 2017-08-14 | 1 | -1/+1 |
* | pinctrl: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-14 | 1 | -1/+1 |
* | pinctrl: st: constify gpio_chip structure | Gustavo A. R. Silva | 2017-08-14 | 1 | -1/+1 |
* | pinctrl: st: add irq_request/release_resources callbacks | Patrice Chotard | 2017-03-23 | 1 | -6/+24 |
* | Merge tag 'pinctrl-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2016-12-13 | 1 | -2/+2 |
|\ |
|
| * | pinctrl: st: st_pctl_dt_parse_groups simplify expression | Heinrich Schuchardt | 2016-11-08 | 1 | -1/+1 |
| * | pinctrl: st: st_pinconf_dbg_show wrong format string | Heinrich Schuchardt | 2016-11-08 | 1 | -1/+1 |
* | | pinctrl: st: don't specify default interrupt trigger | Patrice Chotard | 2016-10-31 | 1 | -1/+1 |
|/ |
|
* | pinctrl: st: Remove STiH415/6 SoC pinctrl driver support. | Peter Griffin | 2016-09-15 | 1 | -62/+14 |
* | pinctrl: st: Use second parameter to gpio specifier | Patrice Chotard | 2016-08-11 | 1 | -17/+0 |
* | pinctrl: fix incorrect inline keyword in multiple drivers | Arnd Bergmann | 2016-06-15 | 1 | -1/+1 |
* | pinctrl: st: Use devm_pinctrl_register() for pinctrl registration | Laxman Dewangan | 2016-04-21 | 1 | -1/+1 |
* | pinctrl: st: activate strict mux mode | Patrice Chotard | 2016-01-27 | 1 | -0/+1 |
* | pinctrl: st: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -12/+9 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -1/+1 |
* | pinctrl: replace trivial implementations of gpio_chip request/free | Jonas Gorski | 2015-10-16 | 1 | -12/+2 |
* | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 2015-09-16 | 1 | -2/+2 |
* | pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 2015-07-17 | 1 | -3/+3 |
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-01 | 1 | -2/+2 |
|\ |
|
| * | pinctrl/st: Fix race in installing chained IRQ handler | Thomas Gleixner | 2015-06-25 | 1 | -2/+2 |
* | | pinctrl: make pinctrl_register() return proper error code | Masahiro Yamada | 2015-06-10 | 1 | -2/+2 |
|/ |
|
* | pinctrl: constify of_device_id array | Fabian Frederick | 2015-03-27 | 1 | -1/+1 |
* | pinctrl: st: Display pin's function when printing pinctrl debug information | Lee Jones | 2015-03-25 | 1 | -1/+11 |
* | pinctrl: st: Show correct pin direction also in GPIO mode | Lee Jones | 2015-03-25 | 1 | -1/+7 |
* | pinctrl: st: Supply a GPIO get_direction() call-back | Lee Jones | 2015-03-25 | 1 | -1/+30 |
* | pinctrl: st: Move st_get_pio_control() further up the source file | Lee Jones | 2015-03-25 | 1 | -10/+10 |
* | pinctrl: st: Introduce a 'get pin function' call | Lee Jones | 2015-03-25 | 1 | -0/+14 |
* | pinctrl: st: Add irq_disable hook to st_gpio_irqchip | Patrice CHOTARD | 2015-01-07 | 1 | -0/+1 |
* | pinctrl: st: avoid multiple mutex lock | Francesco VIRLINZI | 2015-01-07 | 1 | -1/+3 |
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-12-14 | 1 | -1/+0 |
|\ |
|
| * | pinctrl: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | | pinctrl: st: Fix Sparse error | Pramod Gurav | 2014-10-21 | 1 | -1/+1 |
|/ |
|
* | pinctrl: st: remove gpiochip in failure cases | Pramod Gurav | 2014-09-23 | 1 | -0/+1 |
* | pinctrl: clean up after enable refactoring | Linus Walleij | 2014-09-04 | 1 | -3/+3 |
* | Merge tag 'pinctrl-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-08-07 | 1 | -11/+4 |
|\ |
|
| * | pinctrl: pinctrl-st.c: Cleaning up values that are never used | Rickard Strandqvist | 2014-07-11 | 1 | -4/+2 |
| * | pinctrl: pinctrl-st.c: Cleaning up if unsigned is less than zero | Rickard Strandqvist | 2014-07-11 | 1 | -1/+1 |
| * | pinctrl: st: add IRQCHIP_SKIP_SET_WAKE flag | David PARIS | 2014-07-11 | 1 | -0/+1 |
| * | pinctrl: avoid duplicated calling enable_pinmux_setting for a pin | Fan Wu | 2014-07-11 | 1 | -6/+0 |
* | | pinctrl: st: Fix irqmux handler | Maxime COQUELIN | 2014-07-15 | 1 | -1/+1 |
|/ |
|
* | pinctrl: st: Use ARRAY_SIZE for STiH415 data | Maxime COQUELIN | 2014-04-22 | 1 | -2/+2 |
* | pinctrl: st: Use const qualifier when required | Maxime COQUELIN | 2014-04-22 | 1 | -12/+12 |
* | pinctrl: st: use gpiolib irqchip helpers | Linus Walleij | 2014-04-22 | 1 | -81/+19 |
* | pinctrl: st: switch IRQ locking to resource callbacks | Linus Walleij | 2014-04-22 | 1 | -9/+7 |
* | pinctrl: st: Fix error check for of_irq_to_resource usage | Srinivas Kandagatla | 2014-03-12 | 1 | -1/+1 |
* | pinctrl: st: Use ARRAY_SIZE instead of raw value for number of delays | Maxime COQUELIN | 2014-03-12 | 1 | -2/+2 |
* | pinctrl: st: add pinctrl support for the STiH407 SoC | Giuseppe Cavallaro | 2014-03-12 | 1 | -0/+17 |
* | pinctrl: st: Enhance the controller to manage unavailable registers | Giuseppe Cavallaro | 2014-03-12 | 1 | -43/+61 |
* | pinctrl: st: Add software edge trigger interrupt support | Srinivas Kandagatla | 2014-02-10 | 1 | -2/+114 |