summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-zevio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-09USB: gadget: pxa27x_udc: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-3/+4
2024-11-09pcmcia: soc_common: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-7/+5
2024-11-09leds: gpio: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-5/+4
2024-11-09Input: gpio_keys_polled - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-7/+5
2024-11-09Input: gpio_keys - avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-6/+4
2024-11-06gpio: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2-2/+2
2024-11-06gpio: mpfs: add polarfire soc gpio supportLewis Hanly3-0/+167
2024-11-04gpio: altera: Drop legacy-of-mm-gpiochip.h headerAndy Shevchenko2-102/+78
2024-11-04gpio: pcie-idio-24: Replace deprecated PCI functionsWilliam Breathitt Gray1-11/+8
2024-11-04gpio: pci-idio-16: Replace deprecated PCI functionsWilliam Breathitt Gray1-12/+5
2024-11-04gpio: cdev: don't report GPIOs requested as interrupts as usedBartosz Golaszewski1-1/+0
2024-11-04gpio: sysfs: emit chardev line-state events on edge storeBartosz Golaszewski1-2/+12
2024-11-04gpio: sysfs: emit chardev line-state events on active-low changesBartosz Golaszewski1-0/+2
2024-11-04gpio: sysfs: emit chardev line-state events on GPIO exportBartosz Golaszewski1-2/+6
2024-11-04gpio: sysfs: use cleanup guards for the sysfs_lock mutexBartosz Golaszewski1-33/+22
2024-11-04gpio: sysfs: use cleanup guards for gpiod_data::mutexBartosz Golaszewski1-52/+30
2024-11-04gpiolib: clean up debugfs separator handlingJohan Hovold1-6/+6
2024-11-04Linux 6.12-rc6v6.12-rc6Linus Torvalds1-1/+1
2024-11-03mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao3-47/+55
2024-11-03mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2-11/+5
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada1-5/+5
2024-11-03Input: fix regression when re-registering input handlersDmitry Torokhov2-62/+82
2024-11-01mm, mmap: limit THP alignment of anonymous mappings to PMD-aligned sizesVlastimil Babka1-1/+2
2024-11-01mm: shrinker: avoid memleak in alloc_shrinker_infoChen Ridong1-3/+5
2024-11-01.mailmap: update e-mail address for Eugen HristevEugen Hristev1-1/+2
2024-11-01vmscan,migrate: fix page count imbalance on node stats when demoting pagesGregory Price1-1/+1
2024-11-01mailmap: update Jarkko's email addressesJarkko Sakkinen1-1/+1
2024-10-31gpiolib: fix debugfs dangling chip separatorJohan Hovold1-1/+1
2024-10-31gpiolib: fix debugfs newline separatorsJohan Hovold1-0/+2
2024-10-31btrfs: fix defrag not merging contiguous extents due to merged extent mapsFilipe Manana1-5/+5
2024-10-31btrfs: fix extent map merging not happening for adjacent extentsFilipe Manana1-1/+6
2024-10-31bpf, test_run: Fix LIVE_FRAME frame update after a page has been recycledToke Høiland-Jørgensen1-0/+1
2024-10-31io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe1-2/+21
2024-10-31drm/xe: Don't short circuit TDR on jobs not startedMatthew Brost1-6/+12
2024-10-31drm/xe: Add mmio read before GGTT invalidateMatthew Brost1-0/+10
2024-10-31gpio: sloppy-logic-analyzer: Check for error code from devm_mutex_init() callAndy Shevchenko1-1/+3
2024-10-31gpio: mpsse: Check for error code from devm_mutex_init() callAndy Shevchenko1-2/+7
2024-10-31gpiolib: avoid format string weakness in workqueue interfaceArnd Bergmann1-2/+2
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada1-1/+12
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada1-0/+1
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada3-6/+11
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada1-1/+6
2024-10-31gpio: fix uninit-value in swnode_find_gpioSuraj Sonawane1-1/+1
2024-10-31gpio: dwapb: Add ACPI HID for DWAPB GPIO controller on Fujitsu MONAKAYoshihiro Furudera1-0/+1
2024-10-31gpio: sysfs: demote warning messages on invalid user input to debugBartosz Golaszewski1-3/+3
2024-10-31gpiolib: remove leftover spinlock bitsBartosz Golaszewski1-6/+0
2024-10-31net: hns3: fix kernel crash when 1588 is sent on HIP08 devicesJie Wang1-0/+3
2024-10-31net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issueHao Lan2-8/+10
2024-10-31net: hns3: initialize reset_timer before hclgevf_misc_irq_init()Jian Shen1-1/+1