Searched +full:meson +full:- +full:axg +full:- +full:nfc (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/amlogic,meson-nand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Amlogic NAND Flash Controller (NFC) for GXBB/GXL/AXG family SoCs10 - $ref: nand-controller.yaml13 - liang.yang@amlogic.com18 - amlogic,meson-gxl-nfc19 - amlogic,meson-axg-nfc24 reg-names:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Amlogic Meson Nand Flash Controller Driver10 #include <linux/dma-mapping.h>13 #include <linux/clk-provider.h>80 #define ECC_CHECK_RETURN_FF (-1)229 struct meson_nfc *nfc = nand_get_controller_data(nand); in meson_nfc_select_chip() local232 if (chip < 0 || WARN_ON_ONCE(chip >= meson_chip->nsels)) in meson_nfc_select_chip()235 nfc->param.chip_select = meson_chip->sels[chip] ? NAND_CE1 : NAND_CE0; in meson_nfc_select_chip()236 nfc->param.rb_select = nfc->param.chip_select; in meson_nfc_select_chip()237 nfc->timing.twb = meson_chip->twb; in meson_nfc_select_chip()[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 …]