~canonical-kernel/ubuntu/+source/linux-oem-osp1/+git/focal:oem

Last commit made on 2019-09-12
Get this branch:
git clone -b oem https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-oem-osp1/+git/focal
Members of Canonical Kernel can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

861a53a... by Stefan Bader

UBUNTU: Ubuntu-oem-osp1-5.0.0-1022.24

Signed-off-by: Stefan Bader <email address hidden>

25e716d... by Stefan Bader

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Stefan Bader <email address hidden>

ae7d96b... by Timo Aaltonen

UBUNTU: Ubuntu-oem-osp1-5.0.0-1020.22

Signed-off-by: Timo Aaltonen <email address hidden>

86ccac3... by Timo Aaltonen

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1840815
Properties: no-test-build
Signed-off-by: Timo Aaltonen <email address hidden>

49abf23... by Timo Aaltonen

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Timo Aaltonen <email address hidden>

def4763... by Timo Aaltonen

UBUNTU: Ubuntu-oem-osp1-5.0.0-1019.21

Signed-off-by: Timo Aaltonen <email address hidden>

6e5ef50... by Timo Aaltonen

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1839971
Properties: no-test-build
Signed-off-by: Timo Aaltonen <email address hidden>

6d330f9... by Kai-Heng Feng

parport: parport_serial: Add support for Sunix Multi I/O boards

BugLink: https://bugs.launchpad.net/bugs/1826716

Sunix Multi I/O boards are different to Timedia's.

This patch adds proper support for Sunix MIO boards with 1 parallel and
up to 4 serial ports.

Cc: Morris Ku <email address hidden>
Cc: Debbie Liu <email address hidden>
Signed-off-by: Kai-Heng Feng <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(cherry picked from commit 605b5b4c90ecc31c5fea234f882bf4248dae4fc8 linux-next)
Signed-off-by: Kai-Heng Feng <email address hidden>
Acked-by: Anthony Wong <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>

aa90262... by Kai-Heng Feng

serial: 8250_pci: Add support for Sunix serial boards

BugLink: https://bugs.launchpad.net/bugs/1826716

Add support to Sunix serial boards with up to 16 ports.

Sunix board need its own setup callback instead of using Timedia's, to
properly support more than 4 ports.

Cc: Morris Ku <email address hidden>
Cc: Debbie Liu <email address hidden>
Signed-off-by: Kai-Heng Feng <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Greg Kroah-Hartman <email address hidden>
(backported from commit a4b7aca30609899a925cbf24b08bfea79883254c linux-next)
Signed-off-by: Kai-Heng Feng <email address hidden>
Acked-by: Anthony Wong <email address hidden>
Signed-off-by: Timo Aaltonen <email address hidden>

ccdf398... by =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= <email address hidden>

drm/i915: Bump gen7+ fb size limits to 16kx16k

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

With gtt remapping in place we can use arbitrarily large
framebuffers. Let's bump the limits to 16kx16k on gen7+.
The limit was chosen to match the maximum 2D surface size
of the 3D engine.

With the remapping we could easily go higher than that for the
display engine. However the modesetting ddx will blindly assume
it can handle whatever is reported via kms. The oversized
buffer dimensions are not caught by glamor nor Mesa until
finally an assert will trip when genxml attempts to pack the
SURFACE_STATE. So we pick a safe limit to avoid the X server
from crashing (or potentially misbehaving if the genxml asserts
are compiled out).

Reviewed-by: Daniel Vetter <email address hidden>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110187
Signed-off-by: Ville Syrjälä <email address hidden>
Link: https://patchwork.<email address hidden>
Reviewed-by: Maarten Lankhorst <email address hidden>
(cherry picked from commit 5c000fb33b767c3fa10d29a1021edbf4f92b76a2)
Signed-off-by: Timo Aaltonen <email address hidden>