index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
onenand
/
onenand_base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MTD] [OneNAND] Add write-while-program support
Kyungmin Park
2009-03-23
1
-49
/
+96
*
[MTD] update internal API to support 64-bit device size
Adrian Hunter
2008-12-10
1
-4
/
+4
*
[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff
Adrian Hunter
2008-08-12
1
-1
/
+1
*
[MTD] [OneNAND] Check the ECC status first instead of controller
Kyungmin Park
2008-06-04
1
-29
/
+25
*
[MTD] [OneNAND] Allow for controller errors when reading
Adrian Hunter
2008-04-22
1
-0
/
+15
*
[MTD] [OneNAND] unlikely(x) || unlikely(y) => unlikely(x || y)
Roel Kluin
2008-04-22
1
-2
/
+2
*
[MTD] [OneNAND] Fix unlock all in Double Density Package (DDP)
Kyungmin Park
2008-02-16
1
-15
/
+17
*
[MTD] onenand: Add panic_write function to the onenand driver
Richard Purdie
2008-02-07
1
-0
/
+108
*
[MTD] [OneNAND] Use pre-alloced oob buffer instead of local buffer
Kyungmin Park
2008-01-29
1
-4
/
+5
*
[MTD] [OneNAND] Use the u_char instead of char in oobbuf
Sheng Yongjie (Sam
2008-01-29
1
-1
/
+1
*
[MTD] [OneNAND] Check the initial bad block using ONENAND_CTRL_ERROR
Kyungmin Park
2008-01-29
1
-4
/
+2
*
[MTD] [OneNAND] Get correct density from device ID
Kyungmin Park
2008-01-29
1
-4
/
+16
*
[MTD] [OneNAND] Consolidate OneNAND operation order
Kyungmin Park
2008-01-29
1
-15
/
+4
*
[MTD] [OneNAND] fix call to onenand_verify when writing subpages
Adrian Hunter
2008-01-29
1
-1
/
+1
*
[MTD] [OneNAND] Do not release chip twice
Adrian Hunter
2008-01-29
1
-3
/
+0
*
[MTD] [OneNAND] Do not stop reading for ECC errors
Adrian Hunter
2007-11-26
1
-10
/
+22
*
Eliminate pointless casts from void* in a few driver irq handlers.
Jeff Garzik
2007-10-23
1
-1
/
+1
*
[MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first.
Adrian Hunter
2007-10-14
1
-3
/
+4
*
[MTD] [OneNAND] Return only negative error codes
Adrian Hunter
2007-10-14
1
-2
/
+2
*
[MTD] [OneNAND] Synchronize block locking operations
Adrian Hunter
2007-10-14
1
-4
/
+14
*
[MTD] [OneNAND] Fix typo related with recent commit
Kyungmin Park
2007-10-13
1
-1
/
+1
*
[MTD] [OneNAND] fix numerous races
Artem Bityutskiy
2007-09-23
1
-75
/
+95
*
[MTD] [OneNAND] main read/write ops support for yaffs2
Kyungmin Park
2007-09-06
1
-116
/
+233
*
[MTD] [OneNAND] Use mtd_oob_ops at oob functions
Kyungmin Park
2007-08-30
1
-15
/
+36
*
[MTD] [OneNAND] 2X program support
Kyungmin Park
2007-06-30
1
-27
/
+112
*
Fix occurrences of "the the "
Michael Opdenacker
2007-05-09
1
-1
/
+1
*
[MTD] [OneNAND] Exit loop only when column start with 0
Adrian Hunter
2007-04-25
1
-2
/
+2
*
[MTD] [OneNAND] Fix access the past of the real oobfree array
Kyungmin Park
2007-04-25
1
-5
/
+12
*
[MTD] [OneNAND] Classify the page data and oob buffer
Kyungmin Park
2007-03-09
1
-6
/
+18
*
[MTD] [OneNAND] Exit the loop when transferring/filling of the oob is finished
Kyungmin Park
2007-03-09
1
-2
/
+4
*
[MTD] [OneNAND] add Nokia Copyright and a credit
Adrian Hunter
2007-03-09
1
-0
/
+5
*
[MTD] [OneNAND] Fix typo & wrong comments
Kyungmin Park
2007-03-09
1
-9
/
+11
*
[MTD] [OneNAND] Use oob buffer instead of main one in oob functions
Kyungmin Park
2007-03-09
1
-10
/
+13
*
[MTD] [NAND] make oobavail public
Vitaly Wool
2007-03-08
1
-0
/
+1
*
[MTD] [ONENAND] onenand_base warning fix
Andrew Morton
2007-02-18
1
-1
/
+1
*
[MTD] remove unused ecctype,eccsize fields from struct mtd_info
Artem Bityutskiy
2007-02-09
1
-1
/
+0
*
[MTD] OneNAND: Invalidate bufferRAM after erase
Adrian Hunter
2007-02-09
1
-0
/
+25
*
[MTD] OneNAND: Select correct chip's bufferRAM for DDP
Adrian Hunter
2007-02-09
1
-8
/
+16
*
[MTD] OneNAND: Error message printing and bad block scan erros
Kyungmin Park
2007-02-07
1
-21
/
+136
*
[MTD] OneNAND: Subpage write returned incorrect length written
Adrian Hunter
2007-02-07
1
-11
/
+9
*
[MTD] OneNAND: Do not allow oob write past end of page
Adrian Hunter
2007-02-06
1
-0
/
+7
*
[MTD] OneNAND: Fix typo and remove unnecessary goto statement
Kyungmin Park
2007-02-02
1
-8
/
+4
*
[MTD] OneNAND: Reduce internal BufferRAM operations
Kyungmin Park
2007-02-02
1
-24
/
+23
*
[MTD] OneNAND: Remove line of code that was meant to be deleted in OOB_AUTO
Kyungmin Park
2007-02-02
1
-9
/
+5
*
[MTD] OneNAND: Add support for auto-placement of out-of-band data
Adrian Hunter
2007-02-01
1
-35
/
+169
*
[MTD] OneNAND: Remove unused fields
Kyungmin Park
2007-01-31
1
-3
/
+2
*
[MTD] OneNAND: Amend write-verify to compare to original buffer
Adrian Hunter
2007-01-25
1
-21
/
+31
*
[MTD] OneNAND: Free the bad block table when the device is released
Adrian Hunter
2007-01-22
1
-1
/
+4
*
[MTD] OneNAND: Update copyrights and code cleanup
Kyungmin Park
2007-01-18
1
-12
/
+9
*
[MTD] OneNAND: Reduce Double Density Package (DDP) operations
Kyungmin Park
2007-01-18
1
-26
/
+16
[next]