summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/mchp23k256.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-251-1/+15
|\
| * mtd: mchp23k256: Add SPI ID tableMark Brown2022-02-071-0/+14
| * mtd: Fix misuses of of_match_ptr()Miquel Raynal2022-01-311-1/+1
* | spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/
* mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
* mtd: devices: fix mchp23k256 read and writeAngelo Dureghello2019-11-141-8/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner2019-06-051-5/+1
* mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo2017-12-171-4/+14
* mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham2017-06-081-10/+56
* mtd: mchp23k256: add partitioning supportChris Packham2017-06-081-0/+1
* mtd: mchp23k256: switch to mtd_device_register()Chris Packham2017-06-011-3/+2
* mtd: mchp23k256: Add OF device ID tableChris Packham2017-06-011-0/+8
* mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn2017-05-111-0/+182