diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-21 11:29:33 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-09-22 08:26:26 +0200 |
| commit | c8a0ee39a2c2055bc74897b9e3b2db8f60b6edab (patch) | |
| tree | d0e7b07e24d109d7214fd8d44eff669104dc7a94 /recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch | |
| parent | de6f06e7d58b6970e38137cb8a4fdb18544ee1ab (diff) | |
linux-openmoko-2.6.34: upgrade to 2.6.34.7 and add patch for lower power consumption in suspend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch')
| -rw-r--r-- | recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch b/recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch index 3c9b48bc3b..3775717045 100644 --- a/recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch +++ b/recipes/linux/linux-openmoko-2.6.34/0008-Use-unlocked_ioctl-rather-than-ioctl.patch @@ -1,7 +1,7 @@ -From 97f5e67992f766359987a876e61afacf3a8532cb Mon Sep 17 00:00:00 2001 +From ad2a0e197a8bb7cc03082f46d5fb895f99574824 Mon Sep 17 00:00:00 2001 From: Thomas White <taw@bitwiz.org.uk> Date: Mon, 24 May 2010 21:49:14 +0200 -Subject: [PATCH 8/8] Use unlocked_ioctl rather than ioctl +Subject: [PATCH 10/17] Use unlocked_ioctl rather than ioctl The arguments changed between 2.6.32 and 2.6.34. @@ -11,7 +11,7 @@ Signed-off-by: Thomas White <taw@bitwiz.org.uk> 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/glamo/glamo-drm-drv.c b/drivers/gpu/drm/glamo/glamo-drm-drv.c -index 2a7f600..36e6941 100644 +index eb0827a..2cdf429 100644 --- a/drivers/gpu/drm/glamo/glamo-drm-drv.c +++ b/drivers/gpu/drm/glamo/glamo-drm-drv.c @@ -180,7 +180,7 @@ static struct drm_driver glamodrm_drm_driver = { @@ -24,5 +24,5 @@ index 2a7f600..36e6941 100644 .poll = drm_poll, .fasync = drm_fasync, -- -1.7.1 +1.7.3 |
