[RFC,PATCH 2/2] clk: Generic support for fixed-rate clocks
Since most platforms will need a fixed-rate clock, add one. This will also serve as a basic example of an implementation of struct clk. Signed-off-by: Jeremy Kerr <jeremy.kerr(a)canonical.com> --- include/linux/clk.h | 13 +++++++++++++ kernel/Makefile | 1 + kernel/clk.c | 25 +++++++++++++++... 2 Jun 2010 08:43
[PATCHv2 05/11] OMAP2: Devkit8000: Remove unneeded VDVI supply
The VDVI power supply is no longer needed in board code with the new DSS2 interface. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-... 2 Jun 2010 08:43
[PATCHv2 02/11] OMAP2: Devkit8000: change panel to generic panel
Choose the generic panel for lcd code of Devkit8000. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 08a2... 2 Jun 2010 08:43
[PATCHv2 03/11] OMAP2: Devkit8000: Enable DVI-D output
From: Kan-Ru Chen <kanru(a)0xlab.org> This patch corrects the DVI-D output setup of Devkit8000 Devkit8000 has different DVI reset pin with the BeagleBoard. On Devkit8000 the TWL4030 GPIO_7 is assigned to do the job. Signed-off-by: Kan-Ru Chen <kanru(a)0xlab.org> --- arch/arm/mach-omap2/board-devkit8000.c | 1... 2 Jun 2010 08:43
[PATCHv2 01/11] OMAP2: Devkit8000: Cleanup for power supplies
Corrected the wrong power supplies in devkit8000 code. Add supply for ads7846 to support the new regulator framework for touchscreen. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 32 ++++++++++++++++++++++++++------ 1 files changed, 26 insertions(+), 6 dele... 2 Jun 2010 08:43
[PATCHv2 06/11] OMAP2: Devkit8000: Remove non existing vsim supply
The Devkit8000 uses the cost reduced variant tps65930 of the twl4030. The TPS65930 only has vdd1, vdd2, vpll1, vio, vmmc1, vdac and vaux2. vaux2 is not used on Devkit8000. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 22 ---------------------- 1 files chang... 2 Jun 2010 08:43
[PATCHv2 07/11] OMAP2: Devkit8000: Remove en-/disable for tv panel
devkit8000_panel_enable_tv and devkit8000_panel_disable_tv are already done in DSS2 code. So they are no longer needed in board code. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git ... 2 Jun 2010 08:43
PM / Hibernate: swap, switch to hibernate_io_handle
Hi Jiri et al. On 02/06/10 18:52, Jiri Slaby wrote: Hi, I addressed the comments I got on the previous RFC. I left the handles in place, the functions in hibernate_io_ops now works on them. Further I got rid of the memory barriers and minimized global variables as much as possible. Comments welcome... 18 Jul 2010 09:27
[PATCHv2 09/11] OMAP2: Devkit8000: Using gpio_is_valid macro
Using the macro gpio_is_valid for check of valid gpio pins. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.... 2 Jun 2010 08:43
[PATCHv2 08/11] OMAP2: Devkit8000: Using the REGULATOR_SUPPLY macro
Replacing supplies with the REGULATOR_SUPPLY macro. Signed-off-by: Thomas Weber <weber(a)corscience.de> --- arch/arm/mach-omap2/board-devkit8000.c | 33 ++++++++++++------------------- 1 files changed, 13 insertions(+), 20 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/... 2 Jun 2010 08:43