1
0
forked from pool/kernel-source

commit 336ead76c4f46e8722590d7a62ea69c88fbdd26c

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7372
This commit is contained in:
Michal Marek
2012-10-23 06:02:13 +00:00
committed by Git OBS Bridge
parent f286e70885
commit f9374e8769
49 changed files with 1838 additions and 237 deletions

View File

@@ -1,3 +1,72 @@
-------------------------------------------------------------------
Tue Oct 23 00:27:36 CEST 2012 - agraf@suse.de
- ARM: Update config files: Exynos: Disable 8bit sd mode to support wifi
- commit 336ead7
-------------------------------------------------------------------
Mon Oct 22 23:53:59 CEST 2012 - agraf@suse.de
- Revert "disable non-compiling irrelevant I2C module"
- commit d5a21c5
-------------------------------------------------------------------
Mon Oct 22 23:42:51 CEST 2012 - agraf@suse.de
- thermal: exynos: Fix wrong name of MODULE_DEVICE_TABLE.
- commit 8e108ab
-------------------------------------------------------------------
Mon Oct 22 18:11:12 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 565b450
-------------------------------------------------------------------
Mon Oct 22 18:06:28 CEST 2012 - agraf@suse.de
- Refresh patches.arch/arm-exynos-nosparse.patch.
- commit 55fbf60
-------------------------------------------------------------------
Mon Oct 22 17:56:11 CEST 2012 - agraf@suse.de
- ARM: Update config files.
- commit 118f2f9
-------------------------------------------------------------------
Mon Oct 22 17:43:33 CEST 2012 - agraf@suse.de
- ARM: Exynos: Fix MMC driver
- ARM: Exynos: Update configs
- commit 37a1704
-------------------------------------------------------------------
Mon Oct 22 17:32:24 CEST 2012 - jeffm@suse.com
- config: change CONFIG_USB_EZUSB_FX2 to module
- commit 36e0f0b
-------------------------------------------------------------------
Mon Oct 22 16:59:59 CEST 2012 - jeffm@suse.com
- Actually use kthread_run in crasher.ko.
The previous commit was incomplete.
- commit b8b35ae
-------------------------------------------------------------------
Mon Oct 22 16:28:07 CEST 2012 - jeffm@suse.com
- crasher: use kthread_run() instead of kernel_thread().
Linux 3.7-rc2 no longer exports kernel_thread on all architectures.
- commit f17d925
-------------------------------------------------------------------
Mon Oct 22 14:48:50 CEST 2012 - jeffm@suse.com
- Updated to 3.7-rc2.
- commit e00a663
-------------------------------------------------------------------
Mon Oct 22 01:11:29 CEST 2012 - agraf@suse.de
@@ -65,6 +134,16 @@ Wed Oct 17 20:02:14 CEST 2012 - mmarek@suse.cz
This allows to control the kabi checker from outside of the package.
- commit 0a0900c
-------------------------------------------------------------------
Wed Oct 17 04:21:11 CEST 2012 - jeffm@suse.com
- Update to 3.7-rc1.
- Eliminated 38 patches.
- Xen is disabled.
- ARM configs need updating.
- Module signing is disabled until the build infrastructure can support it.
- commit fce087a
-------------------------------------------------------------------
Sat Oct 13 11:47:44 CEST 2012 - jslaby@suse.cz
@@ -95,6 +174,12 @@ Wed Oct 10 21:28:30 CEST 2012 - jslaby@suse.cz
These are in 3.6.1.
- commit 2a321c4
-------------------------------------------------------------------
Mon Oct 8 13:40:21 CEST 2012 - dmueller@suse.com
- Remove noncompiling modules
- commit b7cdd5a
-------------------------------------------------------------------
Mon Oct 8 07:36:36 CEST 2012 - agraf@suse.de
@@ -202,6 +287,12 @@ Sat Sep 29 12:29:30 CEST 2012 - dmueller@suse.com
Acked-by: Jeff Mahoney <jeffm@suse.com>
- commit 0ea37a0
-------------------------------------------------------------------
Sat Sep 29 10:44:01 CEST 2012 - dmueller@suse.com
- disable non-compiling irrelevant I2C module
- commit 0ba9bac
-------------------------------------------------------------------
Sat Sep 29 10:24:00 CEST 2012 - dmueller@suse.com