Searched +full:brcmnand +full:- +full:v4 (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mtd/brcm,brcmnand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Brian Norris <computersforpeace@gmail.com>11 - Kamal Dasu <kdasu.kdev@gmail.com>14 The Broadcom Set-Top Box NAND controller supports low-level access to raw NAND15 flash chips. It has a memory-mapped register interface for both control25 -- Additional SoC-specific NAND controller properties --33 interesting ways, sometimes with registers that lump multiple NAND-related[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include "dt-bindings/clock/bcm63268-clock.h"4 #include "dt-bindings/reset/bcm63268-reset.h"5 #include "dt-bindings/soc/bcm63268-pm.h"8 #address-cells = <1>;9 #size-cells = <1>;13 #address-cells = <1>;14 #size-cells = <0>;16 mips-hpt-frequency = <200000000>;32 periph_osc: periph-osc {[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright © 2010-2015 Broadcom Corporation12 #include <linux/platform_data/brcmnand.h>17 #include <linux/dma-mapping.h>33 #include "brcmnand.h"49 #define DRV_NAME "brcmnand"187 /* flash_dma registers v4 */237 /* List of NAND hosts (one for each chip-select) */240 /* EDU info, per-transaction */261 /* in-memory cache of the FLASH_CACHE, used only for some commands */[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 …]