summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/mchp23k256.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27mtd: Explicitly include correct DT includesRob Herring1-1/+1
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+15
2022-02-09spi: make remove callback a void functionUwe Kleine-König1-3/+1
2022-02-07mtd: mchp23k256: Add SPI ID tableMark Brown1-0/+14
2022-01-31mtd: Fix misuses of of_match_ptr()Miquel Raynal1-1/+1
2021-12-03mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello1-8/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner1-5/+1
2017-12-17mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo1-4/+14
2017-06-09mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham1-10/+56
2017-06-09mtd: mchp23k256: add partitioning supportChris Packham1-0/+1
2017-06-01mtd: mchp23k256: switch to mtd_device_register()Chris Packham1-3/+2
2017-06-01mtd: mchp23k256: Add OF device ID tableChris Packham1-0/+8
2017-05-11mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn1-0/+182