summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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 Shevchenko1-5/+18
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: 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: 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 Keepax3-0/+16
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 Sang1-1/+1
2017-05-23gpio: max732x: move header file out of I2C realmWolfram Sang1-1/+1
2017-05-23gpio: mvebu: allow building driver for Armada 7K/8KGregory CLEMENT1-1/+1
2017-05-23gpio: mvebu: switch to regmap for register accessThomas Petazzoni1-191/+245
2017-05-23gpio: mvebu: sort header includeGregory CLEMENT1-8/+8
2017-05-23Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into develLinus Walleij5-268/+411
2017-05-23pinctrl: mcp23s08: drop comment about missing irq supportSebastian Reichel1-17/+2
2017-05-23pinctrl: mcp23s08: simplify spi_present_mask handlingSebastian Reichel1-19/+10
2017-05-23pinctrl: mcp23s08: generalize irq property handlingSebastian Reichel1-18/+9
2017-05-23pinctrl: mcp23s08: simplify spi pdata handlingSebastian Reichel1-35/+32
2017-05-23pinctrl: mcp23s08: simplify i2c pdata handlingSebastian Reichel1-19/+7
2017-05-23pinctrl: mcp23s08: switch to devm_gpiochip_add_dataSebastian Reichel1-38/+2
2017-05-23pinctrl: mcp23s08: use managed kzalloc for mcpSebastian Reichel1-8/+2
2017-05-23pinctrl: mcp23s08: irq mapping is already doneSebastian Reichel1-4/+0
2017-05-23pinctrl: mcp23s08: drop OF_GPIO dependencySebastian Reichel1-1/+0
2017-05-23pinctrl: mcp23s08: switch to regmap cachingSebastian Reichel1-95/+192
2017-05-23pinctrl: mcp23s08: drop pullup config from pdataSebastian Reichel1-7/+0
2017-05-23pinctrl: mcp23s08: add pinconf supportSebastian Reichel2-24/+176
2017-05-23gpio: mcp23s08: move to pinctrlSebastian Reichel5-18/+14
2017-05-22gpio: xra1403: Add EXAR XRA1403 SPI GPIO expander driverNandor Han3-0/+243
2017-05-22gpio: zynq: remove unneeded (void *) casts in of_match_tableMasahiro Yamada1-3/+2
2017-05-22gpio: export add/remove lookup table functionsAnatolij Gustschin1-0/+2
2017-05-21Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+10
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds10-21/+45
2017-05-20nvmet: release the sq ref on rdma read errorsVijay Immanuel3-0/+8
2017-05-20nvmet-fc: remove target cpu scheduling flagJames Smart3-5/+1