aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | mtd: ixp: convert to mtd_device_register()Jamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: plat_nand: convert to mtd_device_register()Jamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: nand: convert to mtd_device_register()Jamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: physmap: convert to mtd_device_register()Jamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: introduce mtd_device_(un)register()Jamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: always build partitioning supportJamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd:fix the bad format in the mtdcore.cWanlong Gao2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: mtdswap: fix possible null dereferenceMaxin B. John2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: remove duplicate assignment of chip->stateTadashi Abe2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: fix hang-up in cfi erase and read contentionTadashi Abe2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: simplify get_mtd_device_nm functionWanlong Gao2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: be silent when mtd partition parser cannot be foundArtem Bityutskiy2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: convert to seq_file interfaceAlexey Dobriyan2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: omap: fix subpage ecc issue with prefetchKishore Kadiyala2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: sst25l: fix section markingsMike Frysinger2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: m25p80: Add Spansion S25FL256SKevin Cernekee2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: denali: detect the number of banksJamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: denali: remove nearly-duplicated register definitionsJamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: denali: convert to generic DMA APIJamie Iles2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: onenand: add missing checkjohn.maxin@nokia.com2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: return badblockbits backArtem Bityutskiy2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: nand: ndfc: add multiple chip select supportFelix Radensky2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: mtdchar: retry large buffer allocationsGrant Erickson2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: create function to perform large allocationsGrant Erickson2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: mtdconcat: fix NAND OOB writeFelix Radensky2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: omap2: mtd split nand_scan in ident and tailJan Weitzel2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: mtd_blkdevs: fix error path in blktrans_openArtem Bityutskiy2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: atmel_nand: add missing include of linux/dmaengine.hHans-Christian Egtvedt2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: nand: remove doubled chip deselection on (un)lockJiri Pinkava2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: nand: fix S3C NAND clock stopJiri Pinkava2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: cmdset_0002: add CFI 1.5 support for S29GL-SGernot Hoyler2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: onenand: add ecclayout and subpage_sft for non-flex 4KiB page onenandRoman Tereshonkov2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: denali: drop __TIME__ usageMichal Marek2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: nand: dynamic allocation of flash-based BBT structsBrian Norris2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: m25p80: add support for the MX25L1606E chipGabor Juhos2011-05-24
| * | | | | | | | | | | | | | | | | | | mtd: mxc_nand: add support for multiple chips on V21 devicesBaruch Siach2011-05-24
| | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-05-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Extend BSG infrastructure and add link diagnosticsJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Add resource extent supportJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Add request-firmware supportJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Add SR-IOV controlJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Extended hardware support and support dump imagesJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] lpfc 8.3.24: Miscellaneous Fixes and CorrectionsJames Smart2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] libsas: check dev->gone before submitting sata i/oDan Williams2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] libsas: fix/amend device gone notification in sas_deform_port()Dan Williams2011-05-26
| * | | | | | | | | | | | | | | | | | | [SCSI] Fix Ultrastor asm snippetSamuel Thibault2011-05-24