summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: sifive: add missing check for platform_get_irqJiasheng Jiang2023-06-281-2/+6
* gpiolib: Fix GPIO chip IRQ initialization restrictionJiawen Wu2023-06-281-0/+8
* gpio: Allow per-parent interrupt dataMarc Zyngier2023-06-281-2/+7
* gpio: mockup: Fix mode of debugfs filesZev Weiss2023-05-301-1/+1
* gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole2023-04-131-1/+1
* gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap2023-04-131-1/+1
* gpio: vf610: connect GPIO label to dev nameHaibo Chen2023-03-101-1/+1
* gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter2023-02-011-1/+2
* gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut2023-02-011-1/+1
* gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut2023-02-011-0/+11
* gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi2023-02-0114-97/+97
* gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin2023-01-121-0/+1
* gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski2022-12-313-25/+161
* gpiolib: make struct comments into real kernel docsBartosz Golaszewski2022-12-311-0/+34
* gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski2022-12-311-0/+27
* gpiolib: Get rid of redundant 'else'Andy Shevchenko2022-12-312-38/+40
* gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()Wang Yufen2022-12-141-0/+1
* gpio: amd8111: Fix PCI device reference count leakXiongfeng Wang2022-12-141-0/+4
* gpiolib: fix memory leak in gpiochip_setup_dev()Zeng Heng2022-12-141-16/+26
* gpiolib: check the 'ngpios' property in core gpiolib codeBartosz Golaszewski2022-12-141-0/+21
* gpiolib: improve coding style for local variablesBartosz Golaszewski2022-12-141-4/+4
* gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz2022-10-261-0/+7
* gpio: mvebu: Fix check for pwm support on non-A8K platformsPali Rohár2022-10-051-9/+6
* gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li2022-09-281-2/+3
* gpio: mockup: Fix potential resource leakage when register a chipAndy Shevchenko2022-09-281-1/+3
* gpio: mockup: fix NULL pointer dereference when removing debugfsBartosz Golaszewski2022-09-281-1/+1
* gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xxPali Rohár2022-09-231-0/+1
* pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTHJoão H. Spies2022-09-231-2/+2
* gpio: mockup: remove gpio debugfs when remove deviceWei Yongjun2022-09-201-1/+8
* gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen2022-09-081-1/+7
* gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()Liang He2022-08-171-1/+3
* gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli2022-07-291-1/+1
* gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-291-4/+7
* gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-291-6/+6
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-291-0/+3
* gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter2022-06-291-3/+4
* MIPS: Remove repetitive increase irq_err_counthuhai2022-06-291-2/+0
* gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-221-4/+3
* gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-141-8/+11
* pinctrl/rockchip: support deferring other gpio paramsCaleb Connolly2022-06-091-8/+16
* gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren2022-06-091-0/+5
* gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König2022-05-251-0/+3
* gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen2022-05-251-2/+6
* gpio: mvebu: drop pwm base assignmentBaruch Siach2022-05-121-7/+0
* gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-121-2/+2
* gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu2022-05-121-5/+2
* gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev2022-05-121-1/+1
* gpio: Request interrupts after IRQ is initializedMario Limonciello2022-04-271-2/+2
* gpiolib: acpi: use correct format charactersLinus Torvalds2022-04-201-2/+2
* gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel2022-04-131-0/+19