Re: [PATCHv2] OMAP: board-files: fix i2c_bus for tfp410

2012-11-27 Thread Thomas Weber
s that did not define the bus. The > exception is devkit8000, for which the bus is set to 1, which is the > correct bus for that board. > > The bug exists in v3.5+ kernels. > > Signed-off-by: Tomi Valkeinen > Reported-by: Thomas Weber > Cc: Thomas Weber > Cc: # v3.5+ I

Re: [PATCH] ARM: OMAP3: Devkit8000: Fix dvi output

2012-11-18 Thread Thomas Weber
Hello Tomi, On 11/19/2012 06:52 AM, Tomi Valkeinen wrote: On 2012-11-18 18:28, Thomas Weber wrote: Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Thomas Weber Cc: sta...@vger.kernel.org #v3.5 v3.6 --- arch/arm/mach

[PATCH] ARM: OMAP3: Devkit8000: Add DDC i2c_bus_num

2012-11-15 Thread Thomas Weber
Add i2c bus number for DVI output. The driver uses this to detect if a panel is connected and to read EDID. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2

Re: [PATCH v4 04/39] ARM: OMAP2+: gpmc: Acquire NAND CS value

2012-05-14 Thread Thomas Weber
Hello Afzal, On 05/14/12 12:33, Mohammed, Afzal wrote: Hi All, On Thu, May 03, 2012 at 14:12:11, Mohammed, Afzal wrote: Some boards depend on bootloader to update chip select value for NAND. It is felt that Kernel should not depend on bootloader to get CS, as for a particular board CS is hard

Re: Possible circular locking dependency (3.3-rc2)

2012-02-20 Thread Thomas Weber
Hello, I applied the patch from Ming, but got also an error. I am ccing Neil, because I also applied some patches from him. Regards, Thomas > [6.229370] == > [6.235870] [ INFO: possible circular locking dependency detected ] > [6.24

[PATCH 2/2] OMAP2: DSS: Add EDT ET0500G0DH6 display support

2012-02-17 Thread Thomas Weber
The EDT ET0500G0DH6 is a 5 inch display. It is tested on an OMAP3 board. Signed-off-by: Thomas Weber --- drivers/video/omap2/displays/panel-generic-dpi.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/video/omap2/displays/panel-generic-dpi.c

Re: [PATCH] OMAP3: Add Corscience Tricorder board

2012-02-16 Thread Thomas Weber
Hello Tony, do you have any comments on this? Thomas On 02/01/2012 04:59 PM, Thomas Weber wrote: Tricorder is a board which is very similar to the Devkit8000. It is designed as a base platform for further medical devices. www.corscience.de/en/medical-engineering/products/multiparameter/mp10

Re: [PATCH 1/5] Fix w1_bq27000

2012-02-15 Thread Thomas Weber
ot;, -1); > if (!pdev) { > ret = -ENOMEM; > return ret; > } > + ret = platform_device_add_data(pdev, > +&bq27000_battery_info, > +sizeof(bq27000_battery_info)); >

[PATCH] OMAP3: Add Corscience Tricorder board

2012-02-01 Thread Thomas Weber
Tricorder is a board which is very similar to the Devkit8000. It is designed as a base platform for further medical devices. www.corscience.de/en/medical-engineering/products/multiparameter/mp10-board.html Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/Kconfig |6

Re: [PATCH] ARM: OMAP2+: Remove empty io.h

2011-11-19 Thread Thomas Weber
Hello Tony, On 11/19/11 01:29, Tony Lindgren wrote: * Thomas Weber [08 04:05]: The file arch/arm/mach-omap2/io.h is empty, so we can remove it. Thanks applying into fixes. Tony The "resend" version has an Acked-by from Kevin. Thomas Signed-off-by: Thomas Weber ---

[PATCHv2] ARM: OMAP: hsmmc: Fix mux for non-OMAP pins

2011-11-17 Thread Thomas Weber
The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Signed-off-by: Thomas Weber --- Changelog: v2: Remove backslash at end of line arch/arm

[PATCHv2] ARM: OMAP: hsmmc: Fix mux for non-OMAP pins

2011-11-16 Thread Thomas Weber
The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Signed-off-by: Thomas Weber --- Changelog: v2: Remove backslash at end of line arch/arm

[PATCH Resend] ARM: OMAP2+: Remove empty io.h

2011-11-16 Thread Thomas Weber
The file arch/arm/mach-omap2/io.h is empty, so we can remove it. Signed-off-by: Thomas Weber --- 0 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/arm/mach-omap2/io.h diff --git a/arch/arm/mach-omap2/io.h b/arch/arm/mach-omap2/io.h deleted file mode 100644 index e69de29

[PATCH] ARM: OMAP2+: Remove empty io.h

