Searched +full:zynqmp +full:- +full:nand +full:- +full:controller (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/arasan,nand-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Arasan NAND Flash Controller with ONFI 3.1 support device tree bindings10 - $ref: "nand-controller.yaml"13 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>18 - enum:19 - xlnx,zynqmp-nand-controller20 - const: arasan,nfc-v3p10[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Arasan NAND Flash Controller Driver5 * Copyright (C) 2014 - 2020 Xilinx, Inc.17 #include <linux/dma-mapping.h>103 #define ANFC_MAX_PKT_SIZE (SZ_2K - 1)111 * struct anfc_op - Defines how to execute an operation120 * @read: Data transfer direction from the controller point of view136 * struct anand - Defines the NAND chip related information137 * @node: Used to store NAND chips into a list138 * @chip: NAND chip information structure[all …]
7 Change-Id: Iec160bd007994d82f416debdccfbc0d9bdb404709 diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig11 --- a/drivers/misc/Kconfig13 @@ -314,6 +314,26 @@ config ISL2902040 diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile42 --- a/drivers/misc/Makefile44 @@ -19,6 +19,8 @@ obj-$(CONFIG_TIFM_7XX1) += tifm_7xx1.o45 obj-$(CONFIG_PHANTOM) += phantom.o46 obj-$(CONFIG_QCOM_COINCELL) += qcom-coincell.o47 obj-$(CONFIG_QCOM_FASTRPC) += fastrpc.o[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]