Skip to content

Commit

Permalink
kernel: Bump to 4.14.22
Browse files Browse the repository at this point in the history
kernel: Fixing memset call in pisound.c
See: raspberrypi/linux#2399

firmware: video_encode: Free conv and subsample pools on disabling port

firmware: camera: Set fixed sensor mode on all sensors

firmware: Remove intermediate use of RGB888 in converting I420 to BGR888

firmware: camera: Remove video tone mapping curves
firmware: camera: AGC should not copy the tone map from VIDEO to STILLS

firmware: arm_dt: Fix up case of NUM_CAMERAS = -1
  • Loading branch information
popcornmix committed Feb 26, 2018
1 parent 33648a1 commit 469fc79
Show file tree
Hide file tree
Showing 5,968 changed files with 85,934 additions and 85,924 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
100644 → 100755
Binary file not shown.
Binary file modified boot/kernel7.img
100644 → 100755
Binary file not shown.
Binary file modified boot/start.elf
100644 → 100755
Binary file not shown.
Binary file modified boot/start_cd.elf
100644 → 100755
Binary file not shown.
Binary file modified boot/start_db.elf
100644 → 100755
Binary file not shown.
Binary file modified boot/start_x.elf
100644 → 100755
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 @@ -405,6 +405,7 @@
0x6214848b drm_kms_helper_hotplug_event drivers/gpu/drm/drm_kms_helper EXPORT_SYMBOL
0x4d5a551e usb_sg_init vmlinux EXPORT_SYMBOL_GPL
0xc0c9437f usb_sg_wait vmlinux EXPORT_SYMBOL_GPL
0xda86da1e usb_urb_ep_type_check vmlinux EXPORT_SYMBOL_GPL
0x3acc25cb jbd2_journal_flush vmlinux EXPORT_SYMBOL
0x8808505f invalidate_bdev vmlinux EXPORT_SYMBOL
0x9aeacb87 ring_buffer_iter_empty vmlinux EXPORT_SYMBOL_GPL
Expand Down
1 change: 1 addition & 0 deletions extra/Module7.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@
0x8885103d drm_kms_helper_hotplug_event drivers/gpu/drm/drm_kms_helper EXPORT_SYMBOL
0x61aad57e usb_sg_init vmlinux EXPORT_SYMBOL_GPL
0x758e470d usb_sg_wait vmlinux EXPORT_SYMBOL_GPL
0x48bca0dd usb_urb_ep_type_check vmlinux EXPORT_SYMBOL_GPL
0x3d5997d9 jbd2_journal_flush vmlinux EXPORT_SYMBOL
0x4d44609c invalidate_bdev vmlinux EXPORT_SYMBOL
0x9aeacb87 ring_buffer_iter_empty vmlinux EXPORT_SYMBOL_GPL
Expand Down
Loading

0 comments on commit 469fc79

Please sign in to comment.