| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: gpio-nand: Ability to use driver for configurations without RDY-pin | Alexander Shiyan | 2012-11-15 | 1 | -7/+15 |
* | mtd: use the NAND_STATUS_FAIL to replace the hardcode | Huang Shijie | 2012-11-15 | 1 | -2/+2 |
* | mtd: mtd_oobtest: printk -> pr_{info,err,crit} | Vikram Narayanan | 2012-11-15 | 1 | -87/+84 |
* | mtd: tests: mtd_torturetest: Replace printk with pr_{info,crit} | Vikram Narayanan | 2012-11-15 | 1 | -36/+37 |
* | mtd: tests: mtd_subpagetest: replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -62/+62 |
* | mtd: tests: mtd_speedtest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -44/+44 |
* | mtd: tests: mtd_stresstest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -22/+22 |
* | mtd: tests: mtd_readtest: Replace printk with pr_{info,err} | Vikram Narayanan | 2012-11-15 | 1 | -21/+21 |
* | mtd: tests: mtd_pagetest: Replace printk with pr_{info,crit,err} | Vikram Narayanan | 2012-11-15 | 1 | -76/+76 |
* | mtd: tests: mtd_nandecctest: Use pr_fmt macro | Vikram Narayanan | 2012-11-15 | 1 | -2/+4 |
* | mtd: tests: mtd_nandbiterrs: replace msg macro with pr_{info,err} | Vikram Narayanan | 2012-11-15 | 1 | -36/+37 |
* | mtd: spear_smi: use module_platform_driver macro | Srinivas Kandagatla | 2012-11-15 | 1 | -12/+1 |
* | mtd: fsmc_nand: use relaxed variants of io accessors | Vipin Kumar | 2012-11-15 | 1 | -25/+29 |
* | mtd: fsmc_nand: modify the wait to uninterruptible | Vipin Kumar | 2012-11-15 | 1 | -1/+1 |
* | mtd: fsmc_nand: change the type for regs to void __iomem * | Vipin Kumar | 2012-11-15 | 1 | -1/+1 |
* | mtd: fsmc_nand: pass the ale and cmd resource via resource | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-15 | 1 | -33/+11 |
* | mtd: delete nomadik_nand driver | Linus Walleij | 2012-11-15 | 3 | -242/+0 |
* | ARM: nomadik: switch over to using the FSMC driver | Linus Walleij | 2012-11-15 | 1 | -0/+1 |
* | mtd: denali: add a DT driver | Dinh Nguyen | 2012-11-15 | 4 | -1/+177 |
* | mtd: denali: split the generic driver and PCI layer | Dinh Nguyen | 2012-11-15 | 5 | -134/+188 |
* | mtd: fsl_elbc_nand: remove unnecessary badblock_pattern | Brian Norris | 2012-11-15 | 1 | -15/+0 |
* | mtd: ofpart: Fix incorrect NULL check in parse_ofoldpart_partitions() | Sachin Kamat | 2012-11-15 | 1 | -1/+1 |
* | mtd: m25p80: add support for the windbond w25q256 chip | Matthieu CASTET | 2012-11-15 | 1 | -0/+2 |
* | mtd: m25p80: Make fast read configurable via DT | Marek Vasut | 2012-11-15 | 1 | -13/+21 |
* | mtd: gpmi-nand: make debug prints more clear | Vikram Narayanan | 2012-11-15 | 1 | -6/+8 |
* | mtd: cmdlinepart: Simplify parse_cmdline_partitions | Shmulik Ladkani | 2012-11-15 | 1 | -38/+42 |
* | mtd: nand: fix Samsung SLC detection regression | Brian Norris | 2012-11-15 | 1 | -0/+1 |
* | mtd: nand: fix Samsung SLC NAND identification regression | Brian Norris | 2012-11-15 | 1 | -4/+5 |
* | mtd: onenand: Make flexonenand_set_boundary static | Sachin Kamat | 2012-11-09 | 1 | -1/+1 |
* | mtd: slram: invalid checking of absolute end address | Jiri Engelthaler | 2012-11-09 | 1 | -1/+1 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan... | Linus Torvalds | 2012-11-03 | 3 | -6/+9 |
|\ |
|
| * | exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. | Jonghwan Choi | 2012-11-03 | 1 | -1/+1 |
| * | ACPI video: Ignore errors after _DOD evaluation. | Igor Murzov | 2012-11-03 | 1 | -4/+7 |
| * | thermal: solve compilation errors in rcar_thermal | Devendra Naga | 2012-11-03 | 1 | -1/+1 |
* | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds | 2012-11-03 | 3 | -175/+22 |
|\ \ |
|
| * | | i2c: tegra: set irq name as device name | Laxman Dewangan | 2012-11-02 | 1 | -1/+1 |
| * | | i2c-nomadik: Fixup clock handling | Philippe Begnic | 2012-11-02 | 1 | -2/+7 |
| * | | i2c: mxs: remove broken PIOQUEUE support | Wolfram Sang | 2012-11-02 | 1 | -172/+14 |
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-11-03 | 18 | -92/+274 |
|\ \ \ |
|
| * | | | drm/udl: fix stride issues scanning out stride != width*bpp | Dave Airlie | 2012-11-02 | 3 | -8/+11 |
| * | | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Dave Airlie | 2012-11-02 | 4 | -18/+20 |
| |\ \ \ |
|
| | * | | | drm: exynos: removed warning due to missing typecast for mixer driver data | Rahul Sharma | 2012-10-31 | 1 | -1/+1 |
| | * | | | drm/exynos: add support for ARCH_MULTIPLATFORM | Rob Clark | 2012-10-31 | 1 | -1/+1 |
| | * | | | drm/exynos: fix display on issue | Inki Dae | 2012-10-31 | 2 | -16/+18 |
| * | | | | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2012-11-02 | 5 | -40/+184 |
| |\ \ \ \ |
|
| | * | | | | drm/radeon: add load detection support for ext DAC on R200 (v2) | Alex Deucher | 2012-11-01 | 1 | -0/+97 |
| | * | | | | DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms(). | Egbert Eich | 2012-11-01 | 2 | -4/+18 |
| | * | | | | DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips. | Egbert Eich | 2012-11-01 | 1 | -24/+38 |
| | * | | | | DRM/Radeon: Clean up code in TV DAC load detection. | Egbert Eich | 2012-11-01 | 1 | -8/+10 |
| | * | | | | drm/radeon: fix ATPX function documentation | Igor Murzov | 2012-11-01 | 1 | -2/+2 |