Age | Commit message (Expand) | Author | Files | Lines |
2012-03-27 | mtd: maps: sa1100-flash: Add reference counter to set_vpp() | Paul Parsons | 1 | -1/+13 |
2012-03-27 | mtd: maps: pcmciamtd: Add reference counter to set_vpp() | Paul Parsons | 1 | -1/+12 |
2012-03-27 | mtd: maps: l440gx: Add reference counter to set_vpp() | Paul Parsons | 1 | -5/+9 |
2012-03-27 | mtd: maps: physmap: Add reference counter to set_vpp() | Paul Parsons | 3 | -19/+26 |
2012-03-27 | mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 1 | -2/+4 |
2012-03-27 | mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 1 | -6/+9 |
2012-03-27 | mtd: fsmc: Support of 224-bytes OOB area length | Armando Visconti | 1 | -0/+40 |
2012-03-27 | mtd: fsmc: Improve the fsmc_correct_data() routine | Armando Visconti | 1 | -21/+17 |
2012-03-27 | mtd: fsmc: fixed data abort inside change_bit() | Armando Visconti | 1 | -1/+1 |
2012-03-27 | mtd: fsmc: Move ALE, CLE defines to their respective platform | Shiraz Hashim | 3 | -13/+7 |
2012-03-27 | mtd: fsmc: use ALE and CLE offsets from platform data | Shiraz Hashim | 2 | -4/+10 |
2012-03-27 | mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizes | Bhavna Yadav | 1 | -17/+159 |
2012-03-27 | mtd: fsmc: Newly erased page read algorithm implemented | Vipin Kumar | 1 | -4/+52 |
2012-03-27 | mtd: fix partition wrapper functions | Mike Dunn | 1 | -27/+33 |
2012-03-27 | mtd: docg3 trivial renaming | Robert Jarzmik | 1 | -1/+1 |
2012-03-27 | ARM: mach-shmobile: mackerel: Add the flash controller flctl | Bastian Hecht | 2 | -1/+74 |
2012-03-27 | mtd: sh_flctl: Add FLHOLDCR register | Bastian Hecht | 2 | -0/+15 |
2012-03-27 | mtd: sh_flctl: Use cached register value for FLCMNCR | Bastian Hecht | 2 | -15/+8 |
2012-03-27 | mtd: sh_flctl: Implement NAND_CMD_RNDOUT command | Bastian Hecht | 1 | -0/+16 |
2012-03-27 | mtd: sh_flctl: Expand the READID command to 8 bytes | Bastian Hecht | 1 | -3/+9 |
2012-03-27 | mtd: sh_flctl: Reorder empty_fifo() calls | Bastian Hecht | 1 | -3/+2 |
2012-03-27 | mtd: sh_flctl: Expand FLCMNCR register bit field | Bastian Hecht | 1 | -0/+24 |
2012-03-27 | jffs2: Standardize JFFS_<LEVEL> uses | Joe Perches | 3 | -34/+13 |
2012-03-27 | jffs2: Use pr_fmt and remove jffs: from formats | Joe Perches | 23 | -38/+80 |
2012-03-27 | jffs2: Convert printks to pr_<level> | Joe Perches | 17 | -264/+342 |
2012-03-27 | jffs2: Convert most D1/D2 macros to jffs2_dbg | Joe Perches | 16 | -360/+504 |
2012-03-27 | mtd: mips: lantiq: reintroduce support for cmdline partitions | Daniel Schwierzeck | 1 | -1/+2 |
2012-03-27 | mtd: change the location of the ONFI detected log | Huang Shijie | 1 | -1/+1 |
2012-03-27 | mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() | Huang Shijie | 3 | -15/+46 |
2012-03-27 | mxs-dma : move the mxs dma.h to a more common place | Huang Shijie | 7 | -6/+6 |
2012-03-27 | jffs2: make jffs2_initxattrs() static | Nikola Pajkovsky | 1 | -2/+2 |
2012-03-27 | mtd: fix 'Flash device refused suspend due to active operation' message | Russell King | 1 | -1/+1 |
2012-03-27 | mtd: gpmi: fix compiler warning | Huang Shijie | 1 | -1/+0 |
2012-03-27 | mtd: simplify return logic in do_map_probe() | Uwe Kleine-König | 1 | -4/+1 |
2012-03-27 | sfc: mtd: Use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff | Shmulik Ladkani | 1 | -1/+1 |
2012-03-27 | jffs2: Fix typo in compr.c | Masanari Iida | 1 | -1/+1 |
2012-03-27 | mtd: ixp4xx: oops in ixp4xx_flash_probe | Marc Kleine-Budde | 1 | -1/+4 |
2012-03-27 | mtd: check for zero length in OTP functions | Artem Bityutskiy | 2 | -59/+84 |
2012-03-27 | mtd: move zero length verification to MTD API functions | Artem Bityutskiy | 13 | -76/+21 |
2012-03-27 | mtd: harmonize mtd_point interface implementation | Artem Bityutskiy | 5 | -14/+3 |
2012-03-27 | mtd: remove junk pmc551.h | Artem Bityutskiy | 2 | -79/+38 |
2012-03-27 | mtd: remove retlen zeroing duplication | Artem Bityutskiy | 18 | -73/+1 |
2012-03-27 | mtd: remove R/O checking duplication | Artem Bityutskiy | 8 | -54/+17 |
2012-03-27 | mtd: do not duplicate length and offset checks in drivers | Artem Bityutskiy | 23 | -321/+3 |
2012-03-27 | mtd: add offset and length checks to the API function | Artem Bityutskiy | 2 | -112/+165 |
2012-03-27 | mtd: return error code from mtd_unpoint | Artem Bityutskiy | 9 | -20/+33 |
2012-03-27 | mtd: nand: write BBM to OOB even with flash-based BBT | Brian Norris | 2 | -15/+36 |
2012-03-27 | mtd: redboot: remove useless code | Artem Bityutskiy | 1 | -4/+2 |
2012-03-27 | mtd: nftlcore: remove out-of-date and now irrelevant piece of code | Artem Bityutskiy | 1 | -7/+0 |
2012-03-27 | mtdoops: clean-up new MTD API usage | Artem Bityutskiy | 1 | -5/+4 |