Skip to content

Commit 0a376ae

Browse files
author
Dom Cobley
committed
kernel: Enable PCF2127 RTC module
See: Hexxeh/rpi-firmware#51 kernel: V4L2: Fix regression, and gstreamer workaround See: raspberrypi/linux#604 kernel: dwc_otg: fix interrupt registration for fiq_enable=0 See: raspberrypi/linux@33d28d4 kernel: w1-gpio,bcm2708: Disable 1-wire pull-up by default and expose parameters to modules See: raspberrypi/linux#602 kernel: i2c: Make combined transactions optional and disabled by default See: raspberrypi/linux#318 firmware: video_decode: Remove the minumum of 7 buffers requirement when extra_buffers=0 Allows memory reduction when video_decode is non-tunnelled
1 parent b163259 commit 0a376ae

34 files changed

+27984
-27978
lines changed

boot/fixup.dat

6 Bytes
Binary file not shown.

boot/fixup_cd.dat

4 Bytes
Binary file not shown.

boot/fixup_x.dat

6 Bytes
Binary file not shown.

boot/kernel.img

600 Bytes
Binary file not shown.

boot/start.elf

-32 Bytes
Binary file not shown.

boot/start_cd.elf

-32 Bytes
Binary file not shown.

boot/start_x.elf

-64 Bytes
Binary file not shown.

extra/System.map

Lines changed: 27979 additions & 27976 deletions
Large diffs are not rendered by default.

extra/git_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7bd46e79e43fe6aadeb53595a1b84301b39a93bb
1+
8f68232e7916a32ef0c37ab29ddac11a72afb436

extra/uname_string

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 3.12.20+ (dc4@dc4-arm-01.cam.broadcom.com) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #685 PREEMPT Fri May 23 18:59:01 BST 2014
1+
Linux version 3.12.20+ (dc4@dc4-arm-01) (gcc version 4.7.2 20120731 (prerelease) (crosstool-NG linaro-1.13.1+bzr2458 - Linaro GCC 2012.08) ) #686 PREEMPT Tue May 27 15:48:33 BST 2014

hardfp/opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

hardfp/opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

modules/3.12.20+/modules.alias

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4700,6 +4700,7 @@ alias i2c:m41t62 rtc_m41t80
47004700
alias spi:rtc-m41t93 rtc_m41t93
47014701
alias spi:rtc-m41t94 rtc_m41t94
47024702
alias spi:rtc-max6902 rtc_max6902
4703+
alias i2c:pcf2127 rtc_pcf2127
47034704
alias i2c:pcf8523 rtc_pcf8523
47044705
alias i2c:rtc8564 rtc_pcf8563
47054706
alias i2c:pcf8563 rtc_pcf8563

modules/3.12.20+/modules.alias.bin

53 Bytes
Binary file not shown.

modules/3.12.20+/modules.dep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ kernel/drivers/rtc/rtc-m41t93.ko:
350350
kernel/drivers/rtc/rtc-m41t94.ko:
351351
kernel/drivers/rtc/rtc-max6900.ko:
352352
kernel/drivers/rtc/rtc-max6902.ko:
353+
kernel/drivers/rtc/rtc-pcf2127.ko:
353354
kernel/drivers/rtc/rtc-pcf8523.ko:
354355
kernel/drivers/rtc/rtc-pcf8563.ko:
355356
kernel/drivers/rtc/rtc-pcf8583.ko:

modules/3.12.20+/modules.dep.bin

64 Bytes
Binary file not shown.

modules/3.12.20+/modules.order

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ kernel/drivers/rtc/rtc-m41t93.ko
350350
kernel/drivers/rtc/rtc-m41t94.ko
351351
kernel/drivers/rtc/rtc-max6900.ko
352352
kernel/drivers/rtc/rtc-max6902.ko
353+
kernel/drivers/rtc/rtc-pcf2127.ko
353354
kernel/drivers/rtc/rtc-pcf8523.ko
354355
kernel/drivers/rtc/rtc-pcf8563.ko
355356
kernel/drivers/rtc/rtc-pcf8583.ko

modules/3.12.20+/modules.symbols.bin

0 Bytes
Binary file not shown.

opt/vc/lib/libEGL_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libGLESv2_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_client.a

0 Bytes
Binary file not shown.

opt/vc/lib/libkhrn_static.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvcfiled_check.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvchostif.a

0 Bytes
Binary file not shown.

opt/vc/lib/libvmcs_rpc_client.a

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)