2011-11-08 Thread Thomas Weber
The file arch/arm/mach-omap2/io.h is empty, so we can remove it. Signed-off-by: Thomas Weber --- 0 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 arch/arm/mach-omap2/io.h diff --git a/arch/arm/mach-omap2/io.h b/arch/arm/mach-omap2/io.h deleted file mode 100644 index e69de29

[PATCH] ARM: OMAP3: Fix dependencies for OMAP3_EMU

2011-11-05 Thread Thomas Weber
mba_request_regions' arch/arm/kernel/etm.c:391: undefined reference to `amba_release_regions' arch/arm/mach-omap2/built-in.o: In function `emu_init': arch/arm/mach-omap2/emu.c:62: undefined reference to `amba_device_register' arch/arm/mach-omap2/emu.c:63: undefined reference to `amba_device_re

Re: OMAP: TWL4030: Sound broken in 3.1

2011-11-04 Thread Thomas Weber
Isn't this patch fixing it already? https://lkml.org/lkml/2011/9/5/37 Thomas Péter Ujfalusi wrote: >On Friday 04 November 2011 15:18:05 Joe Woodward wrote: >> In 3.1 sound support is broken for any boards using a TWL4030-based CODEC. >> >> The Kconfig option for the TWL4030 CODEC used to be T

[RFC/PATCH] ARM: OMAP2+: Add chip_select to ads7846 init

2011-11-03 Thread Thomas Weber
-off-by: Thomas Weber --- arch/arm/mach-omap2/board-3430sdp.c|2 +- arch/arm/mach-omap2/board-cm-t35.c |2 +- arch/arm/mach-omap2/board-devkit8000.c |2 +- arch/arm/mach-omap2/board-ldp.c|2 +- arch/arm/mach-omap2/board-omap3evm.c |2 +- arch

Re: [RFC/PATCH] ARM: OMAP: Fix build for OMAP3 only builds

2011-11-03 Thread Thomas Weber
Am 03.11.2011 19:30, schrieb Tony Lindgren: > * Tony Lindgren [02 09:41]: >> * Thomas Weber [02 04:03]: >>> Am 27.10.2011 07:32, schrieb Nori, Sekhar: >>>> On Wed, Oct 12, 2011 at 17:33:56, Thomas Weber wrote: >>>>> When building fo

Re: [PATCH] mmc: omap_hsmmc: Fix build for hsmmc

2011-11-02 Thread Thomas Weber
Hello Tony, hello Chris,https://mail.google.com/mail/?shva=1#label/linux-omap/133653efb30ae047 isn't this already fixed? http://marc.info/?l=linux-omap&m=131991921316862&w=2 [PATCH] omap_hsmmc: fix missing parenthesis in pr_info Thomas On Wed, Nov 2, 2011 at 6:06 PM, Tony Lindgren wrote: > Co

Re: [RFC/PATCH] ARM: OMAP: Fix build for OMAP3 only builds

2011-11-02 Thread Thomas Weber
Am 27.10.2011 07:32, schrieb Nori, Sekhar: > On Wed, Oct 12, 2011 at 17:33:56, Thomas Weber wrote: >> When building for OMAP3 only I get the >> following errors: >> >> In function `omap2420_init_early': >> undefined reference to `omap2_set_g

Re: [PATCH 17/51] ARM: OMAP: convert reset to use arm_arch_reset (fwd)

