aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-ml-ioh.c
AgeCommit message (Expand)Author
2018-09-19gpio: ml-ioh: Fix buffer underwrite on probe error pathAnton Vasilyev
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-16gpio: ml_ioh: Include the right headerLinus Walleij
2018-02-22gpio-ml-ioh: Delete an error messageMarkus Elfring
2017-08-21gpio: ml-ioh: use devres for irq generic chipBartosz Golaszewski
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski
2017-03-15gpio: ml-ioh: use resource management for irqsBartosz Golaszewski
2016-01-05gpio: ml-ioh: use gpiochip data pointerLinus Walleij
2015-12-26gpio: ml-ioh: Be sure to clamp return valueLinus Walleij
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-12-03gpio: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han
2013-05-30gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun
2013-05-20gpio: Don't override the error code in probe error handlingAxel Lin
2012-11-28gpio: remove use of __devexitBill Pemberton
2012-11-28gpio: remove use of __devinitBill Pemberton
2012-11-28gpio: remove use of __devexit_pBill Pemberton
2012-08-17gpio: gpio-ml-ioh: Use spinlock for register access protectionAxel Lin
2012-04-07gpio: Convert drivers to use module_pci_driver()Axel Lin
2012-02-01gpio: Add missing spin_lock_init in gpio-ml-ioh driverAxel Lin
2012-01-16gpio-ml-ioh: cleanup __iomem annotation usageMárton Németh
2012-01-16gpio-ml-ioh: cleanup NULL pointer checkingMárton Németh
2011-12-13gpio-ml-ioh: Add the irq_disable/irq_enable hooks for ml-ioh irq chipFeng Tang
2011-12-13gpio-ml-ioh: fix a bug in the interrupt handlerFeng Tang
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker
2011-10-19gpio-ml-ioh: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA
2011-10-05gpio-ml-ioh: Fix suspend/resume issueTomoya MORINAGA
2011-10-05gpio-ml-ioh: Support interrupt functionTomoya MORINAGA
2011-10-05gpio-ml-ioh: Delete unnecessary codeTomoya MORINAGA
2011-06-16gpio/ml-ioh: fix off-by-one for displaying variable i in dev_errAxel Lin
2011-06-06gpio: reorganize driversGrant Likely