aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+0
2013-02-21Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds7-30/+27
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-35/+0
2013-02-20Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-528/+1
2013-02-14drivers/gpio: add missing GENERIC_HARDIRQ dependencyHeiko Carstens1-2/+2
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-35/+0
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-1/+1
2013-02-04Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-1/+0
2013-01-30gpio: delete AB8500 driverLinus Walleij3-527/+0
2013-01-28ARM: dts: fix compatible value for exynos pinctrlKukjin Kim1-2/+2
2013-01-28ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440Thomas Abraham1-1/+1
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2-17/+9
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding5-26/+25
2013-01-21drivers/gpio: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-21gpio: use pinctrl device name for add rangeHaojian Zhuang1-1/+1
2013-01-17gpio: mvebu: Don't free chip label memoryThierry Reding1-6/+0
2013-01-17gpio: samsung: skip gpio lib registration for EXYNOS5440Kukjin Kim1-0/+1
2013-01-17gpio: samsung: silent build warning for EXYNOS5 SoCsKukjin Kim1-5/+5
2013-01-17gpio: samsung: fix pinctrl condition for exynos and exynos5440Kukjin Kim1-1/+1
2013-01-10ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.hKukjin Kim1-1/+0
2013-01-10gpio: samsung: remove inclusion <mach/regs-clock.h>Kukjin Kim1-1/+0
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman3-10/+10
2012-12-19gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGregory CLEMENT2-17/+1
2012-12-19gpio/ich: Add missing spinlock initJean Delvare1-0/+1
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds6-7/+551
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-13Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-13/+12
2012-12-13Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-22/+23
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds55-157/+157
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds20-238/+1418
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-0/+59
2012-12-11Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-0/+128
2012-12-10gpio: Provide the STMPE GPIO driver with its own IRQ DomainLee Jones1-31/+47
2012-12-10gpio: add TS-5500 DIO blocks supportVivien Didelot3-0/+475
2012-12-07gpio: pcf857x: use client->irq for gpio_to_irq()Kuninori Morimoto1-18/+11
2012-12-03treewide: Fix typos in various KconfigMasanari Iida1-1/+1
2012-12-01gpio: stmpe: Add DT support for stmpe gpioVipul Kumar Samar1-2/+8
2012-12-01gpio: pl061 depends on ARMAlessandro Rubini1-1/+1
2012-11-30Merge branch 'acpi-enumeration'Rafael J. Wysocki3-0/+59
2012-11-30gpio / ACPI: add ACPI supportMathias Nyman3-0/+59
2012-11-30gpio/pl061: remove old commentBaruch Siach1-6/+1
2012-11-28gpio: remove use of __devexitBill Pemberton39-39/+39
2012-11-28gpio: remove use of __devinitconstBill Pemberton1-2/+2
2012-11-28gpio: remove use of __devinitdataBill Pemberton5-5/+5
2012-11-28gpio: remove use of __devinitBill Pemberton55-76/+76
2012-11-28gpio: remove use of __devexit_pBill Pemberton35-35/+35
2012-11-26Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux into next/dtOlof Johansson1-1/+1