summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-03-28105-2816/+1772
|\
| * watchdog: txx9wdt: fix timeoutWim Van Sebroeck2012-03-271-8/+10
| * watchdog: Convert txx9wdt driver to watchdog frameworkAxel Lin2012-03-272-118/+38
| * watchdog: coh901327_wdt.c: fix timeoutWim Van Sebroeck2012-03-271-6/+10
| * watchdog: coh901327: convert to use watchdog coreLinus Walleij2012-03-272-137/+56
| * watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar2012-03-271-0/+5
| * watchdog: ep93xx_wdt: timeout is an unsigned int value.Wim Van Sebroeck2012-03-271-3/+3
| * watchdog: ep93xx_wdt: Fix timeout after conversion to watchdog coreMika Westerberg2012-03-271-0/+1
| * watchdog: Convert ep93xx driver to watchdog coreH Hartley Sweeten2012-03-272-149/+55
| * watchdog: sp805: Use devm routinesViresh Kumar2012-03-271-22/+13
| * watchdog: sp805: replace readl/writel with lighter _relaxed variantsViresh Kumar2012-03-271-12/+12
| * watchdog: sp805: Fix documentation style commentViresh Kumar2012-03-271-8/+7
| * watchdog: mpcore_wdt: Allow platform_get_irq() to failViresh Kumar2012-03-271-9/+9
| * watchdog: mpcore_wdt: Use devm routinesViresh Kumar2012-03-271-39/+19
| * watchdog: mpcore_wdt: Rename dev to pdev for pointing to struct platform_deviceViresh Kumar2012-03-271-20/+20
| * watchdog: xen: don't clear is_active when xen_wdt_stop() failedJan Beulich2012-03-271-3/+5
| * watchdog: xen: don't unconditionally enable the watchdog during resumeJan Beulich2012-03-271-1/+8
| * watchdog: fix compiler error for missing parenthesisJaehoon Chung2012-03-271-1/+1
| * watchdog: ep93xx_wdt.c: fix platform probeWim Van Sebroeck2012-03-271-8/+8
| * watchdog: ep93xx: Convert the watchdog driver into a platform device.H Hartley Sweeten2012-03-271-14/+37
| * watchdog: fix set_timeout operationsWim Van Sebroeck2012-03-277-3/+11
| * watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-271-1/+0
| * watchdog: softdog: convert to watchdog coreAlan Cox2012-03-272-146/+37
| * watchdog: Convert max63xx_wdt driver to watchdog frameworkAxel Lin2012-03-272-159/+32
| * watchdog: pnx4008: convert driver to use the watchdog frameworkWolfram Sang2012-03-272-140/+41
| * watchdog: Convert wm8350_wdt driver to watchdog coreAxel Lin2012-03-272-179/+38
| * watchdog: Convert jz4740_wdt driver to watchdog coreAxel Lin2012-03-272-175/+90
| * watchdog: nowayout is boolWim Van Sebroeck2012-03-2785-168/+168
| * watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-2790-1280/+1039
| * watchdog: pnx4008: don't use __raw_-accessorsWolfram Sang2012-03-271-12/+11
| * watchdog: pnx4008: cleanup resource handling using managed devicesWolfram Sang2012-03-271-47/+22
| * watchdog: sp805_wdt: add pm callbacks to support standby/S2R/hibernationViresh Kumar2012-03-271-0/+33
| * watchdog: make imx2_wdt report boot status correctlyOskar Schirmer2012-03-271-1/+9
* | Merge tag 'dm-3.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2012-03-2828-376/+1831
|\ \
| * | dm: add verity targetMikulas Patocka2012-03-283-0/+934
| * | dm bufio: prefetchMikulas Patocka2012-03-282-26/+90
| * | dm thin: add pool target flags to control discardJoe Thornber2012-03-281-27/+108
| * | dm thin: support discardsJoe Thornber2012-03-281-14/+158
| * | dm thin: prepare to support discardJoe Thornber2012-03-281-53/+72
| * | dm thin: use dm_target_offsetAlasdair G Kergon2012-03-281-1/+1
| * | dm thin: support read only external snapshot originsJoe Thornber2012-03-281-14/+71
| * | dm thin: relax hard limit on the maximum size of a metadata deviceMike Snitzer2012-03-283-15/+20
| * | dm persistent data: remove space map ref_count entries if redundantJoe Thornber2012-03-281-3/+0
| * | dm thin: commit outstanding data every secondJoe Thornber2012-03-281-2/+26
| * | dm: reject trailing characters in sccanf inputMikulas Patocka2012-03-2813-25/+44
| * | dm raid: handle failed devices during start upJonathan E Brassow2012-03-281-2/+51
| * | dm thin metadata: pass correct space map to dm_sm_root_sizeJoe Thornber2012-03-281-1/+1
| * | dm persistent data: remove redundant value_size arg from value_ptrJoe Thornber2012-03-283-33/+29
| * | dm mpath: detect invalid map_contextJun'ichi Nomura2012-03-281-14/+32
| * | dm: clear bi_end_io on remapping failureHannes Reinecke2012-03-281-0/+1