summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-09-11mtd: mtdblock: Use DEFINE_MUTEX() for mtdblks_lockAxel Lin1-3/+1
2011-09-11mtd: fsmc_nand: fix a memory leakAxel Lin1-1/+1
2011-09-11mtd: pxa3xx_nand: fix a memory leakAxel Lin1-1/+1
2011-09-11mtd: nomadik_nand: add missing nand_release in nomadik_nand_removeAxel Lin1-0/+1
2011-09-11mtd: nuc900_nand: add missing nand_release in nuc900_nand_removeAxel Lin1-0/+1
2011-09-11mtd: denali: remove calling mtd_device_unregister() after nand_release()Axel Lin1-1/+0
2011-09-11mtd: nand: remove unnecessary TODOBrian Norris1-1/+0
2011-09-11mtd: m25p80 don't specify default parsing optionsDmitry Eremin-Solenikov1-7/+1
2011-09-11mtd: mtdpart: default to cmdlinepart, NULL partitions probingDmitry Eremin-Solenikov1-0/+5
2011-09-11mtd: cafe_nand: drop reference to CONFIG_MTD_CMDLINE_PARTSDmitry Eremin-Solenikov1-2/+0
2011-09-11mtd: drop physmap_configureDmitry Eremin-Solenikov2-21/+0
2011-09-11mtd: drop ceiva map driverDmitry Eremin-Solenikov3-350/+0
2011-09-11mtd: nand: remove meaningless delay from nand_unlockJiri Pinkava1-2/+0
2011-09-11mtd: ATMEL, AVR32: inline nand partition table accessDmitry Eremin-Solenikov1-3/+4
2011-09-11mtd: nand: rename CREATE_EMPTY bbt flag with proper prefixBrian Norris1-1/+1
2011-09-11mtd: nand: move NAND_CREATE_EMPTY_BBT flagBrian Norris1-1/+1
2011-09-11mtd: nand: rename NAND_USE_FLASH_BBTBrian Norris16-22/+22
2011-09-11mtd: nand: consolidate redundant flash-based BBT flagsBrian Norris17-29/+39
2011-09-11mtd: nand: separate chip options / bbt_optionsBrian Norris2-8/+7
2011-09-11mtd: nand: remove NAND_BBT_SCANBYTE1AND6 optionBrian Norris2-50/+6
2011-08-15mtd: onenand: return proper error if regulator_get failsAxel Lin1-0/+1
2011-08-15mtd: convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-08-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds11-75/+100
2011-08-13Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-6/+42
2011-08-13mmc: dw_mmc: Fix DDR mode support.Seungwon Jeon1-2/+2
2011-08-13mmc: core: use defined R1_STATE_PRG macro for card statusJaehoon Chung3-3/+3
2011-08-13mmc: sdhci: use f_max instead of host->clock for timeoutsAndy Shevchenko1-5/+2
2011-08-13mmc: sdhci: move timeout_clk calculation farther downAndy Shevchenko1-19/+19
2011-08-13mmc: sdhci: check host->clock before using it as a denominatorAndy Shevchenko1-3/+5
2011-08-13mmc: Revert "mmc: sdhci: Fix SDHCI_QUIRK_TIMEOUT_USES_SDCLK"Andy Shevchenko1-4/+3
2011-08-13mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin1-2/+0
2011-08-13mmc: esdhc-imx: fix card interrupt loss on freescale eSDHCTony Lin1-9/+31
2011-08-13mmc: sdhci-s3c: Fix build for header changeMark Brown1-0/+1
2011-08-13mmc: dw_mmc: Fix mask in IDMAC_SET_BUFFER1_SIZE macroShashidhar Hiremath1-1/+1
2011-08-13mmc: cb710: fix possible pci_dev leak in cb710_pci_configure()Michał Mirosław1-1/+2
2011-08-13mmc: core: Detect eMMC v4.5 ext_csd entriesKyungmin Park1-1/+1
2011-08-13mmc: mmc_test: avoid stalled file in debugfsAndy Shevchenko1-26/+30
2011-08-13mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirkJaehoon Chung1-0/+3
2011-08-13mmc: sdhci: pxav3: controller needs 32 bit ADMA addressingPhilip Rakity1-1/+2
2011-08-13mmc: sdhci: fix retuning timer wrongly deleted in sdhci_tasklet_finishAaron Lu1-3/+0
2011-08-12Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds24-126/+113
2011-08-12Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-95/+111
2011-08-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-67/+147
2011-08-11Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-26/+49
2011-08-11e1000e: increase driver version numberBruce Allan1-1/+1
2011-08-11e1000e: alternate MAC address updateBruce Allan1-2/+2
2011-08-11e1000e: do not disable receiver on 82574/82583Bruce Allan4-5/+12
2011-08-11e1000e: alternate MAC address does not work on device id 0x1060Bruce Allan1-1/+2
2011-08-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-26/+49
2011-08-11hwmon: (ibmaem) add missing kfreeJulia Lawall1-5/+10