Skip to content

Commit aa75533

Browse files
committed
kernel: Bump to 4.14.24
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
1 parent 469fc79 commit aa75533

File tree

5,985 files changed

+139417
-139329
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,985 files changed

+139417
-139329
lines changed

boot/fixup.dat

0 Bytes
Binary file not shown.

boot/fixup_cd.dat

0 Bytes
Binary file not shown.

boot/fixup_db.dat

0 Bytes
Binary file not shown.

boot/fixup_x.dat

0 Bytes
Binary file not shown.

boot/kernel.img

100755100644
2.45 KB
Binary file not shown.

boot/kernel7.img

100755100644
944 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,9 @@ Params: interrupt GPIO used for INT (default 23)
357357

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

363364

364365
Name: audioinjector-wm8731-audio
@@ -1182,6 +1183,13 @@ Load: dtoverlay=pi3-miniuart-bt
11821183
Params: <None>
11831184

11841185

1186+
Name: pibell
1187+
Info: Configures the pibell audio card.
1188+
Load: dtoverlay=pibell,<param>=<val>
1189+
Params: alsaname Set the name as it appears in ALSA (default
1190+
"PiBell")
1191+
1192+
11851193
Name: piscreen
11861194
Info: PiScreen display by OzzMaker.com
11871195
Load: dtoverlay=piscreen,<param>=<val>
@@ -1343,12 +1351,6 @@ Params: int_pin GPIO pin for interrupt signal (default 23)
13431351
speed SPI bus speed (default 12 MHz)
13441352

13451353

1346-
Name: raspidac3
1347-
Info: Configures the RaspiDAV Rev.3x audio card
1348-
Load: dtoverlay=raspidac3
1349-
Params: <None>
1350-
1351-
13521354
Name: rotary-encoder
13531355
Info: Overlay for GPIO connected rotary encoder.
13541356
Load: dtoverlay=rotary-encoder,<param>=<val>
@@ -1730,9 +1732,17 @@ Params: txd1_pin GPIO pin for TXD1 (14, 32 or 40 - default 14)
17301732
rxd1_pin GPIO pin for RXD1 (15, 33 or 41 - default 15)
17311733

17321734

1735+
Name: upstream
1736+
Info: Allow usage of downstream .dtb with upstream kernel. Comprises
1737+
vc4-kms-v3d, dwc2 and upstream-aux-interrupt overlays.
1738+
Load: dtoverlay=upstream
1739+
Params: <None>
1740+
1741+
17331742
Name: upstream-aux-interrupt
17341743
Info: Allow usage of downstream .dtb with upstream kernel by binding AUX
1735-
devices directly to the shared AUX interrupt line.
1744+
devices directly to the shared AUX interrupt line. One of the parts
1745+
of the 'upstream' overlay
17361746
Load: dtoverlay=upstream-aux-interrupt
17371747
Params: <None>
17381748

172 Bytes
Binary file not shown.

boot/overlays/pibell.dtbo

2.28 KB
Binary file not shown.

boot/overlays/raspidac3.dtbo

-1.27 KB
Binary file not shown.

boot/overlays/sdio-1bit.dtbo

651 Bytes
Binary file not shown.

boot/overlays/sdio.dtbo

681 Bytes
Binary file not shown.

boot/overlays/upstream.dtbo

3.14 KB
Binary file not shown.

boot/start.elf

100755100644
0 Bytes
Binary file not shown.

boot/start_cd.elf

100755100644
32 Bytes
Binary file not shown.

boot/start_db.elf

100755100644
192 Bytes
Binary file not shown.

boot/start_x.elf

100755100644
64 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 2659 additions & 2653 deletions
Large diffs are not rendered by default.

extra/Module7.symvers

Lines changed: 2664 additions & 2658 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)