summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mvebu: Make use of devm_pwmchip_alloc() functionUwe Kleine-König2024-02-221-9/+9
* Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-091-1/+0
|\
| * pwm: Manage owner assignment implicitly for driversUwe Kleine-König2023-10-131-1/+0
* | treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski2023-11-041-1/+1
* | treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski2023-11-041-1/+1
* | gpio: mvebu: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* | gpio: Use device_get_match_data()Rob Herring2023-10-091-7/+3
|/
* gpio: mvebu: fix irq domain leakBartosz Golaszewski2023-07-201-5/+13
* gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König2023-07-191-6/+2
* gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König2023-01-301-3/+3
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2022-12-061-3/+6
* gpio: mvebu: Fix check for pwm support on non-A8K platformsPali Rohár2022-09-261-9/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner2022-06-101-4/+1
* gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König2022-05-201-0/+3
* gpio: mvebu: drop pwm base assignmentBaruch Siach2022-05-021-7/+0
* gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko2021-12-171-1/+0
* gpio: mvebu: add pwm support for Armada 8K/7KBaruch Siach2021-02-151-33/+68
* gpio: mvebu: improve handling of pwm zero on/off valuesBaruch Siach2021-02-151-16/+23
* gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAXBaruch Siach2021-02-151-6/+2
* gpio: mvebu: make pwm .get_state closer to idempotentBaruch Siach2021-02-151-2/+2
* gpio: mvebu: improve pwm period calculation accuracyBaruch Siach2021-02-151-2/+2
* gpio: mvebu: fix pwm .get_state period calculationBaruch Siach2021-01-191-11/+8
* Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-12-171-34/+37
|\
| * gpio: mvebu: switch pwm duration registers to regmapBaruch Siach2020-12-021-32/+36
| * gpio: mvebu: update Armada XP per-CPU commentBaruch Siach2020-12-021-2/+1
* | gpio: mvebu: fix potential user-after-free on probeBaruch Siach2020-12-021-5/+11
|/
* gpio: mvebu: Make use of for_each_requested_gpio()Andy Shevchenko2020-06-201-6/+2
* gpio: mvebu: Fix probing for chips without PWMSascha Hauer2020-04-241-6/+9
* gpio: mvebu: avoid error message for optional IRQChris Packham2020-03-251-1/+1
* gpio: mvebu: clear irq in edge cause register before unmask edge irqMaxim Kiselev2020-01-231-0/+1
* gpio: mvebu: use platform_irq_countPeng Fan2019-12-111-2/+5
* Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2019-11-121-12/+7
|\
| * gpio: mvebu: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski2019-11-051-12/+7
* | gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
|/
* pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König2019-09-211-1/+1
* gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-7/+4
* drivers: gpio: mvebu: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-5/+2
* gpio: mvebu: implement get_directionBaruch Siach2019-01-101-0/+11
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-281-1/+1
|\
| * gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-1/+1
* | gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König2018-12-211-3/+3
|/
* gpio: mvebu: Use the proper APIsLinus Walleij2018-05-161-12/+8
* gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT2017-08-141-1/+1
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-208/+332
|\
| * gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT2017-06-161-71/+141
| * gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT2017-06-161-2/+2
| * gpio: mvebu: switch to regmap for register accessThomas Petazzoni2017-05-231-191/+245
| * gpio: mvebu: sort header includeGregory CLEMENT2017-05-231-8/+8
* | gpio: mvebu: change compatible string for PWM supportRalph Sennhauser2017-06-201-3/+3
* | gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud2017-06-091-0/+7