summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sh_flctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-141-2/+2
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-141-2/+0
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-141-1/+1
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: sh_flctl: Add power management with QoS requestBastian Hecht2012-03-271-9/+42
* mtd: sh_flctl: Add FLHOLDCR registerBastian Hecht2012-03-271-0/+3
* mtd: sh_flctl: Use cached register value for FLCMNCRBastian Hecht2012-03-271-15/+7
* mtd: sh_flctl: Implement NAND_CMD_RNDOUT commandBastian Hecht2012-03-271-0/+16
* mtd: sh_flctl: Expand the READID command to 8 bytesBastian Hecht2012-03-271-3/+9
* mtd: sh_flctl: Reorder empty_fifo() callsBastian Hecht2012-03-271-3/+2
* mtd: convert remaining users to mtd_device_register()Jamie Iles2011-05-251-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-101-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-03-261-19/+48
|\|
| * mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm2010-02-021-1/+26
| * mtd: trivial sh_flctl changesMagnus Damm2010-02-021-19/+23
* | mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse2010-02-261-1/+1
* | mtd: drivers/mtd/nand/sh_flctl.c: use resource_size()H Hartley Sweeten2009-12-311-1/+1
|/
* mtd: sh_flctl: register sh_flctl using platform_driver_probe()David Woodhouse2009-09-201-2/+1
* mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje2009-09-191-1/+1
* [MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte pageYoshihiro Shimoda2009-03-241-6/+12
* [MTD] [NAND] sh_flctl: fix compile errorYoshihiro Shimoda2008-10-201-0/+577
* [MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTLYoshihiro Shimoda2008-10-141-0/+301