summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-5/+1
|\
| * PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki2013-06-031-5/+1
* | Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-0320-220/+198
|\ \
| * | Gpio/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-301-1/+1
| * | gpiolib: remove warnning of allocations with IRQs disabledZhangfei Gao2013-06-201-3/+5
| * | gpio: grgpio: Staticize local symbolsSachin Kamat2013-06-191-3/+3
| * | gpio-langwell: remove Withney point supportAndy Shevchenko2013-06-191-68/+1
| * | gpio: ich: add GPO_BLINK supportVincent Donnefort2013-06-191-1/+7
| * | gpio-sta2x11: Convert to use devm_ioremap_resourceTushar Behera2013-06-171-1/+3
| * | gpio_msm: Convert to use devm_ioremap_resourceTushar Behera2013-06-171-6/+6
| * | gpio-rcar: Use OUTDT when reading GPIOs configured as outputMagnus Damm2013-06-171-1/+8
| * | gpio-sta2x11: Fix potential NULL pointer dereferenceSachin Kamat2013-06-171-0/+2
| * | gpio/omap: omap_gpio_init_context stub must be inlineArnd Bergmann2013-06-171-1/+1
| * | gpio: msm-v1: Remove errant __devinit to fix compileStephen Boyd2013-06-171-1/+1
| * | gpio: devres: make comments properWolfram Sang2013-06-171-7/+7
| * | GPIO: xilinx: Enable driver for Xilinx zynqMichal Simek2013-06-171-1/+1
| * | GPIO: xilinx: Use BIT macroMichal Simek2013-06-171-6/+6
| * | GPIO: xilinx: Use __raw_readl/__raw_writel IO functionsMichal Simek2013-06-171-2/+7
| * | GPIO: xilinx: Add support for dual channelMichal Simek2013-06-171-12/+91
| * | GPIO: xilinx: Simplify driver probe functionMichal Simek2013-06-171-14/+10
| * | gpio: sx150x: convert to use devm_* functionsNikolay Balandin2013-05-301-11/+7
| * | gpio-ml-ioh: fix error return code in ioh_gpio_probe()Wei Yongjun2013-05-301-0/+1
| * | gpio-langwell: drop away explicit castingAndy Shevchenko2013-05-301-8/+4
| * | gpio-langwell: amend error messagesAndy Shevchenko2013-05-301-6/+4
| * | gpio-langwell: use managed functions pcim_* and devm_*Andy Shevchenko2013-05-301-57/+21
| * | gpio-langwell: do not use direct access to iomapped memoryAndy Shevchenko2013-05-301-5/+7
| * | gpio-langwell: initialize lock before usageAndy Shevchenko2013-05-301-2/+2
| * | gpio: max7300: Fix trivial typo in Kconfig help textAxel Lin2013-05-301-1/+1
| * | gpio: stmpe: Staticize non-exported symbolsAxel Lin2013-05-301-3/+3
| * | gpio: vx855: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-2/+0
| * | gpio: timberdale: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-2/+0
| * | gpio: tc3589x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
| * | gpio: stmpe: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
| * | gpio: rdc321x: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-5/+2
| * | gpio: lynxpoint: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
| * | gpio: langwell: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-301-1/+0
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-021-1/+1
|\ \
| * | gpio: mvebu: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
| |/
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-022-73/+57
|\ \
| * \ Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2013-06-211-6/+2
| |\ \
| | * | gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sectionsLaurent Pinchart2013-06-191-6/+2
| * | | gpio: rcar: fix gpio_rcar_of_tableArnd Bergmann2013-06-191-0/+1
| * | | Merge tag 'renesas-gpio-rcar-for-v3.11' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-06-141-16/+78
| |\| |
| | * | gpio-rcar: Add DT supportLaurent Pinchart2013-06-121-10/+56
| * | | Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-121-0/+4
| |\ \ \
| | * | | pinctrl: Add pinctrl-s3c24xx driverHeiko Stuebner2013-05-211-0/+4
| * | | | Merge branch 'v3.11-next/driver-gpio' into v3.11-next/s3c24xx-driverKukjin Kim2013-06-121-63/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gpio: samsung: Remove OF support for s3c24xxSylwester Nawrocki2013-06-121-63/+0
| | |/ /
* | | | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-07-024-176/+102
|\ \ \ \
| * \ \ \ Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2013-06-202-1/+8
| |\ \ \ \