Skip to content

Commit

Permalink
kernel: bump to 4.1.7
Browse files Browse the repository at this point in the history
kernel: Revert "BCM270X_DT: mz61581: Revert to spi-bcm2708"
See: raspberrypi/linux#1132

kernel: bcm2835-mmc: Don't overwrite MMC capabilities from DT

kernel: BCM270X_DT: Use fixed-factor-clock for uart1
See: raspberrypi/linux#1008

kernel: vchiq: fix NULL pointer dereference when closing driver
See: raspberrypi/linux#1123

firmware: Fix touchscreen I2C to only read from i2c in smaller bursts to avoid a fifo overrun problem with the i2c peripheral
See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=120642

firmware: arm_display: Fix issue with nonsensical negative overscan settings
See: #471

firmware: arm_loader: Enable the i2c_arm and i2c_vc aliases for CM
See: raspberrypi/linux#1129

firmware: di_adv: Allow the v3d priority boost to be modified
See: http://forum.kodi.tv/showthread.php?tid=231092&pid=2103200#pid2103200
  • Loading branch information
popcornmix committed Sep 14, 2015
1 parent 2cdcc5a commit 56d5a7b
Show file tree
Hide file tree
Showing 5,706 changed files with 82,640 additions and 82,645 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2708-rpi-b-plus.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-b.dtb
Binary file not shown.
Binary file modified boot/bcm2708-rpi-cm.dtb
Binary file not shown.
Binary file modified boot/bcm2709-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
2 changes: 2 additions & 0 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ Params: speed Display SPI bus speed

fps Delay between frame updates

txbuflen Transmit buffer length (default 32768)

debug Debug output level {0-7}

xohms Touchpanel sensitivity (X-plate resistance)
Expand Down
Binary file modified boot/overlays/mz61581-overlay.dtb
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
1 change: 0 additions & 1 deletion extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,6 @@
0x4cd282bc init_pid_ns vmlinux EXPORT_SYMBOL_GPL
0xba2b7f64 cpufreq_generic_get vmlinux EXPORT_SYMBOL_GPL
0x2c8792f0 bio_add_page vmlinux EXPORT_SYMBOL
0x95166d8d scsi_set_sense_information vmlinux EXPORT_SYMBOL
0x27be4c3e xprt_adjust_cwnd vmlinux EXPORT_SYMBOL_GPL
0xac0ba8c1 blk_iopoll_disable vmlinux EXPORT_SYMBOL
0x23053945 debugfs_create_u16 vmlinux EXPORT_SYMBOL_GPL
Expand Down
1 change: 0 additions & 1 deletion extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,6 @@
0xd892fcf7 init_pid_ns vmlinux EXPORT_SYMBOL_GPL
0xba2b7f64 cpufreq_generic_get vmlinux EXPORT_SYMBOL_GPL
0x8d4b009e bio_add_page vmlinux EXPORT_SYMBOL
0x95166d8d scsi_set_sense_information vmlinux EXPORT_SYMBOL
0x0e0cb8a4 xprt_adjust_cwnd vmlinux EXPORT_SYMBOL_GPL
0xac0ba8c1 blk_iopoll_disable vmlinux EXPORT_SYMBOL
0xc10bfdc6 debugfs_create_u16 vmlinux EXPORT_SYMBOL_GPL
Expand Down

0 comments on commit 56d5a7b

Please sign in to comment.