Home
last modified time | relevance | path

Searched +full:ubi +full:- +full:volume +full:- +full:caldata (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/mtd/partitions/
Dlinux,ubi.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/mtd/partitions/linux,ubi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 UBI ("Unsorted Block Images") is a volume management system for raw
12 physical flash device and spreads the I/O load (i.e wear-leveling)
16 - Daniel Golle <daniel@makrotopia.org>
19 - $ref: partition.yaml#
23 const: linux,ubi
27 description: UBI Volumes
[all …]
/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dath9k_pci_owl_loader.c1 // SPDX-License-Identifier: ISC
11 * Atheros chip stored on UBI Volume on NAND. Hence, this module can be used to
12 * initialize the chip when the user-space is ready to extract the init code.
22 #include <linux/nvmem-consumer.h>
52 dev_err(&pdev->dev, "eeprom has an invalid size.\n"); in ath9k_pci_fixup()
53 return -EINVAL; in ath9k_pci_fixup()
58 dev_err(&pdev->dev, "invalid calibration data\n"); in ath9k_pci_fixup()
59 return -EINVAL; in ath9k_pci_fixup()
62 dev_dbg(&pdev->dev, "calibration data needs swapping\n"); in ath9k_pci_fixup()
66 dev_info(&pdev->dev, "fixup device configuration\n"); in ath9k_pci_fixup()
[all …]