summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mvebu.c
AgeCommit message (Expand)Author
32 hoursgpio: mvebu: honour EPROBE_DEFER for devm_clk_get()Russell King
2023-11-09Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-11-04treewide: rename pinctrl_gpio_direction_output_new()Bartosz Golaszewski
2023-11-04treewide: rename pinctrl_gpio_direction_input_new()Bartosz Golaszewski
2023-11-04gpio: mvebu: use new pinctrl GPIO helpersBartosz Golaszewski
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König
2023-10-09gpio: Use device_get_match_data()Rob Herring
2023-07-20gpio: mvebu: fix irq domain leakBartosz Golaszewski
2023-07-19gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König
2023-01-30gpio: mvebu: Use IS_REACHABLE instead of IS_ENABLED for CONFIG_PWMUwe Kleine-König
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König
2022-09-26gpio: mvebu: Fix check for pwm support on non-A8K platformsPali Rohár
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner
2022-05-20gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König
2022-05-02gpio: mvebu: drop pwm base assignmentBaruch Siach
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko
2021-02-15gpio: mvebu: add pwm support for Armada 8K/7KBaruch Siach
2021-02-15gpio: mvebu: improve handling of pwm zero on/off valuesBaruch Siach
2021-02-15gpio: mvebu: don't limit pwm period/duty_cycle to UINT_MAXBaruch Siach
2021-02-15gpio: mvebu: make pwm .get_state closer to idempotentBaruch Siach
2021-02-15gpio: mvebu: improve pwm period calculation accuracyBaruch Siach
2021-01-19gpio: mvebu: fix pwm .get_state period calculationBaruch Siach
2020-12-17Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
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-06-20gpio: mvebu: Make use of for_each_requested_gpio()Andy Shevchenko
2020-04-24gpio: mvebu: Fix probing for chips without PWMSascha Hauer
2020-03-25gpio: mvebu: avoid error message for optional IRQChris Packham
2020-01-23gpio: mvebu: clear irq in edge cause register before unmask edge irqMaxim Kiselev
2019-12-11gpio: mvebu: use platform_irq_countPeng Fan
2019-11-12Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-11-05gpio: mvebu: use devm_platform_ioremap_resource_byname()Bartosz Golaszewski
2019-09-21pwm: Ensure pwm_apply_state() doesn't modify the state argumentUwe Kleine-König
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2019-04-05drivers: gpio: mvebu: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-01-10gpio: mvebu: implement get_directionBaruch Siach
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-12-21gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-05-16gpio: mvebu: Use the proper APIsLinus Walleij
2017-08-14gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2017-06-20gpio: mvebu: change compatible string for PWM supportRalph Sennhauser
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT
2017-06-16gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT
2017-06-09gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud
2017-06-09gpio: mvebu: fix blink counter register selectionRichard Genoud
2017-05-23gpio: mvebu: switch to regmap for register accessThomas Petazzoni