[PATCHv3 20/27] clk: ti: omap34xx: move omap34xx clock type support code to clock driver

2015-05-25 Thread Tero Kristo
With the legacy clock data gone, this is no longer needed under platform, so move it under the clock driver itself. Remove unnecessary declarations from the TI clock header also. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/Makefile|2 +- arch/arm/mach-omap2/clock34xx.c | 138

[PATCH 20/24] clk: ti: omap34xx: move omap34xx clock type support code to clock driver

2015-03-06 Thread Tero Kristo
With the legacy clock data gone, this is no longer needed under platform, so move it under the clock driver itself. Remove unnecessary declarations from the TI clock header also. Signed-off-by: Tero Kristo --- arch/arm/mach-omap2/Makefile|2 +- arch/arm/mach-omap2/clock34xx.c | 138

Re: [PATCH 10/10] ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi

2015-02-28 Thread Pavel Machek
On Thu 2015-02-26 14:50:00, Pali Rohár wrote: > These files are not used by any DTS file anymore. > > Signed-off-by: Pali Rohár Acked-by: Pavel Machek > --- > arch/arm/boot/dts/omap34xx-hs.dtsi | 12 > arch/arm/boot/dts/omap36xx-hs.dtsi | 12

[PATCH 10/10] ARM: dts: Remove files omap34xx-hs.dtsi and omap36xx-hs.dtsi

2015-02-26 Thread Pali Rohár
These files are not used by any DTS file anymore. Signed-off-by: Pali Rohár --- arch/arm/boot/dts/omap34xx-hs.dtsi | 12 arch/arm/boot/dts/omap36xx-hs.dtsi | 12 2 files changed, 24 deletions(-) delete mode 100644 arch/arm/boot/dts/omap34xx-hs.dtsi delete mode

Re: [PATCH 3/3] ARM: dts: OMAP34xx/36xx: Add temperature sensor

2014-12-27 Thread Pavel Machek
On Fri 2014-12-26 13:34:54, Sebastian Reichel wrote: > OMAP34xx and OMAP36xx processors contain a register in the > syscon area, which can be used to determine the SoCs temperature. > > Signed-off-by: Sebastian Reichel Acked-by: Pavel Machek Tested-by: Pavel Machek Driver bi

Re: [PATCH] add omap34xx temperature monitoring support

2014-12-26 Thread Tony Lindgren
* Pali Rohár [141226 08:29]: > On Friday 26 December 2014 17:17:57 Tony Lindgren wrote: > > > > + > > > > +#include "../../arch/arm/mach-omap2/control.h" > > > > > > No need to do this, you can use syscon here like > > > pbias-regulator.c is doing. > > > > Oh looks like you're already using sysc

Re: [PATCH] add omap34xx temperature monitoring support

