| Date: | 2010-06-28 01:27:35 (13 years 5 months ago) |
|---|---|
| Author: | Lars C. |
| Commit: | bdb548bf593a64c85e3d382b23d36d3485e068e9 |
| Message: | RTC: JZ4740: Whitespace cleanups |
| Files: |
drivers/rtc/rtc-jz4740.c (4 diffs) |
Change Details
| drivers/rtc/rtc-jz4740.c | ||
|---|---|---|
| 1 | 1 | /* |
| 2 | 2 | * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> |
| 3 | * JZ4720/JZ4740 SoC RTC driver | |
| 3 | * JZ4740 SoC RTC driver | |
| 4 | 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it | |
| 6 | * under the terms of the GNU General Public License as published by the | |
| 7 | * Free Software Foundation; either version 2 of the License, or (at your | |
| 5 | * This program is free software; you can redistribute it and/or modify it | |
| 6 | * under the terms of the GNU General Public License as published by the | |
| 7 | * Free Software Foundation; either version 2 of the License, or (at your | |
| 8 | 8 | * option) any later version. |
| 9 | 9 | * |
| 10 | * You should have received a copy of the GNU General Public License along | |
| 11 | * with this program; if not, write to the Free Software Foundation, Inc., | |
| 10 | * You should have received a copy of the GNU General Public License along | |
| 11 | * with this program; if not, write to the Free Software Foundation, Inc., | |
| 12 | 12 | * 675 Mass Ave, Cambridge, MA 02139, USA. |
| 13 | 13 | * |
| 14 | 14 | */ |
| ... | ... | |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | 62 | static inline void jz4740_rtc_reg_write(struct jz4740_rtc *rtc, size_t reg, |
| 63 | uint32_t val) | |
| 63 | uint32_t val) | |
| 64 | 64 | { |
| 65 | 65 | jz4740_rtc_wait_write_ready(rtc); |
| 66 | 66 | writel(val, rtc->base + reg); |
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | static void jz4740_rtc_ctrl_set_bits(struct jz4740_rtc *rtc, uint32_t mask, |
| 70 | uint32_t val) | |
| 70 | uint32_t val) | |
| 71 | 71 | { |
| 72 | 72 | unsigned long flags; |
| 73 | 73 | uint32_t ctrl; |
| ... | ... | |
| 221 | 221 | rtc = kmalloc(sizeof(*rtc), GFP_KERNEL); |
| 222 | 222 | |
| 223 | 223 | rtc->irq = platform_get_irq(pdev, 0); |
| 224 | ||
| 225 | 224 | if (rtc->irq < 0) { |
| 226 | 225 | ret = -ENOENT; |
| 227 | 226 | dev_err(&pdev->dev, "Failed to get platform irq\n"); |
| ... | ... | |
| 256 | 255 | |
| 257 | 256 | rtc->rtc = rtc_device_register(pdev->name, &pdev->dev, &jz4740_rtc_ops, |
| 258 | 257 | THIS_MODULE); |
| 259 | ||
| 260 | 258 | if (IS_ERR(rtc->rtc)) { |
| 261 | 259 | ret = PTR_ERR(rtc->rtc); |
| 262 | 260 | dev_err(&pdev->dev, "Failed to register rtc device: %d\n", ret); |
Branches:
ben-wpan
ben-wpan-stefan
5396a9238205f20f811ea57898980d3ca82df0b6
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9
