Skip to content

Commit

Permalink
kernel: Bump to 4.14.24
Browse files Browse the repository at this point in the history
kernel: Fix GCC 6.4.0 and 7.3.0 warnings
See: raspberrypi/linux#2413

kernel: audioinjector-octo: Add continuous clock feature
See: raspberrypi/linux#2409

kernel: overlays: Add 'upstream' overlay
See: raspberrypi/linux#2393

kernel: overlays: Add overlay for PiBell soundcard
See: https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=99784&p=1279490#p1278971

kernel: Removing (broken) RaspiDac3 support

kernel: i2c: bcm2835: Set up the rising/falling edge delays
See: raspberrypi/linux#2407

kernel: overlays: Add updated mmc1 alias to sdio overlays

kernel: config: Enable CONFIG_GPIO_MOCKUP module
See: raspberrypi/linux#2410

kernel: overlays: Rework sdio overlays to allow polling
See: raspberrypi/linux#2401

kernel: firmware/raspberrypi: Add a get_throttled sysfs file
See: raspberrypi/linux#2397

firmware: dtoverlay: Also allow fragment-<n> in overlays

firmware: i2c_gpio: Optimise and run clients faster
  • Loading branch information
popcornmix committed Mar 5, 2018
1 parent 469fc79 commit aa75533
Show file tree
Hide file tree
Showing 5,985 changed files with 139,417 additions and 139,329 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 100755 → 100644
Binary file not shown.
Binary file modified boot/kernel7.img 100755 → 100644
Binary file not shown.
28 changes: 19 additions & 9 deletions boot/overlays/README
Expand Up @@ -357,8 +357,9 @@ Params: interrupt GPIO used for INT (default 23)

Name: audioinjector-addons
Info: Configures the audioinjector.net audio add on soundcards
Load: dtoverlay=audioinjector-addons
Params: <None>
Load: dtoverlay=audioinjector-addons,<param>=<val>
Params: non-stop-clocks Keeps the clocks running even when the stream
is paused or stopped (default off)


Name: audioinjector-wm8731-audio
Expand Down Expand Up @@ -1182,6 +1183,13 @@ Load: dtoverlay=pi3-miniuart-bt
Params: <None>


Name: pibell
Info: Configures the pibell audio card.
Load: dtoverlay=pibell,<param>=<val>
Params: alsaname Set the name as it appears in ALSA (default
"PiBell")


Name: piscreen
Info: PiScreen display by OzzMaker.com
Load: dtoverlay=piscreen,<param>=<val>
Expand Down Expand Up @@ -1343,12 +1351,6 @@ Params: int_pin GPIO pin for interrupt signal (default 23)
speed SPI bus speed (default 12 MHz)


Name: raspidac3
Info: Configures the RaspiDAV Rev.3x audio card
Load: dtoverlay=raspidac3
Params: <None>


Name: rotary-encoder
Info: Overlay for GPIO connected rotary encoder.
Load: dtoverlay=rotary-encoder,<param>=<val>
Expand Down Expand Up @@ -1730,9 +1732,17 @@ Params: txd1_pin GPIO pin for TXD1 (14, 32 or 40 - default 14)
rxd1_pin GPIO pin for RXD1 (15, 33 or 41 - default 15)


Name: upstream
Info: Allow usage of downstream .dtb with upstream kernel. Comprises
vc4-kms-v3d, dwc2 and upstream-aux-interrupt overlays.
Load: dtoverlay=upstream
Params: <None>


Name: upstream-aux-interrupt
Info: Allow usage of downstream .dtb with upstream kernel by binding AUX
devices directly to the shared AUX interrupt line.
devices directly to the shared AUX interrupt line. One of the parts
of the 'upstream' overlay
Load: dtoverlay=upstream-aux-interrupt
Params: <None>

Expand Down
Binary file modified boot/overlays/audioinjector-addons.dtbo
Binary file not shown.
Binary file added boot/overlays/pibell.dtbo
Binary file not shown.
Binary file removed boot/overlays/raspidac3.dtbo
Binary file not shown.
Binary file modified boot/overlays/sdio-1bit.dtbo
Binary file not shown.
Binary file modified boot/overlays/sdio.dtbo
Binary file not shown.
Binary file added boot/overlays/upstream.dtbo
Binary file not shown.
Binary file modified boot/start.elf 100755 → 100644
Binary file not shown.
Binary file modified boot/start_cd.elf 100755 → 100644
Binary file not shown.
Binary file modified boot/start_db.elf 100755 → 100644
Binary file not shown.
Binary file modified boot/start_x.elf 100755 → 100644
Binary file not shown.
5,312 changes: 2,659 additions & 2,653 deletions extra/Module.symvers

Large diffs are not rendered by default.

5,322 changes: 2,664 additions & 2,658 deletions extra/Module7.symvers

Large diffs are not rendered by default.

0 comments on commit aa75533

Please sign in to comment.