diff options
Diffstat (limited to 'drivers/rtc/rtc-dev.c')
| -rw-r--r-- | drivers/rtc/rtc-dev.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-dev.c b/drivers/rtc/rtc-dev.c index 025c60a17a4a..90dfa0df747a 100644 --- a/drivers/rtc/rtc-dev.c +++ b/drivers/rtc/rtc-dev.c | |||
| @@ -246,6 +246,15 @@ static int rtc_dev_ioctl(struct inode *inode, struct file *file, | |||
| 246 | /* if the driver does not provide the ioctl interface | 246 | /* if the driver does not provide the ioctl interface |
| 247 | * or if that particular ioctl was not implemented | 247 | * or if that particular ioctl was not implemented |
| 248 | * (-ENOIOCTLCMD), we will try to emulate here. | 248 | * (-ENOIOCTLCMD), we will try to emulate here. |
| 249 | * | ||
| 250 | * Drivers *SHOULD NOT* provide ioctl implementations | ||
| 251 | * for these requests. Instead, provide methods to | ||
| 252 | * support the following code, so that the RTC's main | ||
| 253 | * features are accessible without using ioctls. | ||
| 254 | * | ||
| 255 | * RTC and alarm times will be in UTC, by preference, | ||
| 256 | * but dual-booting with MS-Windows implies RTCs must | ||
| 257 | * use the local wall clock time. | ||
| 249 | */ | 258 | */ |
| 250 | 259 | ||
| 251 | switch (cmd) { | 260 | switch (cmd) { |
