summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka2017-06-202-2/+3
* gpio: mockup: use devm_kcalloc() where applicableBartosz Golaszewski2017-06-201-4/+4
* gpio: mockup: add myself as authorBartosz Golaszewski2017-06-201-0/+2
* gpio: mockup: improve the error messageBartosz Golaszewski2017-06-201-2/+3
* gpio: mockup: don't return magic numbers from probe()Bartosz Golaszewski2017-06-201-1/+1
* gpio: mockup: improve readabilityBartosz Golaszewski2017-06-201-7/+13
* gpio: mockup: refuse to accept an odd number of GPIO rangesBartosz Golaszewski2017-06-201-1/+1
* gpio: mockup: tweak gpio_mockup_event_write()Bartosz Golaszewski2017-06-201-11/+10
* gpio: mockup: improve the debugfs input sanitizationBartosz Golaszewski2017-06-201-12/+7
* gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT2017-06-161-71/+141
* gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT2017-06-161-2/+2
* gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann2017-06-161-6/+15
* MAINTAINERS: gpio: gpio-davinci: Add entry for gpio-davinci driverKeerthy2017-06-161-0/+7
* gpio: merrifield: Remove unused headerAndy Shevchenko2017-06-161-1/+0
* gpio: of: Spelling: s/retures/returns/Geert Uytterhoeven2017-06-161-1/+1
* gpio: xra1403: select REGMAP_SPIArnd Bergmann2017-05-311-0/+1
* gpiolib: remove unused variableArnd Bergmann2017-05-311-2/+0
* gpio: adp5588: move header file out of I2C realmWolfram Sang2017-05-294-3/+3
* gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski2017-05-291-3/+13
* gpio: sta2x11: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski2017-05-291-2/+10
* gpio: pch: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski2017-05-291-3/+12
* gpio: mockup: support irqmask and irqunmaskBartosz Golaszewski2017-05-291-6/+20
* gpio: mockup: be quiet unless something goes wrongBartosz Golaszewski2017-05-291-3/+0
* gpio: mockup: add prefixes to the direction enumBartosz Golaszewski2017-05-291-4/+4
* gpio: mockup: fix direction valuesBartosz Golaszewski2017-05-291-2/+2
* gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko2017-05-291-3/+2
* PNP / ACPI: remove FSF addressAndy Shevchenko2017-05-291-4/+0
* PNP / ACPI: join strings back for better maintenanceAndy Shevchenko2017-05-291-9/+9
* PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy2017-05-291-0/+16
* gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko2017-05-292-5/+25
* gpio: acpi: Override GPIO initialization flagsAndy Shevchenko2017-05-293-6/+67
* gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helperAndy Shevchenko2017-05-291-25/+36
* gpio: acpi: Explain how to get GPIO descriptors in ACPI caseAndy Shevchenko2017-05-291-0/+65
* gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()Andy Shevchenko2017-05-291-0/+3
* gpio: acpi: Even more tighten up ACPI GPIO lookupsAndy Shevchenko2017-05-291-35/+1
* gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()Andy Shevchenko2017-05-291-5/+5
* gpio: acpi: Align acpi_find_gpio() with DT versionAndy Shevchenko2017-05-291-2/+2
* gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko2017-05-292-1/+3
* gpio: of: Add documentation of new sleep standard GPIO specifiersCharles Keepax2017-05-291-0/+2
* gpio: arizona: Add support for GPIOs that need to be maintainedCharles Keepax2017-05-291-2/+33
* gpio: Add new flags to control sleep status of GPIOsCharles Keepax2017-05-297-0/+26
* gpio: of: Reflect decoupling of open collector and active low/highCharles Keepax2017-05-291-3/+4
* gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav2017-05-291-2/+9
* gpio: mvebu: Select REGMAP_MMIO now that regmap is usedGregory CLEMENT2017-05-291-0/+1
* gpio: xlp: update GPIO_XLP dependencyJayachandran C2017-05-231-2/+3
* gpio: pcf857x: move header file out of I2C realmWolfram Sang2017-05-238-7/+7
* gpio: max732x: move header file out of I2C realmWolfram Sang2017-05-233-2/+2
* gpio: mvebu: allow building driver for Armada 7K/8KGregory CLEMENT2017-05-231-1/+1
* gpio: mvebu: switch to regmap for register accessThomas Petazzoni2017-05-231-191/+245
* gpio: mvebu: sort header includeGregory CLEMENT2017-05-231-8/+8