aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-davinci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-20gpio: davinci: Move driver local definitions to driverAndrew F. Davis1-0/+28
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerAndrew F. Davis1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionAndrew F. Davis1-18/+4
2018-06-18gpio: davinci: Do not assume continuous IRQ numberingKeerthy1-21/+42
2018-06-18gpio: davinci: Shuffle IRQ resource fetching from DT to beginning of probeKeerthy1-18/+11
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+2
2018-05-30gpio: davinci: fix build warning when !CONFIG_OFSekhar Nori1-2/+0
2018-02-12gpio: davinci: add support for pinmux gpio rangesDavid Lechner1-0/+6
2018-01-31Merge tag 'gpio-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2018-01-14gpio: davinci: Include proper headerLinus Walleij1-1/+1
2017-11-30gpio: davinci: Assign first bank regs for unbanked caseKeerthy1-1/+1
2017-08-14gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy1-1/+4
2017-08-14gpio: davinci: Convert prinkt to dev_errKeerthy1-2/+1
2017-08-14gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy1-2/+12
2017-05-29gpio: davinci: Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-03-15gpio: davinci: use devm_irq_alloc_descs()Bartosz Golaszewski1-1/+1
2017-01-26gpio: davinci: Remove custom .xlateKeerthy1-22/+0
2017-01-26gpio: davinci: Add support for multiple GPIO controllersKeerthy1-1/+3
2017-01-26gpio: davinci: Redesign driver to accommodate ngpios in one gpio chipKeerthy1-54/+73
2017-01-26gpio: davinci: Remove gpio2regs functionKeerthy1-24/+11
2017-01-11gpio: davinci: Remove redundant members davinci_gpio_controller stuctKeerthy1-3/+0
2016-11-09gpio: davinci: Use unique labels for each gpio chipAxel Haslam1-1/+6
2016-02-22Merge branch 'devel' into for-nextLinus Walleij1-2/+3
2016-02-16gpio: davinci: Fix possible NULL pointer deferenceNicholas Krause1-0/+2
2016-02-10gpio: davinci: Fix the number of controllers allocatedLokesh Vutla1-2/+3
2016-02-10gpio: davinci: Add the missing of-node pointerKeerthy1-1/+1
2016-01-28gpio: davinci: use irq_data_get_chip_typeGeliang Tang1-2/+1
2016-01-05gpio: davinci: use gpiochip data pointerLinus Walleij1-9/+6
2015-12-26gpio: davinci: Be sure to clamp return valueLinus Walleij1-1/+1
2015-12-04gpio: davinci: fix missed parent conversionLinus Walleij1-1/+1
2015-11-30gpio: use dev_get_platdata()Nizam Haider1-1/+1
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-2/+1
2015-07-28gpio: kill off set_irq_flags usageRob Herring1-1/+0
2015-07-17Merge branch 'queue/irq/gpio' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into develLinus Walleij1-10/+9
2015-07-17gpio/davinci: add interrupt support for GPIOs 16-31Vitaly Andrianov1-1/+1
2015-07-14gpio/davinci: Fix race in installing chained irq handlerThomas Gleixner1-4/+2
2015-07-14gpio/davinci: Avoid redundant lookup of irq_dataThomas Gleixner1-4/+4
2015-07-14gpio/davinci: Prepare gpio_irq_handler for irq argument removalThomas Gleixner1-1/+2
2015-07-14gpio/davinci: Use accessor function irq_data_get_irq_handler_data()Jiang Liu1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-10-31gpio: gpio-davinci: remove duplicate check on resourceVarka Bhadram1-5/+0
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09gpio: davinci: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-11gpio: davinci: fix gpio selection for OFAlexander Holler1-0/+24
2014-03-04gpio: davinci: reuse for keystone socGrygorii Strashko1-8/+40
2014-02-24gpio: davinci: Use signed type for 'irq' variableAlexander Shiyan1-1/+2
2013-12-26gpio: davinci: don't create irq_domain in case of unbanked irqsGrygorii Strashko1-15/+19
2013-12-26gpio: davinci: use chained_irq_enter/chained_irq_exit APIGrygorii Strashko1-3/+3
2013-12-26gpio: davinci: add OF supportKV Sujith1-3/+54