Age | Commit message (Expand) | Author | Files | Lines |
2022-10-17 | gpio: Remove sta2x11 GPIO driver | Davide Ciminaghi | 1 | -411/+0 |
2021-12-17 | gpio: sta2x11: fix typo in a comment | Jason Wang | 1 | -1/+1 |
2021-05-25 | gpio: sta2x11: remove platform_set_drvdata() + cleanup probe | Alexandru Ardelean | 1 | -9/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 1 | -14/+1 |
2019-04-04 | drivers: gpio: sta2x11: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -4/+1 |
2018-07-02 | gpio: sta2x11: Inline regs macro | Linus Walleij | 1 | -12/+7 |
2018-07-02 | gpio: sta2x11: Use BIT() macro | Linus Walleij | 1 | -12/+8 |
2018-07-02 | gpio: sta2x11: Include the right header | Linus Walleij | 1 | -1/+1 |
2017-08-21 | gpio: sta2x11: use devres for irq generic chip | Bartosz Golaszewski | 1 | -4/+9 |
2017-08-21 | gpio: sta2x11: disallow unbinding the driver | Bartosz Golaszewski | 1 | -0/+1 |
2017-05-29 | gpio: sta2x11: check the return value of irq_alloc_generic_chip() | Bartosz Golaszewski | 1 | -2/+10 |
2017-03-15 | gpio: sta2x11: use resource management for irqs | Bartosz Golaszewski | 1 | -11/+6 |
2016-03-31 | gpio: sta2x11: make explicitly non-modular | Paul Gortmaker | 1 | -6/+2 |
2016-02-23 | gpio: sta2x11: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -1/+1 |
2016-01-05 | gpio: sta2x11: use gpiochip data pointer | Linus Walleij | 1 | -6/+6 |
2015-12-27 | gpio: sta2x11: Be sure to clamp return value | Linus Walleij | 1 | -1/+1 |
2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring | 1 | -1/+1 |
2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2013-12-04 | gpio/pinctrl: make gpio_chip members typed boolean | Linus Walleij | 1 | -1/+1 |
2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-17 | gpio-sta2x11: Convert to use devm_ioremap_resource | Tushar Behera | 1 | -1/+3 |
2013-06-17 | gpio-sta2x11: Fix potential NULL pointer dereference | Sachin Kamat | 1 | -0/+2 |
2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -2/+2 |
2012-07-05 | gpio-sta2x11: don't use pdata if null | Alessandro Rubini | 1 | -2/+3 |
2012-05-09 | gpio: Add STA2X11 GPIO block | Alessandro Rubini | 1 | -0/+435 |