aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-pch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02gpio: pch: Build context save/restore only for PMThierry Reding1-0/+2
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-8/+2
2014-05-27gpio: pch: add slab includeLinus Walleij1-0/+1
2014-03-27pch_gpio: set value before enabling output directionDaniel Krueger1-3/+5
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-20gpio: Don't override the error code in probe error handlingAxel Lin1-2/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+4
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-11-04gpio-pch: Set parent dev for gpio chipAlexander Stein1-0/+1
2012-08-17gpio: gpio-pch: Use spinlock for register access protectionAxel Lin1-12/+10
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-11/+1
2012-05-11gpio: pch9: Use proper flow type handlersThomas Gleixner1-29/+28
2012-04-07gpio: Convert drivers to use module_pci_driver()Axel Lin1-11/+1
2012-02-01gpio: Add missing spin_lock_init in gpio-pch driverAxel Lin1-0/+1
2012-01-16gpio-pch: cleanup __iomem annotation usageMárton Németh1-1/+1
2012-01-16gpio-pch: cleanup NULL pointer checkingMárton Németh1-1/+1
2011-12-12pch_gpio: Change company name OKI SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-3/+3
2011-12-12pch_gpio: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA1-0/+1
2011-10-31drivers/gpio: Fix drivers who are implicit users of module.hPaul Gortmaker1-0/+1
2011-10-19gpio-pch: Use NUMA_NO_NODE not GFP_KERNELTomoya MORINAGA1-1/+1
2011-10-05gpio-pch: Support interrupt functionTomoya MORINAGA1-0/+187
2011-10-05gpio-pch: Save register value in suspend()Tomoya MORINAGA1-1/+21
2011-10-05gpio-pch: modify gpio_nums and maskTomoya MORINAGA1-6/+25
2011-10-05gpio-pch: support ML7223 IOH n-BusTomoya MORINAGA1-0/+1
2011-10-05gpio-pch: add spinlock in suspend/resume processingTomoya MORINAGA1-0/+10
2011-10-05gpio-pch: Delete invalid "restore" code in suspend()Tomoya MORINAGA1-1/+0
2011-06-06gpio: reorganize driversGrant Likely1-0/+316