Skip to content

Commit e8afcfc

Browse files
committed
kernel: Bump to 4.4.44
kernel: config: More USB config options for bcm2709_defconfig See: raspberrypi/linux#1805 kernel: config: Add CONFIG_MD_M25P80 and CONFIG_MD_SPI_NOR See: raspberrypi/linux#1781 kernel: BCM270X_DT: Enable UART0 on CM3 kernel: BCM270X_DT: Add spi0-cs overlay kernel: Revert bcm2835-i2s: Changes for allowing asymmetric sample formats See: raspberrypi/linux#1783
1 parent 7f8ac8d commit e8afcfc

File tree

6,159 files changed

+119299
-118828
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,159 files changed

+119299
-118828
lines changed

boot/bcm2710-rpi-cm3.dtb

-4 Bytes
Binary file not shown.

boot/kernel.img

0 Bytes
Binary file not shown.

boot/kernel7.img

192 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@ Params: <None>
11311131

11321132

11331133
Name: spi-gpio35-39
1134-
Info: move SPI function block to GPIO 35 to 39
1134+
Info: Move SPI function block to GPIO 35 to 39
11351135
Load: dtoverlay=spi-gpio35-39
11361136
Params: <None>
11371137

@@ -1142,6 +1142,13 @@ Load: dtoverlay=spi-rtc,<param>=<val>
11421142
Params: pcf2123 Select the PCF2123 device
11431143

11441144

1145+
Name: spi0-cs
1146+
Info: Allows the (software) CS pins for SPI0 to be changed
1147+
Load: dtoverlay=spi0-cs,<param>=<val>
1148+
Params: cs0_pin GPIO pin for CS0 (default 8)
1149+
cs1_pin GPIO pin for CS1 (default 7)
1150+
1151+
11451152
Name: spi0-hw-cs
11461153
Info: Re-enables hardware CS/CE (chip selects) for SPI0
11471154
Load: dtoverlay=spi0-hw-cs

boot/overlays/spi0-cs.dtbo

919 Bytes
Binary file not shown.

extra/Module.symvers

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7893,6 +7893,7 @@
78937893
0xc18578ed process_srcu vmlinux EXPORT_SYMBOL_GPL
78947894
0x26a7939c sdio_writel vmlinux EXPORT_SYMBOL_GPL
78957895
0xe1d06bb8 nfs_pageio_reset_write_mds vmlinux EXPORT_SYMBOL_GPL
7896+
0xda2053b6 ocfs2_is_o2cb_active fs/ocfs2/ocfs2_stackglue EXPORT_SYMBOL_GPL
78967897
0x0edfd036 __drm_atomic_helper_plane_duplicate_state drivers/gpu/drm/drm_kms_helper EXPORT_SYMBOL
78977898
0x7730f22d drbd_conn_str drivers/block/drbd/drbd EXPORT_SYMBOL
78987899
0x607923de inet_del_offload vmlinux EXPORT_SYMBOL
@@ -8170,6 +8171,7 @@
81708171
0x66642f44 gen_pool_add_virt vmlinux EXPORT_SYMBOL
81718172
0x1d961d5b finish_no_open vmlinux EXPORT_SYMBOL
81728173
0x9908a52a register_netdevice vmlinux EXPORT_SYMBOL
8174+
0x0d059e64 static_key_deferred_flush vmlinux EXPORT_SYMBOL_GPL
81738175
0x84d96091 blkdev_put vmlinux EXPORT_SYMBOL
81748176
0xd0c0621a user_describe vmlinux EXPORT_SYMBOL_GPL
81758177
0x1108bddd blkdev_get vmlinux EXPORT_SYMBOL
@@ -9466,6 +9468,7 @@
94669468
0x86a4889a kmalloc_order_trace vmlinux EXPORT_SYMBOL
94679469
0x5cfacf1d snd_ctl_find_numid sound/core/snd EXPORT_SYMBOL
94689470
0xf1e98bed nat_callforwarding_hook net/netfilter/nf_conntrack_h323 EXPORT_SYMBOL_GPL
9471+
0xe82f0d8a spi_nor_scan drivers/mtd/spi-nor/spi-nor EXPORT_SYMBOL_GPL
94699472
0x3767a93c dm_bio_detain drivers/md/dm-bio-prison EXPORT_SYMBOL_GPL
94709473
0x38a4f7ae drm_format_num_planes drivers/gpu/drm/drm EXPORT_SYMBOL
94719474
0xe4d5c4a8 devm_backlight_device_register vmlinux EXPORT_SYMBOL

extra/Module7.symvers

Lines changed: 131 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)