| /linux-6.15/drivers/misc/eeprom/ |
| H A D | at25.c | 101 cp = at25->command; in at25_ee_read() 451 at25 = devm_kzalloc(&spi->dev, sizeof(*at25), GFP_KERNEL); in at25_probe() 452 if (!at25) in at25_probe() 456 at25->spi = spi; in at25_probe() 476 at25->addrlen = 1; in at25_probe() 478 at25->addrlen = 2; in at25_probe() 489 at25->nvmem_config.read_only = at25->chip.flags & EE_READONLY; in at25_probe() 496 at25->nvmem_config.priv = at25; in at25_probe() 499 at25->nvmem_config.size = at25->chip.byte_len; in at25_probe() 501 at25->nvmem = devm_nvmem_register(&spi->dev, &at25->nvmem_config); in at25_probe() [all …]
|
| H A D | Makefile | 3 obj-$(CONFIG_EEPROM_AT25) += at25.o
|
| H A D | Kconfig | 47 will be called at25.
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | ibm-power10-dual.dtsi | 91 at25,addr-mode = <4>; 92 at25,page-size = <256>; 107 at25,addr-mode = <4>; 108 at25,page-size = <256>; 124 at25,addr-mode = <4>; 125 at25,page-size = <256>; 141 at25,addr-mode = <4>; 258 at25,addr-mode = <4>; 274 at25,addr-mode = <4>; 291 at25,addr-mode = <4>; [all …]
|
| H A D | ibm-power10-quad.dtsi | 742 at25,addr-mode = <4>; 743 at25,page-size = <256>; 758 at25,addr-mode = <4>; 759 at25,page-size = <256>; 775 at25,addr-mode = <4>; 776 at25,page-size = <256>; 792 at25,addr-mode = <4>; 1115 at25,addr-mode = <4>; 1131 at25,addr-mode = <4>; 1148 at25,addr-mode = <4>; [all …]
|
| H A D | aspeed-bmc-ibm-everest.dts | 2817 at25,addr-mode = <4>; 2833 at25,addr-mode = <4>; 2850 at25,addr-mode = <4>; 2867 at25,addr-mode = <4>; 3190 at25,addr-mode = <4>; 3206 at25,addr-mode = <4>; 3223 at25,addr-mode = <4>; 3240 at25,addr-mode = <4>; 3563 at25,addr-mode = <4>; 3579 at25,addr-mode = <4>; [all …]
|
| H A D | ibm-power11-quad.dtsi | 402 compatible = "atmel,at25"; 418 compatible = "atmel,at25"; 434 compatible = "atmel,at25"; 450 compatible = "atmel,at25"; 755 compatible = "atmel,at25"; 771 compatible = "atmel,at25"; 787 compatible = "atmel,at25"; 803 compatible = "atmel,at25"; 1107 compatible = "atmel,at25"; 1123 compatible = "atmel,at25"; [all …]
|
| H A D | aspeed-bmc-ibm-fuji.dts | 2767 compatible = "atmel,at25"; 2783 compatible = "atmel,at25"; 2799 compatible = "atmel,at25"; 2815 compatible = "atmel,at25"; 3119 compatible = "atmel,at25"; 3135 compatible = "atmel,at25"; 3151 compatible = "atmel,at25"; 3167 compatible = "atmel,at25"; 3471 compatible = "atmel,at25"; 3487 compatible = "atmel,at25"; [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/eeprom/ |
| H A D | at25.yaml | 4 $id: http://devicetree.org/schemas/eeprom/at25.yaml# 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 40 - const: atmel,at25 44 - const: atmel,at25 82 # Deprecated: at25,byte-len, at25,addr-mode, at25,page-size 83 at25,byte-len: 89 at25,addr-mode: 96 at25,page-size: 132 compatible = "st,m95256", "atmel,at25"; [all …]
|
| /linux-6.15/arch/arm/boot/dts/nxp/lpc/ |
| H A 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>;
|
| /linux-6.15/arch/arm64/boot/dts/broadcom/northstar2/ |
| H A D | ns2-svk.dts | 130 at25@0 { 131 compatible = "atmel,at25"; 134 at25,byte-len = <0x8000>; 135 at25,addr-mode = <2>; 136 at25,page-size = <64>;
|
| /linux-6.15/Documentation/devicetree/bindings/spi/ |
| H A D | spi-octeon.txt | 22 compatible = "st,m95256", "atmel,at25";
|
| H A D | ibm,spi-fsi.yaml | 47 compatible = "atmel,at25";
|
| /linux-6.15/Documentation/devicetree/bindings/fsi/ |
| H A D | ibm,fsi2spi.yaml | 58 compatible = "atmel,at25";
|
| /linux-6.15/arch/arm/boot/dts/xilinx/ |
| H A D | zynq-zc770-xm013.dts | 104 compatible = "atmel,at25";
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6q-dms-ba16.dts | 51 compatible = "atmel,at25256B", "atmel,at25";
|
| H A D | imx6ul-kontron-bl-common.dtsi | 92 compatible = "anvo,anv32e61w", "atmel,at25";
|
| H A D | imx6q-bx50v3.dtsi | 164 compatible = "atmel,at25";
|
| /linux-6.15/arch/arm/boot/dts/cirrus/ |
| H A D | ep93xx-edb9302.dts | 162 compatible = "atmel,at25";
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | logicpd-torpedo-baseboard.dtsi | 376 at25@0 { 377 compatible = "atmel,at25";
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-verdin-ivy.dtsi | 246 compatible = "fujitsu,mb85rs256", "atmel,at25";
|
| H A D | imx8mn-beacon-baseboard.dtsi | 147 compatible = "microchip,at25160bn", "atmel,at25";
|
| H A D | imx8mp-verdin-ivy.dtsi | 247 compatible = "fujitsu,mb85rs256", "atmel,at25";
|
| H A D | imx8mm-beacon-baseboard.dtsi | 176 compatible = "microchip,at25160bn", "atmel,at25";
|
| /linux-6.15/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62-verdin-ivy.dtsi | 565 compatible = "fujitsu,mb85rs256", "atmel,at25";
|