Skip to content

Commit

Permalink
kernel: Added support to reserve/enable a GPIO pin to be used from pp…
Browse files Browse the repository at this point in the history
…s-gpio module

See: raspberrypi/linux#717

firmware: arm_loader: Add lock to rotated frame updates to avoid an unsafe update from mailbox channel
See: #327

firmware: hdmi: Fix for attached flag in hdmi status when booting with cable disconnected
See: #326
  • Loading branch information
popcornmix committed Nov 1, 2014
1 parent 5711461 commit 50c480e
Show file tree
Hide file tree
Showing 39 changed files with 25,001 additions and 24,980 deletions.
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_x.dat
Binary file not shown.
Binary file modified boot/kernel.img
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
4 changes: 4 additions & 0 deletions extra/Module.symvers
Original file line number Diff line number Diff line change
Expand Up @@ -1166,6 +1166,7 @@
0xe1f1c940 inode_sub_bytes vmlinux EXPORT_SYMBOL
0xe0112e43 dlmlock fs/ocfs2/dlm/ocfs2_dlm EXPORT_SYMBOL_GPL
0xb973d5ee usb_serial_generic_write drivers/usb/serial/usbserial EXPORT_SYMBOL_GPL
0x75ae47d6 pps_register_source drivers/pps/pps_core EXPORT_SYMBOL
0xdfc6e0df ar9003_paprd_is_done drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0x7371a255 ar9003_get_pll_sqsum_dvc drivers/net/wireless/ath/ath9k/ath9k_hw EXPORT_SYMBOL
0x6c092fe9 mdiobus_register drivers/net/phy/libphy EXPORT_SYMBOL
Expand Down Expand Up @@ -1650,6 +1651,7 @@
0x5b577f5d snd_soc_unregister_component sound/soc/snd-soc-core EXPORT_SYMBOL_GPL
0x78f9b710 nf_ct_l3proto_try_module_get net/netfilter/nf_conntrack EXPORT_SYMBOL_GPL
0x4449e1dd synth_buffer_clear drivers/staging/speakup/speakup EXPORT_SYMBOL_GPL
0x057e2f6a pps_unregister_source drivers/pps/pps_core EXPORT_SYMBOL
0x1ab483b2 ts2020_attach drivers/media/dvb-frontends/ts2020 EXPORT_SYMBOL
0xb9ac1b32 svc_reg_xprt_class vmlinux EXPORT_SYMBOL_GPL
0xbca58274 register_sound_midi vmlinux EXPORT_SYMBOL
Expand Down Expand Up @@ -4159,6 +4161,7 @@
0x0f1340ad empty_aops vmlinux EXPORT_SYMBOL
0xf555a131 __task_pid_nr_ns vmlinux EXPORT_SYMBOL
0x8c576da3 iscsi_tcp_task_init drivers/scsi/libiscsi_tcp EXPORT_SYMBOL_GPL
0x996e4374 pps_lookup_dev drivers/pps/pps_core EXPORT_SYMBOL
0xebee23d7 v4l2_try_ext_ctrls drivers/media/v4l2-core/videodev EXPORT_SYMBOL
0x13b4a543 ethtool_op_get_link vmlinux EXPORT_SYMBOL
0x5d12e48f input_event_to_user vmlinux EXPORT_SYMBOL_GPL
Expand Down Expand Up @@ -5818,6 +5821,7 @@
0xac332cb5 dma_common_get_sgtable vmlinux EXPORT_SYMBOL
0xcb2babaa vfs_setlease vmlinux EXPORT_SYMBOL_GPL
0x40d04664 console_trylock vmlinux EXPORT_SYMBOL
0x02e9abf4 pps_event drivers/pps/pps_core EXPORT_SYMBOL
0x15af5c93 v4l2_ctrl_add_handler drivers/media/v4l2-core/videodev EXPORT_SYMBOL
0x47ae3e64 i2c_smbus_read_block_data vmlinux EXPORT_SYMBOL
0xb3b90b7b usb_put_intf vmlinux EXPORT_SYMBOL_GPL
Expand Down
Loading

0 comments on commit 50c480e

Please sign in to comment.