summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-19watchdog: davinci_wdt: add OF supportMurali Karicheri1-0/+7
2012-12-19watchdog: da9052: Fix invalid free of devm_ allocated dataTushar Behera1-4/+0
2012-12-19watchdog: twl4030_wdt: Change TWL4030_MODULE_PM_RECEIVER to TWL_MODULE_PM_REC...Peter Ujfalusi1-1/+1
2012-12-19watchdog: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+2
2012-12-19watchdog: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-10/+9
2012-12-19watchdog: DA9055 Watchdog driverAshish Jangam3-0/+227
2012-12-19watchdog: omap_wdt: eliminate gotoAaro Koskinen1-7/+4
2012-12-19watchdog: omap_wdt: delete redundant platform_set_drvdata() callsAaro Koskinen1-2/+0
2012-12-19watchdog: omap_wdt: convert to devm_ functionsAaro Koskinen1-37/+13
2012-12-19watchdog: omap_wdt: convert to new watchdog coreAaro Koskinen2-149/+112
2012-12-19watchdog: s3c2410_wdt: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-3/+3
2012-12-19watchdog: imx2_wdt: Select the driver via ARCH_MXCFabio Estevam1-1/+1
2012-12-19watchdog: cpu5wdt.c: add missing del_timer calldevendra.aaru1-0/+1
2012-12-19watchdog: hpwdt.c: Increase version stringTom Mingarelli1-1/+1
2012-12-19watchdog: Convert twl4030_wdt to watchdog coreJarkko Nikula2-149/+35
2012-12-19davinci_wdt: preparation for switch to common clock frameworkKaricheri, Muralidharan1-2/+2
2012-12-19watchdog: sp805_wdt.c: use clk_prepare_enable and clk_disable_unprepareJulia Lawall1-9/+2
2012-12-19watchdog: ath79_wdt: convert to use module_platform_driverGabor Juhos1-11/+2
2012-12-19Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2012-12-19Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtdLinus Torvalds95-1639/+2301
2012-12-19Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds15-218/+1430
2012-12-19Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6Linus Torvalds1-22/+16
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds13-337/+1236
2012-12-18Merge branch 'akpm' (more patches from Andrew)Linus Torvalds2-13/+26
2012-12-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-12-18drivers/message/fusion/mptscsih.c: missing breakAlan Cox1-0/+1
2012-12-18backlight: locomolcd: fix checkpatch error and warningJingoo Han1-13/+25
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds165-1570/+2066
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds13-127/+158
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds3-130/+171
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds59-710/+1978
2012-12-17efi: Fix the build with user namespaces enabled.Eric W. Biederman1-1/+0
2012-12-17mtd: nandsim: use prandom_bytesAkinobu Mita1-4/+1
2012-12-17bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-17random32: rename random32 to prandomAkinobu Mita1-2/+2
2012-12-17aoe: fix use after free in aoedev_by_aoeaddr()Dan Carpenter1-0/+1
2012-12-17aoe: update internal version number to 81Ed Cashin1-2/+1
2012-12-17aoe: identify source of runt AoE packetsEd Cashin1-3/+7
2012-12-17aoe: allow comma separator in aoe_iflist valueEd Cashin2-2/+2
2012-12-17aoe: allow user to disable target failure timeoutEd Cashin1-1/+3
2012-12-17aoe: use dynamic number of remote ports for AoE storage targetEd Cashin4-21/+49
2012-12-17aoe: avoid races between device destruction and discoveryEd Cashin3-63/+146
2012-12-17aoe: improve handling of misbehaving network pathsEd Cashin3-121/+268
2012-12-17aoe: return real minor number for static minorsEd Cashin1-1/+1
2012-12-17aoe: initialize sysminor to avoid compiler warningEd Cashin1-1/+1
2012-12-17aoe: make error messages more specific in static minor allocationEd Cashin1-11/+20
2012-12-17aoe: remove call to request handler from I/O completionEd Cashin1-2/+0
2012-12-17aoe: cleanup: correct comment for aoetgt noutEd Cashin1-1/+1
2012-12-17aoe: increase default cap on outstanding AoE commands in the networkEd Cashin1-1/+1
2012-12-17aoe: remove vestigial request queue allocationEd Cashin1-13/+4