2011-10-31 Thread Thomas Weber
Hello Paul, hello Will, On Fri, Oct 28, 2011 at 5:47 PM, Paul Walmsley wrote: > > fyi > > > > - Paul > > -- Forwarded message -- > Date: Fri, 28 Oct 2011 15:43:45 +0100 > From: Will Deacon > To: linux-arm-ker...@lists.infradead.org > Cc: Paul Walmsley , Will Deacon > Subject: [P

RE: [RFC/PATCH] ARM: OMAP: Fix build for OMAP3 only builds

2011-10-28 Thread Thomas Weber
Thank you Sekhar, Can you please test the following patch [PATCH v2] arm: omap: Fix errors and warnings when building for one board ThomasN�r��yb�X��ǧv�^�)޺{.n�+{��f��{ay�ʇڙ�,j��f���h���z��w��� ���j:+v���w�j�mzZ+�ݢj"��!�i

[RFC/PATCH] ARM: OMAP: Fix build for OMAP3 only builds

2011-10-12 Thread Thomas Weber
#x27; undefined reference to `omap44xx_clockdomains_init' undefined reference to `omap44xx_hwmod_init' undefined reference to `omap4xxx_clk_init' With this patch the omapXXXX_init_early will be compiled only when their SOC's are selected. Signed-off-by: Thomas Weber --- arch

Re: [PATCH 03/10] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-20 Thread Thomas Weber
Hello Tomi, I'm missing the following patch: OMAP: DSS2: Support for Innolux AT070TN83 http://www.spinics.net/lists/linux-omap/msg56495.html Thomas -- 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 a

[PATCH] OMAP2: Devkit8000: Remove double omap_mux_init_gpio

2011-09-06 Thread Thomas Weber
Remove the init of card detect pin because omap_mux_init_gpio() is called during hsmmc initialization for the write protect and card detect pin. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch

[PATCH] OMAP: hsmmc: Fix mux for non-OMAP pins

2011-09-06 Thread Thomas Weber
The Devkit8000 uses a TWL4030 pin for card detection. Thats why the error: _omap_mux_init_gpio: Could not set gpio192 occurs. This patch checks that the pin is on OMAP before calling omap_mux_init_gpio. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/hsmmc.c |6 -- 1 files changed

[PATCH] ASoC/MFD: twl4030: Fix dependencies for audio codec

2011-09-05 Thread Thomas Weber
, thatswhy the codec was not detected. This patch renames the CONFIG_ TWL4030_CODEC into CONFIG_MFD_TWL4030_AUDIO in twl-core.c. Signed-off-by: Thomas Weber --- drivers/mfd/twl-core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl

Re: [PATCH 1/3] OMAP: DSS2: Support for Innolux AT070TN83

2011-09-05 Thread Thomas Weber
Am 02.09.2011 09:58, schrieb Tomi Valkeinen: > On Thu, 2011-09-01 at 15:05 +0200, Thomas Weber wrote: >> Add support for Innolux AT070TN83, a 7 inch LCD >> with RGB-Interface and touch panel to panel-generic-dpi. >> >> Tested with Devkit8000. >> >> Signed-o

[PATCH 2/3] OMAP: Devkit8000: Change lcd driver to AT070TN83

2011-09-01 Thread Thomas Weber
Change lcd driver from generic to AT070TN83. Signed-off-by: Thomas Weber --- 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 4b1f6c6..a3b8e81

[PATCH 1/3] OMAP: DSS2: Support for Innolux AT070TN83

2011-09-01 Thread Thomas Weber
Add support for Innolux AT070TN83, a 7 inch LCD with RGB-Interface and touch panel to panel-generic-dpi. Tested with Devkit8000. Signed-off-by: Thomas Weber --- drivers/video/omap2/displays/panel-generic-dpi.c | 25 ++ 1 files changed, 25 insertions(+), 0 deletions

Re: devkit8000 & omap3stalker LCD panel

2011-09-01 Thread Thomas Weber
Am 01.09.2011 08:42, schrieb Tomi Valkeinen: > Hi Thomas, Jason, > > I noticed that both devkit8000 and omap3stalker boards use the generic > dpi driver for LCD. Why is that? If the boards have a normal fixed > resolution LCD, the timings for the LCD should be added to the > panel-generic-dpi.c. >

Re: [PATCH] arm: omap2plus: fix ads7846 pendown gpio request

2011-05-04 Thread Thomas Weber
gpio_set_debounce(gpio_pendown, gpio_debounce); + if (gpio_debounce) + gpio_set_debounce(gpio_pendown, gpio_debounce); + } ads7846_config.gpio_pendown = gpio_pendown; Tested-by: Thomas Weber On Devkit8000. Thanks. Thomas -- To unsub

Re: [PATCH 1/4] omap: consolidate touch screen initialization among different boards

2011-05-04 Thread Thomas Weber
Hello, because ads7846_get_pendown_state() is not longer set in ads7846_platform_data, the ads7846_setup_pendown tries to request the pendown gpio and fails because the gpio is already requested. Thomas Am 25.04.2011 00:09, schrieb Mike Rapoport: > Add common-board-devices.c that will contain th

Re: 2.6.38 not booting on sbc8100 (aka devkit8000)

2011-04-08 Thread Thomas Weber
Am 08.04.2011 10:03, schrieb Belisko Marek: > On Fri, Apr 8, 2011 at 9:00 AM, Thomas Weber > wrote: >> Am 25.03.2011 08:53, schrieb Belisko Marek: >>> On Fri, Mar 25, 2011 at 8:13 AM, Jarkko Nikula wrote: >>>> On Thu, 24 Mar 2011 12:00:30 -0700 >>>&g

Re: 2.6.38 not booting on sbc8100 (aka devkit8000)

2011-04-08 Thread Thomas Weber
Am 25.03.2011 08:53, schrieb Belisko Marek: > On Fri, Mar 25, 2011 at 8:13 AM, Jarkko Nikula wrote: >> On Thu, 24 Mar 2011 12:00:30 -0700 >> Tony Lindgren wrote: >> >>> * Belisko Marek [110324 08:18]: On Thu, Mar 24, 2011 at 4:18 PM, Tony Lindgren wrote: > * Belisko Marek [110324

Re: [PATCH resend] video: omap24xxcam: Fix compilation

2011-02-24 Thread Thomas Weber
Hallo David, Am 25.02.2011 00:36, schrieb David Cohen: > On Mon, Feb 21, 2011 at 2:21 PM, Felipe Balbi wrote: >> On Mon, Feb 21, 2011 at 02:09:07PM +0200, David Cohen wrote: >>> On Mon, Feb 21, 2011 at 9:36 AM, Felipe Balbi wrote: Hi, On Sat, Feb 19, 2011 at 06:04:58PM +0200, Davi

[RFC/PATCH] OMAP: Fix section mismatch

2011-02-18 Thread Thomas Weber
e. Signed-off-by: Thomas Weber --- arch/arm/plat-omap/cpu-omap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/cpu-omap.c b/arch/arm/plat-omap/cpu-omap.c index 11c54ec..17fdd5f 100644 --- a/arch/arm/plat-omap/cpu-omap.c +++ b/arch/arm/plat-omap/

Re: SDHC card affected by preemption model in 2.6.35

2011-02-18 Thread Thomas Weber
Hello Mathieu, hello Venkat, I hope it is not too old and you remember this: Am 17.06.2010 16:33, schrieb Venkatraman S: > Mathieu Poirier wrote: >> On Wed, 2010-06-16 at 14:13 +0530, Venkatraman S wrote: >>> Mathieu Poirier wrote: On Tue, 2010-06-15 at 20:58 +0530, Venkatraman S wrote: >

Re: [PATCH 2/2] omap3: devkit8000: Add and use 4.3 inch display

2011-02-18 Thread Thomas Weber
Hello Daniel, Am 12.02.2011 18:02, schrieb Daniel Morsing: > This patch adds a generic panel entry for the 4.3 inch display that is > sold with the devkit8000 and modifies the board file to use this > display. > > Signed-off-by: Daniel Morsing > --- > Note that this patch depends on the previous

Re: [PATCH 2/2] omap3: devkit8000: Add and use 4.3 inch display

2011-02-16 Thread Thomas Weber
Hello Daniel, Am 12.02.2011 18:02, schrieb Daniel Morsing: > This patch adds a generic panel entry for the 4.3 inch display that is > sold with the devkit8000 and modifies the board file to use this > display. > > Signed-off-by: Daniel Morsing > --- > Note that this patch depends on the previous

Re: [PATCH resend] video: omap24xxcam: Fix compilation

2011-02-15 Thread Thomas Weber
Am 15.02.2011 12:44, schrieb Sylwester Nawrocki: > Hi Felipe, > > On 02/15/2011 12:37 PM, Felipe Balbi wrote: >> On Tue, Feb 15, 2011 at 01:28:19PM +0200, Sakari Ailus wrote: >>> Thomas Weber wrote: >>>> Add linux/sched.h because of missing declaration of TAS

[PATCHv2] media/video: Fix compilation of omap24xxcam

2011-02-08 Thread Thomas Weber
ction) drivers/media/video/omap24xxcam.c:415: error: (Each undeclared identifier is reported only once drivers/media/video/omap24xxcam.c:415: error: for each function it appears in.) Signed-off-by: Thomas Weber --- Changelog: v2: Change subject line to media/video drivers/media/video/omap2

[PATCH resend] video: omap24xxcam: Fix compilation

2011-02-07 Thread Thomas Weber
ction) drivers/media/video/omap24xxcam.c:415: error: (Each undeclared identifier is reported only once drivers/media/video/omap24xxcam.c:415: error: for each function it appears in.) Signed-off-by: Thomas Weber --- drivers/media/video/omap24xxcam.c |1 + 1 files changed, 1 insertions(+), 0 deleti

Re: [PATCHv5] OMAP3: Devkit8000: Change lcd power pin

2011-02-01 Thread Thomas Weber
On Thu, Jan 20, 2011 at 4:41 PM, Thomas Weber wrote: > This patch fixes a wrongly used lcd enable pin. > > The Devkit8000 uses twl4030_ledA configured as output gpio only for > the lcd enable line. twl4030_gpio.1 is used through the generic > gpio functions while ledA is use

[PATCHv4] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-31 Thread Thomas Weber
of the lsr_break_flag fixes this issue. Signed-off-by: Thomas Weber Acked-by: Govindraj.R Tested-by: Manjunath G Kondaiah Acked-by: Kevin Hilman --- v3->v4 Rebased to 2.6.38-rc2 after move of drivers/serial to drivers/tty/serial Added Acked-by and Tested-by drivers/tty/ser

Re: [PATCHv3] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-31 Thread Thomas Weber
On Mon, Jan 24, 2011 at 10:47 PM, Kevin Hilman wrote: > Govindraj writes: > >> On Fri, Jan 21, 2011 at 3:31 PM, Thomas Weber wrote: >>> Magic SysRq key is not working for OMAP on new serial >>> console ttyOx because SUPPORT_SYSRQ is not defined >>> for

[PATCH] video: omap24xxcam: Fix compilation

2011-01-31 Thread Thomas Weber
ction) drivers/media/video/omap24xxcam.c:415: error: (Each undeclared identifier is reported only once drivers/media/video/omap24xxcam.c:415: error: for each function it appears in.) Signed-off-by: Thomas Weber --- drivers/media/video/omap24xxcam.c |1 + 1 files changed, 1 insertions(+), 0 deleti

