Matt Mackall
4f3a36a7d0
[PATCH] RTC: Remove some duplicate BCD definitions
...
Remove some duplicate BCD definitions
Signed-off-by: Matt Mackall <mpm@selenic.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
Yoichi Yuasa
d23ee8fe6e
[PATCH] mips: fixed collision of rtc function name
...
Fix the collision of rtc function name.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
19 years ago
Ralf Baechle
a3dddd560e
[MIPS] War on whitespace: cleanup initial spaces followed by tabs.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
3367fd5075
[MIPS] Momentum: Resurrect after things were moved around a while ago.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
fcdb27ad1d
[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Russell King
59a675b220
[SERIAL] uart_port flags member should use UPF_*
...
Convert usage of ASYNC_* to UPF_*.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
19 years ago
Ralf Baechle
3d5d440176
[MIPS] Ocelot G: Use CPU_MASK_NONE instead of 0 to initialize cpu mask.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Atsushi Nemoto
53c2df2f4e
Use rtc_lock to protect RTC operations
...
Many RTC routines were not protected against each other, so there are
potential races, for example, ntp-update against /dev/rtc. This patch
fixes them using rtc_lock.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Arthur Othieno
5ef66935c1
prom_free_prom_memory() returns unsigned long
...
Some boards declare prom_free_prom_memory as a void function but the
caller free_initmem() expects a return value.
Fix those up and return 0 instead, just like everyone else does.
Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
5e83d43054
Sliceup Kconfig; it's grown too large.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
8ab00b9a02
Convert struct hw_interrupt_type initializations to ISO C99 named
...
initializers.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
c83cfc9c94
Get rid of early_init. There's more need to make this form of
...
initialization actually useful and as is certainly unmergable with
upstream.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
19 years ago
Ralf Baechle
42a3b4f25a
[PATCH] mips: nuke trailing whitespace
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
Ralf Baechle
875d43e72b
[PATCH] mips: clean up 32/64-bit configuration
...
Start cleaning 32-bit vs. 64-bit configuration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
20 years ago
Linus Torvalds
1da177e4c3
Linux-2.6.12-rc2
...
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
20 years ago