Skip to content

Commit

Permalink
kernel: Bump to 4.14.15
Browse files Browse the repository at this point in the history
kernel: vc4 backport
See: raspberrypi/linux#2346
  • Loading branch information
popcornmix committed Jan 25, 2018
1 parent 9bcdc30 commit acc0614
Show file tree
Hide file tree
Showing 5,881 changed files with 113,274 additions and 113,232 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified boot/bcm2709-rpi-2-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-3-b.dtb
Binary file not shown.
Binary file modified boot/bcm2710-rpi-cm3.dtb
Binary file not shown.
Binary file modified boot/bootcode.bin
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.
18 changes: 18 additions & 0 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,18 @@ Params: int_pin GPIO used for INT (default 39)
speed SPI bus speed (default 12000000)


Name: exc3000
Info: Enables I2C connected EETI EXC3000 multiple touch controller using
GPIO 4 (pin 7 on GPIO header) for interrupt.
Load: dtoverlay=exc3000,<param>=<val>
Params: interrupt GPIO used for interrupt (default 4)
sizex Touchscreen size x (default 4096)
sizey Touchscreen size y (default 4096)
invx Touchscreen inverted x axis
invy Touchscreen inverted y axis
swapxy Touchscreen swapped x y axis


Name: fe-pi-audio
Info: Configures the Fe-Pi Audio Sound Card
Load: dtoverlay=fe-pi-audio
Expand Down Expand Up @@ -953,6 +965,12 @@ Params: gpio_out_pin GPIO for output (default "17")
(default "off")


Name: mbed-dac
Info: Configures the mbed AudioCODEC (TLV320AIC23B)
Load: dtoverlay=mbed-dac
Params: <None>


Name: mcp23017
Info: Configures the MCP23017 I2C GPIO expander
Load: dtoverlay=mcp23017,<param>=<val>
Expand Down
Binary file added boot/overlays/exc3000.dtbo
Binary file not shown.
Binary file added boot/overlays/mbed-dac.dtbo
Binary file not shown.
Binary file modified boot/overlays/pps-gpio.dtbo
Binary file not shown.
Binary file modified boot/overlays/vc4-kms-v3d.dtbo
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: 1 addition & 0 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -9743,6 +9743,7 @@
0x0b7499b6 seq_puts vmlinux EXPORT_SYMBOL
0xb53ec80c seq_putc vmlinux EXPORT_SYMBOL
0x965f4806 super_setup_bdi_name vmlinux EXPORT_SYMBOL
0x3142529c arm_local_intc vmlinux EXPORT_SYMBOL_GPL
0x5b8554c5 snd_soc_component_set_pll sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0x7a0701cd snd_pcm_hw_param_last sound/core/snd-pcm EXPORT_SYMBOL
0x0a08a096 fbtft_register_backlight drivers/staging/fbtft/fbtft EXPORT_SYMBOL
Expand Down
1 change: 1 addition & 0 deletions extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -9760,6 +9760,7 @@
0x2a96c9d5 seq_puts vmlinux EXPORT_SYMBOL
0x40780f3c seq_putc vmlinux EXPORT_SYMBOL
0xdefd1897 super_setup_bdi_name vmlinux EXPORT_SYMBOL
0x3142529c arm_local_intc vmlinux EXPORT_SYMBOL_GPL
0xea81304f snd_soc_component_set_pll sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0x123e9485 snd_pcm_hw_param_last sound/core/snd-pcm EXPORT_SYMBOL
0x9d07ba7b fbtft_register_backlight drivers/staging/fbtft/fbtft EXPORT_SYMBOL
Expand Down
Loading

0 comments on commit acc0614

Please sign in to comment.