diff options
Diffstat (limited to 'debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch')
-rw-r--r-- | debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch b/debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch index 265686761..0900d4057 100644 --- a/debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch +++ b/debian/patches-rt/0029-arm-at91-do-not-disable-enable-clocks-in-a-row.patch @@ -1,7 +1,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Date: Wed, 9 Mar 2016 10:51:06 +0100 Subject: [PATCH 029/353] arm: at91: do not disable/enable clocks in a row -Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=fe2024e9a496e95918eb6b6ea0324d9dca860c57 +Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=2de0b355b47912313998dc17af34f926e24fcb9b Currently the driver will disable the clock and enable it one line later if it is switching from periodic mode into one shot. |