index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
nand
/
cafe_nand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
mtd: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
1
-4
/
+4
2012-11-22
mtd: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-09-29
mtd: kill MTD_NAND_VERIFY_WRITE
Huang Shijie
1
-7
/
+0
2012-07-06
mtd: nand: teach write_page and write_page_raw return an error code
Josh Wu
1
-3
/
+8
2012-07-06
mtd: cafe_nand: spelling mistake
Brian Norris
1
-1
/
+1
2012-07-06
mtd: cafe_nand: fix an & vs | mistake
Dan Carpenter
1
-1
/
+1
2012-05-13
mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'
Shmulik Ladkani
1
-2
/
+2
2012-05-13
mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces
Brian Norris
1
-5
/
+8
2012-05-13
mtd: nand: kill NAND_NO_AUTOINCR option
Brian Norris
1
-1
/
+1
2012-05-13
mtd: nand: read_page() returns max_bitflips
Mike Dunn
1
-1
/
+3
2012-05-13
mtd: use module_pci_driver
Axel Lin
1
-11
/
+1
2012-03-27
mtd: flash drivers set ecc strength
Mike Dunn
1
-0
/
+1
2012-03-27
mtd: do not use plain 0 as NULL
Artem Bityutskiy
1
-1
/
+1
2011-11-07
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-16
/
+5
2011-10-31
mtd: Add module.h to drivers users that were implicitly using it.
Paul Gortmaker
1
-0
/
+1
2011-09-11
mtd: spelling, capitalization, uniformity
Brian Norris
1
-1
/
+1
2011-09-11
mtd: cafe_nand.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
1
-12
/
+2
2011-09-11
mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTS
Dmitry Eremin-Solenikov
1
-2
/
+0
2011-09-11
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
1
-1
/
+1
2011-09-11
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
1
-1
/
+2
2011-05-25
mtd: cafe_nand: convert to mtd_device_register()
Jamie Iles
1
-9
/
+2
2010-10-18
Update broken web addresses in the kernel.
Justin P. Mattock
1
-1
/
+1
2010-05-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-26
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
1
-1
/
+1
2010-02-25
mtd: nand: make PCI device id constant
Márton Németh
1
-1
/
+1
2009-09-23
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
1
-1
/
+1
2009-09-21
trivial: mtd: add __init/__exit macros to init/exitfunctions
Peter Huewe
1
-2
/
+2
2009-09-19
mtd: nand: add "page" parameter to all read_page/read_page_raw APIs
Sneha Narnakaje
1
-1
/
+1
2009-04-24
cafe_nand: Fix warning
Alan Cox
1
-1
/
+1
2009-04-04
[MTD] [NAND] Add parent info for CAFÉ controller
David Woodhouse
1
-0
/
+1
2009-01-09
[MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nand
Philip Rakity
1
-2
/
+5
2008-09-04
[MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉ
David Woodhouse
1
-1
/
+5
2008-06-04
[MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.c
Toralf Förster
1
-2
/
+4
2007-10-28
[MTD] [NAND] Check for RedBoot partitions on CAFÉ NAND
David Woodhouse
1
-0
/
+19
2007-10-14
signedness: module_param_array nump argument
Al Viro
1
-1
/
+1
2007-10-06
[MTD] [NAND] Resume method for CAFÉ NAND controller
David Woodhouse
1
-3
/
+39
2007-10-06
[MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.
David Woodhouse
1
-1
/
+7
2007-05-02
[MTD] [NAND] Support multiple chips in CAFÉ driver
David Woodhouse
1
-9
/
+20
2007-05-02
[MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magic
David Woodhouse
1
-0
/
+838