aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/omap-gpmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij1-1/+3
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-11/+7
2018-12-17memory: omap-gpmc: Get the header of the enumLinus Walleij1-0/+1
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij1-1/+2
2018-12-11memory: omap-gpmc: Use of_node_name_eq for node name comparisonsRob Herring1-4/+4
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring1-11/+7
2018-04-24memory: omap-gpmc: Avoid redundant NULL checkRoger Quadros1-2/+2
2018-01-12mtd: onenand: omap2: Configure driver from DTLadislav Michl1-41/+117
2017-12-01memory: omap-gpmc: Make 'bank-width' property optionalLadislav Michl1-2/+3
2017-11-03memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()Ladislav Michl1-29/+24
2017-10-17memory: omap-gpmc: Drop gpmc_statusLadislav Michl1-1/+0
2017-08-16memory: Convert to using %pOF instead of full_nameRob Herring1-8/+8
2017-06-18Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/driversOlof Johansson1-3/+6
2017-05-31memory: omap-gpmc: add error message if bank-width property is absentUwe Kleine-König1-1/+4
2017-05-31memory: omap-gpmc: make dts snippet include semicolonUwe Kleine-König1-2/+2
2017-05-16memory: omap-gpmc: Fix debug output for access widthTony Lindgren1-1/+1
2017-02-28ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl1-3/+1
2016-09-03Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/driversArnd Bergmann1-14/+7
2016-08-29memory: omap-gpmc: make gpmc_clk_ticks_to_ns() staticBaoyou Xie1-2/+2
2016-08-29memory: omap-gpmc: use devm_gpiochip_add_data()Linus Walleij1-10/+2
2016-08-29memory: omap-gpmc: Delete an unnecessary check before the function call "gpiochip_free_own_desc"Markus Elfring1-3/+1
2016-08-08memory: omap-gpmc: allow probe of child nodes to failJohan Hovold1-14/+7
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-73/+63
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+1
2016-06-23memory: omap-gpmc: use of_platform_default_populate() to populate default busKefeng Wang1-2/+1
2016-06-17memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OFRoger Quadros1-63/+63
2016-06-17memory: omap-gpmc: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-16memory: omap-gpmc: Fix omap gpmc EXTRADELAY timingOcquidant, Sebastien1-1/+1
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon1-2/+2
2016-04-15memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regsRoger Quadros1-1/+1
2016-04-15memory: omap-gpmc: Support WAIT pin edge interruptsRoger Quadros1-18/+88
2016-04-15memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoringRoger Quadros1-2/+22
2016-04-15memory: omap-gpmc: Support general purpose input for WAITPINsRoger Quadros1-12/+105
2016-04-15memory: omap-gpmc: Prevent mapping into 1st 16MBRoger Quadros1-6/+18
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros1-106/+37
2016-04-15memory: omap-gpmc: Implement IRQ domain for NAND IRQsRoger Quadros1-113/+133
2016-04-15memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty statusRoger Quadros1-1/+13
2016-04-15memory: omap-gpmc: Introduce GPMC to NAND interfaceRoger Quadros1-0/+21
2016-02-08memory: omap-gpmc: Add support for AAD timingsNeil Armstrong1-0/+30
2015-10-12memory: omap-gpmc: dump "before" state before first modificationUwe Kleine-König1-1/+1
2015-09-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+2
2015-08-13memory: kill off set_irq_flags usageRob Herring1-3/+2
2015-08-12memory: omap-gpmc: Don't try to save uninitialized GPMC contextTomeu Vizoso1-0/+6
2015-07-06Merge branch 'fixes-rc1' into omap-for-v4.2/fixesTony Lindgren1-3/+3
2015-06-01memory: omap-gpmc: Add Kconfig option for debugTony Lindgren1-3/+3
2015-06-01memory: omap-gpmc: Fix parsing of devicesTony Lindgren1-7/+1
2015-03-06ARM OMAP2+ GPMC: fix programming/showing reserved timing parametersRobert ABEL1-23/+58