index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: dataflash: Say if we find a device we don't support
Mark Brown
2013-11-07
1
-1
/
+1
*
mtd: m25p80: fixup device removal failure path
Brian Norris
2013-11-06
1
-3
/
+1
*
mtd: m25p80: add support for Macronix mx25l3255e
Brian Norris
2013-11-06
1
-0
/
+1
*
mtd: m25p80: remove 'disabled' device check
Brian Norris
2013-11-06
1
-6
/
+1
*
mtd: m25p80: remove M25PXX_USE_FAST_READ Kconfig
Brian Norris
2013-11-06
2
-12
/
+6
*
mtd: m25p80: re-align ID entries
Brian Norris
2013-11-06
1
-16
/
+16
*
mtd: m25p80: remove obsolete FIXME
Brian Norris
2013-11-06
1
-9
/
+0
*
mtd: m25p80: fix allocation size
Brian Norris
2013-11-06
1
-13
/
+7
*
mtd: Move major number definitions to major.h
Ezequiel Garcia
2013-11-06
1
-0
/
+1
*
mtd: m25p80: Add support for Micron N25Q512A memory
Priyanka Jain
2013-11-06
1
-0
/
+1
*
mtg: docg3: use free_bch() instead of kfree()
Wei Yongjun
2013-11-06
1
-1
/
+1
*
mtd: sst25l: Use devm_kzalloc
Sachin Kamat
2013-11-06
1
-9
/
+3
*
mtd: sst25l: Remove redundant spi_set_drvdata
Sachin Kamat
2013-11-06
1
-1
/
+0
*
mtd: phram: Make phram 64-bit compatible
Alexander Sverdlin
2013-11-06
1
-33
/
+33
*
mtd: m25p80: Add support for ESMT F25L32PA
Flavio Silveira
2013-10-27
1
-0
/
+3
*
mtd: dataflash: remove unused field
Brian Norris
2013-10-27
1
-2
/
+0
*
mtd: m25p80: Fix 4 byte addressing mode for Micron devices.
Elie De Brauwer
2013-09-27
1
-2
/
+15
*
mtd: chips: Add support for PMC SPI Flash chips in m25p80.c
Michel Stempin
2013-08-30
1
-0
/
+10
*
mtd: bcm47xxsflash: writing support
Rafał Miłecki
2013-08-30
1
-4
/
+126
*
mtd: bcm47xxsflash: implement erasing support
Rafał Miłecki
2013-08-30
1
-2
/
+41
*
mtd: bcm47xxsflash: convert to module_platform_driver instead of init/exit
Libo Chen
2013-08-30
1
-19
/
+1
*
mtd: bcm47xxsflash: convert kzalloc to avoid invalid access
Libo Chen
2013-08-30
1
-12
/
+4
*
mtd: spear_smi: add missing __iomem annotation
Jingoo Han
2013-08-30
1
-4
/
+4
*
mtd: m25p80: add support for mr25h10
Markus Niebel
2013-08-30
1
-0
/
+1
*
mtd: m25p80: make CONFIG_M25PXX_USE_FAST_READ safe to enable
Sascha Hauer
2013-08-30
1
-6
/
+9
*
mtd: m25p80: Pass flags through CAT25_INFO macro
Sascha Hauer
2013-08-30
1
-8
/
+8
*
mtd: m25p80: remove unnecessary ifdef
Sascha Hauer
2013-08-30
1
-2
/
+0
*
mtd: m25p80: Micron SPI uses Macronix-style 4-byte addressing
Brian Norris
2013-08-30
1
-0
/
+1
*
mtd: simplify use of devm_ioremap_resource
Julia Lawall
2013-08-30
1
-5
/
+0
*
mtd: devices: use dev_get_platdata()
Jingoo Han
2013-08-30
3
-3
/
+3
*
mtd: diskonchip: remove unused entries in Kconfig
Michael Opdenacker
2013-08-05
1
-55
/
+0
*
mtd: devices: elm: Low power transition support
avinash philip
2013-08-05
1
-0
/
+117
*
mtd: devices: elm: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-05
1
-1
/
+0
*
mtd: devices: spear_smi: remove unnecessary platform_set_drvdata()
Jingoo Han
2013-08-05
1
-4
/
+1
*
mtd: Convert logging messages
Joe Perches
2013-08-05
1
-27
/
+31
*
mtd: devices: added the 16MiB winbond device
Girish K S
2013-08-05
1
-0
/
+1
*
mtd: m25p80: correct EN4B/EX4B comment
Brian Norris
2013-08-05
1
-1
/
+1
*
mtd: m25p80: utilize dedicated 4-byte addressing commands
Brian Norris
2013-08-05
1
-7
/
+32
*
mtd: devices: convert OMAP BCH to devm_ioremap_resource()
Silviu-Mihai Popescu
2013-08-05
1
-3
/
+3
*
mtd: m25p80: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-08-05
1
-2
/
+2
*
mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-08-05
1
-4
/
+4
*
mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()
Jingoo Han
2013-08-05
1
-3
/
+3
*
mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-08-05
1
-4
/
+2
*
mtd: bcm47xxsflash: implement polling chip status
Rafał Miłecki
2013-08-05
1
-0
/
+55
*
mtd: bcm47xxsflash: implement ChipCommon R/W ops
Rafał Miłecki
2013-08-05
2
-0
/
+15
*
mtd: dataflash: Use of_match_ptr() macro
Sachin Kamat
2013-04-05
1
-3
/
+1
*
mtd: merge mtdchar module with mtdcore
Artem Bityutskiy
2013-04-05
1
-1
/
+0
*
mtd: doc: use module_platform_driver_probe()
Jingoo Han
2013-04-05
1
-12
/
+1
*
mtd: bcm47xxsflash: define opcodes
Rafał Miłecki
2013-04-05
1
-0
/
+48
*
mtd: bcm47xxsflash: store info about flash type
Rafał Miłecki
2013-04-05
2
-0
/
+16
[next]