commit 278cad2ab0d482be94c38027859a14a53d401924

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7334
This commit is contained in:
Michal Marek
2012-08-28 06:02:13 +00:00
committed by Git OBS Bridge
parent cf7f5d8608
commit e2849b651b
28 changed files with 448 additions and 37 deletions

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Aug 28 00:15:16 CEST 2012 - jeffm@suse.com
- chipidea: Allow user to select PCI/IMX options.
This allows us to disable the ChipIdea IMX code on powerpc,
where it was causing build problems.
- commit 278cad2
-------------------------------------------------------------------
Tue Aug 28 00:00:35 CEST 2012 - jeffm@suse.com
- config: Disable EXYNOS_VIDEO and HW_RANDOM_EXYNOS on all configs except exynos
This hardware is only found on the Samsung EXYNOS boards.
- commit 429a008
-------------------------------------------------------------------
Mon Aug 27 22:54:06 CEST 2012 - jeffm@suse.com
- Revert "clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK)."
This reverts commit 54e1c0025e4757174d8d648e8224bf74009b3c2b.
The issue is either an incomplete clk API on powerpc or clk_devm needs
to be made generic. Discussion continues upstream.
- commit 8c9a4e9
-------------------------------------------------------------------
Mon Aug 27 17:27:10 CEST 2012 - jeffm@suse.com
- clk.h: Fix shim ifdef guard (HAVE_CLK -> COMMON_CLK).
This fixes the clk_devm_get build failures on ppc.
- commit 54e1c00
-------------------------------------------------------------------
Mon Aug 27 15:12:16 CEST 2012 - jeffm@suse.com
- Update to 3.6-rc3.
- commit 0a688a0
-------------------------------------------------------------------
Tue Aug 21 18:17:16 CEST 2012 - jeffm@suse.com