summaryrefslogtreecommitdiff
path: root/drivers/memory/omap-gpmc.c
AgeCommit message (Expand)Author
2025-06-12memory: omap-gpmx: Use dev_fwnode()Jiri Slaby (SUSE)
2025-05-31Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-16memory: omap-gpmc: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)
2025-04-15memory: omap-gpmc: remove GPIO set() and direction_output() callbacksBartosz Golaszewski
2025-04-15memory: omap-gpmc: use the dedicated define for GPIO directionBartosz Golaszewski
2025-03-14memory: omap-gpmc: drop no compatible checkRoger Quadros
2025-01-15Merge tag 'memory-controller-drv-6.14' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann
2024-12-14memory: omap-gpmc: deadcode a pair of functionsDr. David Alan Gilbert
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-08-25memory: omap-gpmc: simplify locking with guard()Krzysztof Kozlowski
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