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
/
include
/
linux
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead
Dan Williams
2015-08-10
1
-1
/
+1
*
mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflict
Scott Wood
2015-07-07
1
-5
/
+5
*
mtd: cfi: deinline large functions
Denys Vlasenko
2015-05-27
1
-180
/
+8
*
mtd: nand: add common DT init code
Brian Norris
2015-05-11
1
-0
/
+5
*
mtd: nand_bbt: make nand_scan_bbt() static
Brian Norris
2015-05-06
1
-1
/
+0
*
mtd: spi-nor: factor out replace-able flash_{lock,unlock}
Brian Norris
2015-03-27
1
-0
/
+5
*
mtd: clean up whitespace in linux/mtd/map.h
Arnd Bergmann
2015-03-11
1
-18
/
+24
*
mtd: cfi: reduce stack size
Arnd Bergmann
2015-03-11
1
-1
/
+11
*
Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtd
Linus Torvalds
2015-02-18
2
-0
/
+8
|
\
|
*
mtd: implement common reboot notifier boilerplate
Brian Norris
2015-01-07
1
-0
/
+1
|
*
mtd: spi-nor: Add quad I/O support for Micron SPI NOR
Bean Huo 霍斌斌 (beanhuo)
2015-01-07
1
-0
/
+7
*
|
Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-02-15
1
-1
/
+52
|
\
\
|
*
|
UBI: Add initial support for scatter gather
Richard Weinberger
2015-01-28
1
-0
/
+48
|
*
|
UBI: Implement UBI_METAONLY
Richard Weinberger
2015-01-28
1
-1
/
+4
|
|
/
*
|
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2015-01-20
1
-0
/
+2
|
/
*
mtd: nand: add ATO manufacturer info
Brian Norris
2014-11-25
1
-0
/
+1
*
mtd: nand: provide detailed description for raw read/write page methods
Boris BREZILLON
2014-11-20
1
-2
/
+15
*
mtd: spi-nor: drop replaceable wait-till-ready function pointer
Brian Norris
2014-11-05
1
-2
/
+0
*
mtd: m25p80: drop wait-till-ready checks
Brian Norris
2014-11-05
1
-0
/
+6
*
spi-nor: Remove spi_nor::read_id operation
Ben Hutchings
2014-10-21
1
-3
/
+0
*
mtd: m25p80,spi-nor: Fix module aliases for m25p80
Ben Hutchings
2014-10-21
1
-1
/
+0
*
mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id
Ben Hutchings
2014-10-17
1
-17
/
+3
*
mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDs
Boris BREZILLON
2014-09-22
1
-0
/
+11
*
Merge l2-mtd/next into l2-mtd/master
Brian Norris
2014-08-19
2
-11
/
+12
|
\
|
*
mtd: use __packed shorthand
Brian Norris
2014-08-19
1
-11
/
+11
|
*
mtd: fix linux/mtd/nand.h kernel-doc warning
Randy Dunlap
2014-08-19
1
-0
/
+1
*
|
mtd: nand: fix DocBook warnings on nand_sdr_timings doc
Boris BREZILLON
2014-08-19
1
-1
/
+1
|
/
*
mtd: nand: add ONFI timing mode to nand_timings converter
Boris BREZILLON
2014-07-21
1
-0
/
+3
*
mtd: nand: define struct nand_timings
Boris BREZILLON
2014-07-21
1
-0
/
+49
*
mtd: spi-nor: add support for flag status register on Micron chips
grmoore@altera.com
2014-07-11
1
-0
/
+4
*
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2014-07-08
2
-0
/
+3
*
Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd
Linus Torvalds
2014-06-11
3
-6
/
+221
|
\
|
*
mtd: pfow: remove unused variable
Brian Norris
2014-05-28
1
-3
/
+0
|
*
mtd: nand: Add support to use nand_base poi databuf as bounce buffer
Kamal Dasu
2014-05-20
1
-0
/
+5
|
*
mtd: nand: refactor erase_cmd() to return chip status
Brian Norris
2014-05-09
1
-3
/
+2
|
*
mtd: spi-nor: unify read opcode variants with ST SPI FSM
Brian Norris
2014-04-14
1
-8
/
+16
|
*
mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*
Brian Norris
2014-04-14
1
-27
/
+27
|
*
mtd: spi-nor: drop \t after #define
Brian Norris
2014-04-14
1
-36
/
+36
|
*
mtd: spi-nor: add the copyright information
Huang Shijie
2014-04-14
1
-0
/
+9
|
*
mtd: spi-nor: add a helper to find the spi_device_id
Huang Shijie
2014-04-14
1
-0
/
+12
|
*
mtd: spi-nor: add the framework for SPI NOR
Huang Shijie
2014-04-14
1
-0
/
+20
|
*
mtd: spi-nor: add the basic data structures
Huang Shijie
2014-04-14
1
-0
/
+110
|
*
mtd: spi-nor: copy the SPI NOR commands to a new header file
Huang Shijie
2014-04-14
1
-0
/
+55
*
|
Shiraz has moved
Viresh Kumar
2014-04-18
1
-1
/
+1
|
/
*
mtd: nand: fix GET/SET_FEATURES address on 16-bit devices
David Mosberger
2014-03-25
1
-1
/
+10
*
mtd: nand: add "page" argument for read_subpage hook
Huang Shijie
2014-03-10
1
-1
/
+1
*
mtd: Add a retlen parameter to _get_{fact,user}_prot_info
Christian Riesch
2014-03-10
1
-8
/
+8
*
mtd: nand: parse out the JEDEC compliant NAND
Huang Shijie
2014-03-10
1
-1
/
+1
*
mtd: nand: add a helper to get the supported features for JEDEC
Huang Shijie
2014-03-10
1
-0
/
+9
*
mtd: nand: add fields for JEDEC in nand_chip
Huang Shijie
2014-03-10
1
-1
/
+9
[next]