- 23 5月, 2012 1 次提交
-
-
由 H Hartley Sweeten 提交于
Pointers should not be compared to plain integers. Quiets the sparse warning: warning: Using plain integer as NULL pointer Signed-off-by: NH Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 28 3月, 2012 2 次提交
-
-
由 Wim Van Sebroeck 提交于
nowayout is actually a boolean value. So make it bool for all watchdog device drivers. Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
由 Joe Perches 提交于
Use the current logging styles. Make sure all output has a prefix. Add missing newlines. Remove now unnecessary PFX, NAME, and miscellaneous other #defines. Coalesce formats. Signed-off-by: NJoe Perches <joe@perches.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 29 3月, 2011 1 次提交
-
-
由 Yinghai Lu 提交于
Stefano found SP5100 TCO watchdog driver using wrong address. [ 9.148536] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01 [ 9.148628] DEBUG __ioremap_caller WARNING address=b8fe00 size=8 valid=1 reserved=1 and e820 said that range is RAM. We should check if we can use that reading out. BIOS could just program wrong address there. Reported-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: NYinghai Lu <yinghai@kernel.org> Acked-by: NMike Waychison <mikew@google.com> Tested-by: NKonrad Rzeszutek Wilk <konrad.wilk@oracle.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be> Cc: stable <stable@kernel.org>
-
- 16 3月, 2011 1 次提交
-
-
由 Wim Van Sebroeck 提交于
Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE tables. Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-
- 12 1月, 2011 1 次提交
-
-
由 Priyanka Gupta 提交于
This driver adds /dev/watchdog support for the AMD sp5100 aka SB7x0 chipsets. It follows the same conventions found in other /dev/watchdog drivers. Signed-off-by: NPriyanka Gupta <priyankag@google.com> Signed-off-by: NMike Waychison <mikew@google.com> Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
-