index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
/
fsl-quadspi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-26
mtd: fsl-quadspi: fix macro collision problems with READ/WRITE
Han Xu
1
-10
/
+10
2015-10-19
mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error
Fabio Estevam
1
-0
/
+1
2015-10-19
mtd: fsl-quadspi: fix printk() format warning for size_t
Brian Norris
1
-1
/
+1
2015-09-11
mtd: spi-nor: Zap unneeded write_enable from write_reg
Jagan Teki
1
-2
/
+1
2015-09-11
mtd: spi-nor: Decouple SPI NOR's device_node from controller device
Marek Vasut
1
-0
/
+1
2015-09-02
mtd: fsl-quadspi: use automatic spi-nor detection
Brian Norris
1
-7
/
+1
2015-09-02
mtd: spi-nor: embed struct mtd_info within struct spi_nor
Brian Norris
1
-6
/
+4
2015-09-02
mtd: spi-nor: assign mtd->priv in spi_nor_scan()
Brian Norris
1
-1
/
+0
2015-08-06
mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase
Frank Li
1
-8
/
+4
2015-08-06
mtd: spi-nor: fsl-quadspi: reset the module in the probe
Frank Li
1
-0
/
+8
2015-08-06
mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait mode
Frank Li
1
-5
/
+21
2015-08-06
mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issue
Allen Xu
1
-25
/
+56
2015-08-06
mtd: spi-nor: fsl-quadspi: add i.mx6ul support
Frank Li
1
-0
/
+11
2015-08-06
mtd: spi-nor: fsl-quadspi: add imx7d support
Frank Li
1
-0
/
+26
2015-08-06
mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi version
Han Xu
1
-8
/
+16
2015-08-06
mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB read
Han Xu
1
-7
/
+48
2015-07-20
mtd: fsl-quadspi: Actually clear TX FIFO upon write
Alexander Stein
1
-1
/
+1
2015-06-23
mtd: fsl-quadspi: Access multiple chips simultaneously
Han Xu
1
-9
/
+23
2015-05-06
mtd: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2015-03-30
mtd: fsl-quadspi: cleanup wait_for_completion return handling
Nicholas Mc Guire
1
-2
/
+1
2015-03-30
mtd: fsl-quadspi: Print the error value
Fabio Estevam
1
-4
/
+4
2015-02-05
mtd: fsl-quadspi: improve read performance by increase AHB transfer size
Allen Xu
1
-4
/
+14
2015-02-05
mtd: fsl-quadspi: Remove unnecessary 'map_failed' label
Fabio Estevam
1
-18
/
+10
2015-02-05
mtd: fsl-quadspi: Remove unneeded success/error messages
Fabio Estevam
1
-2
/
+0
2015-02-05
mtd: fsl-quadspi: Fix the error paths
Fabio Estevam
1
-4
/
+4
2015-01-20
mtd: fsl-quadspi: Fix module unbound
Fabio Estevam
1
-6
/
+13
2015-01-15
mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chip
Allen Xu
1
-0
/
+18
2014-12-17
Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd
Linus Torvalds
1
-19
/
+4
2014-12-01
mtd: spi-nor: factor out write_enable() for erase commands
Brian Norris
1
-5
/
+0
2014-11-05
mtd: fsl-quadspi: drop wait-till-ready checks
Brian Norris
1
-11
/
+0
2014-11-03
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
1
-1
/
+0
2014-10-22
mtd: fsl-quadspi: Let the clocks error path be clearer
Fabio Estevam
1
-2
/
+2
2014-10-22
mtd: fsl-quadspi: Propagate the error from of_modalias_node()
Fabio Estevam
1
-1
/
+2
2014-10-20
mtd: spi-nor: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-17
mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id
Ben Hutchings
1
-6
/
+1
2014-04-16
mtd: fsl-quadspi: fix __iomem annotations
Brian Norris
1
-2
/
+2
2014-04-14
mtd: spi-nor: unify read opcode variants with ST SPI FSM
Brian Norris
1
-3
/
+3
2014-04-14
mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*
Brian Norris
1
-29
/
+29
2014-04-14
mtd: spi-nor: Add Freescale QuadSPI driver
Huang Shijie
1
-0
/
+1009