dc268dd...
by
Seth Forshee
on 2017-08-01
UBUNTU: Ubuntu- raspi2- 4.12.0- 1000.1
Signed-off-by: Seth Forshee <email address hidden>
2f9b14d...
by
Seth Forshee
on 2017-06-13
UBUNTU: Add raspi2 packaging
Signed-off-by: Seth Forshee <email address hidden>
2ea7c4e...
by
James Hughes <email address hidden>
on 2017-07-21
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>
on 2017-07-19
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
on 2017-07-17
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>
on 2017-07-19
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>
on 2017-07-19
Revert "Revert "bcm2835-mmc: Fix DMA usage""
This reverts commit d52c1ae3a211386 b5ec98804a46843 6e85b5b8af.
Signed-off-by: Seth Forshee <email address hidden>
8f1aeb3...
by
Phil Elwell <email address hidden>
on 2017-07-18
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>
on 2017-07-17
Revert "bcm2835-mmc: Fix DMA usage"
This reverts commit f4258b9352afc14 80dd1c29a11528e 53b73bf356.
Signed-off-by: Seth Forshee <email address hidden>
46bdc8a...
by
Phil Elwell <email address hidden>
on 2017-07-14
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>