index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
/
m25p80.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: m25p80: Disable 4KiB erase for s25sl032p, s25sl064p
Marek Vasut
2012-09-29
1
-2
/
+2
*
mtd: m25p80: add support for the EON EN25Q64 chip
Gabor Juhos
2012-09-29
1
-0
/
+1
*
mtd: m25p80: add support for Micron N25Q128
Jan Luebbe
2012-09-29
1
-0
/
+1
*
mtd: m25p80: add support for Micron N25Q256A
Vivien Didelot
2012-09-29
1
-0
/
+3
*
mtd: m25p80: Fix the Spansion chip detection
Marek Vasut
2012-09-29
1
-5
/
+5
*
mtd: m25p80: add support for Spansion s25sl064p chip
Marek Vasut
2012-09-29
1
-0
/
+1
*
mtd: m25p80: Add support for serial flash STM/Micron N25Q032
Knut Wohlrab
2012-07-17
1
-0
/
+1
*
mtd: m25p80: Add support for Atmel at45db081d
Chunhe Lan
2012-07-06
1
-0
/
+2
*
mtd: m25p80: Add support for n25q064
Alexandre Pereira da Silva
2012-07-06
1
-0
/
+1
*
mtd: m25p80: Add support for m25pe20
Alexandre Pereira da Silva
2012-07-06
1
-0
/
+1
*
mtd: add JEDEC ID for w25q32dw to chip table
ing. Federico Fuga
2012-07-06
1
-0
/
+1
*
mtd: m25p80: Add support for Winbond W25Q80BW
Thomas Abraham
2012-05-13
1
-0
/
+1
*
mtd: add m25p80 id for mx25l2005a
John Crispin
2012-05-13
1
-0
/
+1
*
mtd: m25p80: add support for Everspin MR25H256 MRAM chip
Marek Vasut
2012-05-13
1
-0
/
+3
*
mtd: move zero length verification to MTD API functions
Artem Bityutskiy
2012-03-27
1
-12
/
+0
*
mtd: remove retlen zeroing duplication
Artem Bityutskiy
2012-03-27
1
-7
/
+0
*
mtd: do not duplicate length and offset checks in drivers
Artem Bityutskiy
2012-03-27
1
-12
/
+0
*
mtd: m25p80: set writebufsize
Brian Norris
2012-03-27
1
-0
/
+1
*
mtd: add leading underscore to all mtd functions
Artem Bityutskiy
2012-03-27
1
-4
/
+4
*
mtd: convert drivers/mtd/* to use module_spi_driver()
Axel Lin
2012-03-27
1
-15
/
+1
*
mtd: Remove redundant spi driver bus initialization
Lars-Peter Clausen
2012-01-09
1
-1
/
+0
*
mtd: m25p80: don't probe device which has status of 'disabled'
Shaohui Xie
2011-10-16
1
-0
/
+6
*
mtd: m25p80: add EON flash EN25Q32B into spi flash id table
Shaohui Xie
2011-10-14
1
-0
/
+1
*
mtd: m25p80: add support for at25df321a spi data flash
Mikhail Kshevetskiy
2011-09-26
1
-0
/
+1
*
mtd: cleanup style on pr_debug messages
Brian Norris
2011-09-11
1
-19
/
+14
*
mtd: replace DEBUG() with pr_debug()
Brian Norris
2011-09-11
1
-11
/
+9
*
mtd: m25p80.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
1
-25
/
+3
*
mtd: m25p80: use ofpart through generic parsing
Dmitry Eremin-Solenikov
2011-09-11
1
-8
/
+3
*
mtd: m25p80 don't specify default parsing options
Dmitry Eremin-Solenikov
2011-09-11
1
-7
/
+1
*
mtd: m25p80: convert to mtd_device_register()
Jamie Iles
2011-05-25
1
-38
/
+30
*
mtd: m25p80: Add Spansion S25FL512S, S70FL01GS
Kevin Cernekee
2011-05-25
1
-0
/
+2
*
mtd: m25p80: Add Spansion S25FL256S
Kevin Cernekee
2011-05-25
1
-5
/
+17
*
mtd: m25p80: Clean up JEDEC manufacturer checks
Kevin Cernekee
2011-05-25
1
-4
/
+7
*
mtd: m25p80: Add Numonyx m25px32 family
Kevin Cernekee
2011-05-25
1
-1
/
+4
*
mtd: m25p80: add support for the MX25L1606E chip
Gabor Juhos
2011-05-25
1
-0
/
+1
*
mtd: m25p80: add support for M25PX64
Yoshihiro Shimoda
2011-03-11
1
-0
/
+2
*
mtd: m25p80: add support for the EON EN25F32 chip
Gabor Juhos
2011-03-11
1
-1
/
+2
*
mtd: m25p80: Fix JEDEC ID for AT26DF321
Aleksandr Koltsoff
2011-01-06
1
-1
/
+1
*
mtd: m25p80: add debugging trace in sst_write
Nicolas Ferre
2011-01-06
1
-0
/
+4
*
mtd: m25p80: Add support for Macronix MX25L25655E
Kevin Cernekee
2010-12-03
1
-0
/
+1
*
mtd: m25p80: Add support for Macronix MX25L25635E
Kevin Cernekee
2010-12-03
1
-3
/
+28
*
mtd: m25p80: Reinstate error print on unrecognized flash
Kevin Cernekee
2010-12-03
1
-0
/
+1
*
mtd: fix build error in m25p80.c
Andres Salomon
2010-10-30
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-10-30
1
-0
/
+7
|
\
|
*
mtd/m25p80: add support to parse the partitions by OF node
Mingkai Hu
2010-10-22
1
-0
/
+7
*
|
mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.
David Jander
2010-10-25
1
-0
/
+1
*
|
mtd: m25p80: Add support for the Winbond W25Q64
Thierry Reding
2010-10-25
1
-0
/
+1
*
|
mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K)
Gernot Hoyler
2010-10-24
1
-0
/
+2
|
/
*
mtd/m25p80: fix test for end of loop
Dan Carpenter
2010-08-12
1
-1
/
+1
*
mtd/m25p80: retlen is never NULL
Dan Carpenter
2010-08-12
1
-8
/
+4
[next]