summaryrefslogtreecommitdiff
path: root/drivers/memory/omap-gpmc.c
Commit message (Expand)AuthorAgeFilesLines
* memory: omap-gpmc: fix wait pin validationBenedikt Niedermayr2022-12-271-1/+2
* memory: omap-gpmc: fix coverity issue "Control flow issues"Benedikt Niedermayr2022-11-101-1/+1
* memory: omap-gpmc: wait pin additionsBenedikt Niedermayr2022-11-021-13/+109
* memory: omap-gpmc: Allow building as a moduleRoger Quadros2022-04-291-20/+23
* memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros2021-12-221-1/+1
* memory: omap-gpmc: Add support for GPMC on AM64 SoCRoger Quadros2021-12-221-10/+30
* memory: omap-gpmc: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-221-7/+3
* memory: omap-gpmc: Drop custom PM calls with cpu_pm notifierTony Lindgren2021-07-291-75/+118
* memory: omap-gpmc: Clear GPMC_CS_CONFIG7 register on restore if unusedTony Lindgren2021-07-291-0/+2
* memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King2021-03-071-2/+5
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-241-113/+159
|\
| * memory: omap-gpmc: Fix -Wunused-function warningsYueHaibing2020-09-021-57/+57
| * memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing2020-08-271-0/+4
| * memory: omap-gpmc: Fix a couple off by onesDan Carpenter2020-08-261-2/+2
| * memory: omap-gpmc: consistently use !res for NULL checksKrzysztof Kozlowski2020-08-171-1/+1
| * memory: omap-gpmc: use WARN() instead of BUG() on wrong freeKrzysztof Kozlowski2020-08-171-2/+1
| * memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safetyKrzysztof Kozlowski2020-08-171-44/+93
| * memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()Krzysztof Kozlowski2020-08-171-3/+3
| * memory: omap-gpmc: remove unused file-scope phys_base and mem_sizeKrzysztof Kozlowski2020-08-171-4/+0
| * memory: omap-gpmc: remove unneeded asm/mach-types.h inclusionKrzysztof Kozlowski2020-08-171-2/+0
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* memory: omap-gpmc: Fix language typoKrzysztof Kozlowski2020-07-271-1/+1
* memory: omap-gpmc: Correct white space issuesKrzysztof Kozlowski2020-07-271-17/+7
* memory: omap-gpmc: Use 'unsigned int' for consistencyKrzysztof Kozlowski2020-07-271-2/+2
* memory: omap-gpmc: Enclose macro argument usage in parenthesisKrzysztof Kozlowski2020-07-271-10/+10
* memory: omap-gpmc: Correct kerneldocKrzysztof Kozlowski2020-07-271-4/+4
* memory: omap-gpmc: Fix whitespace issueKrzysztof Kozlowski2020-07-241-3/+4
* memory: omap-gpmc: Include <linux/sizes.h> for SZ_16MKrzysztof Kozlowski2020-07-241-0/+1
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-1/+3
|\
| * gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-1/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-12-311-4/+4
|\
| * memory: omap-gpmc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-111-4/+4
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-11/+7
|\ \
| * | memory: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-11/+7
| |/
* | memory: omap-gpmc: Get the header of the enumLinus Walleij2018-12-171-0/+1
* | gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-1/+2
|/
* memory: omap-gpmc: Avoid redundant NULL checkRoger Quadros2018-04-241-2/+2
* mtd: onenand: omap2: Configure driver from DTLadislav Michl2018-01-121-41/+117
* memory: omap-gpmc: Make 'bank-width' property optionalLadislav Michl2017-12-011-2/+3
* memory: omap-gpmc: Remove deprecated gpmc_update_nand_reg()Ladislav Michl2017-11-031-29/+24
* memory: omap-gpmc: Drop gpmc_statusLadislav Michl2017-10-171-1/+0
* memory: Convert to using %pOF instead of full_nameRob Herring2017-08-161-8/+8
* Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2017-06-181-3/+6
|\
| * memory: omap-gpmc: add error message if bank-width property is absentUwe Kleine-König2017-05-311-1/+4
| * memory: omap-gpmc: make dts snippet include semicolonUwe Kleine-König2017-05-311-2/+2
* | memory: omap-gpmc: Fix debug output for access widthTony Lindgren2017-05-161-1/+1
|/
* ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl2017-02-281-3/+1
* Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/dr...Arnd Bergmann2016-09-031-14/+7
|\
| * memory: omap-gpmc: allow probe of child nodes to failJohan Hovold2016-08-081-14/+7