Skip to content

Commit

Permalink
kernel: bump to 4.4.13
Browse files Browse the repository at this point in the history
kernel: Add ads1015 overlay
See: raspberrypi/linux#1520

kernel: brcmfmac: change rx_seq check log from error print to debug print
See: raspberrypi/linux#1313

kernel: brcmfmac: use ndev->needed_headroom to reserve additional header space
See: raspberrypi/linux#1357

kernel: brcmfmac: revise SDIO error message in brcmf_sdio_drivestrengthinit

kernel: BCM270X_DT: Make i2c-gpio usable by other overlays

kernel: BCM270X_DT: Fix rpi-dac overlay
See: http://forum.kodi.tv/showthread.php?tid=269814&pid=2349776#pid2349776

kernel: Implement a wakeup-source option for the i2c-rtc DeviceTree overlay
See: raspberrypi/linux#1511

kernel: gpio-ir-receiver: fix overlay and add upstream patches
See: raspberrypi/linux#1514

firmware: Tuner: Disable unused ACLS tuner, and improve logging
firmware: imx219: Remove static variable
firmware: ISP Tuners: Make DPF parsing thread safe

firmware: audioplus: Allow passthrough dma priority to be overridden in same way as pcm
firmware: di_adv: Remove delay uniform
firmeare: di_adv: Enable limiter and tweak axi priorities
  • Loading branch information
popcornmix committed Jun 8, 2016
1 parent 70143fe commit 9cd62e6
Show file tree
Hide file tree
Showing 6,000 changed files with 120,086 additions and 120,057 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
Binary file not shown.
Binary file modified boot/kernel7.img
Binary file not shown.
25 changes: 25 additions & 0 deletions boot/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,28 @@ Load: dtoverlay=adau1977-adc
Params: <None>


Name: ads1015
Info: Overlay for activation of Texas Instruments ADS1015 ADC over I2C
Load: dtoverlay=ads1015,<param>=<val>
Params: addr I2C bus address of device. Set based on how the
addr pin is wired. (default=0x48 assumes addr
is pulled to GND)
cha_enable Enable virtual channel a. (default=true)
cha_cfg Set the configuration for virtual channel a.
(default=4 configures this channel for the
voltage at A0 with respect to GND)
cha_datarate Set the datarate (samples/sec) for this channel.
(default=4 sets 1600 sps)
cha_gain Set the gain of the Programmable Gain
Amplifier for this channel. (default=2 sets the
full scale of the channel to 2.048 Volts)

Channel (ch) parameters can be set for each enabled channel.
A maximum of 4 channels can be enabled (letters a thru d).
For more information refer to the device datasheet at:
http://www.ti.com/lit/ds/symlink/ads1015.pdf


Name: ads7846
Info: ADS7846 Touch controller
Load: dtoverlay=ads7846,<param>=<val>
Expand Down Expand Up @@ -445,6 +467,9 @@ Params: ds1307 Select the DS1307 device

trickle-resistor-ohms Resistor value for trickle charge (DS1339-only)

wakeup-source Specify that the RTC can be used as a wakeup
source


Name: i2c0-bcm2708
Info: Enable the i2c_bcm2708 driver for the i2c0 bus. Not all pin combinations
Expand Down
Binary file added boot/overlays/ads1015.dtbo
Binary file not shown.
Binary file modified boot/overlays/gpio-ir.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-gpio.dtbo
Binary file not shown.
Binary file modified boot/overlays/i2c-rtc.dtbo
Binary file not shown.
Binary file added boot/overlays/mcp23017.dtbo
Binary file not shown.
Binary file modified boot/overlays/rpi-dac.dtbo
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_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
14,200 changes: 7,100 additions & 7,100 deletions extra/Module.symvers

Large diffs are not rendered by default.

14,376 changes: 7,188 additions & 7,188 deletions extra/Module7.symvers

Large diffs are not rendered by default.

Loading

0 comments on commit 9cd62e6

Please sign in to comment.