aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ml-ioh.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-29gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-16gpio: ml_ioh: Include the right headerLinus Walleij1-1/+1
2018-02-22gpio-ml-ioh: Delete an error messageMarkus Elfring1-1/+0
2017-08-21gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski1-5/+7
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski1-3/+13
2017-03-15gpio: ml-ioh: use resource management for irqsBartosz Golaszewski1-21/+7
2016-01-05gpio: ml-ioh: use gpiochip data pointerLinus Walleij1-6/+6
2015-12-26gpio: ml-ioh: Be sure to clamp return valueLinus Walleij1-1/+1
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-6/+2
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-12-03gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-05-30gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun1-0/+1
2013-05-20gpio: Don't override the error code in probe error handlingAxel Lin1-2/+1
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-2/+2
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-08-17gpio: gpio-ml-ioh: Use spinlock for register access protectionAxel Lin1-10/+10
2012-04-07gpio: Convert drivers to use module_pci_driver()Axel Lin1-11/+1
2012-02-01gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin1-0/+1
2012-01-16gpio-ml-ioh: cleanup __iomem annotation usageMárton Németh1-3/+3
2012-01-16gpio-ml-ioh: cleanup NULL pointer checkingMárton Németh1-1/+1
2011-12-13gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chipFeng Tang1-0/+30
2011-12-13gpio-ml-ioh: fix a bug in the interrupt handlerFeng Tang1-1/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-10-19gpio-ml-ioh: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA1-1/+1
2011-10-05gpio-ml-ioh: Fix suspend/resume issueTomoya MORINAGA1-12/+48
2011-10-05gpio-ml-ioh: Support interrupt functionTomoya MORINAGA1-3/+206
2011-10-05gpio-ml-ioh: Delete unnecessary codeTomoya MORINAGA1-1/+0
2011-06-16gpio/ml-ioh: fix off-by-one for displaying variable i in dev_errAxel Lin1-1/+1
2011-06-06gpio: reorganize driversGrant Likely1-0/+357