aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-05gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson2-3/+19
2020-12-05gpio: msc313: MStar MSC313 GPIO driverDaniel Palmer3-0/+472
2020-12-04gpio: mxs: Remove unused .id_table supportFabio Estevam1-14/+0
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sifive: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sysfs: Enforce character deviceLinus Walleij1-1/+2
2020-12-02gpio: mvebu: switch pwm duration registers to regmapBaruch Siach1-32/+36
2020-12-02gpio: mvebu: update Armada XP per-CPU commentBaruch Siach1-2/+1
2020-12-02gpio: mvebu: fix potential user-after-free on probeBaruch Siach1-5/+11
2020-12-02gpio: zynq: fix reference leak in zynq_gpio functionsQinglang Miao1-2/+2
2020-12-02gpiolib: Don't free if pin ranges are not definedEdmond Chung1-0/+5
2020-12-02gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()Luo Jiaxing1-0/+2
2020-12-02gpio: arizona: disable pm_runtime in case of failureZheng Liang1-0/+1
2020-12-01gpiolib: do not print err message for EPROBE_DEFERGrygorii Strashko1-3/+5
2020-12-01gpio: ath79: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2020-12-01gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko1-5/+2
2020-11-30gpio: xra1403: remove unneeded spi_set_drvdata()Alexandru Ardelean1-9/+1
2020-11-30gpio: dwapb: Remove unnecessary error messageDamien Le Moal1-4/+3
2020-11-25gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski1-15/+12
2020-11-25gpio: exar: switch to using regmapBartosz Golaszewski2-54/+38
2020-11-25gpio: exar: unduplicate address and offset computationBartosz Golaszewski1-12/+28
2020-11-25gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski1-8/+7
2020-11-25gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-11-25gpio: exar: include idr.hBartosz Golaszewski1-0/+1
2020-11-25gpio: exar: add a newline after the copyright noticeBartosz Golaszewski1-0/+1
2020-11-19gpio: tps65910: use regmap accessorsMichał Mirosław1-6/+6
2020-11-18gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu1-4/+10
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam1-80/+22
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli1-3/+5
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli1-0/+18
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli1-0/+17
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli1-3/+3
2020-11-16gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko1-2/+1
2020-11-16gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko1-5/+5
2020-11-16gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko1-22/+24
2020-11-16gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko1-2/+6
2020-11-16gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir1-9/+12
2020-11-16gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko1-33/+33
2020-11-16gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko1-2/+2
2020-11-16gpiolib: acpi: Take into account debounce settingsAndy Shevchenko2-0/+20
2020-11-16gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko1-1/+1
2020-11-16gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko1-1/+5
2020-11-16gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko2-0/+8
2020-11-16gpiolib: Extract gpio_set_config_with_argument_optional() helperAndy Shevchenko1-26/+27
2020-11-16gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()Andy Shevchenko1-15/+14
2020-11-16gpiolib: Extract gpio_set_config_with_argument() for future useAndy Shevchenko1-3/+11
2020-11-16gpiolib: use proper API to pack pin configuration parametersAndy Shevchenko1-1/+1
2020-11-16gpiolib: add missed break statementAndy Shevchenko1-0/+1
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko1-8/+8