summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ml-ioh.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* gpio: ml_ioh: Include the right headerLinus Walleij2018-05-161-1/+1
* gpio-ml-ioh: Delete an error messageMarkus Elfring2018-02-221-1/+0
* gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski2017-08-211-5/+7
* gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski2017-05-291-3/+13
* gpio: ml-ioh: use resource management for irqsBartosz Golaszewski2017-03-151-21/+7
* gpio: ml-ioh: use gpiochip data pointerLinus Walleij2016-01-051-6/+6
* gpio: ml-ioh: Be sure to clamp return valueLinus Walleij2015-12-261-1/+1
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-6/+2
* gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
* gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-031-1/+1
* gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun2013-05-301-0/+1
* gpio: Don't override the error code in probe error handlingAxel Lin2013-05-201-2/+1
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-2/+2
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio: gpio-ml-ioh: Use spinlock for register access protectionAxel Lin2012-08-171-10/+10
* gpio: Convert drivers to use module_pci_driver()Axel Lin2012-04-071-11/+1
* gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin2012-02-011-0/+1
* gpio-ml-ioh: cleanup __iomem annotation usageMárton Németh2012-01-161-3/+3
* gpio-ml-ioh: cleanup NULL pointer checkingMárton Németh2012-01-161-1/+1
* gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chipFeng Tang2011-12-131-0/+30
* gpio-ml-ioh: fix a bug in the interrupt handlerFeng Tang2011-12-131-1/+1
* drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker2011-10-311-0/+1
* gpio-ml-ioh: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA2011-10-191-1/+1
* gpio-ml-ioh: Fix suspend/resume issueTomoya MORINAGA2011-10-051-12/+48
* gpio-ml-ioh: Support interrupt functionTomoya MORINAGA2011-10-051-3/+206
* gpio-ml-ioh: Delete unnecessary codeTomoya MORINAGA2011-10-051-1/+0
* gpio/ml-ioh: fix off-by-one for displaying variable i in dev_errAxel Lin2011-06-161-1/+1
* gpio: reorganize driversGrant Likely2011-06-061-0/+357
OpenPOWER on IntegriCloud