[PATCHv3] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-21 Thread Thomas Weber
of the lsr_break_flag fixes this issue. Signed-off-by: Thomas Weber --- drivers/serial/omap-serial.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/serial/omap-serial.c b/drivers/serial/omap-serial.c index 7f2f010..699b344 100644 --- a/drivers/serial/omap

[PATCHv5] OMAP3: Devkit8000: Change lcd power pin

2011-01-20 Thread Thomas Weber
replaced with gpio_request_one. The return value of gpio_request_one is used to set the value of the gpio to -EINVAL when unsuccessful, so that gpio_is_valid can detect the unsuccessful request. But already successful requested gpios are not freed. Reported-by: Daniel Morsing Signed-off-by: Thomas

[PATCH] OMAP: omap-mcbsp: Fix building after replacement

2011-01-20 Thread Thomas Weber
lace the following: > >ARCH_OMAP2420 SOC_OMAP2420 >ARCH_OMAP2430 SOC_OMAP2430 >ARCH_OMAP3430 SOC_OMAP3430 Signed-off-by: Thomas Weber --- sound/soc/omap/omap-mcbsp.c |1 + sound/soc/omap/omap-mcbsp.h |1 + 2 files changed

Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-20 Thread Thomas Weber
Hello, Am 19.01.2011 13:23, schrieb Sergei Shtylyov: > Hello. > > On 19-01-2011 11:19, Thomas Weber wrote: > >> The return value of gpio_request is ignored. >> This patch adds the check of the return value of gpio_request. > >> Signed-off-by: Thomas Weber >

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-19 Thread Thomas Weber
Am 19.01.2011 14:58, schrieb Govindraj: > On Wed, Jan 19, 2011 at 7:01 PM, Thomas Weber wrote: >> Am 19.01.2011 14:00, schrieb G, Manjunath Kondaiah: >>> On Wed, Jan 19, 2011 at 03:01:39PM +0530, Govindraj wrote: >>>> On Wed, Jan 19, 2011 at 2:11 PM, Thomas Weber w

