dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/rtc
Scott Valentine bcb3a1676b rtc: v3020: fix v3020_mmio_read_bit()
v3020_mmio_read_bit() always returns 0 when left_shift > 7.

v3020_mmio_read_bit()'s return type is (unsigned char).  The code returns
a value masked by (1 << left_shift) that is casted to the return type.  If
left_shift is larger than 7, the cast will always result in a 0 return
value.  The problem was discovered with left_shift = 16, and the included
patch corrects the problem.

The bug was introduced in the last (Apr 3 2009) commit of the file, kernel
versions 2.6.30 and later.

Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Paul Gortmaker <p_gortmaker@yahoo.com>
Cc: Raphael Assenat <raph@8d.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-11-12 07:25:59 -08:00
..
Kconfig rtc: driver for PCAP2 PMIC 2009-09-23 07:39:45 -07:00
Makefile rtc: driver for PCAP2 PMIC 2009-09-23 07:39:45 -07:00
class.c
hctosys.c
interface.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
rtc-ab3100.c rtc: AB3100 RTC support 2009-09-17 09:47:24 +02:00
rtc-at32ap700x.c
rtc-at91rm9200.c rtc: at91rm9200 fixes 2009-09-23 07:39:46 -07:00
rtc-at91sam9.c
rtc-au1xxx.c
rtc-bfin.c rtc-bfin: do not share RTC IRQ 2009-09-23 07:39:45 -07:00
rtc-bq4802.c
rtc-cmos.c rtc: mark if rtc-cmos drivers were successfully registered 2009-07-29 19:10:35 -07:00
rtc-coh901331.c rtc: U300 COH 901 331 RTC driver v3 2009-09-23 07:39:45 -07:00
rtc-core.h
rtc-dev.c headers: remove sched.h from interrupt.h 2009-10-11 11:20:58 -07:00
rtc-dm355evm.c
rtc-ds1216.c
rtc-ds1286.c
rtc-ds1302.c rtc: rtc-ds1302: Kill off unused variables. 2009-08-20 15:06:04 +09:00
rtc-ds1305.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-ds1307.c drivers/rtc: correct error-handling code 2009-09-23 07:39:45 -07:00
rtc-ds1374.c rtc: ds1374, fix lock imbalance 2009-07-06 13:57:03 -07:00
rtc-ds1390.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-ds1511.c
rtc-ds1553.c
rtc-ds1672.c
rtc-ds1742.c
rtc-ds3234.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-efi.c
rtc-ep93xx.c drivers/rtc: introduce missing kfree 2009-09-23 07:39:45 -07:00
rtc-fm3130.c
rtc-generic.c
rtc-isl1208.c
rtc-lib.c
rtc-m41t80.c
rtc-m41t94.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-m48t35.c
rtc-m48t59.c
rtc-m48t86.c
rtc-max6900.c
rtc-max6902.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-mv.c
rtc-mxc.c rtc: add driver for MXC's internal RTC module 2009-09-23 07:39:45 -07:00
rtc-omap.c trivial: remove unnecessary semicolons 2009-09-21 15:14:58 +02:00
rtc-pcap.c rtc: driver for PCAP2 PMIC 2009-09-23 07:39:45 -07:00
rtc-pcf2123.c rtc-philips-pcf2123-rtc-spi-driver-updates 2009-09-23 07:39:45 -07:00
rtc-pcf8563.c
rtc-pcf8583.c
rtc-pcf50633.c rtc: pcf50633: consider alrm->enable in pcf50633_rtc_set_alarm 2009-11-12 07:25:57 -08:00
rtc-pl030.c
rtc-pl031.c
rtc-proc.c
rtc-ps3.c
rtc-pxa.c [ARM] pxa: update rtc-pxa.c to use 'struct dev_pm_ops' 2009-09-10 19:15:35 +08:00
rtc-r9701.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-rs5c313.c
rtc-rs5c348.c spi: prefix modalias with "spi:" 2009-09-23 07:39:43 -07:00
rtc-rs5c372.c
rtc-rx8025.c
rtc-rx8581.c
rtc-s3c.c
rtc-s35390a.c
rtc-sa1100.c Merge branch 'master' into for-linus 2009-09-22 21:01:40 +01:00
rtc-sh.c rtc: rtc-sh: Fix up oops in early periodic freq assignment. 2009-09-09 12:13:01 +09:00
rtc-starfire.c
rtc-stk17ta8.c
rtc-stmp3xxx.c rtc: add Freescale stmp37xx/378x driver 2009-09-23 07:39:45 -07:00
rtc-sun4v.c
rtc-sysfs.c rtc: add boot_timesource sysfs attribute 2009-09-23 07:39:46 -07:00
rtc-test.c
rtc-twl4030.c
rtc-tx4939.c
rtc-v3020.c rtc: v3020: fix v3020_mmio_read_bit() 2009-11-12 07:25:59 -08:00
rtc-vr41xx.c rtc-vr41xx: fix do_div() warning 2009-11-12 07:25:58 -08:00
rtc-wm831x.c rtc: Add support for RTCs on Wolfson WM831x devices 2009-09-17 09:47:13 +02:00
rtc-wm8350.c
rtc-x1205.c