aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/cafe_nand.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-25mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris1-45/+0
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie1-22/+46
2014-01-03mtd: cafe_nand: Remove unnecessary OOM messagesJingoo Han1-3/+1
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon1-2/+2
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy1-6/+0
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-4/+4
2012-11-22mtd: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-7/+0
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-3/+8
2012-07-06mtd: cafe_nand: spelling mistakeBrian Norris1-1/+1
2012-07-06mtd: cafe_nand: fix an & vs | mistakeDan Carpenter1-1/+1
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani1-2/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-5/+8
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+1
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-1/+3
2012-05-13mtd: use module_pci_driverAxel Lin1-11/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy1-1/+1
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-16/+5
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-09-11mtd: spelling, capitalization, uniformityBrian Norris1-1/+1
2011-09-11mtd: cafe_nand.c: use mtd_device_parse_registerDmitry Eremin-Solenikov1-12/+2
2011-09-11mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTSDmitry Eremin-Solenikov1-2/+0
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris1-1/+1
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris1-1/+2
2011-05-25mtd: cafe_nand: convert to mtd_device_register()Jamie Iles1-9/+2
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2010-02-25mtd: nand: make PCI device id constantMárton Németh1-1/+1
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-2/+2
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-1/+1
2009-04-24cafe_nand: Fix warningAlan Cox1-1/+1
2009-04-04[MTD] [NAND] Add parent info for CAFÉ controllerDavid Woodhouse1-0/+1
2009-01-09[MTD] [NAND] add cmdline parsing (mtdparts=) support to cafe_nandPhilip Rakity1-2/+5
2008-09-04[MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉDavid Woodhouse1-1/+5
2008-06-04[MTD] [NAND] fix 2 "unused variable" warnings in cafe_nand.cToralf Förster1-2/+4
2007-10-28[MTD] [NAND] Check for RedBoot partitions on CAFÉ NANDDavid Woodhouse1-0/+19
2007-10-14signedness: module_param_array nump argumentAl Viro1-1/+1
2007-10-06[MTD] [NAND] Resume method for CAFÉ NAND controllerDavid Woodhouse1-3/+39
2007-10-06[MTD] [NAND] Fix PCI ident table for CAFÉ NAND controller.David Woodhouse1-1/+7
2007-05-02[MTD] [NAND] Support multiple chips in CAFÉ driverDavid Woodhouse1-9/+20
2007-05-02[MTD] [NAND] Rename cafe.c to cafe_nand.c and remove the multi-obj magicDavid Woodhouse1-0/+838