Re: [PATCHv4 2/4] OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration

2011-01-19 Thread Thomas Weber
Am 19.01.2011 23:21, schrieb Tony Lindgren: > * Thomas Weber [110119 00:18]: >> From: Daniel Morsing >> >> gpio7 on the tps65930 is used as an output on the devkit8000 and >> gpio1 is not connected. Remove gpio7 and change gpio1 to pulldown >> >> Signed-

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-19 Thread Thomas Weber
Am 19.01.2011 14:00, schrieb G, Manjunath Kondaiah: > On Wed, Jan 19, 2011 at 03:01:39PM +0530, Govindraj wrote: >> On Wed, Jan 19, 2011 at 2:11 PM, Thomas Weber wrote: >>> Magic SysRq key is not working for OMAP on new serial >>> console ttyOx because SUPPORT_SYSRQ

[PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-19 Thread Thomas Weber
Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines SUPPORT_SYSRQ in omap-serial and enables handling of Magic SysRq character. Signed-off-by: Thomas Weber --- Changes from v1: Changed comment drivers

[PATCHv4 1/4] OMAP3: Devkit8000: Change lcd power pin

2011-01-19 Thread Thomas Weber
functions for initialization and use of ledA. This also fixes a bug where the lcd would not power down when blanking. Fix indentation issue. The comment line uses 8 whitespace. This is replaced with one tabulator. Reported-by: Daniel Morsing Signed-off-by: Thomas Weber --- arch/arm/mach-omap2

[PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread Thomas Weber
The return value of gpio_request is ignored. This patch adds the check of the return value of gpio_request. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCHv4 0/4] omap3: Devkit8000: misc fixes

2011-01-19 Thread Thomas Weber
ndentation in comment Changed from v3: Use return value of gpio_request. Fix indentation of one curly brace. Daniel Morsing (1): OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration Thomas Weber (3): OMAP3: Devkit8000: Change lcd power pin OMAP3: Devkit8000: Check re

[PATCHv4 4/4] OMAP3: Devkit8000: Fix indentation of brace

2011-01-19 Thread Thomas Weber
Fix indentation of a closing curly brace. Signed-off-by: Thomas Weber --- 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 4ddd81c..a344cd8

[PATCHv4 2/4] OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration

2011-01-19 Thread Thomas Weber
From: Daniel Morsing gpio7 on the tps65930 is used as an output on the devkit8000 and gpio1 is not connected. Remove gpio7 and change gpio1 to pulldown Signed-off-by: Daniel Morsing --- arch/arm/mach-omap2/board-devkit8000.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --

[PATCHv3 0/2] omap3: Devkit8000: misc fixes

2011-01-17 Thread Thomas Weber
ndentation in comment Daniel Morsing (1): OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration Thomas Weber (1): OMAP3: Devkit8000: Change lcd power pin arch/arm/mach-omap2/board-devkit8000.c | 10 +++--- 1 files changed, 3 insertions(+), 7 deletions(-) -- 1.7.4.rc2 -- To uns

[PATCHv3 1/2] OMAP3: Devkit8000: Change lcd power pin

2011-01-17 Thread Thomas Weber
functions for initialization and use of ledA. This also fixes a bug where the lcd would not power down when blanking. Fix indentation issue. The comment line uses 8 whitespace. This is replaced with one tabulator. Reported-by: Daniel Morsing Signed-off-by: Thomas Weber --- arch/arm/mach-omap2

[PATCHv3 2/2] OMAP3: Devkit8000: Fix tps65930 pullup/pulldown configuration

2011-01-17 Thread Thomas Weber
From: Daniel Morsing gpio7 on the tps65930 is used as an output on the devkit8000 and gpio1 is not connected. Remove gpio7 and change gpio1 to pulldown Signed-off-by: Daniel Morsing --- arch/arm/mach-omap2/board-devkit8000.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --

[PATCHv2 1/2] OMAP3: Devkit8000: Change lcd power pin

2011-01-17 Thread Thomas Weber
The reset_gpio pin for lcd is connected with TWL4030 LedA. TWL4030 GPIO.1 has a not connected resistor. Fix indention issue. The comment line uses 8 whitespaces. Replaced with one tabulator. Reported-by: Daniel Morsing Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c

[PATCHv2 2/2] omap3: devkit8000: fix tps65930 pullup/pulldown configuration

2011-01-17 Thread Thomas Weber
From: Daniel Morsing gpio7 on the tps65930 is used as an output on the devkit8000 and gpio1 is not connected. Remove gpio7 and change gpio1 to pulldown Signed-off-by: Daniel Morsing --- arch/arm/mach-omap2/board-devkit8000.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --

[PATCHv2 0/2] misc Devkit8000 fixes

2011-01-17 Thread Thomas Weber
: Pull the indention fix into "Change lcd power pin". Change the pin for lcd pwren. Fix the pullup/pulldown configuration after lcd prwen correction. Daniel Morsing (1): omap3: devkit8000: fix tps65930 pullup/pulldown configuration Thomas Weber (1): OMAP3: Devkit8000:

Re: State of LDP3430 platform

2011-01-16 Thread Thomas Weber
,6 @@ static int __init omap_init_clocksource_32k(void) > } > return 0; > } > -arch_initcall(omap_init_clocksource_32k); > > #endif /* !(defined(CONFIG_ARCH_OMAP730) || > defined(CONFIG_ARCH_OMAP15XX)) */ > > diff --git a/arch/arm/plat-omap/include/plat/common.h > b/arch/arm/plat-omap/include/plat/common.h > index 6b8088e..84c707f 100644 > --- a/arch/arm/plat-omap/include/plat/common.h > +++ b/arch/arm/plat-omap/include/plat/common.h > @@ -35,6 +35,7 @@ struct sys_timer; > > extern void omap_map_common_io(void); > extern struct sys_timer omap_timer; > +extern int __init omap_init_clocksource_32k(void); > > extern void omap_reserve(void); > This patch works on Devkit8000. Thanks. Tested-by: Thomas Weber -- 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

