Skip to content

Commit acc0614

Browse files
committed
kernel: Bump to 4.14.15
kernel: vc4 backport See: raspberrypi/linux#2346
1 parent 9bcdc30 commit acc0614

File tree

5,881 files changed

+113274
-113232
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,881 files changed

+113274
-113232
lines changed

boot/bcm2709-rpi-2-b.dtb

-88 Bytes
Binary file not shown.

boot/bcm2710-rpi-3-b.dtb

-88 Bytes
Binary file not shown.

boot/bcm2710-rpi-cm3.dtb

-88 Bytes
Binary file not shown.

boot/bootcode.bin

4 Bytes
Binary file not shown.

boot/fixup.dat

2 Bytes
Binary file not shown.

boot/fixup_cd.dat

-2 Bytes
Binary file not shown.

boot/fixup_db.dat

2 Bytes
Binary file not shown.

boot/fixup_x.dat

2 Bytes
Binary file not shown.

boot/kernel.img

288 Bytes
Binary file not shown.

boot/kernel7.img

104 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,18 @@ Params: int_pin GPIO used for INT (default 39)
468468
speed SPI bus speed (default 12000000)
469469

470470

471+
Name: exc3000
472+
Info: Enables I2C connected EETI EXC3000 multiple touch controller using
473+
GPIO 4 (pin 7 on GPIO header) for interrupt.
474+
Load: dtoverlay=exc3000,<param>=<val>
475+
Params: interrupt GPIO used for interrupt (default 4)
476+
sizex Touchscreen size x (default 4096)
477+
sizey Touchscreen size y (default 4096)
478+
invx Touchscreen inverted x axis
479+
invy Touchscreen inverted y axis
480+
swapxy Touchscreen swapped x y axis
481+
482+
471483
Name: fe-pi-audio
472484
Info: Configures the Fe-Pi Audio Sound Card
473485
Load: dtoverlay=fe-pi-audio
@@ -953,6 +965,12 @@ Params: gpio_out_pin GPIO for output (default "17")
953965
(default "off")
954966

955967

968+
Name: mbed-dac
969+
Info: Configures the mbed AudioCODEC (TLV320AIC23B)
970+
Load: dtoverlay=mbed-dac
971+
Params: <None>
972+
973+
956974
Name: mcp23017
957975
Info: Configures the MCP23017 I2C GPIO expander
958976
Load: dtoverlay=mcp23017,<param>=<val>

boot/overlays/exc3000.dtbo

1.53 KB
Binary file not shown.

boot/overlays/mbed-dac.dtbo

1.57 KB
Binary file not shown.

boot/overlays/pps-gpio.dtbo

40 Bytes
Binary file not shown.

boot/overlays/vc4-kms-v3d.dtbo

116 Bytes
Binary file not shown.

boot/start.elf

288 Bytes
Binary file not shown.

boot/start_cd.elf

320 Bytes
Binary file not shown.

boot/start_db.elf

32 Bytes
Binary file not shown.

boot/start_x.elf

352 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9743,6 +9743,7 @@
97439743
0x0b7499b6 seq_puts vmlinux EXPORT_SYMBOL
97449744
0xb53ec80c seq_putc vmlinux EXPORT_SYMBOL
97459745
0x965f4806 super_setup_bdi_name vmlinux EXPORT_SYMBOL
9746+
0x3142529c arm_local_intc vmlinux EXPORT_SYMBOL_GPL
97469747
0x5b8554c5 snd_soc_component_set_pll sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
97479748
0x7a0701cd snd_pcm_hw_param_last sound/core/snd-pcm EXPORT_SYMBOL
97489749
0x0a08a096 fbtft_register_backlight drivers/staging/fbtft/fbtft EXPORT_SYMBOL

extra/Module7.symvers

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9760,6 +9760,7 @@
97609760
0x2a96c9d5 seq_puts vmlinux EXPORT_SYMBOL
97619761
0x40780f3c seq_putc vmlinux EXPORT_SYMBOL
97629762
0xdefd1897 super_setup_bdi_name vmlinux EXPORT_SYMBOL
9763+
0x3142529c arm_local_intc vmlinux EXPORT_SYMBOL_GPL
97639764
0xea81304f snd_soc_component_set_pll sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
97649765
0x123e9485 snd_pcm_hw_param_last sound/core/snd-pcm EXPORT_SYMBOL
97659766
0x9d07ba7b fbtft_register_backlight drivers/staging/fbtft/fbtft EXPORT_SYMBOL

0 commit comments

Comments
 (0)