~henrix/ubuntu/+source/linux/+git/xenial:raspi2

Last commit made on 2016-12-07
Get this branch:
git clone -b raspi2 https://git.launchpad.net/~henrix/ubuntu/+source/linux/+git/xenial
Only Luis Henriques can upload to this branch. If you are Luis Henriques please log in for upload directions.

Branch merges

Branch information

Recent commits

9590827... by Luis Henriques

UBUNTU: Ubuntu-raspi2-4.4.0-1035.42

Signed-off-by: Luis Henriques <email address hidden>

fcfdbd0... by Luis Henriques

Revert "net: fix bridge multicast packet checksum validation"

This reverts commit 650ba2c21f20efe609b88aac64d25f055c922e26.

Fix a build failure due to upstream commit f39acc84aad1 ("net/sched:
act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
functions"), which came from an upstream stable update:

/tmp/kernel-henrix-uxQ5wmDx/build/net/sched/act_vlan.c: In function 'tcf_vlan':
  CC [M] drivers/input/touchscreen/tsc2005.o
/tmp/kernel-henrix-uxQ5wmDx/build/net/sched/act_vlan.c:40:3: error: implicit declaration of function 'skb_push_rcsum' [-Werror=implicit-function-declaration]
   skb_push_rcsum(skb, skb->mac_len);

Signed-off-by: Luis Henriques <email address hidden>

64b87fc... by Luis Henriques

Revert "Revert "net_sched: fix mirrored packets checksum""

This reverts commit 4d6b657987a8daaa9948e7b667b9a6793f814433.

Fix a build failure due to upstream commit f39acc84aad1 ("net/sched:
act_vlan: Push skb->data to mac_header prior calling skb_vlan_*()
functions"), which came from an upstream stable update:

/tmp/kernel-henrix-uxQ5wmDx/build/net/sched/act_vlan.c: In function 'tcf_vlan':
  CC [M] drivers/input/touchscreen/tsc2005.o
/tmp/kernel-henrix-uxQ5wmDx/build/net/sched/act_vlan.c:40:3: error: implicit declaration of function 'skb_push_rcsum' [-Werror=implicit-function-declaration]
   skb_push_rcsum(skb, skb->mac_len);

Signed-off-by: Luis Henriques <email address hidden>

032c595... by Luis Henriques

UBUNTU: [Config] updateconfigs

Signed-off-by: Luis Henriques <email address hidden>

9f9d900... by Dave Stevenson <email address hidden>

BCM2835-v4l2: Fix a conformance test failure

BugLink: http://bugs.launchpad.net/bugs/1647390

Format ioctls:
 test VIDIOC_ENUM_FMT/FRAMESIZES/FRAMEINTERVALS: OK
 warn: v4l2-test-formats.cpp(1195): S_PARM is supported but
  doesn't report V4L2_CAP_TIMEPERFRAME.
 fail: v4l2-test-formats.cpp(1118): node->has_frmintervals
  && !cap->capability
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>

ed59e3f... by Paolo Pisati

UBUNTU: [Config] SND_PISOUND=m

BugLink: http://bugs.launchpad.net/bugs/1647390

Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>

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

BCM270X_DT: Update UART0 clock-frequency

BugLink: http://bugs.launchpad.net/bugs/1647390

The Raspberry Pi firmware now sets the UART0 clock frequency to
48MHz (was 3MHz), to allow for baudrates up to 3MHz. This value
is overwritten by the firmware, but alternative loaders such
as U-Boot ignore the firmware-provided DTB. And besides, the
default ought to be correct.

See: https://github.com/raspberrypi/linux/issues/1732

Signed-off-by: Phil Elwell <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>

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

ARM: dts: Restore dtbs_install functionality

BugLink: http://bugs.launchpad.net/bugs/1647390

Signed-off-by: Phil Elwell <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>

855bcb0... by Phil Elwell <email address hidden>

config: Add AK4554 audio codec driver

BugLink: http://bugs.launchpad.net/bugs/1647390

See: https://github.com/raspberrypi/linux/issues/1730

Signed-off-by: Phil Elwell <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>

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

config: Add ABX80X RTC driver and overlay

BugLink: http://bugs.launchpad.net/bugs/1647390

Signed-off-by: Phil Elwell <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Luis Henriques <email address hidden>