Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1242743
| From | Sylvain Rochet <sylvain.rochet@finsecur.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] watchdog: sama5d4 and at91sam9: trivial rework |
| Date | 2015-10-08 23:40 +0200 |
| Message-ID | <qhr4S-7fJ-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
A little bit of trivial rework for both sama5d4 and at91sam9 drivers. Sylvain Rochet (6): watchdog: at91sam9: use devm_request_irq instead of request_irq watchdog: at91sam9: use watchdog_get_drvdata instead of container_of watchdog: at91sam9: rename heartbeats into timeout where necessary watchdog: at91sam9: remove nowayout useless copy watchdog: at91sam9: remove unused pdata support watchdog: sama5d4: try to set timeout from device tree first drivers/watchdog/at91sam9_wdt.c | 48 +++++++++++++---------------------------- drivers/watchdog/sama5d4_wdt.c | 7 ++++-- 2 files changed, 20 insertions(+), 35 deletions(-) -- 2.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] watchdog: sama5d4 and at91sam9: trivial rework Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-08 23:40 +0200
[PATCH 5/6] watchdog: at91sam9: remove unused pdata support Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-08 23:40 +0200
[PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-08 23:40 +0200
Re: [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-10-12 10:00 +0200
RE: [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first "Yang, Wenyou" <Wenyou.Yang@atmel.com> - 2015-10-12 10:20 +0200
Re: [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-12 16:00 +0200
Re: [PATCH 6/6] watchdog: sama5d4: try to set timeout from device tree first Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-12 11:10 +0200
[PATCH 2/6] watchdog: at91sam9: use watchdog_get_drvdata instead of container_of Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-08 23:40 +0200
[PATCH 4/6] watchdog: at91sam9: remove nowayout useless copy Sylvain Rochet <sylvain.rochet@finsecur.com> - 2015-10-08 23:40 +0200
csiph-web