Searched +full:ubi +full:- +full:volume +full:- +full:caldata (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---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 raw12 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,ubi27 description: UBI Volumes[all …]
1 // SPDX-License-Identifier: ISC11 * Atheros chip stored on UBI Volume on NAND. Hence, this module can be used to12 * initialize the chip when the user-space is ready to extract the init code.21 #include <linux/nvmem-consumer.h>51 dev_err(&pdev->dev, "eeprom has an invalid size.\n"); in ath9k_pci_fixup()52 return -EINVAL; in ath9k_pci_fixup()57 dev_err(&pdev->dev, "invalid calibration data\n"); in ath9k_pci_fixup()58 return -EINVAL; in ath9k_pci_fixup()61 dev_dbg(&pdev->dev, "calibration data needs swapping\n"); in ath9k_pci_fixup()65 dev_info(&pdev->dev, "fixup device configuration\n"); in ath9k_pci_fixup()[all …]