summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-msic.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: msic: Convert to use SPDX identifierAndy Shevchenko2019-02-081-14/+1Star
* gpio: msic: Sort headers alphabeticallyAndy Shevchenko2019-02-081-5/+5
* gpio: msic: Remove duplicate check in IRQ handlerAndy Shevchenko2019-02-081-6/+3Star
* gpio: msic: Include the right headerLinus Walleij2018-05-161-1/+1
* gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva2017-08-141-2/+2
* gpio: msic: drop unused MODULE_ tags from non-modular codePaul Gortmaker2016-08-231-6/+0Star
* gpio: msic: use gpiochip data pointerLinus Walleij2016-01-051-2/+2
* gpio: msic: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner2015-06-251-2/+1Star
* gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij2013-12-031-4/+3Star
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: msic: Fix calculating register address in msic_gpio_to_oreg()Axel Lin2012-08-051-1/+1
* gpio: add MSIC gpio driverMathias Nyman2012-05-111-0/+339