summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gpio: gpio-mc33880: Remove redundant spi_set_drvdataSachin Kamat2013-09-231-3/+0Star
| * | | | gpio: gpio-74x164: Remove redundant of_match_ptrSachin Kamat2013-09-231-1/+1
| * | | | gpio: gpio-74x164: Remove redundant spi_set_drvdataSachin Kamat2013-09-231-3/+0Star
| * | | | Merge branch 'iop-cleanup' into develLinus Walleij2013-09-233-0/+140
| |\ \ \ \
| | * | | | ARM: plat-iop: pass physical base for GPIOLinus Walleij2013-09-201-1/+1
| | * | | | gpio: iop: use readl/writel accessorsLinus Walleij2013-09-201-8/+16
| | * | | | ARM: plat-iop: instantiate GPIO from platform deviceLinus Walleij2013-09-201-2/+34
| | * | | | ARM: plat-iop: remove custom complex GPIO implementationLinus Walleij2013-09-201-6/+3Star
| | * | | | gpio: decouple the IOP GPIO driver from platformLinus Walleij2013-09-201-2/+2
| | * | | | ARM: plat-iop: move the GPIO driver to drivers/gpioLinus Walleij2013-09-203-0/+103
| | | |_|/ | | |/| |
| * | | | gpio: bcm-kona: only use set_irq_flags() on ARMLinus Walleij2013-09-201-6/+14
| * | | | gpio: ucb1400: Can be built as a moduleJean Delvare2013-09-201-1/+1
| * | | | gpio: bt8xx: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-201-2/+0Star
| * | | | gpio: arizona: Add wm8997 support to probeCharles Keepax2013-09-201-0/+1
| * | | | gpio: bcm281xx: Add GPIO driverMarkus Mayer2013-09-203-0/+639
| * | | | gpiolib: factorize gpiod_get/set functionsAlexandre Courbot2013-09-201-39/+33Star
| * | | | emev2: GPIOLIB: Enable support for OFIan Molton2013-09-192-1/+2
| * | | | gpio: palmas: add support for TPS80036Laxman Dewangan2013-09-191-35/+69
| * | | | gpiolib: Include GPIO label in log messages for GPIOsMark Brown2013-09-191-0/+21
| * | | | gpiolib: Provide helper macros for logging of GPIO eventsMark Brown2013-09-191-20/+32
| * | | | gpio: pcf857x: only use set_irq_flags() on ARMLinus Walleij2013-09-181-3/+7
| * | | | gpiolib-acpi: convert acpi_evaluate_object() to acpi_execute_simple_method()Zhang Rui2013-09-171-8/+1Star
| * | | | gpio: pcf857x: call the gpio user handler iff gpio_to_irq is doneGeorge Cherian2013-09-171-3/+19
| * | | | gpio: pcf857x: remove the irq_demux_work and gpio->irqGeorge Cherian2013-09-171-37/+0Star
| * | | | gpio: pcf857x: change to devm_request_threaded_irqGeorge Cherian2013-09-171-4/+24
| |/ / /
* | | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-125-8/+435
|\ \ \ \
| * | | | gpio: tb10x: fix return value check in tb10x_gpio_probe()Wei Yongjun2013-10-301-4/+2Star
| * | | | gpio: tb10x: use module_platform_driver to simplify the codeWei Yongjun2013-10-301-12/+1Star
| * | | | gpio: add TB10x GPIO driverChristian Ruppert2013-10-253-0/+346
| * | | | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-162-8/+102
| | |/ / | |/| |
* | | | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2013-11-111-27/+7Star
|\ \ \ \
| * | | | Merge tag 'omap-for-v3.13/quirk-signed' of git://git.kernel.org/pub/scm/linux...Kevin Hilman2013-10-152-61/+104
| |\| | |
| * | | | gpio: samsung: Skip initialization if device tree is presentTomasz Figa2013-09-161-27/+7Star
| | |/ / | |/| |
* | | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-112-42/+91
|\ \ \ \
| * | | | ARM: davinci: gpio: use gpiolib API instead of inline functionsPhilip Avinash2013-09-251-0/+1
| * | | | gpio: davinci: move to platform deviceKV Sujith2013-09-241-38/+81
| * | | | gpio: davinci: coding style correctionPhilip Avinash2013-09-241-4/+9
| |/ / /
* | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-111-4/+4
|\ \ \ \
| * \ \ \ Merge tag 'omap-for-v3.13/cm-scm-cleanup-signed' of git://git.kernel.org/pub/...Olof Johansson2013-10-281-57/+101
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2013-10-281-4/+4
| |\ \ \ \
| | * | | | gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX supportTomasz Figa2013-10-061-4/+4
| | | |/ / | | |/| |
* | | | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-194-65/+111
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-111-1/+3
| * | | | gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-111-1/+1
| * | | | gpio/lynxpoint: check if the interrupt is enabled in IRQ handlerMika Westerberg2013-10-111-2/+3
| | |_|/ | |/| |
| * | | Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-10-051-57/+101
| |\ \ \ | | |/ / | |/| |
| | * | gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas2013-10-011-46/+83
| | * | gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas2013-10-011-14/+21
| | |/
| * / gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart2013-09-221-4/+3Star
| |/
* / sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-1/+1
|/