/Linux-v6.1/drivers/misc/eeprom/ |
D | at25.c | 3 * Driver for most of the SPI EEPROMs, such as Atmel AT25 models 25 * mean that some AT25 products are EEPROMs, and others are FLASH. 80 struct at25_data *at25 = priv; in at25_ee_read() local 82 size_t max_chunk = spi_max_transfer_size(at25->spi); in at25_ee_read() 92 if (unlikely(offset >= at25->chip.byte_len)) in at25_ee_read() 94 if ((offset + count) > at25->chip.byte_len) in at25_ee_read() 95 count = at25->chip.byte_len - offset; in at25_ee_read() 101 cp = at25->command; in at25_ee_read() 104 if (at25->chip.flags & EE_INSTR_BIT3_IS_ADDR) in at25_ee_read() 105 if (msg_offset >= BIT(at25->addrlen * 8)) in at25_ee_read() [all …]
|
D | Makefile | 3 obj-$(CONFIG_EEPROM_AT25) += at25.o
|
D | Kconfig | 46 will be called at25.
|
/Linux-v6.1/Documentation/devicetree/bindings/eeprom/ |
D | at25.yaml | 4 $id: "http://devicetree.org/schemas/eeprom/at25.yaml#" 7 title: SPI EEPROMs or FRAMs compatible with Atmel's AT25 19 # with Atmel's AT25. The compatible string requires two items where the 21 # item is fixed to "atmel,at25". Some existing bindings only have the 22 # "atmel,at25" part and should be fixed by somebody who knows vendor and 38 - const: atmel,at25 42 - const: atmel,at25 80 # Deprecated: at25,byte-len, at25,addr-mode, at25,page-size 81 at25,byte-len: 87 at25,addr-mode: [all …]
|
/Linux-v6.1/arch/arm/boot/dts/ |
D | aspeed-bmc-ibm-everest.dts | 2485 at25,byte-len = <0x80000>; 2486 at25,addr-mode = <4>; 2487 at25,page-size = <256>; 2489 compatible = "atmel,at25"; 2501 at25,byte-len = <0x80000>; 2502 at25,addr-mode = <4>; 2503 at25,page-size = <256>; 2505 compatible = "atmel,at25"; 2518 at25,byte-len = <0x80000>; 2519 at25,addr-mode = <4>; [all …]
|
D | aspeed-bmc-ibm-rainier.dts | 376 at25,byte-len = <0x80000>; 377 at25,addr-mode = <4>; 378 at25,page-size = <256>; 380 compatible = "atmel,at25"; 392 at25,byte-len = <0x80000>; 393 at25,addr-mode = <4>; 394 at25,page-size = <256>; 396 compatible = "atmel,at25"; 409 at25,byte-len = <0x80000>; 410 at25,addr-mode = <4>; [all …]
|
D | lpc3250-phy3250.dts | 203 eeprom: at25@0 { 204 compatible = "atmel,at25"; 216 at25,byte-len = <0x8000>; 217 at25,addr-mode = <2>; 218 at25,page-size = <64>;
|
D | zynq-zc770-xm013.dts | 66 compatible = "atmel,at25";
|
D | imx6q-dms-ba16.dts | 51 compatible = "atmel,at25256B", "atmel,at25";
|
D | logicpd-torpedo-baseboard.dtsi | 376 at25@0 { 377 compatible = "atmel,at25";
|
D | imx6ul-kontron-bl-common.dtsi | 92 compatible = "anvo,anv32e61w", "atmel,at25";
|
D | imx6q-bx50v3.dtsi | 164 compatible = "atmel,at25";
|
D | imx6q-evi.dts | 128 compatible = "st,m95m02", "atmel,at25";
|
/Linux-v6.1/arch/arm64/boot/dts/broadcom/northstar2/ |
D | ns2-svk.dts | 131 at25@0 { 132 compatible = "atmel,at25"; 135 at25,byte-len = <0x8000>; 136 at25,addr-mode = <2>; 137 at25,page-size = <64>;
|
/Linux-v6.1/include/linux/spi/ |
D | eeprom.h | 9 * by the "at25" driver. On SPI, most EEPROMS understand the same core 30 * other AT25 like chips.
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | spi-octeon.txt | 22 compatible = "st,m95256", "atmel,at25";
|
/Linux-v6.1/Documentation/firmware-guide/acpi/ |
D | enumeration.rst | 197 "AT25", 210 to at25 SPI eeprom driver (this is meant for the above ACPI snippet):: 213 { "AT25", 0 }, 243 Then the at25 SPI driver can get this configuration by calling device property
|
/Linux-v6.1/arch/arm64/boot/dts/freescale/ |
D | imx8mn-beacon-baseboard.dtsi | 88 compatible = "microchip,at25160bn", "atmel,at25";
|
D | imx8mm-beacon-baseboard.dtsi | 127 compatible = "microchip,at25160bn", "atmel,at25";
|
/Linux-v6.1/arch/arm/mach-davinci/ |
D | board-dm355-leopard.c | 220 .modalias = "at25",
|
D | board-dm355-evm.c | 381 .modalias = "at25",
|
D | board-dm365-evm.c | 795 .modalias = "at25",
|
/Linux-v6.1/drivers/net/phy/ |
D | spi_ks8995.c | 7 * This file was based on: drivers/spi/at25.c
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | vendor-prefixes.yaml | 19 "^(at25|bm|devbus|dmacap|dsa|exynos|fsi[ab]|gpio-fan|gpio-key|gpio|gpmc|hdmi|i2c-gpio),.*": true
|