summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij
2020-12-04gpio: sifive: Set affinity callback to parentLinus Walleij
2020-12-04gpio: sysfs: Enforce character deviceLinus Walleij
2020-12-02gpio: mvebu: switch pwm duration registers to regmapBaruch Siach
2020-12-02gpio: mvebu: update Armada XP per-CPU commentBaruch Siach
2020-12-02gpio: mvebu: fix potential user-after-free on probeBaruch Siach
2020-12-02gpio: zynq: fix reference leak in zynq_gpio functionsQinglang Miao
2020-12-02gpiolib: Don't free if pin ranges are not definedEdmond Chung
2020-12-02gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend()Luo Jiaxing
2020-12-02gpio: arizona: disable pm_runtime in case of failureZheng Liang
2020-12-01gpiolib: do not print err message for EPROBE_DEFERGrygorii Strashko
2020-12-01gpio: ath79: Fix fall-through warning for ClangGustavo A. R. Silva
2020-12-01gpiolib: acpi: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko
2020-11-30gpio: xra1403: remove unneeded spi_set_drvdata()Alexandru Ardelean
2020-11-30gpio: dwapb: Remove unnecessary error messageDamien Le Moal
2020-11-25gpio: exar: use devm action for freeing the IDA and drop remove()Bartosz Golaszewski
2020-11-25gpio: exar: switch to using regmapBartosz Golaszewski
2020-11-25gpio: exar: unduplicate address and offset computationBartosz Golaszewski
2020-11-25gpio: exar: use a helper variable for &pdev->devBartosz Golaszewski
2020-11-25gpio: exar: switch to a simpler IDA interfaceBartosz Golaszewski
2020-11-25gpio: exar: include idr.hBartosz Golaszewski
2020-11-25gpio: exar: add a newline after the copyright noticeBartosz Golaszewski
2020-11-19gpio: tps65910: use regmap accessorsMichał Mirosław
2020-11-18gpio: sifive: To get gpio irq offset from device tree dataGreentime Hu
2020-11-18gpio: mxc: Convert the driver to DT-onlyFabio Estevam
2020-11-18gpio: gpio-xilinx: Check return value of of_property_read_u32Srinivas Neeli
2020-11-18gpio: gpio-xilinx: Add remove functionSrinivas Neeli
2020-11-18gpio: gpio-xilinx: Add clock supportSrinivas Neeli
2020-11-18gpio: gpio-xilinx: Arrange headers in sorting orderSrinivas Neeli
2020-11-16gpiolib: acpi: Use BIT() macro to increase readabilityAndy Shevchenko
2020-11-16gpiolib: acpi: Convert pin_index to be u16Andy Shevchenko
2020-11-16gpiolib: acpi: Extract acpi_request_own_gpiod() helperAndy Shevchenko
2020-11-16gpiolib: acpi: Make acpi_gpio_to_gpiod_flags() usable for GpioInt()Andy Shevchenko
2020-11-16gpiolib: acpi: Set initial value for output pin based on bias and polarityVasile-Laurentiu Stanimir
2020-11-16gpiolib: acpi: Move acpi_gpio_to_gpiod_flags() upper in the codeAndy Shevchenko
2020-11-16gpiolib: acpi: Move non-critical code outside of critical sectionAndy Shevchenko
2020-11-16gpiolib: acpi: Take into account debounce settingsAndy Shevchenko
2020-11-16gpiolib: acpi: Use named item for enum gpiod_flags variableAndy Shevchenko
2020-11-16gpiolib: acpi: Respect bias settings for GpioInt() resourceAndy Shevchenko
2020-11-16gpiolib: Introduce gpio_set_debounce_timeout() for internal useAndy Shevchenko
2020-11-16gpiolib: Extract gpio_set_config_with_argument_optional() helperAndy Shevchenko
2020-11-16gpiolib: move bias related code from gpio_set_config() to gpio_set_bias()Andy Shevchenko
2020-11-16gpiolib: Extract gpio_set_config_with_argument() for future useAndy Shevchenko
2020-11-16gpiolib: use proper API to pack pin configuration parametersAndy Shevchenko
2020-11-16gpiolib: add missed break statementAndy Shevchenko
2020-11-16gpiolib: Replace unsigned by unsigned intAndy Shevchenko
2020-11-16gpiolib: devres: shrink devm_gpiochip_add_data_with_key()Bartosz Golaszewski
2020-11-11Merge branch 'devel' into for-nextLinus Walleij
2020-11-11gpio: sifive: Fix SiFive gpio probeDamien Le Moal