[PATCH] ARM: OMAP2+ Add Primview displays to panel-generic

2012-04-20 Thread Jan Weitzel
Add displays to panel-generic-dpi.c Prime View PD050VL1 (640 x 480) Prime View PD104SLF (800 x 600) Prime View PM070WL4 (800 x 480) Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2: Add primeview prefix drivers/video/omap2/displays/panel-generic-dpi.c | 63 ++ 1

[PATCH] ARM: OMAP2+ Add Primview displays to panel-generic

2012-03-23 Thread Jan Weitzel
Add displays to panel-generic-dpi.c Prime View PD050VL1 (640 x 480) Prime View PD104SLF (800 x 600) Prime View PM070WL4 (800 x 480) Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/video/omap2/displays/panel-generic-dpi.c | 63 ++ 1 files changed, 63 insertions

Re: [PATCH] mdt nand: omap2+ use platform options

2011-12-05 Thread Jan Weitzel
Am Freitag, den 02.12.2011, 12:20 +0200 schrieb Grazvydas Ignotas: On Thu, Dec 1, 2011 at 10:42 AM, Artem Bityutskiy dedeki...@gmail.com wrote: On Tue, 2011-11-29 at 10:00 +0100, Jan Weitzel wrote: Signed-off-by: Jan Weitzel j.weit...@phytec.de Pushed to l2-mtd-2.6.git, thank you

Re: [PATCH] mdt nand: omap2+ use platform options

2011-12-01 Thread Jan Weitzel
Am Mittwoch, den 30.11.2011, 12:31 -0800 schrieb Brian Norris: On Tue, Nov 29, 2011 at 1:00 AM, Jan Weitzel j.weit...@phytec.de wrote: Options from struct omap_nand_platform_data are not used. Apply options after nand_scan_ident to avoid overwrite due to NAND_CHIPOPTIONS_MSK. So you can

[PATCH] mdt nand: omap2+ use platform options

2011-11-29 Thread Jan Weitzel
Options from struct omap_nand_platform_data are not used. Apply options after nand_scan_ident to avoid overwrite due to NAND_CHIPOPTIONS_MSK. So you can pass options from platformcode Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd/nand/omap2.c |2 ++ 1 files changed, 2

[PATCH v2] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4

2011-07-20 Thread Jan Weitzel
use MTD_NAND_OMAP2 also for OMAP4 arch. testes wit omap4430 Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2: add menuconfig description drivers/mtd/nand/Kconfig |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand

[RFC 0/2 v2] join omap4panda and pcm049

2011-07-19 Thread Jan Weitzel
Try to join both boards. Only compile testet. basis for discusson Jan Weitzel (2): omap4: board-omap4panda: prepare for join omap4: board-omap4pcm049: add Phytec phyCORE-OMAP4 arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/Makefile |5

[RFC 1/2] omap4: board-omap4panda: prepare for join

2011-07-19 Thread Jan Weitzel
inititialisation check if omap4_panda_config entry is valid i2c_2_board_speed == 0 - i2c_2 not used hup_power_gpio == -EINVAL - gpio not used Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-omap4panda-common.c | 380

[RFC 2/2] omap4: board-omap4pcm049: add Phytec phyCORE-OMAP4

2011-07-19 Thread Jan Weitzel
Adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/Makefile |4 + arch/arm/mach-omap2/board-omap4pcm049.c | 368

Re: [PATCH] ARM: OMAP4: PCM049: remove vusim regulator

2011-07-15 Thread Jan Weitzel
Am Freitag, den 15.07.2011, 00:50 -0700 schrieb Tony Lindgren: Well we can add it even before device tree support if it makes sense from code coalescing point of view. In this case it would mean creating board-panda-common.c or similar so the code can be shared amongst the panda variants.

[PATCH] MTD: Nand: use MTD_NAND_OMAP2 for OMAP4

