drivers/spi/spi-hisi-sfc-v3xx.c

Source file repositories/reference/linux-study-clean/drivers/spi/spi-hisi-sfc-v3xx.c

File Facts

System
Linux kernel
Corpus path
drivers/spi/spi-hisi-sfc-v3xx.c
Extension
.c
Size
13952 bytes
Lines
540
Domain
Driver Families
Bucket
drivers/spi
Inferred role
Driver Families: exported/initcall integration point
Status
integration implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

module_init(hisi_sfc_v3xx_spi_init);
module_exit(hisi_sfc_v3xx_spi_exit);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("John Garry <john.garry@huawei.com>");
MODULE_DESCRIPTION("HiSilicon SPI NOR V3XX Flash Controller Driver for hi16xx chipsets");

Annotation

Implementation Notes