Skip to content

Commit 91c30e0

Browse files
committed
kernel: Bump to 4.4.22
kernel: Allo Piano DAC boards: Initial 2 channel (stereo) support See: raspberrypi/linux#1645 kernel: Correct typos in spi-gpio35-39-overlay.dts See: raspberrypi/linux#1651 kernel: drm/vc4: Enable limited range RGB output with CEA modes kernel: brcmfmac: Change stop_ap sequence
1 parent ad8608c commit 91c30e0

File tree

6,049 files changed

+119344
-119316
lines changed

Some content is hidden

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

6,049 files changed

+119344
-119316
lines changed

boot/kernel.img

608 Bytes
Binary file not shown.

boot/kernel7.img

360 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,26 @@ Params: 24db_digital_gain Allow gain to be applied via the PCM512x codec
235235
that does not result in clipping/distortion!)
236236

237237

238+
Name: allo-piano-dac-pcm512x-audio
239+
Info: Configures the Allo Piano DAC (2.0/2.1) audio cards.
240+
(NB. This initial support is for 2.0 channel audio ONLY! ie. stereo.
241+
The subwoofer outputs on the Piano 2.1 are not currently supported!)
242+
Load: dtoverlay=allo-piano-dac-pcm512x-audio,<param>
243+
Params: 24db_digital_gain Allow gain to be applied via the PCM512x codec
244+
Digital volume control.
245+
(The default behaviour is that the Digital
246+
volume control is limited to a maximum of
247+
0dB. ie. it can attenuate but not provide
248+
gain. For most users, this will be desired
249+
as it will prevent clipping. By appending
250+
the 24db_digital_gain parameter, the Digital
251+
volume control will allow up to 24dB of
252+
gain. If this parameter is enabled, it is the
253+
responsibility of the user to ensure that
254+
the Digital volume control is set to a value
255+
that does not result in clipping/distortion!)
256+
257+
238258
Name: at86rf233
239259
Info: Configures the Atmel AT86RF233 802.15.4 low-power WPAN transceiver,
240260
connected to spi0.0
1011 Bytes
Binary file not shown.

boot/overlays/spi-gpio35-39.dtbo

0 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@
530530
0xb0d9654a i2c_master_recv vmlinux EXPORT_SYMBOL
531531
0x19989ae6 vfs_unlink vmlinux EXPORT_SYMBOL
532532
0x25397d89 sock_no_sendmsg vmlinux EXPORT_SYMBOL
533+
0xff86d16f get_task_exe_file vmlinux EXPORT_SYMBOL
533534
0x8d551bef sysctl_tcp_rmem vmlinux EXPORT_SYMBOL
534535
0xe0693413 jbd2_journal_update_sb_errno vmlinux EXPORT_SYMBOL
535536
0xb7c44a86 snd_dmaengine_pcm_open_request_chan sound/core/snd-pcm-dmaengine EXPORT_SYMBOL_GPL
@@ -7751,7 +7752,6 @@
77517752
0x245e7156 drm_modeset_lock_crtc drivers/gpu/drm/drm EXPORT_SYMBOL
77527753
0xa8d2ea47 crypto_sha256_update crypto/sha256_generic EXPORT_SYMBOL
77537754
0x773241f9 usb_get_status vmlinux EXPORT_SYMBOL_GPL
7754-
0x4e3384ef iov_iter_fault_in_multipages_readable vmlinux EXPORT_SYMBOL
77557755
0x94574eaa dev_get_flags vmlinux EXPORT_SYMBOL
77567756
0xa1269a75 __wait_on_bit_lock vmlinux EXPORT_SYMBOL
77577757
0xd77c0bc8 klist_remove vmlinux EXPORT_SYMBOL_GPL

extra/Module7.symvers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@
525525
0xc514d721 i2c_master_recv vmlinux EXPORT_SYMBOL
526526
0x1a56e8c7 vfs_unlink vmlinux EXPORT_SYMBOL
527527
0x6b59fc5f sock_no_sendmsg vmlinux EXPORT_SYMBOL
528+
0xfa32d573 get_task_exe_file vmlinux EXPORT_SYMBOL
528529
0x8d551bef sysctl_tcp_rmem vmlinux EXPORT_SYMBOL
529530
0x1b9187a4 jbd2_journal_update_sb_errno vmlinux EXPORT_SYMBOL
530531
0x32360c9c snd_dmaengine_pcm_open_request_chan sound/core/snd-pcm-dmaengine EXPORT_SYMBOL_GPL
@@ -7747,7 +7748,6 @@
77477748
0xa036c4da drm_modeset_lock_crtc drivers/gpu/drm/drm EXPORT_SYMBOL
77487749
0x67937cdf crypto_sha256_update crypto/sha256_generic EXPORT_SYMBOL
77497750
0x3b0c1fe5 usb_get_status vmlinux EXPORT_SYMBOL_GPL
7750-
0xf859794e iov_iter_fault_in_multipages_readable vmlinux EXPORT_SYMBOL
77517751
0x25c71277 dev_get_flags vmlinux EXPORT_SYMBOL
77527752
0x77fa1a63 __wait_on_bit_lock vmlinux EXPORT_SYMBOL
77537753
0xd77c0bc8 klist_remove vmlinux EXPORT_SYMBOL_GPL

0 commit comments

Comments
 (0)