index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi-nor
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-26
Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
3
-791
/
+0
2018-12-20
Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-next
Mark Brown
3
-791
/
+0
2018-12-10
mtd: spi-nor: Add support for is25lp016d
Fabrizio Castro
1
-0
/
+2
2018-12-10
mtd: spi-nor: parse SFDP 4-byte Address Instruction Table
Cyrille Pitchen
1
-1
/
+192
2018-12-10
mtd: spi-nor: Add 4B_OPCODES flag to is25lp256
Liu Xiang
1
-1
/
+2
2018-12-10
mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}
Boris Brezillon
1
-5
/
+2
2018-12-10
mtd: spi-nor: Make the enable argument passed to set_byte() a bool
Boris Brezillon
1
-3
/
+3
2018-12-10
mtd: spi-nor: Stop passing flash_info around
Boris Brezillon
1
-20
/
+19
2018-12-10
mtd: spi-nor: Avoid forward declaration of internal functions
Boris Brezillon
1
-310
/
+304
2018-12-10
mtd: spi-nor: Drop inline on all internal helpers
Boris Brezillon
1
-12
/
+12
2018-12-10
mtd: spi-nor: Add a post BFPT fixup for MX25L25635E
Boris Brezillon
1
-1
/
+28
2018-12-10
mtd: spi-nor: Add a post BFPT parsing fixup hook
Boris Brezillon
1
-178
/
+209
2018-12-10
mtd: spi-nor: Add the SNOR_F_4B_OPCODES flag
Boris Brezillon
1
-10
/
+11
2018-12-10
mtd: spi-nor: cast to u64 to avoid uint overflows
huijin.park
1
-1
/
+1
2018-12-10
mtd: spi-nor: Add support for IS25LP032/064
Uwe Kleine-König
1
-0
/
+4
2018-12-10
mtd: spi-nor: add entry for mt35xu512aba flash
Yogesh Narayan Gaur
1
-0
/
+6
2018-12-10
mtd: spi-nor: add macros related to MICRON flash
Yogesh Narayan Gaur
1
-3
/
+6
2018-12-10
mtd: spi-nor: mark desirable switch case fall through
Tudor.Ambarus@microchip.com
1
-0
/
+1
2018-12-10
mtd: spi-nor: Add support for mx25u12835f
Alexander Sverdlin
1
-0
/
+2
2018-12-10
mtd: spi-nor: Add Winbond w25q128jv support
Robert Marko
1
-0
/
+5
2018-12-10
mtd: spi-nor: remove unneeded smpt zeroization
Tudor.Ambarus@microchip.com
1
-1
/
+1
2018-11-28
mtd: spi-nor: fix erase_type array to indicate current map conf
Tudor Ambarus
1
-2
/
+29
2018-11-20
mtd: spi-nor: fix selection of uniform erase type in flexible conf
Tudor.Ambarus@microchip.com
1
-11
/
+36
2018-11-20
mtd: spi-nor: Fix Cadence QSPI page fault kernel panic
Thor Thayer
1
-3
/
+16
2018-11-13
mtd: spi_nor: pass DMA-able buffer to spi_nor_read_raw()
Tudor.Ambarus@microchip.com
1
-4
/
+11
2018-11-13
mtd: spi-nor: don't overwrite errno in spi_nor_get_map_in_use()
Tudor.Ambarus@microchip.com
1
-4
/
+9
2018-11-13
mtd: spi-nor: fix iteration over smpt array
Tudor.Ambarus@microchip.com
1
-10
/
+30
2018-11-13
mtd: spi-nor: don't drop sfdp data if optional parsers fail
Tudor.Ambarus@microchip.com
1
-3
/
+12
2018-11-07
spi: Add QuadSPI driver for Atmel SAMA5D2
Piotr Bugalski
3
-559
/
+0
2018-11-07
mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driver
Piotr Bugalski
1
-388
/
+0
2018-11-07
mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driver
Piotr Bugalski
1
-73
/
+18
2018-11-07
mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspi
Piotr Bugalski
1
-0
/
+211
2018-11-07
mtd: spi-nor: atmel-quaspi: Typo fix
Piotr Bugalski
1
-2
/
+2
2018-11-06
mtd: spi-nor: Reset nor->addr_width when SFDP parsing failed
Boris Brezillon
1
-2
/
+4
2018-11-06
mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()
Christophe JAILLET
1
-1
/
+1
2018-10-12
mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
Liu Xiang
1
-0
/
+1
2018-10-12
mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
Mika Westerberg
1
-0
/
+1
2018-10-08
mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
Ahmad Fatoum
1
-4
/
+10
2018-10-08
mtd: spi-nor: Support controllers with limited TX FIFO size
Yogesh Gaur
1
-7
/
+0
2018-10-08
mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_single
Nathan Chancellor
1
-2
/
+2
2018-10-08
mtd: spi-nor: parse SFDP Sector Map Parameter Table
Tudor Ambarus
1
-16
/
+303
2018-10-08
mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memories
Tudor Ambarus
1
-42
/
+557
2018-08-14
Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd
Linus Torvalds
6
-19
/
+51
2018-08-01
mtd: spi-nor: only apply reset hacks to broken hardware
Brian Norris
1
-2
/
+16
2018-08-01
mtd: spi-nor: cadence-quadspi: fix timeout handling
Nicholas Mc Guire
1
-12
/
+8
2018-08-01
mtd: spi-nor: atmel-quadspi: Include gpio/consumer.h instead of gpio.h
Boris Brezillon
1
-1
/
+1
2018-08-01
mtd: spi-nor: intel-spi: use mtd_device_register()
Rafał Miłecki
1
-1
/
+1
2018-08-01
mtd: spi-nor: stm32-quadspi: replace "%p" with "%pK"
Benjamin Gaignard
1
-3
/
+3
2018-08-01
mtd: spi-nor: atmel-quadspi: add suspend/resume hooks
Claudiu Beznea
1
-0
/
+21
2018-07-03
mtd: spi-nor: cadence-quadspi: Fix direct mode write timeouts
Vignesh R
1
-2
/
+4
[next]