~ubuntu-kernel/ubuntu/+source/linux/+git/unstable:raspi2

Last commit made on 2017-08-01
Get this branch:
git clone -b raspi2 https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/unstable
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

dc268dd... by Seth Forshee

UBUNTU: Ubuntu-raspi2-4.12.0-1000.1

Signed-off-by: Seth Forshee <email address hidden>

2f9b14d... by Seth Forshee

UBUNTU: Add raspi2 packaging

Signed-off-by: Seth Forshee <email address hidden>

2ea7c4e... by James Hughes <email address hidden>

Sets the BCDC priority to constant 0

This is to workaround for a possible issue in the
wireless chip firmware where some packets with
higher priorities seem to go missing.

See https://github.com/raspberrypi/linux/issues/1342 for
details.

Signed-off-by: Seth Forshee <email address hidden>

87b9bad... by Phil Elwell <email address hidden>

overlays: i2c1-bcm2708: Don't overwrite i2c1 pins node

It is bad practise to overwrite an entire node in an overlay. Instead,
target the node and overwrite any properties that need changing.

See: https://github.com/raspberrypi/linux/pull/2118

Suggested-by: soodvarun78 <email address hidden>
Signed-off-by: Phil Elwell <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

5902c3b... by Conn O Griofa

config: enhance DualShock3 controller support

Enable rumble support in Sony HID & HID battery strength.

Signed-off-by: Seth Forshee <email address hidden>

e965bc1... by Phil Elwell <email address hidden>

config: Add CONFIG_W1_SLAVE_DS2438

See: https://github.com/raspberrypi/linux/pull/2100

Signed-off-by: Phil Elwell <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

5503fe8... by Phil Elwell <email address hidden>

Revert "Revert "bcm2835-mmc: Fix DMA usage""

This reverts commit d52c1ae3a211386b5ec98804a468436e85b5b8af.

Signed-off-by: Seth Forshee <email address hidden>

8f1aeb3... by Phil Elwell <email address hidden>

bcm2835-mmc: Prevent DMA race condition

The end of a read operation is triggered by the completion of the DMA
transfer, but writes are complete when the data IRQ is raised. The
bcm2835-mmc driver contains a race between the handling of the DMA
completion interrupt and the submission of the next request. Fix the
race by deferring the completion of the request until the DMA
transfer finishes.

Signed-off-by: Phil Elwell <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>

f98e5a1... by popcornmix <email address hidden>

Revert "bcm2835-mmc: Fix DMA usage"

This reverts commit f4258b9352afc1480dd1c29a11528e53b73bf356.

Signed-off-by: Seth Forshee <email address hidden>

46bdc8a... by Phil Elwell <email address hidden>

bcm2835-mmc: Fix DMA usage

The previous change ("bcm2835-mmc: Only claim one DMA channel")
used an incorrect variable, the effect of which was to prevent
DMA from being used at all. Fix that bug by using the right
variable.

Signed-off-by: Phil Elwell <email address hidden>
Signed-off-by: Seth Forshee <email address hidden>