Re: Open issues after 2.6.38 merge window

2011-01-14 Thread Thomas Weber
Am 14.01.2011 20:47, schrieb Tony Lindgren: > Hi all, > > Before I update out master branch, let's try to summarize the > open issues after the merge window. Here's a list of issues > in omap-fixes-for-linus that I'm aware of: > > - NFS root oopses while mounting root > > - omap4430 es1.0 hangs if

Re: [PATCH 0/3] omap3: devkit8000: misc fixes

2011-01-14 Thread Thomas Weber
io for lcd power pin The reset_gpio pin for lcd is connected with TWL4030 LedA. The TWL4030 GPIO.1 has a not connected resistor in the line. Reported-by: Daniel Morsing Signed-off-by: Thomas Weber diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/boa

[PATCH] OMAP: Enable Sysrq on serial console

2011-01-12 Thread Thomas Weber
SUPPORT_SYSRQ must be defined to enable handling of sysrq character. Signed-off-by: Thomas Weber --- drivers/serial/omap-serial.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/serial/omap-serial.c b/drivers/serial/omap-serial.c index 1201eff..907be9b 100644

[PATCH] OMAP3: Devkit8000: Add DEBUG_LL support

2010-12-21 Thread Thomas Weber
Add support for DEBUG_LL for Devkit8000. Devkit8000 uses uart 3 for debug output. Signed-off-by: Thomas Weber --- 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

