summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-25[MTD] [NAND] nand_ecc.c: adding support for 512 byte eccSingh, Vimal1-24/+62
2008-08-25[MTD] [NAND] au1550nd.c: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-08-20[MTD] [NAND] Fix missing kernel-docAlexey Korolev2-6/+6
2008-08-20[MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printkfrans1-11/+33
2008-08-17[MTD] removed unused #include <version.h>Huang Weiyi3-3/+0
2008-08-16[MTD] [NAND] Minor cleanup of nand_ecc.cDavid Woodhouse1-11/+9
2008-08-16[MTD] [NAND] nand_ecc.c: rewrite for improved performancefrans1-124/+372
2008-08-15[MTD] [OneNAND] OMAP3: add delay for GPIOAdrian Hunter1-2/+7
2008-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse650-13631/+48440
2008-08-12[MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driverAdrian Hunter3-0/+785
2008-08-12[MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffffAdrian Hunter4-6/+6
2008-08-11Merge branch 'for-linus' of git://git.o-hand.com/linux-mfdLinus Torvalds12-66/+2172
2008-08-11Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds8-110/+66
2008-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds7-18/+21
2008-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-21/+48
2008-08-11Fix race/oops in tty layer after BKL pushdownChristian Borntraeger1-1/+1
2008-08-11Revert "fbcon: bgcolor fix"Linus Torvalds1-1/+1
2008-08-11[MTD] m25p80.c extended jedec supportChen Gong1-39/+47
2008-08-11[MTD] m25p80.c code cleanupChen Gong1-1/+1
2008-08-11[MTD] m25p80.c erase enhanceChen Gong1-8/+40
2008-08-11[MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #includeHuang Weiyi1-1/+0
2008-08-10[WATCHDOG] pcwd.c - fix open_allowed type.Wim Van Sebroeck1-1/+1
2008-08-10mfd: tc6393 cleanup and updateIan Molton1-63/+93
2008-08-10mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz3-2/+11
2008-08-10mfd: TMIO MMC driverIan Molton4-0/+892
2008-08-10mfd: driver for the TMIO NAND controllerIan Molton3-0/+564
2008-08-10hwmon: (lm75) Drop legacy i2c driverJean Delvare1-92/+22
2008-08-10i2c: correct some size_t printk formatsDavid Brownell2-6/+6
2008-08-10i2c: Check for address business before creating clientsJean Delvare1-1/+6
2008-08-10i2c: Let users select algorithm drivers manually againJean Delvare2-3/+22
2008-08-10i2c: Fix NULL pointer dereference in i2c_new_probed_deviceHans Verkuil1-1/+3
2008-08-10i2c: Fix oops on bus multiplexer driver loadingJean Delvare2-7/+7
2008-08-10[WATCHDOG] fix watchdog/ixp4xx_wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/wdt285.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/at91rm9200_wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] fix watchdog/shwdt.c compilationAdrian Bunk1-12/+12
2008-08-10[WATCHDOG] fix watchdog/txx9wdt.c compilationAdrian Bunk1-1/+1
2008-08-10[WATCHDOG] Fix build with CONFIG_ITCO_VENDOR_SUPPORT=nJean Delvare1-1/+4
2008-08-10mfd: t7l66 MMC platform dataIan Molton1-0/+5
2008-08-10mfd: tc6387 MMC platform dataIan Molton1-1/+10
2008-08-10mfd: Fix 7l66 and 6387 according to the new mfd-core APISamuel Ortiz2-5/+10
2008-08-10mfd: Fix tc6393 according to the new tmio.hSamuel Ortiz1-3/+0
2008-08-10mfd: driver for the TC6387XB TMIO controller.Ian Molton3-0/+179
2008-08-10mfd: driver for the T7L66XB TMIO SoCIan Molton3-0/+416
2008-08-09uninline atl1e_setup_mac_ctrl()Adrian Bunk1-2/+2
2008-08-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-10/+10
2008-08-08[CPUFREQ] Fix -Wshadow warning in conservative governor.Dave Jones1-10/+10
2008-08-08Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds185-397/+373
2008-08-08Merge Linus' latest into masterRussell King132-6320/+5822
2008-08-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds132-3204/+34038