aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/omap-gpmc.c
AgeCommit message (Expand)Author
2023-12-19memory: omap-gpmc: Convert to platform remove callback returning voidUwe Kleine-König
2022-12-27memory: omap-gpmc: fix wait pin validationBenedikt Niedermayr
2022-11-10memory: omap-gpmc: fix coverity issue "Control flow issues"Benedikt Niedermayr
2022-11-02memory: omap-gpmc: wait pin additionsBenedikt Niedermayr
2022-04-29memory: omap-gpmc: Allow building as a moduleRoger Quadros
2021-12-22memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros
2021-12-22memory: omap-gpmc: Add support for GPMC on AM64 SoCRoger Quadros
2021-12-22memory: omap-gpmc: Use platform_get_irq() to get the interruptLad Prabhakar
2021-07-29memory: omap-gpmc: Drop custom PM calls with cpu_pm notifierTony Lindgren
2021-07-29memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unusedTony Lindgren
2021-03-07memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King
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