~ubuntu-kernel/ubuntu/+source/linux/+git/maverick:linaro

Last commit made on 2010-12-06
Get this branch:
git clone -b linaro https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/maverick
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

e617a36... by John Rigby

LINARO: Linaro-2.6.35-1010.17

Signed-off-by: John Rigby <email address hidden>

b63fd1d... by John Rigby

LINARO: [CONFIG] Enable CONFIG_PERF_EVENTS for all flavours

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

Signed-off-by: John Rigby <email address hidden>

76bf744... by John Rigby

LINARO: [CONFIG] Enable CONFIG_POSIX_MQUEUE for all flavours

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

Signed-off-by: John Rigby <email address hidden>

d2ca483... by John Rigby

Merge commit 'Ubuntu-2.6.35-24.42' into linaro

Conflicts:
 Makefile
 arch/arm/mach-vexpress/ct-ca9x4.c
 arch/arm/oprofile/common.c

4754f73... by John Rigby

Merge commit linux-linaro-2.6.35-2Dec2010

Conflicts:
 Makefile
 drivers/gpu/drm/i915/i915_gem.c
 drivers/media/video/v4l2-compat-ioctl32.c
 net/rds/page.c

7f204e6... by John Rigby

LINARO: Bump ABI

Ignore: yes
Signed-off-by: John Rigby <email address hidden>

fa9bfbe... by John Rigby

LINARO: Start new release

Ignore: yes
Signed-off-by: John Rigby <email address hidden>

e884768... by Brad Figg

UBUNTU: Ubuntu-2.6.35-24.42

Signed-off-by: Brad Figg <email address hidden>

5602f4d... by Stefan Bader

UBUNTU: Add in-tree documentation of deviations

Ignore: yes

This just adds debian.master/deviations.txt as documentation. There is
no impact to build or anything else.

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

82cba93... by David Woodhouse <email address hidden>

UBUNTU: [Upstream] Call acpi_video_register() in intel_opregion_init() failure path

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

upstream commit: 54b9b308fa39e5147e2edde3492d8650b957be6c

If i915 opregion is present, the acpi_video driver doesn't register
itself immediately; it defers that until the i915 opregion code is done.
But if that *fails*, the acpi_video driver was never getting registered.
And thus I have no backlight support on my Lenovo IdeaPad S10-3.

Call acpi_video_register() on the failure path, and it works again.

Signed-off-by: David Woodhouse <email address hidden>
Acked-by: Jesse Barnes <email address hidden>
Acked-by: Matthew Garrett <email address hidden>
Tested-by: Cameron Matheson <email address hidden>
Signed-off-by: Keng-Yu Lin <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Signed-off-by: Brad Figg <email address hidden>