Searched +full:sama7g5 +full:- +full:otpc (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/nvmem/microchip,sama7g5-otpc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Microchip SAMA7G5 OTP Controller (OTPC)10 - Claudiu Beznea <claudiu.beznea@microchip.com>18 - $ref: "nvmem.yaml#"23 - const: microchip,sama7g5-otpc24 - const: syscon30 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/nvmem-provider.h>28 #define MCHP_OTPC_NAME "mchp-otpc"32 * struct mchp_otpc - OTPC private data structure46 * struct mchp_otpc_packet - OTPC packet data structure57 static struct mchp_otpc_packet *mchp_otpc_id_to_packet(struct mchp_otpc *otpc, in mchp_otpc_id_to_packet() argument62 if (id >= otpc->npackets) in mchp_otpc_id_to_packet()65 list_for_each_entry(packet, &otpc->packets, list) { in mchp_otpc_id_to_packet()66 if (packet->id == id) in mchp_otpc_id_to_packet()73 static int mchp_otpc_prepare_read(struct mchp_otpc *otpc, in mchp_otpc_prepare_read() argument[all …]
1 # SPDX-License-Identifier: GPL-2.0-only33 calibration data required for the PCIe or the USB-C PHY.36 be called nvmem-apple-efuses.39 tristate "Broadcom On-Chip OTP Controller support"48 will be called nvmem-bcm-ocotp.67 will be called nvmem-imx-iim.70 tristate "i.MX 6/7/8 On-Chip OTP Controller support"74 This is a driver for the On-Chip OTP Controller (OCOTP) available on75 i.MX6 SoCs, providing access to 4 Kbits of one-time programmable79 will be called nvmem-imx-ocotp.[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 …]