2011-07-15 Thread Jan Weitzel
use MTD_NAND_OMAP2 also for OMAP4 arch. testes wit omap4430 Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd/nand/Kconfig |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 4c34252..40e64b8 100644

[RFC 0/2] join omap4panda and pcm049

2011-07-15 Thread Jan Weitzel
First try to join both boards. Only compile testet. basis for discusson Jan Weitzel (2): omap4: board-omap4panda: prepare for join omap4: board-omap4panda: join Phytec phyCORE-OMAP4 arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/board-omap4panda.c | 817

[PATCH 2/2] omap4: board-omap4panda: join Phytec phyCORE-OMAP4

2011-07-15 Thread Jan Weitzel
This adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. It reuse board-omap4panda platform code. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/Kconfig |6 + arch/arm/mach-omap2/board-omap4panda.c | 321

[PATCH 1/2] omap4: board-omap4panda: prepare for join

2011-07-15 Thread Jan Weitzel
if omap4_panda_config entry is valid i2c_2_board_speed == 0 - i2c_2 not used hup_power_gpio == EINVAL - gpio not used Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/board-omap4panda.c | 498 ++- 1 files changed, 289 insertions(+), 209 deletions(-) diff

Re: [PATCH] ARM: OMAP4: PCM049: remove vusim regulator

2011-07-14 Thread Jan Weitzel
Am Donnerstag, den 14.07.2011, 00:34 -0700 schrieb Tony Lindgren: * Jan Weitzel j.weit...@phytec.de [110713 05:51]: Am Mittwoch, den 13.07.2011, 16:13 +0400 schrieb Sergei Shtylyov: Have you added that 'i' at the end intentionally? Thank you. It was a tribute to vim. :i

Re: [PATCH v2] ARM:OMAP4 add Phytec phyCORE-OMAP4 board

2011-07-13 Thread Jan Weitzel
Am Mittwoch, den 13.07.2011, 01:03 -0700 schrieb Tony Lindgren: * Jan Weitzel j.weit...@phytec.de [110708 05:16]: This adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. I've updated this for the TWL cleanup, that left out about 150 LOC. Will apply to board-part-2

[PATCH] ARM: OMAP4: PCM049: remove vusim regulator

2011-07-13 Thread Jan Weitzel
vusim is not used. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/board-omap4pcm049.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4pcm049.c b/arch/arm/mach-omap2/board-omap4pcm049.c index ad8cb46

[PATCH v2] ARM: OMAP4: PCM049: remove vusim regulator

2011-07-13 Thread Jan Weitzel
vusim is not used. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2: fix typing error arch/arm/mach-omap2/board-omap4pcm049.c | 16 +--- 1 files changed, 1 insertions(+), 15 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap4pcm049.c b/arch/arm/mach-omap2/board

Re: [PATCH] ARM: OMAP4: PCM049: remove vusim regulator

2011-07-13 Thread Jan Weitzel
Am Mittwoch, den 13.07.2011, 16:13 +0400 schrieb Sergei Shtylyov: Have you added that 'i' at the end intentionally? Thank you. It was a tribute to vim. Jan -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: Remaining omap pull requests

2011-07-12 Thread Jan Weitzel
Am Montag, den 11.07.2011, 04:47 -0700 schrieb Tony Lindgren: Then there are two new boards remaining, but they both are waiting on the machine_id patch. If one of them is our pcm049 OMAP4 board, the machine_id is already in. pcm049 MACH_PCM049 PCM049

[PATCH 0/3] ARM:OMAP4 add Phytec phyCORE-OMAP4 board

2011-07-08 Thread Jan Weitzel
This adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. GPMC is used for the smsc911x. A gpmc clk fix is needed. The lcd display pd050vl1 for the generic_dpi_panel gets own patch. Jan Jan Weitzel (3): ARM: OMAP4: Add pcm049 to Kconfig/Makefile ARM: OMAP4: add pcm049

[PATCH 1/3] ARM: OMAP4: Add pcm049 to Kconfig/Makefile

