summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/fsl-quadspi.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-1/+0
2014-10-22mtd: fsl-quadspi: Let the clocks error path be clearerFabio Estevam1-2/+2
2014-10-22mtd: fsl-quadspi: Propagate the error from of_modalias_node()Fabio Estevam1-1/+2
2014-10-20mtd: spi-nor: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings1-6/+1
2014-04-16mtd: fsl-quadspi: fix __iomem annotationsBrian Norris1-2/+2
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris1-3/+3
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris1-29/+29
2014-04-14mtd: spi-nor: Add Freescale QuadSPI driverHuang Shijie1-0/+1009