aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-35/+0
2013-02-11gpio: using common order: let 'static const' instead of 'const static'Chen Gang1-3/+3
2013-02-11gpio/vt8500: memory cleanup missingTony Prisk1-12/+49
2013-02-11gpiolib: Fix locking on gpio debugfs filesGrant Likely1-3/+9
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot1-16/+23
2013-02-11gpiolib: use descriptors internallyAlexandre Courbot1-176/+338
2013-02-09gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot1-20/+15
2013-02-09gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot1-27/+10
2013-02-09gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot1-10/+7
2013-02-09gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot1-5/+2
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot1-7/+44
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-1/+1
2013-02-05Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git into gpio/nextGrant Likely11-292/+461
2013-02-05gpio/langwell: cleanup driverDavid Cohen1-34/+17
2013-02-05gpio/langwell: Add Cloverview ids to pci device tableDavid Cohen1-0/+2
2013-02-05gpio/lynxpoint: add chipset gpio driver.Mathias Nyman3-0/+478
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-02-04gpiolib: add missing braces in gpio_direction_showAlexandre Courbot1-2/+3
2013-02-04gpiolib-acpi: Fix error checks in interrupt requestingMathias Nyman1-2/+7
2013-02-04gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mappingAnatolij Gustschin1-1/+0
2013-02-04gpiolib: remove gpiochip_reserve()Alexandre Courbot1-50/+8
2013-01-30gpio: delete AB8500 driverLinus Walleij3-527/+0
2013-01-29gpio: mxs: Add IRQ_TYPE_EDGE_BOTH supportGwenhael Goavec-Merou1-0/+31
2013-01-29gpiolib-acpi: Add ACPI5 event model support to gpio.Mathias Nyman1-0/+82
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-28gpio: pca953x: use managed resourcesLinus Walleij1-24/+8
2013-01-28gpio: pca953x: use simple irqdomainGregory CLEMENT1-37/+28
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2-17/+9
2013-01-25gpio: pxa: set initcall level to module initHaojian Zhuang1-6/+1
2013-01-25gpio: pca953x: add support for pca9505Gregory CLEMENT1-0/+2
2013-01-25gpio: pca953x: make the register access by GPIO bankGregory CLEMENT1-104/+173
2013-01-22gpio: Convert to devm_ioremap_resource()Thierry Reding5-26/+25
2013-01-22gpio: pl061: set initcall level to module initHaojian Zhuang1-1/+1
2013-01-22gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2-1/+5
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: twl4030: Cache the direction and output states in private dataPeter Ujfalusi1-35/+65
2013-01-17gpio: twl4030: Introduce private structure to store variables needed runtimePeter Ujfalusi1-32/+50
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-10gpio: vt8500: Export dedicated GPIO before multifunction pins.Tony Prisk1-2/+2
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