summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* watchdog: at91rm9200: add DT supportJoachim Eastwood2013-03-012-1/+10
* watchdog: add timeout-sec property bindingFabio Porcedda2013-03-014-15/+15
* watchdog: at91sam9_wdt: Convert to use the watchdog frameworkWenyou Yang2013-03-012-119/+43
* watchdog: omap_wdt: Add option nowayoutPali Rohár2013-03-011-1/+5
* watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2013-03-012-11/+58
* watchdog: bcm47xx_wdt.c: add hard timerHauke Mehrtens2013-03-011-6/+63
* watchdog: bcm47xx_wdt.c: rename wdt_time to timeoutHauke Mehrtens2013-03-011-4/+4
* watchdog: bcm47xx_wdt.c: rename ops methodsHauke Mehrtens2013-03-011-18/+18
* watchdog: bcm47xx_wdt.c: use platform deviceHauke Mehrtens2013-03-011-78/+78
* watchdog: bcm47xx_wdt.c: convert to watchdog core apiHauke Mehrtens2013-03-012-130/+23
* watchdog: Convert BookE watchdog driver to watchdog infrastructureGuenter Roeck2013-03-012-120/+66
* watchdog: s3c2410_wdt: Use devm_* functionsJingoo Han2013-03-011-33/+9
* watchdog: remove old STMP3xxx driverWolfram Sang2013-03-013-298/+0
* watchdog: add new driver for STMP3xxx and i.MX23/28Wolfram Sang2013-03-013-0/+122
* rtc: stmp3xxx: add wdt-accessor functionWolfram Sang2013-03-011-0/+64
* watchdog: introduce retu_wdt driverAaro Koskinen2013-03-013-0/+191
* watchdog: intel_scu_watchdog: fix Kconfig dependencyWim Van Sebroeck2013-03-011-1/+1
* watchdog: orion_wdt: Add platform aliasLubomir Rintel2013-03-011-0/+1
* watchdog: ath79_wdt: add device tree matchingGabor Juhos2013-03-011-0/+11
* watchdog: ath79_wdt: get register base from platform device's resourcesGabor Juhos2013-03-011-10/+38
* watchdog: ath79_wdt: convert to use devm_clk_getGabor Juhos2013-03-011-5/+2
* watchdog: sp5100_tco: Write back the original value to reserved bits, instead...Takahisa Tanaka2013-03-011-20/+8
* watchdog: sp5100_tco: Fix wrong indirect I/O access for getting value of rese...Takahisa Tanaka2013-03-011-2/+3
* watchdog: gef_wdt.c: add missing remove callbackDevendra Naga2013-03-011-0/+1
* watchdog: at91sam9: at91_wdt_dt_ids cannot be __initArnd Bergmann2013-03-011-1/+1
* watchdog: da9055_wdt needs to select WATCHDOG_CORERandy Dunlap2013-03-011-0/+1
* Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2013-02-2813-134/+920
|\
| * i5100_edac: convert to use simple_open()Wei Yongjun2013-02-261-7/+1
| * ghes_edac: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun2013-02-261-2/+2
| * ghes_edac: Fix RAS tracingMauro Carvalho Chehab2013-02-251-0/+13
| * ghes_edac: Make it compliant with UEFI spec 2.3.1Mauro Carvalho Chehab2013-02-251-15/+180
| * ghes_edac: Improve driver's printk messagesMauro Carvalho Chehab2013-02-251-10/+26
| * ghes_edac: Don't credit the same memory dimm twiceMauro Carvalho Chehab2013-02-251-4/+13
| * ghes_edac: do a better job of filling EDAC DIMM infoMauro Carvalho Chehab2013-02-251-12/+180
| * ghes_edac: add support for reporting errors via EDACMauro Carvalho Chehab2013-02-251-2/+54
| * ghes_edac: Register at EDAC core the BIOS reportMauro Carvalho Chehab2013-02-253-0/+138
| * ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab2013-02-251-5/+19
| * ghes: move structures/enum to a header fileMauro Carvalho Chehab2013-02-211-45/+2
| * edac: add support for raw error reportsMauro Carvalho Chehab2013-02-212-22/+47
| * edac: reduce stack pressure by using a pre-allocated bufferMauro Carvalho Chehab2013-02-211-33/+48
| * edac: lock module owner to avoid error report conflictsMauro Carvalho Chehab2013-02-211-4/+21
| * edac: add a new memory layer typeMauro Carvalho Chehab2013-02-211-0/+1
| * edac: initialize the core earlierMauro Carvalho Chehab2013-02-211-1/+1
| * edac: better report error conditions in debug modeMauro Carvalho Chehab2013-02-211-1/+6
| * i5100_edac: Remove two checkpatch warningsMauro Carvalho Chehab2013-02-211-4/+2
| * i5100_edac: connect fault injection to debugfs nodeNiklas Söderlund2013-02-211-1/+70
| * i5100_edac: add fault injection codeNiklas Söderlund2013-02-211-0/+87
| * i5100_edac: probe for device 19 function 0Niklas Söderlund2013-02-211-1/+27
| * edac: only create sdram_scrub_rate where supportedMauro Carvalho Chehab2013-02-211-10/+19
| * i3200_edac: Fix the logic that detects filled memoriesMauro Carvalho Chehab2013-02-211-9/+12