Re: [PATCH] OMAP2: Devkit8000: Use _cansleep GPIO functions for display reset lines

2010-12-21 Thread Thomas Weber
gpio, 0); > + gpio_set_value_cansleep(dssdev->reset_gpio, 0); > } > > static struct regulator_consumer_supply devkit8000_vmmc1_supply = Hello Daniel, Your patch is destroyed by gmail. Please read Documentation/email-clients.txt I have the same patch on my

[PATCH] OMAP2: Devkit8000: Fix mmc regulator failure

2010-11-01 Thread Thomas Weber
This patch fixes the following error: >regulator: VMMC1: 1850 <--> 3150 mV at 3000 mV normal standby >twl_reg twl_reg.6: can't register VMMC1, -22 >twl_reg: probe of twl_reg.6 failed with error -22 Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c

[PATCH] OMAP2: powerdomain: Add break in switch statement

2010-07-09 Thread Thomas Weber
Add a missing break at end of switch statement. At the moment it is a fall through to WARN_ON(1) and return -EEXIST. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/powerdomain.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/powerdomain.c b

Re: [PATCHv2 04/11] OMAP2: Devkit8000: Setup LCD reset

2010-07-05 Thread Thomas Weber
Am 05.07.2010 14:57, schrieb Tony Lindgren: > * Thomas Weber [100602 14:33]: > >> From: Kan-Ru Chen >> >> This patch corrects the LCD reset pin configuration. >> >> Original code from early devkit8000 patch sets the TWL4030 GPIO_1 >> to EHCI_nOC an

[PATCHv2 05/11] OMAP2: Devkit8000: Remove unneeded VDVI supply

2010-06-02 Thread Thomas Weber
The VDVI power supply is no longer needed in board code with the new DSS2 interface. Signed-off-by: Thomas Weber --- 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-omap2

[PATCHv2 07/11] OMAP2: Devkit8000: Remove en-/disable for tv panel

2010-06-02 Thread Thomas Weber
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 --- arch/arm/mach-omap2/board-devkit8000.c | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/arch

[PATCHv2 01/11] OMAP2: Devkit8000: Cleanup for power supplies

2010-06-02 Thread Thomas Weber
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 --- arch/arm/mach-omap2/board-devkit8000.c | 32 ++-- 1 files changed, 26 insertions(+), 6 deletions

[PATCHv2 08/11] OMAP2: Devkit8000: Using the REGULATOR_SUPPLY macro

2010-06-02 Thread Thomas Weber
Replacing supplies with the REGULATOR_SUPPLY macro. Signed-off-by: Thomas Weber --- 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/board

[PATCHv2 06/11] OMAP2: Devkit8000: Remove non existing vsim supply

2010-06-02 Thread Thomas Weber
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 --- arch/arm/mach-omap2/board-devkit8000.c | 22 -- 1 files changed, 0

[PATCHv2 09/11] OMAP2: Devkit8000: Using gpio_is_valid macro

2010-06-02 Thread Thomas Weber
Using the macro gpio_is_valid for check of valid gpio pins. Signed-off-by: Thomas Weber --- 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.c

[PATCHv2 00/11] Multiple fixes for Devkit8000

2010-06-02 Thread Thomas Weber
: Devkit8000: Setup LCD reset Thomas Weber (9): OMAP2: Devkit8000: Cleanup for power supplies OMAP2: Devkit8000: change panel to generic panel OMAP2: Devkit8000: Remove unneeded VDVI supply OMAP2: Devkit8000: Remove non existing vsim supply OMAP2: Devkit8000: Remove en-/disable for tv panel

[PATCHv2 11/11] OMAP2: Devkit8000: Fix regulator for power supply

2010-06-02 Thread Thomas Weber
Devkit8000 uses the TPS65930 and not the TWL4030. The TPS65930 uses only a subset of the power supplies of the TWL4030. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

[PATCHv2 10/11] OMAP2: Devkit8000: Remove unused omap_board_config