2011-07-08 Thread Jan Weitzel
Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/Kconfig |5 + arch/arm/mach-omap2/Makefile |4 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 19d5891..c6a2d43 100644

[PATCH 2/3] ARM: OMAP4: add pcm049 DEBUGLL

2011-07-08 Thread Jan Weitzel
Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/plat-omap/include/plat/uncompress.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h index ac4b60d..10507a6 100644

[PATCH 3/3] ARM: OMAP4: platformcode board-omap4pcm049.c

2011-07-08 Thread Jan Weitzel
platformcode for Phytec phyCORE-OMAP4 PCM049 OMAP4430 board. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/board-omap4pcm049.c | 728 +++ 1 files changed, 728 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-omap2/board

[PATCH] ARM: OMAP2+ Add Primview dispalys to panel-generic

2011-07-08 Thread Jan Weitzel
Add displays to panel-generic-dpi.c Prime View PD035VL1 (640 x 480) Prime View PD050VL1 (640 x 480) Prime View PD104SLF (800 x 600) Prime View PM070WL4 (800 x 480) Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/video/omap2/displays/panel-generic-dpi.c | 100 ++ 1

[PATCH v2] ARM:OMAP4 add Phytec phyCORE-OMAP4 board

2011-07-08 Thread Jan Weitzel
This adds support for the Phytec OMAP4430 board called phyCORE-OMAP4 PCM049. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- v2: join ARM: OMAP4: Add pcm049 to Kconfig/Makefile ARM: OMAP4: add pcm049 DEBUGLL ARM: OMAP4: platformcode board-omap4pcm049.c arch/arm/mach-omap2/Kconfig

[PATCH] ARM: omap4: rename gpmc clock to gpmc_ick

2011-07-05 Thread Jan Weitzel
The gpmc clock on omap44xx is called gpmc_ick not gpmc_ck in clock44xx_data.c Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2/gpmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c index

[RFC] ARM: OMAP2+ i2c NACK without STP

2011-06-14 Thread Jan Weitzel
are nearly the same. Removing the OMAP_I2C_CON_STP part in the isr fix the problem. Tested on OMAP4430 and OMAP3530 (here NACK was not a problem) Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/i2c/busses/i2c-omap.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff

[PATCH] ARM: OMAP2+ i2c NACK without STP

2011-06-14 Thread Jan Weitzel
are nearly the same. Removing the OMAP_I2C_CON_STP part in the isr fix the problem. Tested on OMAP4430 and OMAP3530 (here NACK was not a problem) Fixes also booting on 2430sdp. Signed-off-by: Jan Weitzel j.weit...@phytec.de Acked-by: Tony Lindgren t...@atomide.com --- drivers/i2c/busses/i2c-omap.c

Re: [PATCH v3] ARM: omap4: i2c reset regs postidle

2011-05-18 Thread Jan Weitzel
Am Dienstag, den 17.05.2011, 16:12 +0200 schrieb Kevin Hilman: Jan Weitzel j.weit...@phytec.de writes: omap4430 get i2c timeouts at each access after an NACK message. OMAP_I2C_FLAG_RESET_REGS_POSTIDLE fix it. We need a little better changelog here. Specifically, *why* does this flag

[PATCH v3] ARM: omap4: i2c reset regs postidle

2011-05-17 Thread Jan Weitzel
omap4430 get i2c timeouts at each access after an NACK message. OMAP_I2C_FLAG_RESET_REGS_POSTIDLE fix it. Signed-off-by: Jan Weitzel j.weit...@phytec.de Tested-by: Andy Green andy.gr...@linaro.org Acked-by: Andy Green andy.gr...@linaro.org --- Works on top of tmlind linux-omap-2.6.git v3: commit

Re: [PATCH] ARM: omap4: i2c reset regs postidle

