aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sh_flctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds1-31/+275
2012-11-22mtd: remove use of __devexitBill Pemberton1-1/+1
2012-11-22mtd: remove use of __devinitBill Pemberton1-1/+1
2012-11-15mtd: sh_flctl: Add device tree supportBastian Hecht1-7/+87
2012-11-15mtd: sh_flctl: Add DMA capabiltyBastian Hecht1-2/+171
2012-11-15mtd: sh_flctl: Minor cleanupsBastian Hecht1-21/+16
2012-10-23PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki1-1/+3
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-11/+0
2012-09-29mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht1-1/+2
2012-09-29mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht1-6/+7
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-1/+2
2012-07-06mtd: sh_flctl: Use user oob data in hardware ECC modeBastian Hecht1-8/+17
2012-07-06mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht1-40/+81
2012-07-06mtd: sh_flctl: Group sector accesses into a single transferBastian Hecht1-25/+19
2012-07-06mtd: sh_flctl: Simplify the hardware ecc page read/writeBastian Hecht1-23/+2
2012-07-06mtd: sh_flctl: Fix hardware ECC behaviourBastian Hecht1-23/+7
2012-07-06mtd: sh_flctl: Use different OOB layoutBastian Hecht1-6/+12
2012-07-06mtd: sh_flctl: Add support for error IRQBastian Hecht1-3/+31
2012-07-06mtd: sh_flctl: Add missing iounmap()Bastian Hecht1-0/+2
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-2/+2
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-2/+0
2012-05-13mtd: nand: read_page() returns max_bitflipsMike Dunn1-1/+1
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: sh_flctl: Add power management with QoS requestBastian Hecht1-9/+42
2012-03-27mtd: sh_flctl: Add FLHOLDCR registerBastian Hecht1-0/+3
2012-03-27mtd: sh_flctl: Use cached register value for FLCMNCRBastian Hecht1-15/+7
2012-03-27mtd: sh_flctl: Implement NAND_CMD_RNDOUT commandBastian Hecht1-0/+16
2012-03-27mtd: sh_flctl: Expand the READID command to 8 bytesBastian Hecht1-3/+9
2012-03-27mtd: sh_flctl: Reorder empty_fifo() callsBastian Hecht1-3/+2
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-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-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-19/+48
2010-02-26mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()David Woodhouse1-1/+1
2010-02-02mtd: sh_flctl SHBUSSEL and SEL_16BIT supportMagnus Damm1-1/+26
2010-02-02mtd: trivial sh_flctl changesMagnus Damm1-19/+23
2009-12-31mtd: drivers/mtd/nand/sh_flctl.c: use resource_size()H Hartley Sweeten1-1/+1
2009-09-19mtd: sh_flctl: register sh_flctl using platform_driver_probe()David Woodhouse1-2/+1
2009-09-19mtd: nand: add "page" parameter to all read_page/read_page_raw APIsSneha Narnakaje1-1/+1
2009-03-24[MTD] [NAND] sh_flctl: fix hardware ecc handling for 2048 byte pageYoshihiro Shimoda1-6/+12
2008-10-20[MTD] [NAND] sh_flctl: fix compile errorYoshihiro Shimoda1-0/+577
2008-10-14[MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTLYoshihiro Shimoda1-0/+301