2010-06-02 Thread Thomas Weber
omap_board_config is no longer used and thats why empty. This patch removes the empty omap_board_config. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b

[PATCHv2 04/11] OMAP2: Devkit8000: Setup LCD reset

2010-06-02 Thread Thomas Weber
From: Kan-Ru Chen This patch corrects the LCD reset pin configuration. Original code from early devkit8000 patch sets the TWL4030 GPIO_1 to EHCI_nOC and TWL4030_GPIO_MAX+1 to ledA. Indeed these two pins are both LCD_PWREN. Setup the lcd reset_gpio properly so it can be disabled when other displa

[PATCHv2 03/11] OMAP2: Devkit8000: Enable DVI-D output

2010-06-02 Thread Thomas Weber
From: Kan-Ru Chen 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 --- arch/arm/mach-omap2/board-devkit8000.c | 15 +++ 1 f

[PATCHv2 02/11] OMAP2: Devkit8000: change panel to generic panel

2010-06-02 Thread Thomas Weber
Choose the generic panel for lcd code of Devkit8000. Signed-off-by: Thomas Weber --- 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 08a2a01

Re: [PATCH 00/14] Multiple fixes for Devkit8000

2010-05-31 Thread Thomas Weber
Hello Tony, can you please add these patches? Or is something to change? Thomas Am 18.05.2010 14:05, schrieb Thomas Weber: > Some of these patches were submitted earlier but got no comments > so I am sending them one more time. > > These patches correct errors that were done whi

[PATCH 04/14] OMAP2: Devkit8000: Setup LCD reset

2010-05-18 Thread Thomas Weber
turned on. Signed-off-by: Kan-Ru Chen Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index c6b9ed4..37b047e

[PATCH 03/14] OMAP2: Devkit8000: Enable DVI-D output

2010-05-18 Thread Thomas Weber
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 Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 15

[PATCH 12/14] OMAP2: Devkit8000: Using gpio_is_valid

2010-05-18 Thread Thomas Weber
Using the macro gpio_is_valid for check of valid gpio pins. Signed-off-by: Thomas Weber --- 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.c

[PATCH 13/14] OMAP2: Devkit8000: Remove unused omap_board_config

2010-05-18 Thread Thomas Weber
Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index de7c28a..81000e4 100644 --- a/arch/arm/mach-omap2/board

[PATCH 00/14] Multiple fixes for Devkit8000

2010-05-18 Thread Thomas Weber
corrected. Kan-Ru Chen (1): OMAP2: Devkit8000: Setup LCD reset Thomas Weber (13): OMAP2: Devkit8000: Cleanup for supplies OMAP2: Devkit8000: change lcd panel to generic OMAP2: Devkit8000: Enable DVI-D output OMAP2: Devkit8000: Remove unneeded VDVI OMAP2: Devkit8000: Remove nonexisting vsim

[PATCH 05/14] OMAP2: Devkit8000: Remove unneeded VDVI

2010-05-18 Thread Thomas Weber
The VDVI is no longer needed with the new DSS2 interface. This patch removes the supply from board code. Signed-off-by: Thomas Weber --- 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

[PATCH 08/14] OMAP2: Devkit8000: Use the REGULATOR_SUPPLY macro

2010-05-18 Thread Thomas Weber
Replacing the supplies with the REGULATOR_SUPPLY macro. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 36 +++ 1 files changed, 13 insertions(+), 23 deletions(-) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2

[PATCH 11/14] OMAP2: Devkit8000: Fix comment

2010-05-18 Thread Thomas Weber
The comment says VAUX4 which is not used for ads7846. Signed-off-by: Thomas Weber --- 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 637a2c3

[PATCH 10/14] OMAP2: Devkit8000: Fix whitespace with tab

2010-05-18 Thread Thomas Weber
Signed-off-by: Thomas Weber --- 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 d8c1d81..637a2c3 100644 --- a/arch/arm/mach-omap2/board

[PATCH 06/14] OMAP2: Devkit8000: Remove nonexisting vsim

2010-05-18 Thread Thomas Weber
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. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 22 -- 1 files changed, 0 insertions

[PATCH 07/14] OMAP2: Devkit8000: Remove en-/disable for tv panel

2010-05-18 Thread Thomas Weber
This patch removes devkit8000_panel_enable_tv and devkit8000_panel_disable_tv because they are already done in DSS2 code. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c | 12 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/arch/arm/mach

[PATCH 14/14] OMAP2: Devkit8000: Correct regulator

2010-05-18 Thread Thomas Weber
Devkit8000 uses the TPS65930 and not the TWL4030. The TPS65930 uses only a subset of the voltage regulators of the TWL4030. Signed-off-by: Thomas Weber --- arch/arm/mach-omap2/board-devkit8000.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board

  1   2   >