[PATCH] omap3: ehci: Add regulator framework

2009-11-15 Thread Ajay Kumar Gupta
Adding regulator framework in EHCI driver. OMAP3 has three HS USB ports so it can have three different regulator for each PHY connected to each port. Currently these regulators are assumed to be optional and driver doesn't fail but continue with the initialization if it doesn't get any

[PATCH 3/7] musb: Update musb_init() call for all OMAP3 boards

2009-11-15 Thread Ajay Kumar Gupta
musb_init() has been modified to pass board specific data so updating this function call from all OMAP3 boards. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- arch/arm/mach-omap2/board-2430sdp.c |7 ++- arch/arm/mach-omap2/board-3430sdp.c |7 ++-

[PATCH 6/7] musb: set 'extvbus' default value to zero

2009-11-15 Thread Ajay Kumar Gupta
Default value of 'extvbus' is being set as '0' to maintain the current programming state of all the musb boards. This flag should be set to '1' for boards using external vbus supply such as, OMAP3EVM Rev =E. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

[PATCH 4/7] musb: Update setup_usb() call for all Davinci boards

2009-11-15 Thread Ajay Kumar Gupta
setup_usb() has been modified to pass board specific data so updating this function call from all Davinci based boards. Added struct device; to fix below compilation warning for Davinci boards. musb.h: struct device, defined within parameter list Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com

[PATCH 5/7] musb: Add 'extvbus' in musb_hdrc_board_data

2009-11-15 Thread Ajay Kumar Gupta
Some of the board might use external Vbus power supply on musb interface which would require to program ULPI_BUSCONTROL register. Adding 'extvbus' flag which can be set from such boards which will be checked at musb driver files before programming ULPI_BUSCONTROL. Signed-off-by: Ajay Kumar Gupta

[PATCH 2/7] musb: Get power (mA) from board data

2009-11-15 Thread Ajay Kumar Gupta
Different board may have different power sourcing capability and now with 'struct musb_hdrc_board_data' in place; pass this data from board files and also modify musb_core.c to get 'power' data from 'plat-board_data'. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com ---

[PATCH 1/7] musb: Add structure to get board specific data

2009-11-15 Thread Ajay Kumar Gupta
Adding 'musb_hdrc_board_data' which will have all the board specific parameters such as; mA power, potpgt, extvbus, gpios etc. Currently only 'power' and 'potpgt' is being moved from existing 'musb_hdrc_platform_data' to 'musb_hdrc_board_data' but any further board specific functions or parameter

[PATCH 7/7] musb: set 'extvbus' for OMAP3EVM Rev =E

2009-11-15 Thread Ajay Kumar Gupta
MUSB interface can source 500mA on OMAP3EVM Rev = E while Rev E supports only 100mA so setting 'extvbus' flag to '1' for OMAP3EVM Rev = E. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com --- arch/arm/mach-omap2/board-omap3evm.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff

CPU driver

2009-11-15 Thread tarek attia
I have downloaded uImage on the beagleboard with the pm branch,and enabled all the CPU power management ,and after booting I found all the files concerning it in the CPUFREQ folder in CPU0,,however i couldn't type cpufreq commands . like cpufreq-info ,cpu-set ,,etc Any suggestions will be

Re: [PATCH 8/9 v2] omap3: pm: introduce dynamic OPP

2009-11-15 Thread Menon, Nishanth
Kevin Hilman said the following on 11/13/2009 07:31 PM: [...] +void __init omap3_pm_init_opp_table(void) +{ +/* Populate the base CPU rate tables here */ +omap3_mpu_rate_table = kmalloc(sizeof(omap34xx_mpu_rate_table), +GFP_KERNEL); +omap3_dsp_rate_table =

Re: [PATCH 2/9 v2] omap3: pm: introduce opp accessor functions

2009-11-15 Thread Menon, Nishanth
Kevin, Firstly, thanks for your detailed comments. This series looked at the problem as 2 objectives: a) Introduce OPP accessor functions - this series shows it is possible b) Improve the implementation with discussions. I am all for it. I know spending 7-14 hrs like what I did on this, is not

Modifying the kernel keymap

2009-11-15 Thread Cory Maccarrone
All, I'm working with the Wing Linux and Linwizard projects in porting various omap850-based devices to Linux, and was wondering about keymaps. In particular, I'm working with the HTC Herald, which uses an Alt key to access things like numbers and symbols on a physical keyboard. In Linux, the

RE: CPU driver

2009-11-15 Thread Menon, Nishanth
From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of tarek attia Sent: Sunday, November 15, 2009 6:33 AM I have downloaded uImage on the beagleboard with the pm branch,and enabled all the CPU power management ,and after booting I found all the

Re: Modifying the kernel keymap

2009-11-15 Thread Felipe Balbi
Hi, On Sun, 2009-11-15 at 12:06 -0800, Cory Maccarrone wrote: All, I'm working with the Wing Linux and Linwizard projects in porting various omap850-based devices to Linux, and was wondering about keymaps. In particular, I'm working with the HTC Herald, which uses an Alt key to access

Re: [PATCH 00/19] OMAP: DSS2 v5 intro

