aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c
AgeCommit message (Expand)Author
2022-05-25gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König
2021-01-30gpio: mvebu: fix pwm .get_state period calculationBaruch 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
2017-05-23gpio: mvebu: sort header includeGregory CLEMENT
2017-04-24gpio: mvebu: Add limited PWM supportAndrew Lunn
2017-03-23gpio: mvebu: use BIT macro instead of bit shiftingRalph Sennhauser
2017-03-16gpio: mvebu: let the compiler inlineRalph Sennhauser
2017-03-16gpio: mvebu: extra whitespace fixesRalph Sennhauser
2017-03-16gpio: mvebu: checkpatch: whitespace fixesRalph Sennhauser
2017-03-16gpio: mvebu: checkpatch: unsigned int fixesRalph Sennhauser
2017-03-16gpio: mvebu: start multiline block comments with blank lineRalph Sennhauser
2017-03-16gpio: mvebu: checkpatch: block comment fixesRalph Sennhauser
2017-01-11gpio: mvebu: fix warning when building on 64-bitRussell King
2016-11-01gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe
2016-03-31gpio: mvebu: make explicitly non-modularPaul Gortmaker
2016-02-23gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan
2016-01-05gpio: mvebu: use gpiochip data pointerLinus Walleij
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-14gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu
2015-07-14gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner
2015-04-08gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT
2015-01-15gpio: mvebu: Fix probe cleanup on errorAndrew Lunn
2015-01-15gpio: mvebu: checkpatch fixesAndrew Lunn