summaryrefslogtreecommitdiffstats
path: root/drivers/memory/omap-gpmc.c
AgeCommit message (Expand)Author
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2020-09-02memory: omap-gpmc: Fix -Wunused-function warningsYueHaibing
2020-08-27memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing
2020-08-26memory: omap-gpmc: Fix a couple off by onesDan Carpenter
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-17memory: omap-gpmc: consistently use !res for NULL checksKrzysztof Kozlowski
2020-08-17memory: omap-gpmc: use WARN() instead of BUG() on wrong freeKrzysztof Kozlowski
2020-08-17memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safetyKrzysztof Kozlowski
2020-08-17memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()Krzysztof Kozlowski
2020-08-17memory: omap-gpmc: remove unused file-scope phys_base and mem_sizeKrzysztof Kozlowski
2020-08-17memory: omap-gpmc: remove unneeded asm/mach-types.h inclusionKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Fix language typoKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Correct white space issuesKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Use 'unsigned int' for consistencyKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Enclose macro argument usage in parenthesisKrzysztof Kozlowski
2020-07-27memory: omap-gpmc: Correct kerneldocKrzysztof Kozlowski
2020-07-24memory: omap-gpmc: Fix whitespace issueKrzysztof Kozlowski
2020-07-24memory: omap-gpmc: Include <linux/sizes.h> for SZ_16MKrzysztof Kozlowski
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-07gpio: pass lookup and descriptor flags to request_ownLinus Walleij
2018-12-31Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-12-28Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-12-17memory: omap-gpmc: Get the header of the enumLinus Walleij
2018-12-14gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij
2018-12-11memory: omap-gpmc: Use of_node_name_eq for node name comparisonsRob Herring
2018-11-27memory: Convert to using %pOFn instead of device_node.nameRob Herring
2018-04-24memory: omap-gpmc: Avoid redundant NULL checkRoger Quadros
2018-01-12mtd: onenand: omap2: Configure driver from DTLadislav Michl
2017-12-01memory: omap-gpmc: Make 'bank-width' property optionalLadislav Michl
2017-11-03memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()Ladislav Michl
2017-10-17memory: omap-gpmc: Drop gpmc_statusLadislav Michl
2017-08-16memory: Convert to using %pOF instead of full_nameRob Herring
2017-06-18Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...Olof Johansson
2017-05-31memory: omap-gpmc: add error message if bank-width property is absentUwe Kleine-König
2017-05-31memory: omap-gpmc: make dts snippet include semicolonUwe Kleine-König
2017-05-16memory: omap-gpmc: Fix debug output for access widthTony Lindgren
2017-02-28ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl
2016-09-03Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/dr...Arnd Bergmann
2016-08-29memory: omap-gpmc: make gpmc_clk_ticks_to_ns() staticBaoyou Xie
2016-08-29memory: omap-gpmc: use devm_gpiochip_add_data()Linus Walleij
2016-08-29memory: omap-gpmc: Delete an unnecessary check before the function call "gpio...Markus Elfring
2016-08-08memory: omap-gpmc: allow probe of child nodes to failJohan Hovold
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-06-23memory: omap-gpmc: use of_platform_default_populate() to populate default busKefeng Wang
2016-06-17memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OFRoger Quadros
2016-06-17memory: omap-gpmc: make it explicitly non-modularPaul Gortmaker
2016-06-16memory: omap-gpmc: Fix omap gpmc EXTRADELAY timingOcquidant, Sebastien
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon