summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: spi-nor: shorten Kconfig namingBrian Norris2014-04-144-6/+11
| | * | mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2014-04-142-11/+11
| | * | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-143-63/+63
| | * | mtd: spi-nor: add the copyright informationHuang Shijie2014-04-141-1/+5
| | * | mtd: st_spi_fsm: Add support for Macronix MX25L3255EAngus Clark2014-04-141-1/+7
| | * | mtd: st_spi_fsm: Add Spansion S25FL032P to device tableAngus Clark2014-04-141-0/+2
| | * | mtd: st_spi_fsm: Refactor status register operationsAngus Clark2014-04-141-84/+68
| | * | mtd: st_spi_fsm: Update Macronix 'QE' configurationAngus Clark2014-04-141-4/+19
| | * | mtd: st_spi_fsm: Update Macronix 32-bit addressing supportAngus Clark2014-04-141-13/+10
| | * | mtd: st_spi_fsm: Add Macronix MX25L25655E deviceAngus Clark2014-04-141-0/+3
| | * | mtd: spi-nor: EXPORT symbols which could be used by module driversBrian Norris2014-04-141-0/+3
| | * | mtd: spi-nor: Add Freescale QuadSPI driverHuang Shijie2014-04-143-0/+1016
| | * | mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie2014-04-141-0/+12
| | * | mtd: m25p80: use the SPI nor frameworkBrian Norris2014-04-142-1199/+106
| | * | mtd: spi-nor: add the framework for SPI NORHuang Shijie2014-04-145-0/+1098
| * | | mtd: gpmi: add gpmi_devdata{} to simplify the codeHuang Shijie2014-04-163-40/+46
| * | | mtd: nand: add line feed to pr_errRaphaël Poggi2014-04-161-1/+1
| * | | mtd: davinci-nand: disable subpage write for keystone-nandMurali Karicheri2014-04-151-0/+6
| * | | mtd: mtd_blkdevs: handle REQ_FLUSH request and do explicit flush of writeback...Roman Peniaev2014-04-151-0/+6
| * | | mtd: nand: use the nand_read_subpage index everywhereRon2014-04-151-2/+1
| * | | mtd: nand: omap: fix compile warning on ‘erased_sector_bitflips’Christian Engelmayer2014-04-151-1/+1
| |/ /
* | | Merge tag 'md/3.16' of git://neil.brown.name/mdLinus Torvalds2014-06-114-42/+138
|\ \ \
| * | | raid5: speedup sync_request processingEivind Sarto2014-06-101-1/+1
| * | | md/raid5: deadlock between retry_aligned_read with barrier iohui jiao2014-06-051-1/+1
| * | | raid5: add an option to avoid copy data from bio to stripe cacheShaohua Li2014-05-292-22/+101
| * | | md/bitmap: remove confusing code from filemap_get_page.NeilBrown2014-05-291-5/+1
| * | | raid5: avoid release list until last reference of the stripeEivind Sarto2014-05-291-0/+5
| * | | md: md_clear_badblocks should return an error code on failure.NeilBrown2014-05-291-1/+1
| * | | md/raid56: Don't perform reads to support writes until stripe is ready.NeilBrown2014-05-291-12/+18
| * | | md: refuse to change shape of array if it is active but read-onlyNeilBrown2014-05-291-0/+10
* | | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2014-06-1016-1134/+608
|\ \ \ \
| * | | | watchdog: add Intel MID watchdog driver supportDavid Cohen2014-06-103-0/+198
| * | | | watchdog: sp805: Set watchdog_device->timeout from ->set_timeout()Viresh Kumar2014-06-101-3/+1
| * | | | booke/watchdog: refine and clean up the codesTang Yuantian2014-06-101-18/+33
| * | | | watchdog: iop_wdt only builds for mach-iop13xxArnd Bergmann2014-06-101-1/+1
| * | | | watchdog: Remove drivers for W83697HF and W83697UGGuenter Roeck2014-06-104-889/+0
| * | | | watchdog: w83627hf_wdt: Add early_disable module parameterGuenter Roeck2014-06-101-3/+12
| * | | | watchdog: orion: Add Armada 375/380 SoC supportEzequiel Garcia2014-06-101-0/+103
| * | | | watchdog: orion: Introduce per-SoC enabled() functionEzequiel Garcia2014-06-101-2/+13
| * | | | watchdog: orion: Introduce per-SoC stop() functionEzequiel Garcia2014-06-101-1/+28
| * | | | watchdog: orion: Remove unneeded atomic accessEzequiel Garcia2014-06-101-2/+5
| * | | | watchdog: orion: Introduce a SoC-specific RSTOUT mappingEzequiel Garcia2014-06-101-7/+20
| * | | | watchdog: orion: Move the register ioremap'ing to its own functionEzequiel Garcia2014-06-101-14/+24
| * | | | watchdog: xilinx: Make of_device_id array constJingoo Han2014-06-101-1/+1
| * | | | watchdog: imx2_wdt: convert to watchdog core apiAnatolij Gustschin2014-06-102-170/+123
| * | | | watchdog: imx2_wdt: convert to use regmap API.Xiubo Li2014-06-102-18/+33
| * | | | watchdog: imx2_wdt: Sort the header files alphabeticallyXiubo Li2014-06-101-6/+6
| * | | | watchdog: ath79_wdt: switch to clk_prepare/clk_disableGabor Juhos2014-06-101-3/+3
| * | | | watchdog: ath79_wdt: avoid spurious restarts on AR934xGabor Juhos2014-06-101-0/+10
| * | | | watchdog: shwdt: Remove unused platform_set_drvdata()Alexander Shiyan2014-06-101-2/+0