https://github.com/torvalds/linux
Revision 49cc886aea1d79cdb0ea409554866238b07fe26f authored by Atsushi Nemoto on 19 September 2007, 05:46:30 UTC, committed by Linus Torvalds on 19 September 2007, 18:24:17 UTC
Currently the rtc driver, rtc-ds1552.c uses an unsigned long to store the
base mmio address of the NVRAM/RTC.  This breaks on 32-bit systems with
larger physical addresses.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: David Brownell <david-b@pacbell.net>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 2e3e31c
History
Tip revision: 49cc886aea1d79cdb0ea409554866238b07fe26f authored by Atsushi Nemoto on 19 September 2007, 05:46:30 UTC
rtc: rtc-ds1553.c should use resource_size_t for base address
Tip revision: 49cc886
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 607 bytes
.mailmap -rw-r--r-- 3.6 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 89.3 KB
Kbuild -rw-r--r-- 1.5 KB
MAINTAINERS -rw-r--r-- 91.2 KB
Makefile -rw-r--r-- 50.1 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top