Re: mmci-omap regressions

2009-01-20 Thread andrzej zaborowski
2009/1/12 Ladislav Michl la...@linux-mips.org: Last time I used MMC card with linux-2.6.15-omap2 and it worked pretty well on my custom 5910 based board. Current git nor linux-2.6.22-omap1 (currently used for production) doesn't work at all. Inspecting diff between 2.6.15-omap2 and

Re: [PATCH 12/33] Add tsc2005 touchscreen driver

2008-08-31 Thread andrzej zaborowski
2008/8/30 Felipe Balbi [EMAIL PROTECTED]: From: Felipe Balbi [EMAIL PROTECTED] Signed-off-by: Felipe Balbi [EMAIL PROTECTED] --- drivers/input/touchscreen/Kconfig |5 + drivers/input/touchscreen/Makefile |1 + drivers/input/touchscreen/tsc2005.c | 736

Re: [PATCH 00/34] omap drivers going upstream

2008-08-31 Thread andrzej zaborowski
2008/9/1 Felipe Balbi [EMAIL PROTECTED]: On Sat, Aug 30, 2008 at 08:16:00PM +0300, Felipe Balbi wrote: From: Felipe Balbi [EMAIL PROTECTED] The following drivers are going upstream for integration. They have been sitting on linux-omap for quite a while just increasing the diff against

Re: [PATCH 00/34] omap drivers going upstream

2008-08-31 Thread andrzej zaborowski
2008/8/30 Felipe Balbi [EMAIL PROTECTED]: snim Add omap touchscreen driver This is just a tsc2101 touchscreen + pin multiplexing, I'm not really sure it should be upstream (but don't drop it without someone who knows commenting). I think someone even experimented with using a tsc2101 driver on

Re: [PATCH 0/4] OMAP: MENELAUS: Improvements on menelaus

2008-07-29 Thread andrzej zaborowski
Hi, 2008/7/29 Felipe Balbi [EMAIL PROTECTED]: On Tue, Jul 29, 2008 at 12:44:19PM -0400, Carlos Aguiar wrote: Hi Tony and folks, This patch series proposes some improvements on menelaus code. Basically it makes menelaus to use macros instead of some magic constant numbers, making menelaus

Re: [RESEND][PATCH]Separate out 3430 LCD panel support from 2430 file

2008-07-04 Thread andrzej zaborowski
2008/7/2 [EMAIL PROTECTED]: From: Iqbal Shareef [EMAIL PROTECTED] Separate out 3430 LCD panel support from 2430 SDP. Currently the support for the LCD on 3430SDP is added in the lcd_2430sdp.c file. This patch separates it out to a new file. Isn't this a bit step backwards? Code reuse is

Re: [RFC][PATCH] usb: musb: pass configuration specifics via pdata