2011-05-16 Thread Jan Weitzel
Am Donnerstag, den 21.04.2011, 13:13 +0100 schrieb Andy Green: On 04/21/2011 12:47 PM, Somebody in the thread at some point said: Without OMAP_I2C_FLAG_RESET_REGS_POSTIDLE I got i2c controller timeouts on each accsess after an NACK message. Taking this flag fix it. Ahhh that will explain

[PATCH v2] ARM: omap4: i2c reset regs postidle

2011-05-16 Thread Jan Weitzel
Without OMAP_I2C_FLAG_RESET_REGS_POSTIDLE I got i2c controller timeouts on each accsess after an NACK message. Taking this flag fix it. This patch is on top of the i2c feature implementation flags patches Signed-off-by: Jan Weitzel j.weit...@phytec.de Tested-by: Andy Green andy.gr...@linaro.org

[Q] USB OTG host

2011-05-04 Thread Jan Weitzel
, Jan Weitzel -- 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] ARM: omap4: i2c reset regs postidle

2011-04-21 Thread Jan Weitzel
Without OMAP_I2C_FLAG_RESET_REGS_POSTIDLE I got i2c controller timeouts on each accsess after an NACK message. Taking this flag fix it. This patch is on top of the i2c feature implementation flags patches Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-omap2

[PATCH v3] ARM: omap2: mtd split nand_scan in ident and tail

2011-04-19 Thread Jan Weitzel
has to split up in nand_scan_ident and nand_scan_tail setting ecc.layout between these calls. So nand_scan_tail calculates oobvail for the used layout. This is also done in serveral other platforms. Signed-off-by: Jan Weitzel j.weit...@phytec.de Reviewed-by: Vimal Singh vimal.neww...@gmail.com --- v2

[PATCH v2] ARM: omap2: mtd split nand_scan in ident and tail

2011-04-18 Thread Jan Weitzel
has to split up in nand_scan_ident and nand_scan_tail setting ecc.layout between these calls. So nand_scan_tail calculates oobvail for the used layout. This is also done in serveral other platforms. v2: update commit message Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd/nand/omap2

Re: [PATCH] ARM: omap2: mtd split nand_scan in ident and tail

2011-04-15 Thread Jan Weitzel
Am Donnerstag, den 14.04.2011, 11:15 +0200 schrieb Jan Weitzel: nand_scan calls nand_scan_ident and nand_scan_tail, setting values like oobvail according to ecc.layout. If we change the layout afterwards values are wrong. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd

[PATCH] ARM: omap2: mtd split nand_scan in ident and tail

2011-04-14 Thread Jan Weitzel
nand_scan calls nand_scan_ident and nand_scan_tail, setting values like oobvail according to ecc.layout. If we change the layout afterwards values are wrong. Signed-off-by: Jan Weitzel j.weit...@phytec.de --- drivers/mtd/nand/omap2.c | 10 -- 1 files changed, 8 insertions(+), 2

[PATCH] ARM: type casts update_sched_clock cyc_to_sched_clock cyc_to_fixed_sched_clock

2011-04-05 Thread Jan Weitzel
parameter u32 mask type cast befor inversion Signed-off-by: Jan Weitzel j.weit...@phytec.de --- arch/arm/mach-ixp4xx/common.c |4 ++-- arch/arm/mach-mmp/time.c |4 ++-- arch/arm/mach-omap1/time.c|4 ++-- arch/arm/mach-pxa/time.c |4

Re: [PATCH] ARM: type casts update_sched_clock cyc_to_sched_clock cyc_to_fixed_sched_clock

2011-04-05 Thread Jan Weitzel
, Jan Weitzel j.weit...@phytec.de, linux-te...@vger.kernel.org, linux- o...@vger.kernel.org, ker...@pengutronix.de, stericsson_nomadik_li...@list.st.com, triv...@kernel.org, ka...@openwrt.org, linux-arm-ker...@lists.infradead.org, k...@pm.waw.pl Datum: 05.04.2011 10:33 Betreff: Re: [PATCH