aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-omap.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04OMAP/gpio: drop MPUIO static baseLinus Walleij1-2/+1
2023-10-02gpio: omap: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-07-29gpio: omap: Remove redundant dev_err_probe() and zero value handle codeRuan Jinjie1-5/+2
2023-07-19gpio: Explicitly include correct DT includesRob Herring1-1/+0
2023-03-10gpio: omap: Convert to immutable irq_chipLinus Walleij1-23/+45
2023-03-10gpio: omap: Drop irq_baseLinus Walleij1-15/+0
2023-01-30gpio: omap: use dynamic allocation of baseAndreas Kemnade1-1/+1
2022-02-09gpio: omap: Move PM device over to irq domainMarc Zyngier1-3/+4
2021-12-17gpio: Get rid of duplicate of_node assignment in the driversAndy Shevchenko1-3/+0
2021-08-12gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-2/+1
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2021-05-05gpio: omap: Use device_get_match_data() helperTian Tao1-3/+2
2021-04-21gpio: omap: Save and restore sysconfigTony Lindgren1-0/+9
2020-12-09Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Walleij1-5/+2
2020-11-30gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data()Grygorii Strashko1-5/+2
2020-10-28Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""Tony Lindgren1-1/+11
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-4/+1
2020-08-28gpio: omap: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+1
2020-08-19gpio: omap: Fix warnings if PM is disabledTony Lindgren1-2/+2
2020-07-23gpio: omap: improve coding style for pin config flagsDrew Fustini1-4/+9
2020-07-20gpio: omap: handle pin config bias flagsDrew Fustini1-5/+11
2020-06-30gpio: omap: Add missing PM ops for suspendTony Lindgren1-0/+26
2020-03-09Revert "gpio: omap: Fix lost edge wake-up interrupts"Tony Lindgren1-11/+1
2020-03-09gpio: omap: Block idle on pending gpio interruptsTony Lindgren1-4/+13
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen1-2/+4
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-338/+171
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-12gpio: omap: Fix lost edge wake-up interruptsTony Lindgren1-1/+11
2019-06-12gpio: omap: clean up register access in omap2_set_gpio_debounce()Russell King1-3/+1
2019-06-12gpio: omap: irq_startup() must not return error codesRussell King1-5/+0
2019-06-12gpio: omap: clean up wakeup handlingRussell King1-23/+13
2019-06-12gpio: omap: constify register tablesRussell King1-6/+6
2019-06-12gpio: omap: clean up omap_gpio_restore_context()Russell King1-21/+15
2019-06-12gpio: omap: remove dataout variation in context handlingRussell King1-10/+2
2019-06-12gpio: omap: simplify omap_set_gpio_irqenable()Russell King1-46/+15
2019-06-12gpio: omap: simplify omap_toggle_gpio_edge_triggering()Russell King1-18/+4
2019-06-12gpio: omap: simplify read-modify-writeRussell King1-53/+30
2019-06-12gpio: omap: simplify bank->level_maskRussell King1-4/+3
2019-06-12gpio: omap: simplify set_multiple()Russell King1-38/+7
2019-06-12gpio: omap: simplify get_multiple()Russell King1-25/+11
2019-06-12gpio: omap: simplify get() methodRussell King1-19/+6
2019-06-12gpio: omap: simplify omap_gpio_get_direction()Russell King1-10/+3
2019-06-12gpio: omap: move omap_gpio_request() and omap_gpio_free()Russell King1-32/+32
2019-06-12gpio: omap: remove irq_ack methodRussell King1-14/+3
2019-06-12gpio: omap: clean up edge interrupt handlingRussell King1-11/+9
2019-06-12gpio: omap: remove remainder of list managementRussell King1-2/+0
2019-06-12gpio: omap: fix lack of irqstatus_raw0 for OMAP4Russell King1-0/+2
2019-06-12gpio: omap: ensure irq is enabled before wakeupRussell King1-7/+8
2019-04-11gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interruptsRussell King1-16/+2
2019-04-11gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King1-79/+11
2019-04-08Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij1-28/+33
2019-04-05gpio: omap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult1-3/+1
2019-04-05gpio: omap: avoid clang warningArnd Bergmann1-278/+263
2019-03-27gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren1-8/+17
2019-03-27gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren1-8/+0
2019-03-27gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren1-12/+16
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2018-12-28Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-8/+4
2018-12-21gpio: gpio-omap: Revert deferred wakeup quirk handling for regressionsTony Lindgren1-59/+5
2018-11-05gpio: gpio-omap: simplify getting .driver_dataWolfram Sang1-8/+4
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing1-2/+0
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko1-4/+0
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko1-20/+5
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Tony Lindgren1-3/+3
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadTony Lindgren1-70/+108
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsTony Lindgren1-33/+118
2018-08-06gpio: omap: Add get/set_multiple() callbacksJanusz Krzysztofik1-2/+86
2018-05-24gpio: omap: Include the right headerLinus Walleij1-1/+1
2018-02-22gpio: omap: Improve a size determinationMarkus Elfring1-1/+1
2018-02-22gpio: omap: Delete an error messageMarkus Elfring1-3/+1
2018-01-03gpio: omap: Give unique labels to each GPIO bank/chipLinus Walleij1-1/+6
2017-11-30gpio: omap: initialize gpioirq chip as part of gpiochip_add_dataGrygorii Strashko1-18/+14
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-07gpio: omap: Fix lost edge interruptsGrygorii Strashko1-9/+13
2017-09-21gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann1-1/+1
2017-08-14gpio: omap : Add missing clk_unprepare().Arvind Yadav1-0/+2
2017-04-28gpio: omap: return error if requested debounce time is not possibleDavid Rivshin1-6/+17
2017-03-15gpio: omap: use devm_irq_alloc_descs()Bartosz Golaszewski1-1/+2
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg1-1/+13
2016-04-26gpio: omap: fix irq triggering in smart-idle wakeup modeGrygorii Strashko1-40/+2
2016-03-09gpio: omap: drop dev field from gpio_bank structureGrygorii Strashko1-28/+29
2016-01-05gpio: omap: use gpiochip data pointerLinus Walleij1-10/+10
2015-12-21Merge tag 'v4.4-rc6' into develLinus Walleij1-2/+0
2015-11-30gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacksGrygorii Strashko1-2/+0
2015-11-19gpio: change member .dev to .parentLinus Walleij1-2/+2
2015-10-16gpio: omap: fix static checker warningGrygorii Strashko1-1/+1
2015-10-02gpio: omap: convert to use generic irq handlerGrygorii Strashko1-28/+27
2015-10-02gpio: omap: move pm runtime in irq_chip.irq_bus_lock/sync_unlockGrygorii Strashko1-10/+15
2015-09-18Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-14gpio: omap: Fix GPIO numbering for deferred probeTony Lindgren1-1/+3
2015-09-14gpio: omap: Fix gpiochip_add() handling for deferred probeTony Lindgren1-1/+4
2015-08-26gpio: omap: fix clk_prepare/unprepare usageGrygorii Strashko1-9/+18
2015-08-26gpio: omap: protect regs access in omap_gpio_irq_handlerGrygorii Strashko1-0/+8
2015-08-26gpio: omap: fix omap2_set_gpio_debounceGrygorii Strashko1-9/+10
2015-08-26gpio: omap: switch to use platform_get_irqGrygorii Strashko1-5/+8
2015-08-26gpio: omap: remove wrong irq_domain_remove usage in probeGrygorii Strashko1-1/+0
2015-08-13gpio: omap: Fix missing raw locks conversionAxel Lin1-1/+1
2015-08-13Merge tag 'v4.2-rc4' into develLinus Walleij1-1/+4
2015-07-27gpio: omap: use raw locks for lockingSebastian Andrzej Siewior1-40/+40
2015-07-16gpio: omap: prevent module from being unloaded while in useGrygorii Strashko1-0/+1
2015-07-16gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_typeGrygorii Strashko1-1/+3
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-14gpio/omap: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-06-01gpio: omap: rework omap_gpio_irq_startup to handle current pin state properlyGrygorii Strashko1-1/+13
2015-06-01gpio: omap: rework omap_gpio_request to touch only gpio specific registersGrygorii Strashko1-8/+1
2015-06-01gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registersGrygorii Strashko1-10/+5
2015-06-01gpio: omap: fix error handling in omap_gpio_irq_typeGrygorii Strashko1-4/+12
2015-06-01gpio: omap: fix omap_gpio_free to not clean up irq configurationGrygorii Strashko1-1/+4
2015-05-12Merge tag 'v4.1-rc3' into develLinus Walleij1-39/+9
2015-05-06gpio: omap: Allow building as a loadable moduleTony Lindgren1-0/+24
2015-05-06gpio: omap: Fix regression for MPUIO interruptsTony Lindgren1-39/+9
2015-03-27gpio: omap: get rid of GPIO_INDEX() macroGrygorii Strashko1-9/+0
2015-03-27gpio: omap: get rid of omap_irq_to_gpio()Grygorii Strashko1-12/+5
2015-03-27gpio: omap: get rid of GPIO_BIT() macroGrygorii Strashko1-1/+0
2015-03-27gpio: omap: convert gpio irq functions to use GPIO offsetGrygorii Strashko1-33/+34
2015-03-27gpio: omap: drop 'gpio' param from omap_gpio_init_irq()Grygorii Strashko1-7/+5
2015-03-27gpio: omap: convert debounce functions switch to use gpio offsetGrygorii Strashko1-7/+7
2015-03-27gpio: omap: simplify omap_set_gpio_dataout_x()Grygorii Strashko1-5/+5
2015-03-27gpio: omap: convert omap_gpio_is_input() to use gpio offsetGrygorii Strashko1-6/+4
2015-03-09gpio: omap: irq_shutdown: remove unnecessary call of gpiochip_unlock_as_irqGrygorii Strashko1-1/+0
2015-01-26gpio: omap: Fix bad device access with setup_irq()Tony Lindgren1-6/+33
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-1/+1
2014-12-04gpio / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-4/+4
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot1-1/+1
2014-09-23gpio: omap: Fix interrupt namesNishanth Menon1-14/+17
2014-09-23gpio: remove remaining users of gpiochip_remove() retvalLinus Walleij1-1/+1
2014-07-09gpio: omap: Add an omap prefix to all functionsJavier Martinez Canillas1-131/+137
2014-07-09gpio: omap: Remove unneeded includeJavier Martinez Canillas1-1/+0
2014-07-09gpio: omap: Remove unnecessary lockdep classJavier Martinez Canillas1-6/+0
2014-05-16gpio: omap: prepare and unprepare the debounce clockRajendra Nayak1-5/+5
2014-05-03gpio: omap: use BIT() macro instead of shifting bitsJavier Martinez Canillas1-25/+25
2014-04-28gpio: omap: implement get_directionYegor Yefremov1-0/+17
2014-04-28gpio: omap: convert driver to use gpiolib irqchipJavier Martinez Canillas1-56/+51
2014-04-28gpio: omap: check gpiochip_add() return valueJavier Martinez Canillas1-3/+13
2014-04-28gpio: omap: convert to use irq_domain_add_simple()Javier Martinez Canillas1-11/+4
2014-02-24gpio: omap: Use devm_ioremap_resource()Jingoo Han1-17/+3
2013-11-25gpio/omap: raw read and write endian fixVictor Kamensky1-94/+94
2013-10-16gpio/omap: use gpiolib API to mark a GPIO used as an IRQJavier Martinez Canillas1-10/+10
2013-10-01gpio/omap: auto-setup a GPIO when used as an IRQJavier Martinez Canillas1-46/+83
2013-10-01gpio/omap: maintain GPIO and IRQ usage separatelyJavier Martinez Canillas1-14/+21
2013-08-16drivers/gpio/gpio-omap.c: convert comma to semicolonJulia Lawall1-1/+1
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-03Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-06-25gpio/omap: don't use linear domain mapping for OMAP1Javier Martinez Canillas1-1/+21
2013-06-17gpio/omap: omap_gpio_init_context stub must be inlineArnd Bergmann1-1/+1
2013-05-13gpio/omap: ensure gpio context is initialisedJon Hunter1-3/+45
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-58/+58
2013-04-10gpio/omap: force restore if context loss is not detectableJon Hunter1-8/+17
2013-04-10gpio/omap: optimise interrupt service routineJon Hunter1-7/+7
2013-04-10gpio/omap: remove extra context restores in *_runtime_resume()Tarun Kanti DebBarma1-4/+0
2013-04-10gpio/omap: free irq domain in probe() failure pathsJon Hunter1-2/+4
2013-03-27gpio: gpio-omap.c: fix checkpatch errorLaurent Navet1-1/+1
2013-03-26arm: Move chained_irq_(enter|exit) to a generic fileCatalin Marinas1-2/+1
2013-03-06gpio/omap: warn if bank is not enabled on setting irq typeJon Hunter1-0/+3
2013-03-06gpio/omap: convert gpio irq domain to linear mappingJon Hunter1-41/+31
2013-02-11gpio: using common order: let 'static const' instead of 'const static'Chen Gang1-3/+3
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-3/+3
2012-10-27gpio/omap: fix off-mode bug: clear debounce settings on free/resetJon Hunter1-0/+35
2012-10-15gpio/gpio-omap: Use existing pointer to struct deviceTobias Klauser1-1/+1
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+8
2012-09-12ARM: OMAP: Move gpio.h to include/linux/platform_dataTony Lindgren1-7/+8
2012-09-11gpio/gpio-omap: make platformdata used as *of_device_id.data constUwe Kleine-König1-3/+3
2012-09-11gpio/gpio-omap.c: add a const qualifierUwe Kleine-König1-1/+1
2012-07-26Merge tag 'gpio-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds1-6/+4
2012-07-17gpio/omap: move bank->dbck initialization to omap_gpio_mod_init()Tarun Kanti DebBarma1-6/+4
2012-07-03gpio/omap: fix invalid context restore of gpio bank-0Jon Hunter1-1/+3
2012-06-26gpio/omap: fix irq loss while in idle with debounce onGrazvydas Ignotas1-0/+10
2012-05-18gpio/omap: (re)fix wakeups on level-triggered GPIOsKevin Hilman1-3/+3
2012-05-18gpio/omap: fix broken context restore for non-OFF mode transitionsKevin Hilman1-2/+1
2012-05-11gpio/omap: fix missing check in *_runtime_suspend()Tarun Kanti DebBarma1-5/+8
2012-05-11gpio/omap: remove cpu_is_omapxxxx() checks from *_runtime_resume()Tarun Kanti DebBarma1-2/+2
2012-05-11gpio/omap: remove suspend/resume callbacksTarun Kanti DebBarma1-47/+0
2012-05-11gpio/omap: remove retrigger variable in gpio_irq_handlerTarun Kanti DebBarma1-3/+0
2012-05-11gpio/omap: remove saved_wakeup field from struct gpio_bankTarun Kanti DebBarma1-9/+3
2012-05-11gpio/omap: remove suspend_wakeup field from struct gpio_bankTarun Kanti DebBarma1-7/+6
2012-05-11gpio/omap: remove saved_fallingdetect, saved_risingdetectTarun Kanti DebBarma1-11/+8
2012-05-10gpio/omap: fix incorrect initialization of omap_gpio_mod_initTarun Kanti DebBarma1-6/+3
2012-03-21gpio/omap: fix redundant decoding of gpio offsetTarun Kanti DebBarma1-11/+7
2012-03-21gpio/omap: fix incorrect update to context.irqenable1Tarun Kanti DebBarma1-2/+4
2012-03-20gpio/omap: fix incorrect context restore logic in omap_gpio_runtime_*Tarun Kanti DebBarma1-4/+1
2012-03-20gpio/omap: fix missing dataout context save in _set_gpio_dataout_regTarun Kanti DebBarma1-2/+5
2012-03-20gpio/omap: fix _set_gpio_irqenable implementationTarun Kanti DebBarma1-1/+4
2012-03-20gpio/omap: fix trigger type to unsignedTarun Kanti DebBarma1-2/+3
2012-03-20gpio/omap: fix wakeup_en register update in _set_gpio_wakeup()Tarun Kanti DebBarma1-0/+1
2012-03-12gpio/omap: Fix section warning for omap_mpuio_alloc_gc()Tony Lindgren1-1/+1
2012-03-12gpio/omap: fix wakeups on level-triggered GPIOsKevin Hilman1-0/+34
2012-03-05gpio/omap: Fix IRQ handling for SPARSE_IRQBenoit Cousson1-16/+17
2012-03-05gpio/omap: Add DT support to GPIO driverBenoit Cousson1-9/+112
2012-03-05gpio/omap: Use devm_ API and add request_mem_regionBenoit Cousson1-20/+15
2012-03-05gpio/omap: Remove bank->id information and misc cleanupBenoit Cousson1-14/+9
2012-02-06gpio/omap: handle set_dataout reg capable IP on restoreNishanth Menon1-1/+6
2012-02-06gpio/omap: restore OE only after setting the output levelNishanth Menon1-1/+2
2012-02-06gpio/omap: enable irq at the end of all configuration in restoreNishanth Menon1-4/+5
2012-02-06gpio/omap: save and restore debounce registersNishanth Menon1-0/+12
2012-02-06gpio/omap: remove omap_gpio_save_context overheadTarun Kanti DebBarma1-28/+28
2012-02-06gpio/omap: fix incorrect access of debounce moduleTarun Kanti DebBarma1-5/+13