index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
2014-05-20
1
-6
/
+31
*
mtd: eLBC NAND: fix subpage write support
Pekon Gupta
2014-05-20
1
-0
/
+14
*
mtd: onenand: fix build warning for dma type
Arnd Bergmann
2014-05-20
1
-4
/
+4
*
mtd: orion_nand: Make of_device_id array const
Jingoo Han
2014-05-20
1
-1
/
+1
*
mtd: nand: pxa3xx: Make of_device_id array const
Jingoo Han
2014-05-20
1
-1
/
+1
*
mtd: st_spi_fsm: Make of_device_id array const
Jingoo Han
2014-05-20
1
-1
/
+1
*
mtd: Fix warning in access_ok() parameter passing
Geert Uytterhoeven
2014-05-20
1
-9
/
+11
*
mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-...
pekon gupta
2014-05-20
1
-1
/
+1
*
mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p
Geert Uytterhoeven
2014-05-12
1
-1
/
+1
*
mtd: m25p80: Revive dual read support
Geert Uytterhoeven
2014-05-12
1
-0
/
+2
*
mtd: elm: compile suspend/resume only with PM_SLEEP
Wolfram Sang
2014-05-12
1
-0
/
+2
*
mtd: Fix Elan SC520 dependencies
Jean Delvare
2014-05-12
1
-2
/
+2
*
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
2014-05-09
3
-13
/
+14
*
mtd: nand: fix a typo in a comment line
Masahiro Yamada
2014-04-29
1
-1
/
+1
*
mtd: mtd_oobtest: generate consistent data for verification
Akinobu Mita
2014-04-17
1
-7
/
+10
*
Merge branch 'spinor'
Brian Norris
2014-04-16
10
-1415
/
+2412
|
\
|
*
mtd: st_spi_fsm: only build for ARM
Brian Norris
2014-04-16
1
-1
/
+1
|
*
mtd: st_spi_fsm: correct type issues
Brian Norris
2014-04-16
1
-6
/
+6
|
*
mtd: fsl-quadspi: fix __iomem annotations
Brian Norris
2014-04-16
1
-2
/
+2
|
*
mtd: spi-nor: allow to be built as module
Brian Norris
2014-04-14
1
-2
/
+2
|
*
mtd: st_spi_fsm: begin using spi-nor.h opcodes
Brian Norris
2014-04-14
2
-24
/
+5
|
*
mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_*
Brian Norris
2014-04-14
2
-87
/
+87
|
*
mtd: st_spi_fsm: kill duplicate CMD definitions
Brian Norris
2014-04-14
1
-36
/
+0
|
*
mtd: st_spi_fsm: fixup Kconfig dependency
Brian Norris
2014-04-14
1
-1
/
+1
|
*
mtd: spi-nor: shorten Kconfig naming
Brian Norris
2014-04-14
4
-6
/
+11
|
*
mtd: spi-nor: unify read opcode variants with ST SPI FSM
Brian Norris
2014-04-14
2
-11
/
+11
|
*
mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*
Brian Norris
2014-04-14
3
-63
/
+63
|
*
mtd: spi-nor: add the copyright information
Huang Shijie
2014-04-14
1
-1
/
+5
|
*
mtd: st_spi_fsm: Add support for Macronix MX25L3255E
Angus Clark
2014-04-14
1
-1
/
+7
|
*
mtd: st_spi_fsm: Add Spansion S25FL032P to device table
Angus Clark
2014-04-14
1
-0
/
+2
|
*
mtd: st_spi_fsm: Refactor status register operations
Angus Clark
2014-04-14
1
-84
/
+68
|
*
mtd: st_spi_fsm: Update Macronix 'QE' configuration
Angus Clark
2014-04-14
1
-4
/
+19
|
*
mtd: st_spi_fsm: Update Macronix 32-bit addressing support
Angus Clark
2014-04-14
1
-13
/
+10
|
*
mtd: st_spi_fsm: Add Macronix MX25L25655E device
Angus Clark
2014-04-14
1
-0
/
+3
|
*
mtd: spi-nor: EXPORT symbols which could be used by module drivers
Brian Norris
2014-04-14
1
-0
/
+3
|
*
mtd: spi-nor: Add Freescale QuadSPI driver
Huang Shijie
2014-04-14
3
-0
/
+1016
|
*
mtd: spi-nor: add a helper to find the spi_device_id
Huang Shijie
2014-04-14
1
-0
/
+12
|
*
mtd: m25p80: use the SPI nor framework
Brian Norris
2014-04-14
2
-1199
/
+106
|
*
mtd: spi-nor: add the framework for SPI NOR
Huang Shijie
2014-04-14
5
-0
/
+1098
*
|
mtd: gpmi: add gpmi_devdata{} to simplify the code
Huang Shijie
2014-04-16
3
-40
/
+46
*
|
mtd: nand: add line feed to pr_err
Raphaël Poggi
2014-04-16
1
-1
/
+1
*
|
mtd: davinci-nand: disable subpage write for keystone-nand
Murali Karicheri
2014-04-15
1
-0
/
+6
*
|
mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback...
Roman Peniaev
2014-04-15
1
-0
/
+6
*
|
mtd: nand: use the nand_read_subpage index everywhere
Ron
2014-04-15
1
-2
/
+1
*
|
mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’
Christian Engelmayer
2014-04-15
1
-1
/
+1
|
/
*
Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-04-07
71
-603
/
+2941
|
\
|
*
Fix index regression in nand_read_subpage
Ron
2014-04-04
1
-3
/
+2
|
*
mtd: diskonchip: mem resource name is not optional
Sasha Levin
2014-03-31
1
-1
/
+1
|
*
mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCH
Erico Nunes
2014-03-26
1
-1
/
+1
|
*
mtd: omap2: Use devm_ioremap_resource()
Jingoo Han
2014-03-25
1
-20
/
+3
[next]