aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-msic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08gpio: msic: Convert to use SPDX identifierAndy Shevchenko1-14/+1
2019-02-08gpio: msic: Sort headers alphabeticallyAndy Shevchenko1-5/+5
2019-02-08gpio: msic: Remove duplicate check in IRQ handlerAndy Shevchenko1-6/+3
2018-05-16gpio: msic: Include the right headerLinus Walleij1-1/+1
2017-08-14gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva1-2/+2
2016-08-23gpio: msic: drop unused MODULE_ tags from non-modular codePaul Gortmaker1-6/+0
2016-01-05gpio: msic: use gpiochip data pointerLinus Walleij1-2/+2
2015-12-26gpio: msic: Be sure to clamp return valueLinus Walleij1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-06-25gpio/msic: Fix race in installing chained IRQ handlerThomas Gleixner1-2/+1
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-12-03gpio: drop users of irq_set_chip_and_handler_name()Linus Walleij1-4/+3
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-08-05gpio: msic: Fix calculating register address in msic_gpio_to_oreg()Axel Lin1-1/+1
2012-05-11gpio: add MSIC gpio driverMathias Nyman1-0/+339