diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-14 13:53:03 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-14 16:27:43 +0100 |
commit | 7e20e4ab96ffc4d425fc3c6593a65d813f641fd1 (patch) | |
tree | e5a8922efcd5dbceda05164f7736e2d89f6aeb49 /target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch | |
parent | f7a406deafb4d2524f46a405d84a6d20c65022a9 (diff) | |
download | upstream-7e20e4ab96ffc4d425fc3c6593a65d813f641fd1.tar.gz upstream-7e20e4ab96ffc4d425fc3c6593a65d813f641fd1.tar.bz2 upstream-7e20e4ab96ffc4d425fc3c6593a65d813f641fd1.zip |
kernel: bump 4.9 to 4.9.137
Refreshed all patches.
Removed upstreamed hunks in:
- 703-phy-support-layerscape.patch
Compile-tested on: ar71xx, layerscape
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch b/target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch index 07016d9782..d939c1d6f8 100644 --- a/target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch +++ b/target/linux/brcm2708/patches-4.9/950-0111-i2c-bcm2835-Support-i2c-dev-ioctl-I2C_TIMEOUT.patch @@ -26,7 +26,7 @@ Reviewed-by: Eric Anholt <eric@anholt.net> struct bcm2835_i2c_dev { struct device *dev; void __iomem *regs; -@@ -242,7 +240,7 @@ static int bcm2835_i2c_xfer(struct i2c_a +@@ -244,7 +242,7 @@ static int bcm2835_i2c_xfer(struct i2c_a bcm2835_i2c_start_transfer(i2c_dev); time_left = wait_for_completion_timeout(&i2c_dev->completion, |