2014-12-26 Thread Pali Rohár
On Friday 26 December 2014 17:17:57 Tony Lindgren wrote: > * Tony Lindgren [141226 07:57]: > > * Pavel Machek [141226 02:32]: > > > --- /dev/null > > > +++ b/drivers/hwmon/omap34xx_temp.c > > > @@ -0,0 +1,263 @@ > > > +/* > > >

Re: [PATCH] add omap34xx temperature monitoring support

2014-12-26 Thread Tony Lindgren
* Tony Lindgren [141226 07:57]: > * Pavel Machek [141226 02:32]: > > --- /dev/null > > +++ b/drivers/hwmon/omap34xx_temp.c > > @@ -0,0 +1,263 @@ > > +/* > > + * omap34xx_temp.c - Linux kernel module for OMAP34xx hardware monitoring > > + * >

Re: [PATCH] add omap34xx temperature monitoring support

2014-12-26 Thread Tony Lindgren
* Pavel Machek [141226 02:32]: > --- /dev/null > +++ b/drivers/hwmon/omap34xx_temp.c > @@ -0,0 +1,263 @@ > +/* > + * omap34xx_temp.c - Linux kernel module for OMAP34xx hardware monitoring > + * > + * Copyright (C) 2008 Nokia Corporation > + * > + * Wr

[PATCH 3/3] ARM: dts: OMAP34xx/36xx: Add temperature sensor

2014-12-26 Thread Sebastian Reichel
OMAP34xx and OMAP36xx processors contain a register in the syscon area, which can be used to determine the SoCs temperature. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap34xx.dtsi | 7 +++ arch/arm/boot/dts/omap36xx.dtsi | 7 +++ 2 files changed, 14 insertions(+) diff

[PATCH] add omap34xx temperature monitoring support

2014-12-26 Thread Pavel Machek
ot;TI OMAP34xx internal temperature sensor" + depends on ARCH_OMAP3 && HIGH_RES_TIMERS + config HWMON_DEBUG_CHIP bool "Hardware Monitoring Chip debugging messages" default n diff --git a/drivers/hwmon/Makefile b/drivers/hwmon/Makefile index 6728064..5c3b5d

Re: [PATCH 0/2] Manage OMAP34xx ES3.1.2 rev to resume from suspend

2014-08-01 Thread Tony Lindgren
* Jeremy Vial [140731 06:16]: > Hi, > > My kernel crashed when my OMAP34xx ES3.1.2 leave suspend mode. The first > patch seems to solve the issue, and the second one corrects Linux kernel > coding style problems. > > Jeremy Vial (2): > ARM: OMAP3: Fix choice of omap

[PATCH 1/2] ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.

2014-07-31 Thread Jeremy Vial
According to the comment “restore_es3: applies to 34xx >= ES3.0" in "arch/arm/mach-omap2/sleep34xx.S”, omap3_restore_es3 should be used if the revision of an OMAP34xx is ES3.1.2. Signed-off-by: Jeremy Vial --- arch/arm/mach-omap2/control.c |3 ++- 1 file changed, 2 insertions(+

[PATCH 0/2] Manage OMAP34xx ES3.1.2 rev to resume from suspend

2014-07-31 Thread Jeremy Vial
Hi, My kernel crashed when my OMAP34xx ES3.1.2 leave suspend mode. The first patch seems to solve the issue, and the second one corrects Linux kernel coding style problems. Jeremy Vial (2): ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case. ARM: OMAP3: Fix

[PATCH V2 1/8] ARM: dts: OMAP34xx/35xx: Add CPU OPP table

2013-03-19 Thread Nishanth Menon
Add DT OPP table for OMAP34xx/35xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. OPP data here is based on existing opp3xxx_data.c Since the omap36xx OPP tables would be different from OMAP34xx/35xx, introduce an new omap34xx.dtsi for 34xx/35xx specific

Re: [PATCH 1/8] ARM: dts: OMAP34xx: move CPU OPP tables to device tree

2013-03-14 Thread Jon Hunter
On 03/14/2013 03:58 PM, Nishanth Menon wrote: > Add DT OPP table for OMAP34xx family of devices. This data is > decoded by OF with of_init_opp_table() helper function. > > This is in preparation to use generic cpu0-cpufreq driver. No mention here about what you are removing ;-

[PATCH 1/8] ARM: dts: OMAP34xx: move CPU OPP tables to device tree

2013-03-14 Thread Nishanth Menon
Add DT OPP table for OMAP34xx family of devices. This data is decoded by OF with of_init_opp_table() helper function. This is in preparation to use generic cpu0-cpufreq driver. Cc: Kevin Hilman Cc: "Benoît Cousson" Cc: Santosh Shilimkar Cc: Shawn Guo Cc: Keerthy Cc:

OMAP34xx HW 1-bit ECC algorithm

2012-08-14 Thread Peter Barada
Is there any source for code that generates a 3-byte subpage ECC that matches the ECC the bootrom is expecting when reading bootloader code out of the first block of NAND? I'm dealing with a problem of the Micron MT46H256M32L4K1-5 that has a in-chip BCH ECC engine on our boards where a reset doesn

[PATCH RESEND v3 3/3] Watchdog: Omap: get the bootstatus for OMAP34xx

2012-07-15 Thread Zumeng Chen
The offset of WKUP_MOD is not right for the PRM_RSTST of OMAP3. So here put the right one to match to the actual physical addr 0x48307258, which defined in PRCM Registers section named as Global_Reg_PRM. And there is a MPU_WD_RST bit in PRM_RSTST(0x48307258) holding the signal from omap-wdt reboot

[PATCH v3 3/3] Watchdog: Omap: get the bootstatus for OMAP34xx

2012-07-15 Thread Zumeng Chen
The offset of WKUP_MOD is not right for the PRM_RSTST of OMAP3. So here put the right one to match to the actual physical addr 0x48307258, which defined in PRCM Registers section named as Global_Reg_PRM. And there is a MPU_WD_RST bit in PRM_RSTST(0x48307258) holding the signal from omap-wdt reboot

Re: OMAP34xx

2012-04-05 Thread Archit Taneja
On Thursday 05 April 2012 02:19 PM, Russell King - ARM Linux wrote: On Thu, Apr 05, 2012 at 02:04:41PM +0530, Archit Taneja wrote: We figured out the culprit patch, reverting this prevents the issue: commit 46f8c3c7e95c0d30d95911e7975ddc4f93b3e237 Author: Archit Taneja Date: Fri Oct 7 03:08:4

Re: OMAP34xx

2012-04-05 Thread Russell King - ARM Linux
On Thu, Apr 05, 2012 at 02:04:41PM +0530, Archit Taneja wrote: > We figured out the culprit patch, reverting this prevents the issue: > > commit 46f8c3c7e95c0d30d95911e7975ddc4f93b3e237 > Author: Archit Taneja > Date: Fri Oct 7 03:08:44 2011 -0600 > > ARM: OMAP: ctrl: Fix CONTROL_DSIPHY regi

Re: OMAP34xx

2012-04-05 Thread Archit Taneja
Hi, On Thursday 05 April 2012 01:54 PM, Russell King - ARM Linux wrote: On Fri, Feb 10, 2012 at 11:56:39AM +0530, Archit Taneja wrote: On Friday 10 February 2012 04:04 AM, Russell King - ARM Linux wrote: On Thu, Feb 09, 2012 at 12:22:42PM +0530, Archit Taneja wrote: Hi, On Sunday 05 February

Re: OMAP34xx

2012-04-05 Thread Russell King - ARM Linux
On Fri, Feb 10, 2012 at 11:56:39AM +0530, Archit Taneja wrote: > On Friday 10 February 2012 04:04 AM, Russell King - ARM Linux wrote: >> On Thu, Feb 09, 2012 at 12:22:42PM +0530, Archit Taneja wrote: >>> Hi, >>> >>> On Sunday 05 February 2012 08:08 PM, Russell King - ARM Linux wrote: Okay, so

[PATCH 3/3] OMAP2+: UART: replace omap34xx/omap4xx cpu checks with not omap24xx

2012-03-21 Thread Govindraj.R
From: "Govindraj.R" Minor cleanup, replace all omap34xx/omap44xx cpu checks with cpu is not omap24xx check. Cc: Paul Walmsley Cc: Felipe Balbi Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/serial.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

Re: OMAP34xx

2012-02-15 Thread Luciano Coelho
On Wed, 2012-02-15 at 17:28 -0800, Kevin Hilman wrote: > NeilBrown writes: > > > On Wed, 15 Feb 2012 16:13:02 -0800 Kevin Hilman > > > > wrote: > > > >> On 02/15/2012 03:54 PM, Kevin Hilman wrote: > >> > Luciano Coelho writes: > >> > > >> > [...] > >> > > >> >> I just tried this on my Panda a

Re: OMAP34xx

2012-02-15 Thread Luciano Coelho
Hi Kevin, On Wed, 2012-02-15 at 16:13 -0800, Kevin Hilman wrote: > On 02/15/2012 03:54 PM, Kevin Hilman wrote: > > Luciano Coelho writes: > > > > [...] > > > >> I just tried this on my Panda and I keep getting this kind of BUGs. It > >> spams my console so much that is pretty much unusable: > >

Re: OMAP34xx

2012-02-15 Thread Kevin Hilman
Russell King - ARM Linux writes: > On Sun, Feb 12, 2012 at 10:41:32AM +, Russell King - ARM Linux wrote: >> Another issue (through lower priority) is this: >> >> twl-common.c:(.init.text+0x2e48): undefined reference to >> `omap34xx_vddmpu_volt_data' >> twl-common.c:(.init.text+0x2e4c): unde

Re: OMAP34xx

2012-02-15 Thread Kevin Hilman
NeilBrown writes: > On Wed, 15 Feb 2012 16:13:02 -0800 Kevin Hilman > wrote: > >> On 02/15/2012 03:54 PM, Kevin Hilman wrote: >> > Luciano Coelho writes: >> > >> > [...] >> > >> >> I just tried this on my Panda and I keep getting this kind of BUGs. It >> >> spams my console so much that is pre

Re: OMAP34xx

2012-02-15 Thread NeilBrown
On Wed, 15 Feb 2012 16:13:02 -0800 Kevin Hilman wrote: > On 02/15/2012 03:54 PM, Kevin Hilman wrote: > > Luciano Coelho writes: > > > > [...] > > > >> I just tried this on my Panda and I keep getting this kind of BUGs. It > >> spams my console so much that is pretty much unusable: > >> > >> [

Re: OMAP34xx

2012-02-15 Thread Kevin Hilman
On 02/15/2012 03:54 PM, Kevin Hilman wrote: Luciano Coelho writes: [...] I just tried this on my Panda and I keep getting this kind of BUGs. It spams my console so much that is pretty much unusable: [ 336.172302] BUG: sleeping function called from invalid context at include/linux/freezer.

Re: OMAP34xx

2012-02-15 Thread Kevin Hilman
Luciano Coelho writes: [...] > I just tried this on my Panda and I keep getting this kind of BUGs. It > spams my console so much that is pretty much unusable: > > [ 336.172302] BUG: sleeping function called from invalid context at > include/linux/freezer.h:46 > [ 336

Re: OMAP34xx

2012-02-15 Thread Paul Walmsley
On Mon, 13 Feb 2012, Shubhrajyoti wrote: > Boot tested on omap4430 sdp. Thanks Shubhrajyoti! Added your Tested-by. - Paul -- 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.or

Re: OMAP34xx

2012-02-15 Thread Felipe Contreras
On Thu, Feb 9, 2012 at 2:47 AM, Greg KH wrote: > Show me an OMAP user that actually runs a mainline kernel :) I haven't used anything but mainline kernel since years when I test stuff on my Nokia N900. Cheers. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe lin

Re: OMAP34xx

2012-02-15 Thread Russell King - ARM Linux
On Sun, Feb 12, 2012 at 10:41:32AM +, Russell King - ARM Linux wrote: > Another issue (through lower priority) is this: > > twl-common.c:(.init.text+0x2e48): undefined reference to > `omap34xx_vddmpu_volt_data' > twl-common.c:(.init.text+0x2e4c): undefined reference to > `omap34xx_vddcore_vo

Re: OMAP34xx

2012-02-14 Thread Alan Stern
On Tue, 14 Feb 2012, Felipe Balbi wrote: > Hi, > > On Thu, Feb 09, 2012 at 11:34:42AM -0800, Rex Feany wrote: > > I also get these warnings when compiling: > > > > CC arch/arm/mach-omap2/usb-host.o > > arch/arm/mach-omap2/usb-host.c: In function 'usbhs_init': > > arch/arm/mach-omap2/usb-h

Re: OMAP34xx

2012-02-14 Thread Felipe Balbi
Hi, On Thu, Feb 09, 2012 at 11:34:42AM -0800, Rex Feany wrote: > I also get these warnings when compiling: > > CC arch/arm/mach-omap2/usb-host.o > arch/arm/mach-omap2/usb-host.c: In function 'usbhs_init': > arch/arm/mach-omap2/usb-host.c:528: warning: assignment from incompatible > pointe

Re: OMAP34xx

2012-02-13 Thread Tony Lindgren
* Tony Lindgren [120213 12:46]: > > Got the compiler build going further with the following fix to > crosstool-ng in case others are having similar issues. Will send > that separately to crosstool-ng mailing list. Looks like that's already in works according to this: http://sourceware.org/ml/cr

Re: OMAP34xx

2012-02-13 Thread Tony Lindgren
Hi, * Tony Lindgren [120207 21:01]: > * Russell King - ARM Linux [120207 01:39]: > > On Mon, Feb 06, 2012 at 10:13:15AM -0800, Tony Lindgren wrote: > > > FYI, I'm now seeing the same warning as Igor posted with > > > omap2plus_defconfig using the same compiler as Igor: > > > > > > gcc version 4

Re: OMAP34xx

2012-02-13 Thread Tony Lindgren
* Russell King - ARM Linux [120212 03:13]: > Here's another issue which kautobuildv2 just found, as I've now added > randconfig to the suite of OMAP4430 SDP builds. Obviously, as it's > using a different configuration each time, it's going to find different > issues on each run. > > For this, th

Re: OMAP34xx

2012-02-13 Thread Rex Feany
Thus spake Tony Lindgren (t...@atomide.com): > * Paul Walmsley [120209 17:48]: > > > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > > testing branch; it works. > > Rex, care to confirm this is also the case for you with > your custom .config? Yes, it works. Thanks

Re: OMAP34xx

2012-02-12 Thread Shubhrajyoti
On Monday 13 February 2012 12:42 AM, Paul Walmsley wrote: > Hi > > On Sun, 12 Feb 2012, Russell King - ARM Linux wrote: > >> The other allnoconfig issue is: >> >> arch/arm/mach-omap2/built-in.o:(.data+0xa3d0): undefined reference to >> `omap_i2c_reset' >> >> which looks like hwmod can't cope with

Re: OMAP34xx

2012-02-12 Thread Paul Walmsley
Hi On Sun, 12 Feb 2012, Russell King - ARM Linux wrote: > The other allnoconfig issue is: > > arch/arm/mach-omap2/built-in.o:(.data+0xa3d0): undefined reference to > `omap_i2c_reset' > > which looks like hwmod can't cope with the I2C_OMAP being disabled. > > I don't propose these are fixed fo

Re: OMAP34xx

2012-02-12 Thread Russell King - ARM Linux
Here's another issue which kautobuildv2 just found, as I've now added randconfig to the suite of OMAP4430 SDP builds. Obviously, as it's using a different configuration each time, it's going to find different issues on each run. For this, the seed config has the following extra lines compared wit

Re: OMAP34xx

2012-02-12 Thread Russell King - ARM Linux
Another issue (through lower priority) is this: twl-common.c:(.init.text+0x2e48): undefined reference to `omap34xx_vddmpu_volt_data' twl-common.c:(.init.text+0x2e4c): undefined reference to `omap34xx_vddcore_volt_data' twl-common.c:(.init.text+0x2e5c): undefined reference to `omap36xx_vddmpu_vo

Re: OMAP34xx

2012-02-10 Thread Paul Walmsley
Hello Matt, Vaibhav, On Fri, 10 Feb 2012, Matt Porter wrote: > On Thu, Feb 09, 2012 at 07:19:47PM -0700, Paul Walmsley wrote: > > > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > > testing branch; it works. > > Regarding the issue that Vaibhav reported with: > > "

Re: OMAP34xx

2012-02-10 Thread Russell King - ARM Linux
On Fri, Feb 10, 2012 at 01:53:12PM +0200, Grazvydas Ignotas wrote: > On Thu, Feb 9, 2012 at 8:36 PM, Tony Lindgren wrote: > > Please everybody using omaps with mainline give a test for the > > merge of the various fixes planned. I've done a branch with > > v3.3-rc3 + Russell's fixes + Paul's seria

Re: OMAP34xx

2012-02-10 Thread Tony Lindgren
* Paul Walmsley [120209 17:48]: > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > testing branch; it works. Rex, care to confirm this is also the case for you with your custom .config? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux

Re: OMAP34xx

2012-02-10 Thread Matt Porter
On Thu, Feb 09, 2012 at 07:19:47PM -0700, Paul Walmsley wrote: > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > testing branch; it works. Regarding the issue that Vaibhav reported with: "omap_hwmod: usbtll_fck: missing clockdomain for usbtll_fck" I also see it on m

RE: OMAP34xx

2012-02-10 Thread Hiremath, Vaibhav
On Fri, Feb 10, 2012 at 19:49:57, Paul Walmsley wrote: > Hi > > On Fri, 10 Feb 2012, Hiremath, Vaibhav wrote: > > > On Fri, Feb 10, 2012 at 07:49:47, Paul Walmsley wrote: > > > > > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > > > testing branch; it works. > > > >

Re: OMAP34xx

2012-02-10 Thread Matt Porter
On Fri, Feb 10, 2012 at 07:10:06AM +, Hiremath, Vaibhav wrote: > On Fri, Feb 10, 2012 at 07:49:47, Paul Walmsley wrote: > > > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > > testing branch; it works. > > > > I tried it on AM37x EVM, it did worked for me but I h

RE: OMAP34xx

2012-02-10 Thread Paul Walmsley
Hi On Fri, 10 Feb 2012, Hiremath, Vaibhav wrote: > On Fri, Feb 10, 2012 at 07:49:47, Paul Walmsley wrote: > > > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > > testing branch; it works. > > > > I tried it on AM37x EVM, it did worked for me but I have some observa

Re: OMAP34xx

2012-02-10 Thread Grazvydas Ignotas
On Thu, Feb 9, 2012 at 8:36 PM, Tony Lindgren wrote: > Please everybody using omaps with mainline give a test for the > merge of the various fixes planned. I've done a branch with > v3.3-rc3 + Russell's fixes + Paul's serial port fixes + fixes > that I've queued up. Seems to be good on pandora wi

Re: OMAP34xx

2012-02-10 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 09:45:58AM +, Russell King - ARM Linux wrote: > On Tue, Feb 07, 2012 at 04:08:23PM -0800, Kevin Hilman wrote: > > Víctor M. Jáquez L. writes: > > > If it helps, I observed the same issue in a beagleboard rev B6, with > > > v3.3-rc2 > > > > Great, thanks. Can you share

RE: OMAP34xx

2012-02-09 Thread Hiremath, Vaibhav
On Fri, Feb 10, 2012 at 07:49:47, Paul Walmsley wrote: > > Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's > testing branch; it works. > I tried it on AM37x EVM, it did worked for me but I have some observations, 1) [root@arago /]# cat /tmp/pm_debug/count usbhost_pwrdm

Re: OMAP34xx

2012-02-09 Thread Archit Taneja
On Friday 10 February 2012 04:04 AM, Russell King - ARM Linux wrote: On Thu, Feb 09, 2012 at 12:22:42PM +0530, Archit Taneja wrote: Hi, On Sunday 05 February 2012 08:08 PM, Russell King - ARM Linux wrote: Okay, so this requires backlight support, and TAAL selected, so that sorts that error, bu

Re: OMAP34xx

2012-02-09 Thread Paul Walmsley
Kevin and I just doublechecked OMAP37xx BeagleBoard xM here with Tony's testing branch; it works. - Paul -- 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.h

Re: OMAP34xx

2012-02-09 Thread Rex Feany
Thus spake Kevin Hilman (khil...@ti.com): > Can you double check that you're building and booting using Tony's -rc3 > based branch? I believe so, but I cloned it again anyway and it is different from what I had originally. > Also, can you do a test using omap2plus_defconfig? Of course! Serial s

Re: OMAP34xx

2012-02-09 Thread Paul Walmsley
On Thu, 9 Feb 2012, Paul Walmsley wrote: > Yeah, that one is PM related. If mach-omap2/pm24xx.c is hacked to only > enter MPU retention, rather than full chip retention, it works (quick hack > below). I suspect it is due to the lack of wakeup support in OMAP2 PM, > but of course it could be s

Re: OMAP34xx

2012-02-09 Thread Kevin Hilman
Rex Feany writes: > Thus spake Tony Lindgren (t...@atomide.com): > >> Please everybody using omaps with mainline give a test for the >> merge of the various fixes planned. I've done a branch with >> v3.3-rc3 + Russell's fixes + Paul's serial port fixes + fixes >> that I've queued up. >> >> If yo

Re: OMAP34xx

2012-02-09 Thread Russell King - ARM Linux
On Thu, Feb 09, 2012 at 12:22:42PM +0530, Archit Taneja wrote: > Hi, > > On Sunday 05 February 2012 08:08 PM, Russell King - ARM Linux wrote: >> Okay, so this requires backlight support, and TAAL selected, so that sorts >> that error, but causes others: >> >> taal display0: taal panel revision e3.8

Re: OMAP34xx

2012-02-09 Thread Paul Walmsley
On Thu, 9 Feb 2012, Tony Lindgren wrote: > * Tony Lindgren [120209 10:05]: > > > > This fixes the various build and boot issues with custom .configs > > that don't select CONFIG_MACH_OMAP_GENERIC. It should fix slow serial > > console issues. And it fixes booting with DT to minimal enviroment. >

Re: OMAP34xx

2012-02-09 Thread Rex Feany
Thus spake Tony Lindgren (t...@atomide.com): > Please everybody using omaps with mainline give a test for the > merge of the various fixes planned. I've done a branch with > v3.3-rc3 + Russell's fixes + Paul's serial port fixes + fixes > that I've queued up. > > If you still see problems with com

Re: OMAP34xx

2012-02-09 Thread Tony Lindgren
* Tony Lindgren [120209 10:05]: > > This fixes the various build and boot issues with custom .configs > that don't select CONFIG_MACH_OMAP_GENERIC. It should fix slow serial > console issues. And it fixes booting with DT to minimal enviroment. Looks like the serial console is still insanely slow

Re: OMAP34xx

2012-02-09 Thread Greg KH
On Wed, Feb 08, 2012 at 05:39:28PM -0800, Kevin Hilman wrote: > Greg KH writes: > > > What changeset(s) do you want me to take from my tty-next tree and put > > it in the tty-linus tree to be merged for the 3.3-final timeframe? > > 6bbcbf2 tty: serial: omap-serial: wakeup latency constraint is i

Re: OMAP34xx

2012-02-09 Thread Tony Lindgren
* Mark Brown [120209 05:06]: > On Thu, Feb 09, 2012 at 09:25:36AM +0200, Jarkko Nikula wrote: > > On 02/09/2012 02:47 AM, Greg KH wrote: > > > Show me an OMAP user that actually runs a mainline kernel :) > > > I guess pretty much all these days? Most error reports what I recall > > seeing during

Re: OMAP34xx

2012-02-09 Thread Mark Brown
On Thu, Feb 09, 2012 at 09:25:36AM +0200, Jarkko Nikula wrote: > On 02/09/2012 02:47 AM, Greg KH wrote: > > Show me an OMAP user that actually runs a mainline kernel :) > I guess pretty much all these days? Most error reports what I recall > seeing during past 2-3 years are from mainline kernel an

Re: OMAP34xx

2012-02-08 Thread Jarkko Nikula
On 02/09/2012 02:47 AM, Greg KH wrote: > Show me an OMAP user that actually runs a mainline kernel :) > I guess pretty much all these days? Most error reports what I recall seeing during past 2-3 years are from mainline kernel and not that much from linux-omap or some board support package kernel.

Re: OMAP34xx

2012-02-08 Thread Archit Taneja
Hi, On Sunday 05 February 2012 08:08 PM, Russell King - ARM Linux wrote: On Sun, Feb 05, 2012 at 12:56:26PM +, Russell King - ARM Linux wrote: And here's another (set of) problem(s) on the 4430SDP board once the previous have been worked around: omap_hwmod: l3_div_ck: missing clockdomain f

Re: OMAP34xx

2012-02-08 Thread Austin, Brian
On Feb 8, 2012, at 6:47 PM, "Greg KH" wrote: > On Wed, Feb 08, 2012 at 05:14:18PM -0700, Paul Walmsley wrote: >> Hi Greg >> >> was just directed at this thread: >> >> On Wed, 8 Feb 2012, Greg KH wrote: >> >>> Don't send me anything, saying it needs to get into the -rc merge >>> window, that

Re: OMAP34xx

2012-02-08 Thread Kevin Hilman
Greg KH writes: > What changeset(s) do you want me to take from my tty-next tree and put > it in the tty-linus tree to be merged for the 3.3-final timeframe? 6bbcbf2 tty: serial: omap-serial: wakeup latency constraint is in microseconds, edbe5db tty: serial: OMAP: block idle while the UART is t

Re: OMAP34xx

2012-02-08 Thread Greg KH
On Wed, Feb 08, 2012 at 05:14:18PM -0700, Paul Walmsley wrote: > Hi Greg > > was just directed at this thread: > > On Wed, 8 Feb 2012, Greg KH wrote: > > > Don't send me anything, saying it needs to get into the -rc merge > > window, that you don't actually want to see merged. Otherwise, how l

Re: OMAP34xx

2012-02-08 Thread Paul Walmsley
Hi Greg was just directed at this thread: On Wed, 8 Feb 2012, Greg KH wrote: > Don't send me anything, saying it needs to get into the -rc merge > window, that you don't actually want to see merged. Otherwise, how long > am I supposed to know to wait? That's just looney. We did want to see

Re: OMAP34xx

2012-02-08 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 11:53:27AM -0800, Greg KH wrote: > On Wed, Feb 08, 2012 at 07:23:34PM +0200, Grazvydas Ignotas wrote: > > On Wed, Feb 8, 2012 at 7:06 PM, Greg KH wrote: > > > On Wed, Feb 08, 2012 at 09:01:24AM -0800, Kevin Hilman wrote: > > >> Grazvydas Ignotas writes: > > >> > > >> > On

Re: OMAP34xx

2012-02-08 Thread Tony Lindgren
* Russell King - ARM Linux [120208 14:39]: > On Wed, Feb 08, 2012 at 11:55:30AM -0800, Tony Lindgren wrote: > > * Russell King - ARM Linux [120208 01:15]: > > > On Tue, Feb 07, 2012 at 04:08:23PM -0800, Kevin Hilman wrote: > > > > Víctor M. Jáquez L. writes: > > > > > If it helps, I observed the

Re: OMAP34xx

2012-02-08 Thread Greg KH
On Wed, Feb 08, 2012 at 03:03:19PM -0800, Kevin Hilman wrote: > Hi Greg, > > Greg KH writes: > > [...] > > >> It would look to me like they are queued for 3.4 but Kevin says there > >> were intended for 3.3-rc. > > > > Kevin might have wished they would go into 3.3, but given that the first > >

Re: OMAP34xx

2012-02-08 Thread Russell King - ARM Linux
On Wed, Feb 08, 2012 at 11:55:30AM -0800, Tony Lindgren wrote: > * Russell King - ARM Linux [120208 01:15]: > > On Tue, Feb 07, 2012 at 04:08:23PM -0800, Kevin Hilman wrote: > > > Víctor M. Jáquez L. writes: > > > > If it helps, I observed the same issue in a beagleboard rev B6, with > > > > v3.3

Re: OMAP34xx

2012-02-08 Thread Kevin Hilman
Hi Greg, Greg KH writes: [...] >> It would look to me like they are queued for 3.4 but Kevin says there >> were intended for 3.3-rc. > > Kevin might have wished they would go into 3.3, but given that the first > round of these patches had to be reverted, I thought it safer to wait > for 3.4. S

Re: OMAP34xx

2012-02-08 Thread Greg KH
On Wed, Feb 08, 2012 at 07:23:34PM +0200, Grazvydas Ignotas wrote: > On Wed, Feb 8, 2012 at 7:06 PM, Greg KH wrote: > > On Wed, Feb 08, 2012 at 09:01:24AM -0800, Kevin Hilman wrote: > >> Grazvydas Ignotas writes: > >> > >> > On Wed, Feb 8, 2012 at 2:53 AM, Kevin Hilman wrote: > >> >> Kevin Hilma

Re: OMAP34xx

2012-02-08 Thread Tony Lindgren
* Russell King - ARM Linux [120208 01:15]: > On Tue, Feb 07, 2012 at 04:08:23PM -0800, Kevin Hilman wrote: > > Víctor M. Jáquez L. writes: > > > If it helps, I observed the same issue in a beagleboard rev B6, with > > > v3.3-rc2 > > > > Great, thanks. Can you share your ~/.config? > > If it he

Re: OMAP34xx

2012-02-08 Thread Cousson, Benoit
On 2/7/2012 9:41 AM, Russell King - ARM Linux wrote: On Tue, Feb 07, 2012 at 01:54:57AM +0100, Cousson, Benoit wrote: Hi Russell, On 2/7/2012 1:24 AM, Russell King - ARM Linux wrote: On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: In theory that patch should not be even neede

Re: OMAP34xx

2012-02-08 Thread Grazvydas Ignotas
On Wed, Feb 8, 2012 at 7:06 PM, Greg KH wrote: > On Wed, Feb 08, 2012 at 09:01:24AM -0800, Kevin Hilman wrote: >> Grazvydas Ignotas writes: >> >> > On Wed, Feb 8, 2012 at 2:53 AM, Kevin Hilman wrote: >> >> Kevin Hilman writes: >> >> >> >>> This one is indeed strange.  I have not seen this on th

Re: OMAP34xx

2012-02-08 Thread Greg KH
On Wed, Feb 08, 2012 at 09:01:24AM -0800, Kevin Hilman wrote: > Grazvydas Ignotas writes: > > > On Wed, Feb 8, 2012 at 2:53 AM, Kevin Hilman wrote: > >> Kevin Hilman writes: > >> > >>> This one is indeed strange.  I have not seen this on the 34xx devices > >>> I'm using (3430/n900, 3530/Overo,

Re: OMAP34xx

2012-02-08 Thread Kevin Hilman
Grazvydas Ignotas writes: > On Wed, Feb 8, 2012 at 2:53 AM, Kevin Hilman wrote: >> Kevin Hilman writes: >> >>> This one is indeed strange.  I have not seen this on the 34xx devices >>> I'm using (3430/n900, 3530/Overo, 3630/Zoom3). >> >> OK, I've reproduced this on v3.3-rc2. >> >> The reason I

Re: OMAP34xx

2012-02-08 Thread Cousson, Benoit
Hi Mark, On 2/7/2012 6:28 PM, Mark Brown wrote: On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: The twl changes were done like that because it was assuming that USE_OF and thus IRQ_DOMAIN will be enabled by default for all OMAP2+ platforms at 3.3 time. The whole point of doin

Re: OMAP34xx

2012-02-08 Thread Grazvydas Ignotas
On Wed, Feb 8, 2012 at 2:53 AM, Kevin Hilman wrote: > Kevin Hilman writes: > >> Tony Lindgren writes: >> >> [...] >> Basically, it looks like the OMAP 3 UART is not delivering transmit IRQs while in some of the deeper low power modes. I tried reverting the rest of the patches

Re: OMAP34xx

2012-02-08 Thread Russell King - ARM Linux
On Tue, Feb 07, 2012 at 04:08:23PM -0800, Kevin Hilman wrote: > Víctor M. Jáquez L. writes: > > If it helps, I observed the same issue in a beagleboard rev B6, with > > v3.3-rc2 > > Great, thanks. Can you share your ~/.config? If it helps, ARM Kautobuild V2 is up and running (assuming I don't b

Re: OMAP34xx

2012-02-07 Thread Tony Lindgren
* Kevin Hilman [120207 13:38]: > Russell King - ARM Linux writes: > > [...] > > > Another problem oopses the kernel at boot in the voltage domain code, > > which I suspect this has never been boot tested on OMAP34xx CPUs: > > > > omap_vc_init_channel

Re: OMAP34xx

2012-02-07 Thread Tony Lindgren
* Russell King - ARM Linux [120207 01:39]: > On Mon, Feb 06, 2012 at 10:13:15AM -0800, Tony Lindgren wrote: > > FYI, I'm now seeing the same warning as Igor posted with > > omap2plus_defconfig using the same compiler as Igor: > > > > gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) > > > > Stil

Re: OMAP34xx

2012-02-07 Thread Tony Lindgren
* Mark Brown [120207 08:57]: > On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: > > > The twl changes were done like that because it was assuming that > > USE_OF and thus IRQ_DOMAIN will be enabled by default for all OMAP2+ > > platforms at 3.3 time. The whole point of doing that

Re: OMAP34xx

2012-02-07 Thread Kevin Hilman
Kevin Hilman writes: > Tony Lindgren writes: > > [...] > >>> > > --- a/arch/arm/mach-omap2/pm34xx.c >>> > > +++ b/arch/arm/mach-omap2/pm34xx.c >>> > > @@ -420,7 +420,7 @@ static void omap3_pm_idle(void) >>> > > { >>> > > local_fiq_disable(); >>> > > >>> > > - if (omap_irq_pendin

Re: OMAP34xx

2012-02-07 Thread Víctor M . Jáquez L .
On Tue, Feb 07, 2012 at 02:36:06PM -0800, Kevin Hilman wrote: > Tony Lindgren writes: > > [...] > > >> > > --- a/arch/arm/mach-omap2/pm34xx.c > >> > > +++ b/arch/arm/mach-omap2/pm34xx.c > >> > > @@ -420,7 +420,7 @@ static void omap3_pm_idle(void) > >> > > { > >> > >local_fiq_disable();

Re: OMAP34xx

2012-02-07 Thread Kevin Hilman
Tony Lindgren writes: [...] >> > > --- a/arch/arm/mach-omap2/pm34xx.c >> > > +++ b/arch/arm/mach-omap2/pm34xx.c >> > > @@ -420,7 +420,7 @@ static void omap3_pm_idle(void) >> > > { >> > > local_fiq_disable(); >> > > >> > > -if (omap_irq_pending()) >> > > +if (omap_irq_

Re: OMAP34xx

2012-02-07 Thread Kevin Hilman
Russell King - ARM Linux writes: [...] > Another problem oopses the kernel at boot in the voltage domain code, > which I suspect this has never been boot tested on OMAP34xx CPUs: > > omap_vc_init_channel: PMIC info requried to configure vc forvdd_core not > populated.Hence canno

Re: OMAP34xx

2012-02-07 Thread Mark Brown
On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: > The twl changes were done like that because it was assuming that > USE_OF and thus IRQ_DOMAIN will be enabled by default for all OMAP2+ > platforms at 3.3 time. The whole point of doing that was to reduce > the ifdefery in every d

Re: OMAP34xx

2012-02-07 Thread Russell King - ARM Linux
On Mon, Feb 06, 2012 at 10:13:15AM -0800, Tony Lindgren wrote: > FYI, I'm now seeing the same warning as Igor posted with > omap2plus_defconfig using the same compiler as Igor: > > gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) > > Still no other warnings though. If you're not getting the twl

Re: OMAP34xx

2012-02-07 Thread Russell King - ARM Linux
On Tue, Feb 07, 2012 at 06:26:52AM +0100, Cousson, Benoit wrote: > Moreover, with Rob latest series, IRQ_DOMAIN will be enabled on every > ARM platform, so the "depend IRQ_DOMAIN" that "fix" is removing right > now will have to be added again once we will move that code to use > genirq domain

Re: OMAP34xx

2012-02-07 Thread Russell King - ARM Linux
On Tue, Feb 07, 2012 at 01:54:57AM +0100, Cousson, Benoit wrote: > Hi Russell, > > On 2/7/2012 1:24 AM, Russell King - ARM Linux wrote: >> On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: >>> In theory that patch should not be even needed. >> >> In theory that change is needed to fi

Re: OMAP34xx

2012-02-06 Thread Cousson, Benoit
On 2/7/2012 5:35 AM, Grant Likely wrote: On Mon, Feb 6, 2012 at 5:24 PM, Russell King - ARM Linux wrote: On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: In theory that patch should not be even needed. In theory that change is needed to fix the obviously broken code which is

Re: OMAP34xx

2012-02-06 Thread Grant Likely
On Mon, Feb 6, 2012 at 5:24 PM, Russell King - ARM Linux wrote: > On Tue, Feb 07, 2012 at 12:19:50AM +0100, Cousson, Benoit wrote: >> In theory that patch should not be even needed. > > In theory that change is needed to fix the obviously broken code which > is there at the moment. > > So, irrespe

  1   2   3   >