summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2007-07-3123-148/+1394
|\
| * [WATCHDOG] Fix pcwd_init_module crashWim Van Sebroeck2007-07-292-1/+1
| * [WATCHDOG] ICH9 support for iTCO_wdtWim Van Sebroeck2007-07-261-3/+15
| * [WATCHDOG] 631xESB/632xESB support for iTCO_wdt - add all LPC bridgesWim Van Sebroeck2007-07-261-0/+15
| * [WATCHDOG] 631xESB/632xESB support for iTCO_wdtSergey Kononenko2007-07-261-1/+6
| * [WATCHDOG] omap_wdt.c - default error for IOCTL is -ENOTTYWim Van Sebroeck2007-07-241-1/+1
| * [WATCHDOG] Return value of nonseekable_openWim Van Sebroeck2007-07-244-11/+4
| * [WATCHDOG] mv64x60_wdt: Rework the timeout register manipulationDale Farnsworth2007-07-241-36/+54
| * [WATCHDOG] mv64x60_wdt: disable watchdog timer when driver is probedDale Farnsworth2007-07-241-0/+2
| * [WATCHDOG] mv64x60_wdt: Support the WDIOF_MAGICCLOSE featureDale Farnsworth2007-07-241-4/+24
| * [WATCHDOG] mv64x60_wdt: Add a module parameter to change nowayout settingDale Farnsworth2007-07-241-3/+9
| * [WATCHDOG] mv64x60_wdt: Add WDIOC_SETOPTIONS ioctl supportDale Farnsworth2007-07-241-1/+10
| * [WATCHDOG] mv64x60_wdt: Support for WDIOC_SETTIMEOUT ioctlDale Farnsworth2007-07-241-7/+31
| * [WATCHDOG] mv64x60_wdt: Fix WDIOC_GETTIMEOUT return valueDale Farnsworth2007-07-241-3/+1
| * [WATCHDOG] mv64x60_wdt: Check return value of nonseekable_openDale Farnsworth2007-07-241-3/+1
| * [WATCHDOG] mv64x60_wdt: Add arch/powerpc platform supportDale Farnsworth2007-07-241-1/+1
| * [WATCHDOG] mv64x60_wdt: Get register address from platform dataDale Farnsworth2007-07-241-5/+16
| * [WATCHDOG] mv64x60_wdt: set up platform_device in platform codeDale Farnsworth2007-07-241-25/+1
| * [WATCHDOG] ensure mouse and keyboard ignored in w83627hf_wdtPádraig Brady2007-07-241-9/+15
| * [WATCHDOG] s3c2410_wdt: fixup after arch include movesBen Dooks2007-07-241-3/+3
| * [WATCHDOG] git-watchdog-typoAndrew Morton2007-07-241-1/+1
| * [WATCHDOG] Clean-up Kconfig+MakefileWim Van Sebroeck2007-07-232-46/+94
| * [WATCHDOG] WDIOC_GETSTATUS and WDIOC_GETBOOTSTATUS clean-upWim Van Sebroeck2007-07-235-0/+14
| * [WATCHDOG] VFS clean-upWim Van Sebroeck2007-07-233-3/+3
| * [WATCHDOG] davinci_wdt clean-upWim Van Sebroeck2007-07-231-5/+2
| * [WATCHDOG] mpc5200_wdt clean-upWim Van Sebroeck2007-07-231-2/+30
| * [WATCHDOG] davinci watchdog driverVladimir Barinov2007-07-233-0/+297
| * [WATCHDOG] Blackfin on-chip watchdog driverBryan Wu2007-07-233-0/+506
| * [WATCHDOG] mpc5200 watchdog (GPT0)Domen Puncer2007-07-233-0/+263
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2007-07-313-7/+1
|\ \
| * | [MIPS] Remove Momentum Ocelot support.Ralf Baechle2007-07-312-6/+0
| * | [MIPS] Fixup secure computing stuff.Ralf Baechle2007-07-311-1/+1
* | | Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6Linus Torvalds2007-07-3118-21/+478
|\ \ \
| * | | hwmon: fscher read control bugfixHans de Goede2007-07-301-0/+2
| * | | hwmon: make abituguru3_read_increment_offset() staticAdrian Bunk2007-07-301-2/+3
| * | | hwmon: Fix regression caused by typo in lm90.cGuillaume Chazarain2007-07-301-1/+1
| * | | hwmon: (applesmc) add temperature sensors set for MacbookMartin Szulecki2007-07-301-5/+9
| * | | hwmon: fscher control update bugfixHans de Goede2007-07-301-1/+1
| * | | hwmon: fix dme1737 temp fault attributeJuerg Haefliger2007-07-301-1/+1
| * | | hwmon: Add missing __devexit tags in various driversJean Delvare2007-07-307-8/+8
| * | | hwmon: clean up duplicate includesJesper Juhl2007-07-301-1/+0
| * | | hwmon: fix lm78 detection regressionHans de Goede2007-07-301-1/+1
| * | | hwmon: fix array overruns in lm93.cHans-Jürgen Koch2007-07-301-1/+1
| * | | hwmon: add support for THMC50 and ADM1022Krzysztof Helt2007-07-303-0/+451
* | | | ACPI: delete CONFIG_ACPI_PROCFS_SLEEP (again)Len Brown2007-07-311-8/+0
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-3130-118/+42
|\ \ \ \
| * | | | [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-3124-24/+0
| * | | | [NET]: ethtool ops are the only wayMatthew Wilcox2007-07-311-42/+10
| * | | | [PPPOE]: Improve hashing function in hash_item().Florian Zumbiehl2007-07-311-10/+15
| * | | | [PPPOL2TP]: Add CONFIG_INET Kconfig dependency.James Chapman2007-07-311-1/+1
OpenPOWER on IntegriCloud