summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/mpc5200_wdt.c
Commit message (Collapse)AuthorAgeFilesLines
* [WATCHDOG] more coding style clean-up'sWim Van Sebroeck2008-08-061-3/+3
| | | | | | More coding style clean-up's. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG 26/57] mpc watchdog: clean up and lockingAlan Cox2008-06-131-8/+12
| | | | | | | | Review and switch to unlocked_ioctl Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [WATCHDOG] constify function pointer tablesJan Engelhardt2008-01-251-1/+1
| | | | | | | | | "static struct file_operations" should be "static const struct file_operations". Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* [POWERPC] Update device tree binding for mpc5200 gptMarian Balakowicz2007-10-211-0/+3
| | | | | | | | | | Add 'fsl,' prefix to 'compatible' property for gpt nodes. Add 'fsl,' prefix to empty, GPT0 specific 'has-wdt' property. The fsl, prefix is being added to better match the convention of prefixing manufacturer specific properties and values with the vendors name. Signed-off-by: Marian Balakowicz <m8@semihalf.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* mv watchdog tree under driversWim Van Sebroeck2007-10-181-0/+286
move watchdog tree from drivers/char/watchdog to drivers/watchdog. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>