aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-davinci.c
AgeCommit message (Expand)Author
2019-07-28gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-02-21gpio: davinci: use devm_platform_ioremap_resource()Bartosz Golaszewski
2018-11-26gpio: davinci: restore a way to manually specify the GPIO baseBartosz Golaszewski
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingKeerthy
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori
2018-02-12gpio: davinci: add support for pinmux gpio rangesDavid Lechner
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2018-01-14gpio: davinci: Include proper headerLinus Walleij
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseKeerthy
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy
2017-08-14gpio: davinci: Convert prinkt to dev_errKeerthy
2017-08-14gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav
2017-03-15gpio: davinci: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-01-26gpio: davinci: Remove custom .xlateKeerthy
2017-01-26gpio: davinci: Add support for multiple GPIO controllersKeerthy
2017-01-26gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipKeerthy
2017-01-26gpio: davinci: Remove gpio2regs functionKeerthy
2017-01-11gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy
2016-11-09gpio: davinci: Use unique labels for each gpio chipAxel Haslam
2016-02-22Merge branch 'devel' into for-nextLinus Walleij
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause
2016-02-10gpio: davinci: Fix the number of controllers allocatedLokesh Vutla
2016-02-10gpio: davinci: Add the missing of-node pointerKeerthy
2016-01-28gpio: davinci: use irq_data_get_chip_typeGeliang Tang
2016-01-05gpio: davinci: use gpiochip data pointerLinus Walleij
2015-12-26gpio: davinci: Be sure to clamp return valueLinus Walleij
2015-12-04gpio: davinci: fix missed parent conversionLinus Walleij
2015-11-30gpio: use dev_get_platdata()Nizam Haider
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-07-28gpio: kill off set_irq_flags usageRob Herring
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij
2015-07-17gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov
2015-07-14gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner
2015-07-14gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner
2015-07-14gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner
2015-07-14gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-10-31gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang
2014-05-09gpio: davinci: remove unnecessary OOM messagesJingoo Han
2014-03-11gpio: davinci: fix gpio selection for OFAlexander Holler
2014-03-04gpio: davinci: reuse for keystone socGrygorii Strashko