aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2016-03-31gpio: mvebu: make explicitly non-modularPaul Gortmaker1-3/+2
2016-03-31gpio: moxart: make explicitly non-modularPaul Gortmaker1-6/+1
2016-03-31gpio: mc9s08dz60: make explicitly non-modularPaul Gortmaker1-10/+2
2016-03-31gpio: mb86s7x: make explicitly non-modularPaul Gortmaker1-7/+1
2016-03-31gpio: bcm-kona: make explicitly non-modularPaul Gortmaker1-9/+5
2016-03-31gpio: gpio-it87: Add support for IT8620 and IT8628Martin Blumenstingl2-1/+11
2016-03-31gpio: xlp: Add GPIO driver support for Broadcom Vulcan ARM64Kamlakant Patel2-6/+21
2016-03-31gpio: mcp23s08: Add support for level triggered interruptsAlexander Stein1-1/+8
2016-03-31gpio: 74x164: add dt support for nxp's 74x594Nicolas Saenz Julienne1-0/+1
2016-03-31gpio: xgene-sb: Use irq_domain_free_irqs_common()Axel Lin1-14/+1
2016-03-30gpio: xgene: Prevent NULL pointer dereferenceAxel Lin1-0/+5
2016-03-30gpio: menz127: Drop lock field from struct men_z127_gpioAxel Lin1-5/+4
2016-03-30gpio: amdpt: Add a new ACPI HIDYD Tseng1-0/+1
2016-03-30gpio: octeon: Constify octeon_gpio_match tableAxel Lin1-1/+1
2016-03-30gpio: octeon: Convert to use devm_ioremap_resourceAxel Lin1-17/+7
2016-03-30gpio: amdpt: Convert to use gpio-genericAxel Lin2-108/+15
2016-03-30gpio: mcp23s08: delete req/rel_resource callbacksLinus Walleij1-25/+0
2016-03-30gpio: mcp23s08: switch to use gpiolib irqchip helpersPhil Reid2-55/+31
2016-03-30gpio: 74x164: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+24
2016-03-30gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+20
2016-03-30gpio: mb86s7x: Remove redundant platform_set_drvdata() callAxel Lin1-2/+0
2016-03-30gpio: menz127: Drop *mdev field from struct men_z127_gpioAxel Lin1-3/+1
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+146
2016-03-16gpio: mcp23s08: Fix clearing of interrupt.Phil Reid1-0/+4
2016-03-16gpiolib: Fix comment referring to gpio_*() in gpiod_*()Geert Uytterhoeven1-2/+2
2016-03-16gpio: pca953x: Fix pca953x_gpio_set_multiple() on 64-bitGeert Uytterhoeven1-2/+4
2016-03-16gpio: xgene: Fix kconfig for standby GIPO contollerMatthias Brugger1-0/+1
2016-03-16gpio: tps65086: Add GPO driver for the TPS65086 PMICAndrew F. Davis3-0/+146
2016-03-09gpio: tps65912: fix bad mergeLinus Walleij1-2/+2
2016-03-09Revert "gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_free"Linus Walleij1-0/+22
2016-03-09gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko1-28/+29
2016-03-09Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linu...Linus Walleij2-80/+86
2016-03-09gpio: mpc8xxx: Slightly update the code for better readabilityAxel Lin1-2/+5
2016-03-09gpio: mpc8xxx: Remove *read_reg and *write_reg from struct mpc8xxx_gpio_chipAxel Lin1-27/+21
2016-03-09gpio: mpc8xxx: Fixup setting gpio direction outputAxel Lin1-2/+1
2016-03-09gpio: mcp23s08: Add support for mcp23s18Phil Reid1-4/+15
2016-03-09gpio: add driver for MEN 16Z127 GPIO controllerAndreas Werner3-0/+208
2016-03-09gpio: lp3943: Drop pin_used and lp3943_gpio_request/lp3943_gpio_freeAxel Lin1-22/+0
2016-03-08gpio: timberdale: Switch to devm_ioremap_resource()Amitoj Kaur Chawla1-17/+4
2016-03-08gpio: ts4800: Add IMX51 dependencyJulien Grossholtz1-0/+1
2016-03-08Merge branch 'devm-gpiochip-add-data' into develLinus Walleij60-470/+218
2016-03-07gpiolib: rewrite gpiodev_add_to_listBamvor Jian Zhang1-40/+25
2016-03-07gpio: moxart: Allow compile test buildAxel Lin1-1/+1
2016-03-07gpio: moxart: Drop redundant code to set already initialized gpio_chip fieldsAxel Lin1-3/+0
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij1-4/+4
2016-02-25gpio: fix abi regression in sysfsBamvor Jian Zhang1-1/+11
2016-02-25gpio: mb86s7x: Allow compile test buildAxel Lin1-1/+1
2016-02-25gpio: pisosr: Use gpiod_set_value_cansleep in pisosr_gpio_refresh()Axel Lin1-2/+2
2016-02-25gpio: pisosr: Use devm_gpiod_get_optional for gpio->load_gpioAxel Lin1-7/+4
2016-02-25gpio: xgene: fix type of variable containing error codesAndrzej Hajda1-1/+1