summaryrefslogtreecommitdiffstats
path: root/lib/flex_proportions.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-21gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen1-1/+2
2017-06-20MAINTAINERS: Take maintainership for GPIO ACPI supportAndy Shevchenko1-0/+9
2017-06-20gpio: exar: Fix reading of directions and valuesJan Kiszka1-4/+4
2017-06-20gpio: exar: Allocate resources on behalf of the platform deviceJan Kiszka1-2/+2
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka2-2/+3
2017-06-20gpio: mockup: use devm_kcalloc() where applicableBartosz Golaszewski1-4/+4
2017-06-20gpio: mockup: add myself as authorBartosz Golaszewski1-0/+2
2017-06-20gpio: mockup: improve the error messageBartosz Golaszewski1-2/+3
2017-06-20gpio: mockup: don't return magic numbers from probe()Bartosz Golaszewski1-1/+1
2017-06-20gpio: mockup: improve readabilityBartosz Golaszewski1-7/+13
2017-06-20gpio: mockup: refuse to accept an odd number of GPIO rangesBartosz Golaszewski1-1/+1
2017-06-20gpio: mockup: tweak gpio_mockup_event_write()Bartosz Golaszewski1-11/+10
2017-06-20gpio: mockup: improve the debugfs input sanitizationBartosz Golaszewski1-12/+7
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT1-71/+141
2017-06-16gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT1-2/+2
2017-06-16gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann1-6/+15
2017-06-16MAINTAINERS: gpio: gpio-davinci: Add entry for gpio-davinci driverKeerthy1-0/+7
2017-06-16gpio: merrifield: Remove unused headerAndy Shevchenko1-1/+0
2017-06-16gpio: of: Spelling: s/retures/returns/Geert Uytterhoeven1-1/+1
2017-05-31gpio: xra1403: select REGMAP_SPIArnd Bergmann1-0/+1
2017-05-31gpiolib: remove unused variableArnd Bergmann1-2/+0
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang4-3/+3
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski1-3/+13
2017-05-29gpio: sta2x11: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski1-2/+10
2017-05-29gpio: pch: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski1-3/+12
2017-05-29gpio: mockup: support irqmask and irqunmaskBartosz Golaszewski1-6/+20
2017-05-29gpio: mockup: be quiet unless something goes wrongBartosz Golaszewski1-3/+0
2017-05-29gpio: mockup: add prefixes to the direction enumBartosz Golaszewski1-4/+4
2017-05-29gpio: mockup: fix direction valuesBartosz Golaszewski1-2/+2
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko1-3/+2
2017-05-29PNP / ACPI: remove FSF addressAndy Shevchenko1-4/+0
2017-05-29PNP / ACPI: join strings back for better maintenanceAndy Shevchenko1-9/+9
2017-05-29PNP / ACPI: add support for GpioInt resource typeJagadish Krishnamoorthy1-0/+16
2017-05-29gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko2-5/+25
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko3-6/+67
2017-05-29gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helperAndy Shevchenko1-25/+36
2017-05-29gpio: acpi: Explain how to get GPIO descriptors in ACPI caseAndy Shevchenko1-0/+65
2017-05-29gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count()Andy Shevchenko1-0/+3
2017-05-29gpio: acpi: Even more tighten up ACPI GPIO lookupsAndy Shevchenko1-35/+1
2017-05-29gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio()Andy Shevchenko1-5/+5
2017-05-29gpio: acpi: Align acpi_find_gpio() with DT versionAndy Shevchenko1-2/+2
2017-05-29gpiolib: Export gpiod_configure_flags() to internal usersAndy Shevchenko2-1/+3
2017-05-29gpio: of: Add documentation of new sleep standard GPIO specifiersCharles Keepax1-0/+2
2017-05-29gpio: arizona: Add support for GPIOs that need to be maintainedCharles Keepax1-2/+33
2017-05-29gpio: Add new flags to control sleep status of GPIOsCharles Keepax7-0/+26
2017-05-29gpio: of: Reflect decoupling of open collector and active low/highCharles Keepax1-3/+4
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-05-29gpio: mvebu: Select REGMAP_MMIO now that regmap is usedGregory CLEMENT1-0/+1
2017-05-23gpio: xlp: update GPIO_XLP dependencyJayachandran C1-2/+3
2017-05-23gpio: pcf857x: move header file out of I2C realmWolfram Sang8-7/+7