aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-eic-sprd.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12Merge tag 'v6.8-rc4' into gpio/for-nextGravatar Bartosz Golaszewski 1-4/+28
2024-01-22gpio: eic-sprd: Clear interrupt after set the interrupt typeGravatar Wenhua Lin 1-4/+28
2024-01-22gpio: eic-sprd: Optimize the calculation method of eic numberGravatar Wenhua Lin 1-6/+4
2023-09-13gpio: eic-sprd: use a helper variable for &pdev->devGravatar Bartosz Golaszewski 1-10/+10
2023-09-13gpio: eic-sprd: unregister from the irq notifier on remove()Gravatar Bartosz Golaszewski 1-2/+17
2023-09-11gpio: eic-sprd: use atomic notifiers to notify all chips about irqsGravatar Bartosz Golaszewski 1-19/+25
2023-07-29gpio: eic-sprd: remove unneeded platform_set_drvdata() callGravatar Andrei Coardos 1-1/+0
2023-07-19gpio: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2022-12-30gpio: eic-sprd: Make the irqchip immutableGravatar Cixi Geng 1-9/+14
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversGravatar Andy Shevchenko 1-1/+0
2020-12-09gpio: eic-sprd: break loop when getting NULL device resourceGravatar Chunyan Zhang 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+1
2020-04-02Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"Gravatar Baolin Wang 1-2/+7
2019-10-01gpio: eic: sprd: Fix the incorrect EIC offset when togglingGravatar Bruce Chen 1-3/+4
2019-08-05gpio: Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-3/+1
2019-06-27gpio: eic-sprd: Use devm_platform_ioremap_resource()Gravatar Enrico Weigelt, metux IT consult 1-7/+2
2019-04-11gpio: eic: sprd: Fix incorrect irq type setting for the sync EICGravatar Baolin Wang 1-0/+1
2019-02-17Merge tag 'gpio-v5.1-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Walleij 1-1/+13
2019-02-13gpio: sprd: Add missing break in switch statementGravatar Gustavo A. R. Silva 1-0/+1
2019-01-23gpio: sprd: Fix incorrect irq type setting for the async EICGravatar Neo Hou 1-0/+1
2019-01-23gpio: sprd: Fix the incorrect data registerGravatar Neo Hou 1-1/+12
2018-05-16gpio: eic: Add edge trigger emulation for EICGravatar Baolin Wang 1-0/+73
2018-03-27gpio: Add Spreadtrum EIC driver supportGravatar Baolin Wang 1-0/+606