2008-06-30 Thread andrzej zaborowski
2008/6/30 David Brownell [EMAIL PROTECTED]: On Monday 30 June 2008, Felipe Balbi wrote: The patch won't probe. But if you just copy what's added in board-omap3430sdp.c should work. Better: that controller data should be provided by SOC glue in those cases (omap2430, omap 3*, DaVinci,

Re: [PATCH 2/5] MACH-OMAP1: MCBSP: Add support for mcbsp on mach-omap1

2008-05-29 Thread andrzej zaborowski
Hiya, On 29/05/2008, Eduardo Valentin [EMAIL PROTECTED] wrote: +static struct omap_mcbsp_platform_data omap1_mcbsp_pdata[] = { +#ifdef CONFIG_ARCH_OMAP730 + { + .virt_base = io_p2v(OMAP730_MCBSP1_BASE), + .dma_rx_sync= OMAP_DMA_MCBSP1_RX, +

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 03:04:37PM +0300, Sakari Ailus wrote: ext Felipe Balbi wrote: Hello Felipe, and thanks for reviewing the patch! :) On Tue, 13 May 2008 19:04:22 +0300, Sakari Ailus [EMAIL PROTECTED] wrote: @@ -298,12

Re: [PATCH 2/3] N810: Don't export camera orientation

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 08:54:34AM +0200, andrzej zaborowski wrote: On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 03:04:37PM +0300, Sakari Ailus wrote: ext Felipe Balbi wrote: Hello Felipe

Re: [PATCH 2/2] Input: Make lm8323 sticky key to work with console

2008-05-15 Thread andrzej zaborowski
On 15/05/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, May 14, 2008 at 09:01:19PM -0700, Tony Lindgren wrote: This allows using N810 keyboard from console by adding optional Fn and shift sticky key handling by passing them from platform_data. Currently some not so obvious

[PATCH] MUSB: misc clean-up.

2008-05-03 Thread Andrzej Zaborowski
Correct the interrupt mask in TUSB6010 and other nit-picking from my tree. Signed-off-by: Andrzej Zaborowski [EMAIL PROTECTED] --- drivers/usb/musb/musb_host.c |2 +- drivers/usb/musb/musb_procfs.c |2 +- drivers/usb/musb/tusb6010.c |6 +++--- drivers/usb/musb

Re: [PATCH 1/5] I2C: LM8323: Introduce lm8323 keypad driver

2008-04-09 Thread andrzej zaborowski
Hi, On 09/04/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Wed, Apr 09, 2008 at 03:04:00PM +0300, Felipe Balbi wrote: +static unsigned short normal_i2c[] = +{ + LM8323_I2C_ADDR00, LM8323_I2C_ADDR01, + LM8323_I2C_ADDR10, LM8323_I2C_ADDR11, + I2C_CLIENT_END +}; +

Re: [PATCH 1/5] I2C: LM8323: Introduce lm8323 keypad driver

2008-04-09 Thread andrzej zaborowski
Hi, On 09/04/2008, Lauri Leukkunen [EMAIL PROTECTED] wrote: On 09/04/08 21:05 +0300, ext Felipe Balbi wrote: On Wed, Apr 09, 2008 at 07:26:31PM +0200, andrzej zaborowski wrote: Question not really related to this patchset, but in the TSC2005 driver some averaging and limit checks

Re: [PATCH 1/5] I2C: LM8323: Introduce lm8323 keypad driver

2008-04-09 Thread andrzej zaborowski
On 10/04/2008, Daniel Stone [EMAIL PROTECTED] wrote: On Thu, Apr 10, 2008 at 01:58:51AM +0200, ext andrzej zaborowski wrote: On 09/04/2008, Lauri Leukkunen [EMAIL PROTECTED] wrote: In my opinion kernel should provide correct data to user-space, not some pseudo-random interference from

[PATCH] Stop AIC23 driver from Oopsing.

2008-04-03 Thread Andrzej Zaborowski
From: Andrzej Zaborowski [EMAIL PROTECTED] Prevent AIC23 driver Oopsing when no AIC23 is present by moving some of the initialisation to after the chip is found. There seems to be more that should be fixed in this driver but with this change it can at least be compiled into a kernel safely

Re: [PATCH] Stop AIC23 driver from Oopsing.

2008-04-03 Thread andrzej zaborowski
On 02/04/2008, Tony Lindgren [EMAIL PROTECTED] wrote: * Andrzej Zaborowski [EMAIL PROTECTED] [080329 18:30]: From: Andrzej Zaborowski [EMAIL PROTECTED] Prevent AIC23 driver Oopsing when no AIC23 is present by moving some of the initialisation to after the chip is found. There seems

Re: [PATCH] Fix TUSB6010 ID register offsets.

2008-03-31 Thread andrzej zaborowski
On 31/03/2008, Felipe Balbi [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 10:58:11AM +0300, Tony Lindgren wrote: * Andrzej Zaborowski [EMAIL PROTECTED] [080329 18:48]: From: Andrzej Zaborowski [EMAIL PROTECTED] [Sorry, the previous patch was a copy/paste mistake, this one should