2009-11-15 Thread Stephen Rothwell
Tomi, On Fri, 13 Nov 2009 09:59:28 -0800 Tony Lindgren t...@atomide.com wrote: I rebased DSS2 on top of 8171d88089ad63fc442b2bf32af7c18653adc5cb. It can be found from git://gitorious.org/linux-omap-dss2/linux.git for-next branch. I'm ok with Tony pulling DSS2 to his next-branch, or

Re: [PATCH v3] mfd: Initial support for twl5031

2009-11-15 Thread Samuel Ortiz
Hi Ilkka, On Tue, Nov 10, 2009 at 05:26:15PM +0200, Ilkka Koskinen wrote: TWL5031 introduces two new interrupts in PIH. Moreover, BCI has changed remarkably and, thus, it's disabled when TWL5031 is in use. Applied to my for-next branch, thanks. Cheers, Samuel. Signed-off-by: Ilkka Koskinen

Re: Modifying the kernel keymap

2009-11-15 Thread Cory Maccarrone
On Sun, Nov 15, 2009 at 2:31 PM, Felipe Balbi m...@felipebalbi.com wrote: Hi, On Sun, 2009-11-15 at 12:06 -0800, Cory Maccarrone wrote: All, I'm working with the Wing Linux and Linwizard projects in porting various omap850-based devices to Linux, and was wondering about keymaps. In

Dose OMAP3 support split transfer?

2009-11-15 Thread jung songtan
Hi Guys, Dose OMAP3 support split transaction? Thanks, -- K T Jung -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/2] Amstrad Delta: add support for LCD contrast

2009-11-15 Thread Janusz Krzysztofik
The series consists of 2 patches: [PATCH 1/2] omapfb: lcd_ams_delta: add support for contrast control [PATCH 2/2] OMAP: ams_delta_defconfig: enable LCD class device support It is intended for 2.6.33, if it's not too late. Thanks, Janusz -- To unsubscribe from this list: send the line

[PATCH 1/2] omapfb: lcd_ams_delta: add support for contrast control

2009-11-15 Thread Janusz Krzysztofik
The patch extends the Amstrad Delta LCD panel driver with optional support for changing contrast using standard LCD class device API instead of setting it silently to a default value at panel enable. It also allows for lowering power consumption by turning off OMAP_PWL_CLK_ENABLE via

RE: [PATCH] omap3: ehci: Add regulator framework

2009-11-15 Thread Pandita, Vikram
Ajay -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Gupta, Ajay Kumar Sent: Sunday, November 15, 2009 2:46 AM To: linux-omap@vger.kernel.org Cc: felipe.ba...@nokia.com; broo...@opensource.wolfsonmicro.com; Gupta, Ajay

[PATCH 0/5] AI TB: Always Innovating OMAP3-based Touch Book

2009-11-15 Thread Gregoire Gentil
This series adds support for the Always Innovating OMAP3-based Touch Book, Grégoire Gentil Gregoire Gentil (5): Defconfig file of the Always Innovating OMAP3-based Touch Book. Board file of the Always Innovating OMAP3-based Touch Book. Driver for the Freescale MMA7455L accelerometer

[PATCH 2/5] AI TB: Board file of the Always Innovating OMAP3-based Touch Book.

2009-11-15 Thread Gregoire Gentil
Board file of the Always Innovating OMAP3-based Touch Book. Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/board-omap3touchbook.c | 683 1 files changed, 683 insertions(+), 0 deletions(-) create mode 100644

[PATCH 3/5] AI TB: Driver for the Freescale MMA7455L accelerometer

2009-11-15 Thread Gregoire Gentil
Driver for the Freescale MMA7455L accelerometer Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/input/misc/Kconfig|9 + drivers/input/misc/Makefile |2 +- drivers/input/misc/mma7455l.c | 625 + include/linux/mma7455l.h |

[PATCH 4/5] AI TB: Driver for the Always Innovating Touch Book keyboard.

2009-11-15 Thread Gregoire Gentil
Driver for the Always Innovating Touch Book keyboard. Signed-off-by: Gregoire Gentil grego...@gentil.com --- drivers/hid/Kconfig|7 + drivers/hid/Makefile |1 + drivers/hid/hid-alwaysinnovating.c | 262

[PATCH 5/5] AI TB: Additional modifications for the Always Innovating OMAP3-based Touch Book, including video and sound.

2009-11-15 Thread Gregoire Gentil
Additional modifications for the Always Innovating OMAP3-based Touch Book, including video and sound. Signed-off-by: Gregoire Gentil grego...@gentil.com --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile|2 + drivers/video/omap/lcd_omap3touchbook.c

Re: [PATCH 00/19] OMAP: DSS2: Intro

2009-11-15 Thread Gregoire Gentil
On Wed, 2009-10-07 at 11:57 +0300, Felipe Contreras wrote: On Wed, Sep 30, 2009 at 12:21 PM, Tomi Valkeinen tomi.valkei...@nokia.com wrote: Hi, Andrew, do you have time to check out the DSS2 driver? Or suggestions how should I proceed. I rebased DSS2 on top of today's linux-tree, and