summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sh_flctl.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: sh_flctl: Use of_match_ptr() macroSachin Kamat2013-04-051-2/+1
* mtd: sh_flctl: use module_platform_driver_probe()Jingoo Han2013-04-051-12/+1
* Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds2012-12-191-31/+275
|\
| * mtd: remove use of __devexitBill Pemberton2012-11-221-1/+1
| * mtd: remove use of __devinitBill Pemberton2012-11-221-1/+1
| * mtd: sh_flctl: Add device tree supportBastian Hecht2012-11-151-7/+87
| * mtd: sh_flctl: Add DMA capabiltyBastian Hecht2012-11-151-2/+171
| * mtd: sh_flctl: Minor cleanupsBastian Hecht2012-11-151-21/+16
* | PM / QoS: Introduce PM QoS device flags supportRafael J. Wysocki2012-10-231-1/+3
|/
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-11/+0
* mtd: sh_flctl: Only copy OOB data if it is requiredBastian Hecht2012-09-291-1/+2
* mtd: sh_flctl: Use memcpy() instead of using a loopBastian Hecht2012-09-291-6/+7
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-1/+2
* mtd: sh_flctl: Use user oob data in hardware ECC modeBastian Hecht2012-07-061-8/+17
* mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht2012-07-061-40/+81
* mtd: sh_flctl: Group sector accesses into a single transferBastian Hecht2012-07-061-25/+19
* mtd: sh_flctl: Simplify the hardware ecc page read/writeBastian Hecht2012-07-061-23/+2
* mtd: sh_flctl: Fix hardware ECC behaviourBastian Hecht2012-07-061-23/+7
* mtd: sh_flctl: Use different OOB layoutBastian Hecht2012-07-061-6/+12
* mtd: sh_flctl: Add support for error IRQBastian Hecht2012-07-061-3/+31
* mtd: sh_flctl: Add missing iounmap()Bastian Hecht2012-07-061-0/+2
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-2/+2
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-2/+0
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-131-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-191-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