summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/mvebu/pinctrl-armada-37xx.c
AgeCommit message (Expand)Author
2023-08-25Merge tag 'intel-pinctrl-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij
2023-08-21pinctrl: mvebu: Switch to use DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko
2023-07-20pinctrl: Explicitly include correct DT includesRob Herring
2023-04-14pinctrl: armada-37xx: Convert to immutable irq_chipLinus Walleij
2022-08-22pinctrl: armada-37xx: Remove unused macro PIN_GRP()Pali Rohár
2022-08-22pinctrl: armada-37xx: Checks for errors in gpio_request_enable callbackPali Rohár
2022-08-22pinctrl: armada-37xx: Fix definitions for MPP pins 20-22Pali Rohár
2022-08-22pinctrl: armada-37xx: Add missing GPIO-only pinsPali Rohár
2022-07-19pinctrl: armada-37xx: use raw spinlocks for regmap to avoid invalid wait contextVladimir Oltean
2022-07-19pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait contextVladimir Oltean
2022-05-04Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Walleij
2022-04-29pinctrl: mvebu: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski
2022-04-18pinctrl: armada-37xx: Reuse GPIO fwnode in armada_37xx_irqchip_register()Andy Shevchenko
2022-04-18pinctrl: armada-37xx: Switch to use fwnode instead of of_nodeAndy Shevchenko
2021-11-18pinctrl: armada-37xx: Switch to use devm_kasprintf_strarray()Andy Shevchenko
2021-11-18pinctrl: armada-37xx: Convert to use dev_err_probe()Andy Shevchenko
2021-11-18pinctrl: armada-37xx: Make use of the devm_platform_ioremap_resource()Andy Shevchenko
2021-11-18pinctrl: armada-37xx: Use temporary variable for struct deviceAndy Shevchenko
2021-11-18pinctrl: armada-37xx: Fix function name in the kernel docAndy Shevchenko
2021-07-23pinctrl: armada-37xx: Correct PWM pins definitionsMarek Behún
2021-01-05pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu
2020-08-27pinctrl: armada-37xx: Add comment for pcie1_reset pin groupPali Rohár
2020-07-16pinctrl: mvebu: pinctrl-armada-37xx: Update documentation block for 'struct a...Lee Jones
2020-03-26Revert "pinctrl: mvebu: armada-37xx: use use platform api"Linus Walleij
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2020-01-23pinctrl: mvebu: armada-37xx: use use platform apiPeng Fan
2020-01-07pinctrl: armada-37xx: Remove unneeded semicolonMa Feng
2019-11-21pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT
2019-11-13Merge tag 'v5.4-rc5' into develLinus Walleij
2019-10-16pinctrl: armada-37xx: Pass irqchip when adding gpiochipLinus Walleij
2019-10-09pinctrl: armada-37xx: swap polarity on LED groupPatrick Williams
2019-10-04pinctrl: armada-37xx: fix control of pins 32 and upPatrick Williams
2019-01-21pinctrl: armada-37xx: change suspend/resume timeMiquel Raynal
2019-01-11pinctrl: armada-37xx: add missing pin: PCIe1 WakeupGregory CLEMENT
2019-01-11pinctrl: armada-37xx: Correct mpp definitionsMarek Behún
2018-06-29pinctrl: armada-37xx: add suspend/resume supportMiquel Raynal
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-24pinctrl: armada-37xx: Fix spurious irq managementTerry Zhou
2018-05-16pinctrl: armada-37xx: Convert to use match_string() helperAndy Shevchenko
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-08pinctrl: armada-37xx: account for const type of of_device_id.dataJulia Lawall
2017-11-29pinctrl: armada-37xx: Fix direction_output() callback behaviorGregory CLEMENT
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-11-03pinctrl: armada-37xx: remove unused variableArnd Bergmann
2017-10-31pinctrl: armada-37xx: Add edge both type gpio irq supportKen Ma
2017-10-19pinctrl: armada-37xx: Stop using struct gpio_chip.irq_baseThierry Reding
2017-09-12pinctrl: armada-37xx: Fix gpio interrupt setupGregory CLEMENT
2017-08-22pinctrl: armada-37xx: constify pinconf_ops, pinctrl_ops, and pinmux_ops struc...Julia Lawall
2017-08-14pinctrl: armada-37xx: add static to local dataMasahiro Yamada