summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationKuppuswamy Sathyanarayanan
2017-06-21gpio: lp87565: Add support for GPIOKeerthy
2017-06-21gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen
2017-06-20MAINTAINERS: Take maintainership for GPIO ACPI supportAndy Shevchenko
2017-06-20gpio: exar: Fix reading of directions and valuesJan Kiszka
2017-06-20gpio: exar: Allocate resources on behalf of the platform deviceJan Kiszka
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka
2017-06-20gpio: mockup: use devm_kcalloc() where applicableBartosz Golaszewski
2017-06-20gpio: mockup: add myself as authorBartosz Golaszewski
2017-06-20gpio: mockup: improve the error messageBartosz Golaszewski
2017-06-20gpio: mockup: don't return magic numbers from probe()Bartosz Golaszewski
2017-06-20gpio: mockup: improve readabilityBartosz Golaszewski
2017-06-20gpio: mockup: refuse to accept an odd number of GPIO rangesBartosz Golaszewski
2017-06-20gpio: mockup: tweak gpio_mockup_event_write()Bartosz Golaszewski
2017-06-20gpio: mockup: improve the debugfs input sanitizationBartosz Golaszewski
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT
2017-06-16gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT
2017-06-16gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann
2017-06-16MAINTAINERS: gpio: gpio-davinci: Add entry for gpio-davinci driverKeerthy
2017-06-16gpio: merrifield: Remove unused headerAndy Shevchenko
2017-06-16gpio: of: Spelling: s/retures/returns/Geert Uytterhoeven
2017-05-31gpio: xra1403: select REGMAP_SPIArnd Bergmann
2017-05-31gpiolib: remove unused variableArnd Bergmann
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski
2017-05-29gpio: sta2x11: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski
2017-05-29gpio: pch: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski
2017-05-29gpio: mockup: support irqmask and irqunmaskBartosz Golaszewski
2017-05-29gpio: mockup: be quiet unless something goes wrongBartosz Golaszewski
2017-05-29gpio: mockup: add prefixes to the direction enumBartosz Golaszewski
2017-05-29gpio: mockup: fix direction valuesBartosz Golaszewski
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko
2017-05-29PNP / ACPI: remove FSF addressAndy Shevchenko
2017-05-29PNP / ACPI: join strings back for better maintenanceAndy Shevchenko
2017-05-29PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy
2017-05-29gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko
2017-05-29gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helperAndy Shevchenko
2017-05-29gpio: acpi: Explain how to get GPIO descriptors in ACPI caseAndy Shevchenko
2017-05-29gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()Andy Shevchenko
2017-05-29gpio: acpi: Even more tighten up ACPI GPIO lookupsAndy Shevchenko
2017-05-29gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()Andy Shevchenko
2017-05-29gpio: acpi: Align acpi_find_gpio() with DT versionAndy Shevchenko
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko
2017-05-29gpio: of: Add documentation of new sleep standard GPIO specifiersCharles Keepax
2017-05-29gpio: arizona: Add support for GPIOs that need to be maintainedCharles Keepax
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax
2017-05-29gpio: of: Reflect decoupling of open collector and active low/highCharles Keepax
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav