summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* Revert "mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization...Andrew Jeffery2019-04-191-2/+4
* mtd: spi-nor: aspeed: add support for the 4B opcodesCédric Le Goater2019-04-181-2/+9
* mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization bufferCédric Le Goater2019-04-181-4/+2
* mtd: spi-nor: aspeed: clarify 4BYTE address mode maskCédric Le Goater2019-04-181-1/+9
* mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helperCédric Le Goater2019-04-181-7/+12
* mtd: spi-nor: add NPCM FIU controller driverTomer Maimon2019-03-203-0/+938
* mtd: spi-nor: fix options for mx66l51235fAlexander Amelkin2019-03-201-1/+1
* mtd: spi-nor: aspeed: limit the maximum SPI frequencyCédric Le Goater2019-03-201-4/+13
* mtd: spi-nor: aspeed: optimize read modeCédric Le Goater2019-03-201-0/+191
* mtd: spi-nor: aspeed: link controller with the ahb clockCédric Le Goater2019-03-201-0/+10
* mtd: spi-nor: aspeed: add support for SPI dual IO read modeCédric Le Goater2019-03-201-11/+43
* mtd: spi-nor: aspeed: use command mode for readsCédric Le Goater2019-03-201-1/+27
* Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-12-253-791/+0
|\
| *-. Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown2018-12-203-791/+0
| |\ \
| | | * spi: Add QuadSPI driver for Atmel SAMA5D2Piotr Bugalski2018-11-073-559/+0
| | | * mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driverPiotr Bugalski2018-11-071-388/+0
| | | * mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driverPiotr Bugalski2018-11-071-73/+18
| | | * mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspiPiotr Bugalski2018-11-071-0/+211
| | | * mtd: spi-nor: atmel-quaspi: Typo fixPiotr Bugalski2018-11-071-2/+2
| | |/
* | | mtd: spi-nor: Add support for is25lp016dFabrizio Castro2018-12-101-0/+2
* | | mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen2018-12-101-1/+192
* | | mtd: spi-nor: Add 4B_OPCODES flag to is25lp256Liu Xiang2018-12-101-1/+2
* | | mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon2018-12-101-5/+2
* | | mtd: spi-nor: Make the enable argument passed to set_byte() a boolBoris Brezillon2018-12-101-3/+3
* | | mtd: spi-nor: Stop passing flash_info aroundBoris Brezillon2018-12-101-20/+19
* | | mtd: spi-nor: Avoid forward declaration of internal functionsBoris Brezillon2018-12-101-310/+304
* | | mtd: spi-nor: Drop inline on all internal helpersBoris Brezillon2018-12-101-12/+12
* | | mtd: spi-nor: Add a post BFPT fixup for MX25L25635EBoris Brezillon2018-12-101-1/+28
* | | mtd: spi-nor: Add a post BFPT parsing fixup hookBoris Brezillon2018-12-101-178/+209
* | | mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon2018-12-101-10/+11
* | | mtd: spi-nor: cast to u64 to avoid uint overflowshuijin.park2018-12-101-1/+1
* | | mtd: spi-nor: Add support for IS25LP032/064Uwe Kleine-König2018-12-101-0/+4
* | | mtd: spi-nor: add entry for mt35xu512aba flashYogesh Narayan Gaur2018-12-101-0/+6
* | | mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur2018-12-101-3/+6
* | | mtd: spi-nor: mark desirable switch case fall throughTudor.Ambarus@microchip.com2018-12-101-0/+1
* | | mtd: spi-nor: Add support for mx25u12835fAlexander Sverdlin2018-12-101-0/+2
* | | mtd: spi-nor: Add Winbond w25q128jv supportRobert Marko2018-12-101-0/+5
* | | mtd: spi-nor: remove unneeded smpt zeroizationTudor.Ambarus@microchip.com2018-12-101-1/+1
|/ /
* | mtd: spi-nor: fix erase_type array to indicate current map confTudor Ambarus2018-11-281-2/+29
* | mtd: spi-nor: fix selection of uniform erase type in flexible confTudor.Ambarus@microchip.com2018-11-201-11/+36
* | mtd: spi-nor: Fix Cadence QSPI page fault kernel panicThor Thayer2018-11-191-3/+16
* | mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()Tudor.Ambarus@microchip.com2018-11-131-4/+11
* | mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()Tudor.Ambarus@microchip.com2018-11-131-4/+9
* | mtd: spi-nor: fix iteration over smpt arrayTudor.Ambarus@microchip.com2018-11-131-10/+30
* | mtd: spi-nor: don't drop sfdp data if optional parsers failTudor.Ambarus@microchip.com2018-11-131-3/+12
* | mtd: spi-nor: Reset nor->addr_width when SFDP parsing failedBoris Brezillon2018-11-051-2/+4
* | mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET2018-11-051-1/+1
|/
* mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MBLiu Xiang2018-10-121-0/+1
* mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flashMika Westerberg2018-10-121-0/+1
* mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum2018-10-081-4/+10
OpenPOWER on IntegriCloud