summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into develLinus Walleij2017-05-2310-308/+425
|\
| * pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.baseSebastian Reichel2017-05-231-5/+5
| * pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel2017-05-232-20/+2
| * pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel2017-05-233-26/+13
| * pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel2017-05-232-36/+9
| * pinctrl: mcp23s08: simplify spi pdata handlingSebastian Reichel2017-05-231-35/+32
| * pinctrl: mcp23s08: simplify i2c pdata handlingSebastian Reichel2017-05-231-19/+7
| * pinctrl: mcp23s08: switch to devm_gpiochip_add_dataSebastian Reichel2017-05-231-38/+2
| * pinctrl: mcp23s08: use managed kzalloc for mcpSebastian Reichel2017-05-231-8/+2
| * pinctrl: mcp23s08: irq mapping is already doneSebastian Reichel2017-05-231-4/+0
| * pinctrl: mcp23s08: drop OF_GPIO dependencySebastian Reichel2017-05-231-1/+0
| * pinctrl: mcp23s08: switch to regmap cachingSebastian Reichel2017-05-231-95/+192
| * pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel2017-05-232-8/+0
| * pinctrl: mcp23s08: add pinconf supportSebastian Reichel2017-05-232-24/+176
| * gpio: mcp23s08: move to pinctrlSebastian Reichel2017-05-239-24/+20