summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/xilinx.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-19mtd: spi-nor: xilinx: use new macros in S3AN_INFO()Michael Walle1-11/+12
2023-09-19mtd: spi-nor: default .n_banks to 1Michael Walle1-1/+0
2023-09-19mtd: spi-nor: convert .n_sectors to .sizeMichael Walle1-2/+2
2023-09-19mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()Michael Walle1-1/+0
2023-09-19mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()Michael Walle1-6/+1
2023-07-26mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano1-1/+3
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal1-0/+1
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus1-1/+1
2022-04-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus1-5/+7
2022-02-25mtd: spi-nor: xilinx: correct the debug messageMichael Walle1-1/+1
2022-02-25mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle1-15/+15
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle1-0/+73
2022-02-25mtd: spi-nor: xilinx: unify function namesMichael Walle1-9/+9
2021-12-07mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus1-1/+0
2021-12-07mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus1-1/+2
2021-11-17mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup methodTudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus1-7/+10
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus1-2/+2
2020-03-17mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon1-0/+94