summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mtd: atmel_nand: replace cpu_is_at32ap7000() with a nand platform dataJosh Wu2013-08-051-7/+6
* mtd: gpmi-nand: fix error return from gpmi_get_clks()Michał Mirosław2013-08-051-4/+8
* mtd: onenand/samsung: Remove redundant platform_set_drvdata()Sachin Kamat2013-08-051-1/+0
* mtd: onenand/omap2: Remove redundant platform_set_drvdata()Sachin Kamat2013-08-051-1/+0
* mtd: onenand/generic: Remove redundant platform_set_drvdata()Sachin Kamat2013-08-051-2/+0
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-056-54/+18
* mtd: nand: davinci: use devm_ioremap_resource()Laurent Navet2013-08-051-5/+8
* mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger2013-08-051-2/+6
* mtd: nand: fsmc: update of OF supportMian Yousaf Kaukab2013-08-051-0/+18
* mtd: nand: pxa3xx: Move buffer release code to its own functionEzequiel Garcia2013-08-051-12/+14
* mtd: nand: pxa3xx: Check for clk_prepare_enable() return valueEzequiel Garcia2013-08-051-1/+3
* mtd: nand: pxa3xx: Use clk_prepare_enable and clk_disable_unprepareEzequiel Garcia2013-08-051-3/+3
* mtd: nand: pxa3xx: Use devm_clk_getEzequiel Garcia2013-08-051-9/+7
* mtd: nand: pxa3xx: Use devm_ioremap_resourceEzequiel Garcia2013-08-051-27/+4
* mtd: nand: pxa3xx: Use devm_kzallocEzequiel Garcia2013-08-051-10/+4
* mtd: Convert logging messagesJoe Perches2013-08-051-27/+31
* mtd: devices: added the 16MiB winbond deviceGirish K S2013-08-051-0/+1
* mtd: nand_base: Use io{read, write}*_rep functions for transferAlexander Shiyan2013-08-051-15/+4
* mtd: nand-gpio: Add missing "owner" field in platform_driver structAlexander Shiyan2013-08-051-0/+1
* mtd: nand-gpio: Rename internal variables to match functionalityAlexander Shiyan2013-08-051-30/+30
* mtd: nand-gpio: Unneeded dependency on ARM removedAlexander Shiyan2013-08-051-1/+1
* mtd: nand-gpio: Use default nand_base {read/write}_buf functionsAlexander Shiyan2013-08-051-56/+0
* mtd: nand-gpio: Do not override GPIOs if driver uses platform_data but OF is ...Alexander Shiyan2013-08-051-0/+3
* mtd: nand-gpio: Use default dev_ready function if RDY is missing in configura...Alexander Shiyan2013-08-051-5/+2
* mtd: nand-gpio: Convert driver to using resource-managed functionsAlexander Shiyan2013-08-051-92/+38
* mtd: m25p80: correct EN4B/EX4B commentBrian Norris2013-08-051-1/+1
* mtd: m25p80: utilize dedicated 4-byte addressing commandsBrian Norris2013-08-051-7/+32
* mtd: fsl_ifc_nand: set NAND_NO_SUBPAGE_WRITEScott Wood2013-08-051-1/+1
* mtd: devices: convert OMAP BCH to devm_ioremap_resource()Silviu-Mihai Popescu2013-08-051-3/+3
* mtd: m25p80: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-08-051-2/+2
* mtd: dataflash: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-08-051-4/+4
* mtd: sst25l: use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-08-051-3/+3
* mtd: cfi_cmdset_0002: print @adr when write timeout occursHuang Shijie2013-08-051-2/+2
* mtd: spear_smi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-051-4/+2
* mtd: fsmc_nand: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-051-4/+2
* mtd: r852: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-051-4/+1
* mtd: bcm63xxpart: use nvram for PSI sizeJonas Gorski2013-08-051-2/+4
* mtd: bcm63xxpart: use size macro for CFE block sizeJonas Gorski2013-08-051-1/+2
* mtd: fsl_ifc_nand: remove incorrect kfree()Brian Norris2013-08-051-1/+0
* mtd: bcm47xxsflash: implement polling chip statusRafał Miłecki2013-08-051-0/+55
* mtd: bcm47xxsflash: implement ChipCommon R/W opsRafał Miłecki2013-08-052-0/+15
* Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-08-042-26/+68
|\
| * dma: pl330: Fix cyclic transfersLars-Peter Clausen2013-07-281-26/+67
| * pch_dma: fix error return code in pch_dma_probe()Wei Yongjun2013-07-221-0/+1
* | drm/radeon: fix 64 bit divide in SI spm codeAlex Deucher2013-08-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0349-403/+665
|\ \
| * | qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-0310-132/+231
| * | qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia2013-08-031-9/+16
| * | qlcnic: Fix link speed display for 82xx adapterRajesh Borundia2013-08-031-3/+7
| * | qlcnic: Fix external loopback test.Shahed Shaikh2013-08-031-2/+10