Re: [PATCH] Revert "ARM: dts: am335x-boneblack: disable RTC-only sleep"

2015-07-06 Thread Tony Lindgren
* Johan Hovold [150611 07:20]: > This reverts commit 3d76be5b933e2a66d85a2f7444e68e99e8a48ad4. > > The latest revision of Beaglebone Black does not support RTC-only mode. > > To avoid potential hardware damage, RTC-only mode was disabled by > default by commit 7a6cb0abe1aa ("ARM: dts: am335x-bon

Re: [PATCH 2/2] ARM: dts: am4372: Add emif node

2015-07-06 Thread Tony Lindgren
* Tony Lindgren [150602 13:00]: > * Felipe Balbi [150602 12:26]: > > On Wed, May 06, 2015 at 12:25:33PM -0500, Dave Gerlach wrote: > > > Add node for TI AM4372 EMIF. > > > > > > Signed-off-by: Dave Gerlach > > > > Tony, this patch fixes the reg

[PATCH] clocksource: Allow toggling between runtime and persistent clocksource for idle

2015-07-06 Thread Tony Lindgren
homas Gleixner Cc: Yingjoe Chen Cc: "Rafael J. Wysocki" Cc: Peter Zijlstra Signed-off-by: Tony Lindgren --- Anybody got better ideas for something like last_idled_cpu() type check at the end of this patch? --- include/linuxt-email-lkml-omap/clocksource.h | 2 ++ kernel/time/clock

Re: [PATCH 2/3] ARM: dts: configure regulators for Gumstix Pepper

2015-07-02 Thread Tony Lindgren
* Ash Charles [150702 11:37]: > On Sun, Jun 28, 2015 at 11:47 PM, Tony Lindgren wrote: > >> Signed-off-by: Ash Charles > > > > From Adam, sent by Arun, signed by Ash? Can you please check > > that too. > I reviewed Adam's original patch internally at Gums

Re: High CPU usage when video streaming on EHCI, 3.17.8 kernel with DMA enabled

2015-07-01 Thread Tony Lindgren
* Tom Mises [150701 11:24]: > On Mon, May 18, 2015 at 8:59 AM, Tony Lindgren wrote: > > For the memcpy part with DMA this patch should help too: > > > > [PATCH] dmaengine: omap-dma: Add support for memcpy > > The patch should help, but not out of the box a

Re: n900 in 4.2-rc0: repeating oopses

2015-07-01 Thread Tony Lindgren
* Pavel Machek [150701 06:11]: > On Wed 2015-07-01 03:34:22, Tony Lindgren wrote: > > > > Works for me after enabling the idle timeouts with the following > > script and blanking the screen and disconnecting USB: > > Um. I'm forcing suspend with "echo mem

Re: [GIT PULL] omap generic wakeirq for v4.2 merge window

2015-07-01 Thread Tony Lindgren
* Kevin Hilman [150701 13:26]: > Tony Lindgren writes: > > > > This one is OK to merge now, both pm-wakeirq and tty-next > > dependencies have been merged. This leaves the following > > diffstat for thees changes: > > OK, thanks. I'm collecting a few remai

Re: [PATCH REPOST] gpio: omap: use raw locks for locking

2015-07-01 Thread Tony Lindgren
* Tony Lindgren [150701 00:34]: > > This should be OK for most cases as the GPIO interrupt devices are > typically on some external bus like I2C or GPMC. The hurting case > would be bitbanging GPIO devices, like the CBUS I2C driver. Thinking about it the CBUS I2C driver does not nee

Re: n900 in 4.2-rc0: repeating oopses

2015-07-01 Thread Tony Lindgren
* Pavel Machek [150701 03:02]: > On Wed 2015-07-01 09:22:55, Pali Rohár wrote: > > On Tuesday 30 June 2015 23:59:33 Tony Lindgren wrote: > > > * Pali Rohár [150630 02:55]: > > > > > > > > I will try 4.2 at the end of week. > > > > > >

Re: [RFC] Connecting SD Card to MMC3 on OMAP4

2015-07-01 Thread Tony Lindgren
* Michael Allwright [150630 06:46]: > > Two things seem a bit strange here, 1. The power change statement to > 0.7V, I think this should be 1.8V, right? At least this is what I see > on the other MMC buses. 2. The set clock statement seems to repeat 4 > times before giving up and switching the po

Re: [PATCH REPOST] gpio: omap: use raw locks for locking

2015-07-01 Thread Tony Lindgren
* Sebastian Andrzej Siewior [150630 09:39]: > On 06/30/2015 12:55 PM, Grygorii Strashko wrote: > > > > May be you have some thought? > > If I remember it properly, you must not sleep but you do so on wakeup. > At least you take spinlocks (spinlocks not raw_spinlocks). One question > is why do yo

Re: n900 in 4.2-rc0: repeating oopses

2015-07-01 Thread Tony Lindgren
* Pali Rohár [150630 02:55]: > > I will try 4.2 at the end of week. At least today's 4.1.0-11549-g05a8256 boots just fine on my n900. Regards, Tony -- 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

Re: [PATCH 2/3] ARM: dts: configure regulators for Gumstix Pepper

2015-06-28 Thread Tony Lindgren
* Arun Bharadwaj [150604 11:10]: > From: Adam YH Lee > > Boot process is halting in midway because some of the necessary voltage > regulators are deemed unused and subsequently powered off, leading to > a completely unresponsive system. OK that needs to be fixed for v4.2-rc series. > Most of

Re: [GIT PULL] omap generic wakeirq for v4.2 merge window

2015-06-28 Thread Tony Lindgren
Hi, * Tony Lindgren [150616 04:48]: > Hi, > > Here's a late pull request that would be good to get into v4.2. > This series mostly just drops code that's now unnecessary, and > also fixes potential interrupt re-entrancy issues that the old > handling has. >

Re: [RESEND] [PATCH v2 1/2] arm: devtree: Set system_rev from DT revision

2015-06-25 Thread Tony Lindgren
* Pali Rohár [150625 00:29]: > On Thursday 25 June 2015 00:22:05 Tony Lindgren wrote: > > * Pali Rohár [150625 00:21]: > > > > > > Ok, but what do you mean to forget any string conversion? > > > > No need for tohexstr() in the uncommpress code if the

Re: [RESEND] [PATCH v2 1/2] arm: devtree: Set system_rev from DT revision

2015-06-25 Thread Tony Lindgren
* Pali Rohár [150625 00:21]: > > Ok, but what do you mean to forget any string conversion? No need for tohexstr() in the uncommpress code if the system_rev value is a number coming from the dts. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body

Re: [PATCH 2/2] arm: boot: store ATAG structure into DT atags field

2015-06-24 Thread Tony Lindgren
* Arnd Bergmann [150515 13:23]: > On Friday 15 May 2015 22:16:24 Pali Rohár wrote: > > On Friday 15 May 2015 22:12:41 Arnd Bergmann wrote: > > > On Friday 15 May 2015 21:50:07 Pali Rohár wrote: > > > > } > > > > > > > > } > > > > > > > > + /* include the ter

Re: [PATCH 1/2] arm: devtree: Save atags if are in DT atags field

2015-06-24 Thread Tony Lindgren
* Arnd Bergmann [150515 13:11]: > On Friday 15 May 2015 21:50:06 Pali Rohár wrote: > > @@ -256,5 +257,10 @@ const struct machine_desc * __init > > setup_machine_fdt(unsigned int dt_phys) > > system_rev = 0; > > } > > > > + /* Save atags */ > > + prop

Re: [RESEND] [PATCH v2 1/2] arm: devtree: Set system_rev from DT revision

2015-06-24 Thread Tony Lindgren
* Pali Rohár [150506 04:45]: > On Wednesday 06 May 2015 13:04:01 Arnd Bergmann wrote: > > > > > > It needs to be done in this code, so "system_rev" variable is set > > > properly... > > > > What I mean is which code accesses this variable that early? > > > > ATAG code is doing it at same early

Re: [PATCH 08/17] ARM: dts: dra7: Add dt node for the sycon pcie

2015-06-24 Thread Tony Lindgren
* Roger Quadros [150624 05:21]: > On Wed, 24 Jun 2015 05:09:39 -0700 > Tony Lindgren wrote: > > > > My take is we should only use regmap for the scm_conf area > > in general. > > +1 > > should we get rid of dra7_ctrl_core and dra7_ctrl_general? > or mov

Re: [PATCH 08/17] ARM: dts: dra7: Add dt node for the sycon pcie

2015-06-24 Thread Tony Lindgren
* Roger Quadros [150624 04:58]: > On Wed, 24 Jun 2015 14:50:17 +0300 > Roger Quadros wrote: > > > On Tue, 23 Jun 2015 17:28:53 +0530 > > Kishon Vijay Abraham I wrote: > > > > > Add new device tree node for the control module register space where > > > PCIe registers are present. > > > > > > S

Re: [PATCH 07/17] usb: musb: omap2430: use *syscon* framework to write to mailbox register

2015-06-24 Thread Tony Lindgren
* Kishon Vijay Abraham I [150623 05:02]: > Deprecate using phy-omap-control driver to write to the mailbox register > and start using *syscon* framework to do the same. All this stuff needs to go to some generic syscon USB phy driver. Let's not start adding phy specific stuff to a USB driver. Re

Re: [PATCH 17/17] ARM: dts: omap4: Use "syscon-otghs" instead of "ctrl-module" in USB node

2015-06-24 Thread Tony Lindgren
* Kishon Vijay Abraham I [150624 04:23]: > On Wednesday 24 June 2015 04:11 PM, Tony Lindgren wrote: > >* Kishon Vijay Abraham I [150623 05:02]: > >>--- a/arch/arm/boot/dts/omap4.dtsi > >>+++ b/arch/arm/boot/dts/omap4

Re: [PATCH V2 4/5] drivers/rtc/rtc-ds1307.c: Support optional wakeup interrupt source

2015-06-24 Thread Tony Lindgren
2a0b965cfb6e ("serial: omap: Add > support for optional wake-up") + ee83bd3b6483 ("serial: omap: Switch > wake-up interrupt to generic wakeirq") The wakeirq related changes look good to me: Acked-by: Tony Lindgren -- To unsubscribe from this list: send the line "unsub

Re: [PATCH 17/17] ARM: dts: omap4: Use "syscon-otghs" instead of "ctrl-module" in USB node

2015-06-24 Thread Tony Lindgren
* Kishon Vijay Abraham I [150623 05:02]: > --- a/arch/arm/boot/dts/omap4.dtsi > +++ b/arch/arm/boot/dts/omap4.dtsi > @@ -852,12 +852,6 @@ > }; > }; > > - omap_control_usbotg: control-phy@4a00233c { > - compatible = "ti,control-p

Re: [PATCH REPOST] gpio: omap: use raw locks for locking

2015-06-22 Thread Tony Lindgren
* Javier Martinez Canillas [150619 14:57]: > On Fri, Jun 19, 2015 at 7:42 PM, santosh shilimkar > wrote: > > On 6/19/2015 10:06 AM, Sebastian Andrzej Siewior wrote: > >> > >> This patch converts gpio_bank.lock from a spin_lock into a > >> raw_spin_lock. The call path is to access this lock is alw

[GIT PULL] omap generic wakeirq for v4.2 merge window

2015-06-16 Thread Tony Lindgren
en Dooks (1): PM / runtime: add note about re-calling in during device probe() Tony Lindgren (6): PM / Runtime: Update last_busy in rpm_resume PM / Wakeirq: Add automated device wake IRQ handling mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq serial: o

Re: EDMA oftree entry for AM335x

2015-06-11 Thread Tony Lindgren
* Peter Ujfalusi [150610 04:18]: > On 06/10/2015 08:10 AM, Tony Lindgren wrote: > > * Robert Schwebel [150608 04:01]: > >> On Wed, May 06, 2015 at 07:39:52AM -0700, Tony Lindgren wrote: > >>> > >>> That may never happen considering that davinci is usin

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-10 Thread Tony Lindgren
* Greg Kroah-Hartman [150608 13:58]: > On Fri, Jun 05, 2015 at 06:16:52PM +0100, Mark Brown wrote: > > On Fri, Jun 05, 2015 at 07:49:00PM +0900, Greg Kroah-Hartman wrote: > > > On Thu, Jun 04, 2015 at 10:20:26AM -0700, Tony Lindgren wrote: > > > > > > Greg, th

Re: EDMA oftree entry for AM335x

2015-06-09 Thread Tony Lindgren
* Robert Schwebel [150608 04:01]: > On Wed, May 06, 2015 at 07:39:52AM -0700, Tony Lindgren wrote: > > > > That may never happen considering that davinci is using it too.. It's > > best to not count on that happening anytime soon at least. > > So my current u

Re: [PATCH 05/12] ARM: OMAP2+: Add support for initializing dm814x clocks

2015-06-04 Thread Tony Lindgren
* Stephen Boyd [150604 11:44]: > On 06/03, Tony Lindgren wrote: > > diff --git a/drivers/clk/ti/clk-814x.c b/drivers/clk/ti/clk-814x.c > > new file mode 100644 > > index 000..bd2353c > > --- /dev/null > > +++ b/drivers/clk/ti/clk-814x.c > > @@ -0,0 +

Re: [RFC/NOT FOR MERGING] HACK: add global/private timers for A9

2015-06-04 Thread Tony Lindgren
rything I say with > > a rock of salt. > > > > As far as I can see, the global timer code doesn't handle > > frequency changes, whereas the TWD code does. > > All right, but TWD has C3STOP and that prevents it from being used as > broadcast device. > > Ton

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-04 Thread Tony Lindgren
* Tony Lindgren [150604 10:11]: > * Mark Brown [150604 10:03]: > > On Thu, Jun 04, 2015 at 05:47:05PM +0100, Build bot for Mark Brown wrote: > > > > > arm-allmodconfig > > > ../drivers/tty/serial/8250/8250_omap.c:586:20: error: redefinition of > >

Re: next-20150604 build: 2 failures 37 warnings (next-20150604)

2015-06-04 Thread Tony Lindgren
* Mark Brown [150604 10:03]: > On Thu, Jun 04, 2015 at 05:47:05PM +0100, Build bot for Mark Brown wrote: > > > arm-allmodconfig > > ../drivers/tty/serial/8250/8250_omap.c:586:20: error: redefinition of > > 'omap8250_irq' > > Current -next fails to build an ARM allmodconfig (and possibly oth

Re: [RFC/NOT FOR MERGING] HACK: add global/private timers for A9

2015-06-03 Thread Tony Lindgren
cal_timer_register failed %d\n", err); > } > #else > void __init omap4_local_timer_init(void) Looks like can get rid of even more code here, see the patch below. Regards, Tony 8< From: Tony Lindgren Date: Wed, 3 Jun 2015 14:40:40 -0700 Subject: [PATC

Re: [RFC/NOT FOR MERGING] HACK: add global/private timers for A9

2015-06-03 Thread Tony Lindgren
* Felipe Balbi [150603 13:36]: > > AM43xx, even though it's a single processor A9, it still has TWD and global > timer. I was doing some profiling with RT v4.0 and latency is 3.5x lower just > by switching from gptimer to twd/global. > > The only problem is that currently, is_smp() check prevent

Re: [PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x

2015-06-03 Thread Tony Lindgren
* Sergei Shtylyov [150603 12:10]: > Hello. > > On 06/03/2015 07:23 PM, Tony Lindgren wrote: > > >Fix scrm compatible for dm814x. > >So, scrm... > > >Cc: Matthijs van Duin > >Signed-off-by: Tony Lindgren > >--- > > arch/arm/mach-oma

Re: [PATCHv4 10/10] arm/dts: am57xx-beagle-x15.dts: add HDMI

2015-06-03 Thread Tony Lindgren
* Tony Lindgren [150603 09:11]: > * Tomi Valkeinen [150603 09:03]: > > > > > > On 03/06/15 18:44, Tony Lindgren wrote: > > > * Tomi Valkeinen [150603 04:28]: > > >> > > >> > > >> On 02/06/15 00:51, Tony Lindgren wrote: > >

[PATCH 12/12] ARM: OMAP2+: Add custom abort handler for t410

2015-06-03 Thread Tony Lindgren
g: Attempted to kill init! exitcode=0x0007 Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/pdata-quirks.c | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.

[PATCH 11/12] ARM: dts: Add minimal support for HP T410

2015-06-03 Thread Tony Lindgren
Add minimal support for HP T410. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/dm8148-t410.dts | 28 2 files changed, 29 insertions(+) create mode 100644 arch/arm/boot/dts/dm8148-t410.dts diff

[PATCH 09/12] ARM: dts: Add minimal clocks for dm814x

2015-06-03 Thread Tony Lindgren
Use fixed clocks until we have a clock driver for the PLL. The mux and divider composite clocks work the same way as on dm816x and am335x. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm814x-clocks.dtsi | 109 +++ arch/arm/boot/dts

[PATCH 08/12] ARM: dts: Add minimal dm814x support

2015-06-03 Thread Tony Lindgren
Add minimal dm814x support. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm814x.dtsi | 331 ++ 1 file changed, 331 insertions(+) create mode 100644 arch/arm/boot/dts/dm814x.dtsi diff --git a/arch/arm/boot/dts/dm814x.dtsi b

[PATCH 10/12] ARM: dts: Add minimal dts support for dm8148-evm

2015-06-03 Thread Tony Lindgren
Add minimal dts support for dm8148-evm. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/dm8148-evm.dts | 28 2 files changed, 29 insertions(+) create mode 100644 arch/arm/boot/dts/dm8148-evm.dts

[PATCH 07/12] ARM: OMAP2: Add minimal dm814x hwmod support

2015-06-03 Thread Tony Lindgren
Let's add minimal set of dm814x hwmods to have a bootable system. Cc: Matthijs van Duin Cc: Paul Walmsley Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/io.c | 4 +- arch/arm/mach-omap2/omap_hwmod.c | 3 +- arch/arm/mach-omap2/omap_hwmod.h

[PATCH 00/12] Minimal support for dm814x-evm and hp t410 thin client

2015-06-03 Thread Tony Lindgren
additional hack patch that's still needed until there's a clock driver to tmp-testing-dm814x-2015-06-03 at: https://git.kernel.org/cgit/linux/kernel/git/tmlind/linux-omap.git/log/?h=tmp-testing-dm814x-2015-06-03 Cheers, Tony Tony Lindgren (12): ARM: OMAP2+: Fix dm814x DT_MACHINE_STAR

[PATCH 06/12] ARM: OMAP2+: Prepare dm81xx hwmod code for adding minimal dm814x support

2015-06-03 Thread Tony Lindgren
Let's change the defines so we can share the hwmod code better between dm816x and dm814x, and let's add the dm814x specific defines. And let's rename the shared ones to start with dm81xx. No functional changes. Cc: Matthijs van Duin Cc: Paul Walmsley Signed-off-by: Tony Lindgren

[PATCH 03/12] ARM: OMAP2+: Add minimal clockdomains for dm814x

2015-06-03 Thread Tony Lindgren
For now, let's just add the ones shared with dm816x. The dm814x specific ones can be added as they are tested. Cc: Matthijs van Duin Cc: Paul Walmsley Cc: Tero Kristo Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/clockdomain.h | 3 ++- arch/arm/mach-

[PATCH 02/12] ARM: OMAP2+: Fix scrm compatible for dm814x

2015-06-03 Thread Tony Lindgren
Fix scrm compatible for dm814x. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index af95a62..364925c 100644 --- a/arch/arm/mach-omap2

[PATCH 05/12] ARM: OMAP2+: Add support for initializing dm814x clocks

2015-06-03 Thread Tony Lindgren
d Cc: Tero Kristo Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/io.c | 4 ++-- drivers/clk/ti/Makefile | 2 +- drivers/clk/ti/clk-814x.c | 36 drivers/clk/ti/clk-816x.c | 2 +- include/linux/clk/ti.h| 3 ++- 5 files changed, 42 insertions(

[PATCH 04/12] ARM: OMAP2+: Add custom prwdm_operations for 81xx to support dm814x

2015-06-03 Thread Tony Lindgren
Looking at the TI kernel tree I noticed that dm81xx need custom ti81xx_pwrdm_operations. Let's also change dm816x over to use them as the registers are different for dm81xx compared to others. Cc: Matthijs van Duin Cc: Paul Walmsley Cc: Tero Kristo Signed-off-by: Tony Lindgren --- arc

[PATCH 01/12] ARM: OMAP2+: Fix dm814x DT_MACHINE_START

2015-06-03 Thread Tony Lindgren
Fix dm814x DT_MACHINE_START. Cc: Matthijs van Duin Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/board-generic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index 34ff14b..a233860 100644

Re: [PATCHv4 10/10] arm/dts: am57xx-beagle-x15.dts: add HDMI

2015-06-03 Thread Tony Lindgren
* Tomi Valkeinen [150603 09:03]: > > > On 03/06/15 18:44, Tony Lindgren wrote: > > * Tomi Valkeinen [150603 04:28]: > >> > >> > >> On 02/06/15 00:51, Tony Lindgren wrote: > >>> * Tomi Valkeinen [150531 23:25]: > >>>>

Re: [PATCHv4 10/10] arm/dts: am57xx-beagle-x15.dts: add HDMI

2015-06-03 Thread Tony Lindgren
* Tomi Valkeinen [150603 04:28]: > > > On 02/06/15 00:51, Tony Lindgren wrote: > > * Tomi Valkeinen [150531 23:25]: > >> AM57xx Beagle X15 has a HDMI output. This patch adds the device tree > >> nodes required for HDMI. > > > > This one does

Re: [PATCHv4 09/10] arm/dts: dra72-evm.dts: add HDMI

2015-06-03 Thread Tony Lindgren
* Tomi Valkeinen [150531 23:25]: > DRA72 EVM has a HDMI output. This patch adds the device tree nodes > required for HDMI. > > Signed-off-by: Tomi Valkeinen > Cc: devicet...@vger.kernel.org Acked-by: Tony Lindgren -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCHv4 08/10] arm/dts: dra7.dtsi: add DSS support

2015-06-03 Thread Tony Lindgren
, and DRA74xx has two. > > Signed-off-by: Tomi Valkeinen > Cc: devicet...@vger.kernel.org Acked-by: Tony Lindgren -- 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: [PATCHv4 07/10] ARM: OMAP2+: display: detect DRA7 DSS

2015-06-03 Thread Tony Lindgren
* Tomi Valkeinen [150531 23:25]: > Add platform code to detect DRA7 DSS. > > Signed-off-by: Tomi Valkeinen Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/display.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/mach-omap2/display.c b/arch/

Re: [PATCHv4 06/10] ARM: OMAP: display: change compat names to array

2015-06-03 Thread Tony Lindgren
* Tomi Valkeinen [150531 23:25]: > Simplify the DSS detection logic by creating a list of the omapdss > compat strings, instead of checking each separately with an 'if'. > > Signed-off-by: Tomi Valkeinen Acked-by: Tony Lindgren > --- > arch/a

Re: [PATCH 2/2] ARM: dts: am4372: Add emif node

2015-06-02 Thread Tony Lindgren
* Felipe Balbi [150602 12:26]: > On Wed, May 06, 2015 at 12:25:33PM -0500, Dave Gerlach wrote: > > Add node for TI AM4372 EMIF. > > > > Signed-off-by: Dave Gerlach > > Tony, this patch fixes the regression I just reported at [1], care to > pick this one up ? OK thanks yes tag this for v4.2 fix

[GIT PULL 3/3] omap soc changes for v4.2

2015-06-02 Thread Tony Lindgren
rypto support for HS devices Tony Lindgren (2): memory: omap-gpmc: Add Kconfig option for debug Merge tag 'for-v4.2/omap-hwmod-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v4.2/soc arch/arm/mach-omap2/omap_device.c | 30 +++--- ar

[GIT PULL 2/3] omap defconfig changes for v4.2

2015-06-02 Thread Tony Lindgren
TOUCHSCREEN_PIXCIR Tony Lindgren (1): ARM: omap2plus_defconfig: Add dm816x USB PHY as a loadable module arch/arm/configs/omap2plus_defconfig | 3 +++ 1 file changed, 3 insertions(+) -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message

[GIT PULL 1/3] omap device tree changes for v4.2, part 2

2015-06-02 Thread Tony Lindgren
The following changes since commit 52dfcbfc94833b0192d439127ee9ff46023cdbb2: ARM: dts: am335x-evm: add mmc3 and wlan definitions to dts (2015-05-21 12:05:59 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.2/dt-

Re: [PATCH] ARM: omap2plus_defconfig: Enable TOUCHSCREEN_PIXCIR

2015-06-02 Thread Tony Lindgren
* Roger Quadros [150602 02:46]: > Some of the OMAP based boards e.g. am437x-gp-evm have > the Pixcir touch controller. Enable the related device > driver. > > Signed-off-by: Roger Quadros > --- > arch/arm/configs/omap2plus_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch

Re: [GIT PULL] ARM: OMAP2+: hwmod code and data changes for v4.2

2015-06-02 Thread Tony Lindgren
* Paul Walmsley [150601 20:24]: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Tony, > > The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118: > > Linux 4.1-rc4 (2015-05-18 10:13:47 -0700) > > are available in the git repository at: > > git://git.kernel.or

Re: [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq

2015-06-01 Thread Tony Lindgren
* Greg Kroah-Hartman [150531 00:24]: > On Thu, May 28, 2015 at 07:56:16AM -0700, Tony Lindgren wrote: > > Hi Greg, > > > > * Tony Lindgren [150513 16:38]: > > > We can now use generic wakeirq handling and remove the custom handling > > > for the wake-up in

Re: [PATCH RESEND] mach-omap2:Remove unnessary return statement from the void function, omap2_show_dma_caps

2015-06-01 Thread Tony Lindgren
* Nicholas Krause [150528 08:06]: > This removes the no longer required return statement at the end > of the void function, omap2_show_dma_cap due to no need for a > return statement due to this function always running successfully. > > Signed-off-by: Nicholas Krause > --- > arch/arm/mach-omap2

Re: [PATCHv4 10/10] arm/dts: am57xx-beagle-x15.dts: add HDMI

2015-06-01 Thread Tony Lindgren
* Tomi Valkeinen [150531 23:25]: > AM57xx Beagle X15 has a HDMI output. This patch adds the device tree > nodes required for HDMI. This one does not seem to apply to linux next, did not look further where it conflicts. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCHv4 02/10] CLK: TI: always enable DESHDCP clock

2015-06-01 Thread Tony Lindgren
Hi Mike, Stephen & Tero, * Tomi Valkeinen [150531 23:25]: > DESHDCP clock is needed on DRA7 based SoCs to enable the DSS IP. That > clock is an odd one, as it is not supposed to be any kind of core clock > for DSS, and we don't even support HDCP, but the clock is still needed > even for the HWMOD

[GIT PULL] omap fixes for v4.1, urgent fix to avoid potential hardware damage

2015-06-01 Thread Tony Lindgren
ts: am335x-boneblack: disable RTC-only sleep to avoid hardware damage Pavel Machek (1): ARM: dts: Fix n900 dts file to work around 4.1 touchscreen regression on n900 Tero Kristo (1): ARM: dts: AM35xx: fix system control module clocks Tony Lindgren (2): ARM: OMAP3: Fix booting with thu

Re: Please revert 3eea8b5d68c801fec788b411582b803463834752 as it breaks touchscreen on n900.

2015-06-01 Thread Tony Lindgren
* Dmitry Torokhov [150601 13:47]: > On Mon, Jun 01, 2015 at 10:27:40PM +0200, Pavel Machek wrote: > > On Mon 2015-06-01 10:47:30, Dmitry Torokhov wrote: > > > On Mon, Jun 01, 2015 at 05:21:11PM +0200, Pavel Machek wrote: > > > > > > > > > > > > > > > > The 3eea8b5d68c801fec788b411582b80346383475

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-06-01 Thread Tony Lindgren
* Matthijs van Duin [150601 13:34]: > On 1 June 2015 at 19:58, Tony Lindgren wrote: > > I think these kernels are missing the configuration for l3-noc > > driver? > > Yup. Since I'm pretty sure I have all the necessary info I was hoping > look into that... somew

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-06-01 Thread Tony Lindgren
* Matthijs van Duin [150601 12:35]: > On 1 June 2015 at 19:23, Tony Lindgren wrote: > > Ah finally you got around doing a proper patch :) > > My First Linux Patch(tm) ;-) Probably easier than trying to get other people to do the right thing by writing emails ;) > > Also,

Re: [PATCH] ARM: dts: AM35xx: fix system control module clocks

2015-06-01 Thread Tony Lindgren
* Tony Lindgren [150601 11:06]: > * Paul Walmsley [150601 10:45]: > > > > See for example the "Build warnings from toolchain", "Kernel warnings > > during boot to userspace", "Kernel warnings during PM test", and "Obsolete > > Kcon

Re: [PATCH] ARM: dts: AM35xx: fix system control module clocks

2015-06-01 Thread Tony Lindgren
* Paul Walmsley [150601 10:45]: > On Mon, 1 Jun 2015, Tony Lindgren wrote: > > > * Jeroen Hofstee [150601 09:58]: > > > On 01-06-15 17:30, Tero Kristo wrote: > > > >New system control module layout for omap3 overlooked parts of the am35xx > > > >co

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-06-01 Thread Tony Lindgren
* Matthijs van Duin [150530 08:24]: > On 29 May 2015 at 17:50, Tony Lindgren wrote: > > I believe some TI kernels use strongly-ordered mappings, mainline > > kernel does not. Which kernel version are you using? > > Normally I periodically rebuild based on Robert C Nelson&

Re: [PATCH] ARM: dts: AM35xx: fix system control module clocks

2015-06-01 Thread Tony Lindgren
t;Signed-off-by: Tero Kristo > >Reported-by: Jeroen Hofstee > >Cc: Paul Walmsley > >Cc: Tony Lindgren > >--- > > arch/arm/boot/dts/am35xx-clocks.dtsi | 14 +++--- > > 1 file changed, 7 insertions(+), 7 deletions(-) > With this patch the error interr

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-06-01 Thread Tony Lindgren
Fixes: http://bugs.elinux.org/issues/143 > > Avoid entering "RTC-only mode" at poweroff. It is unsupported by most > versions of BeagleBone, and risks hardware damage. > > Reported-by: Matthijs van Duin > Tested-by: Matthijs van Duin > Signed-off-by: Robert Nelson

Re: [PATCH] ARM: dts: am335x-boneblack: disable RTC-only sleep

2015-06-01 Thread Tony Lindgren
* Robert Nelson [150531 19:20]: > On Sun, May 31, 2015 at 7:20 PM, Matthijs van Duin > wrote: > > Sorry for the late response, I only just noticed this since I wasn't CC'd. > > > > This "fix" was not ever Reported-By or Tested-By me as it claims. It > > is in fact wrong: &rtc { system-power-contr

Re: [PATCH] serial: 8250_omap: provide complete custom startup & shutdown callbacks

2015-06-01 Thread Tony Lindgren
* Greg Kroah-Hartman [150531 15:14]: > On Tue, May 26, 2015 at 09:09:26AM -0700, Tony Lindgren wrote: > > * Peter Hurley [150526 07:14]: > > > On 05/20/2015 04:07 PM, Sebastian Andrzej Siewior wrote: > > > > The currently in-use port->startup and port->shut

Re: [PATCH] ARM: dts: Remove L3 compatible value for dm816x

2015-05-29 Thread Tony Lindgren
* Tony Lindgren [150529 10:28]: > The interconnects on dm816x are like on omap4, so we should use > l3-noc instead of l3-smx. But as the related SoC specific > l3_target_data is still missing from omap_l3_noc let's just > remove the entry for now. > > Cc: Brian Hu

Re: [PATCH] fix n900 dts file to work around 4.1 touchscreen regression on n900

2015-05-29 Thread Tony Lindgren
* Maxime Ripard [150529 13:06]: > On Fri, May 29, 2015 at 02:49:55PM -0500, Felipe Balbi wrote: > > Hi, > > > > On Fri, May 29, 2015 at 09:32:11PM +0200, Pavel Machek wrote: > > > Fix dts to match what the Linux kernel expects. This works around > > > touchscreen problems in 4.1 linux on Nokia n9

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-05-29 Thread Tony Lindgren
* Tony Lindgren [150529 08:52]: > * Matthijs van Duin [150528 18:37]: > > On 29 May 2015 at 02:58, Matthijs van Duin > > wrote: > > > It is only guaranteed to happen immediately (before the next > > > instruction is executed) if the error occurs before the

[PATCH] ARM: dts: Remove L3 compatible value for dm816x

2015-05-29 Thread Tony Lindgren
The interconnects on dm816x are like on omap4, so we should use l3-noc instead of l3-smx. But as the related SoC specific l3_target_data is still missing from omap_l3_noc let's just remove the entry for now. Cc: Brian Hutchinson Reported-by: Matthijs van Duin Signed-off-by: Tony Lin

[PATCH] ARM: omap2plus_defconfig: Add dm816x USB PHY as a loadable module

2015-05-29 Thread Tony Lindgren
This is needed for USB on dm816x-evm. Cc: Bin Liu Cc: Brian Hutchinson Cc: George Cherian Cc: Felipe Balbi Signed-off-by: Tony Lindgren --- arch/arm/configs/omap2plus_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs

Re: [PATCH v2 2/2] ARM: OMAP: enable DM9000 in omap2plus_defconfig

2015-05-29 Thread Tony Lindgren
* Anthoine Bourgeois [150527 13:02]: > This ethernet device is used on devkit8000 board. > > Signed-off-by: Anthoine Bourgeois > --- > arch/arm/configs/omap2plus_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/omap2plus_defconfig > b/arch/arm/configs/omap2p

[PATCH] PM / Wakeirq: Fix typo in prototype for dev_pm_set_dedicated_wake_irq

2015-05-29 Thread Tony Lindgren
: Ulf Hansson Reported-by: Jim Davis Signed-off-by: Tony Lindgren --- include/linux/pm_wakeirq.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/pm_wakeirq.h b/include/linux/pm_wakeirq.h index 4046fa1..cd5b62d 100644 --- a/include/linux/pm_wakeirq.h +++ b/in

Re: randconfig build error with next-20150529, in drivers/mmc/host/omap_hsmmc.c

2015-05-29 Thread Tony Lindgren
* Jim Davis [150529 09:27]: > Building with the attached random configuration file, > > warning: (USB_OTG_FSM && FSL_USB2_OTG && USB_MV_OTG) selects USB_OTG > which has unmet direct dependencies (USB_SUPPORT && USB && PM) > > drivers/mmc/host/omap_hsmmc.c: In function ‘omap_hsmmc_configure_wake_

Re: [RFC] Fix omap3 booting with thumb2 compiled kernel

2015-05-29 Thread Tony Lindgren
* Dave P Martin [150529 04:08]: > On Thu, May 28, 2015 at 07:55:16PM +0100, Arnd Bergmann wrote: > > On Thursday 28 May 2015 09:36:05 Tony Lindgren wrote: > > > * Dave Martin [150528 09:19]: > > > > On Thu, May 28, 2015 at 07:21:25AM -0700, Tony Lindgren wrote:

[PATCH] ARM: dts: Fix dm816x to use right compatible flag for MUSB

2015-05-29 Thread Tony Lindgren
for dm816x with musb_dsps") Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/dm816x.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi index de8427b..289806a 100644 --- a/arch/arm/boot/dts/dm816x.dtsi +++

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-05-29 Thread Tony Lindgren
* Matthijs van Duin [150528 18:37]: > On 29 May 2015 at 02:58, Matthijs van Duin wrote: > > It is only guaranteed to happen immediately (before the next > > instruction is executed) if the error occurs before the posting-point > > of the write. However, in that case the error is reported in-band

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-05-28 Thread Tony Lindgren
* Pali Rohár [150528 15:29]: > On Friday 29 May 2015 00:24:13 Tony Lindgren wrote: > > * Matthijs van Duin [150528 13:28]: > > > On 28 May 2015 at 18:01, Tony Lindgren wrote: > > > > For failed device access you get an interrupt > > > > > >

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-05-28 Thread Tony Lindgren
* Matthijs van Duin [150528 13:28]: > On 28 May 2015 at 18:01, Tony Lindgren wrote: > > For failed device access you get an interrupt > > Well for failed reads you get a bus error, and "catching" those (e.g. > using the existing exception mechanism used to catch MMU

Re: [RFC] Fix omap3 booting with thumb2 compiled kernel

2015-05-28 Thread Tony Lindgren
* Arnd Bergmann [150528 11:57]: > On Thursday 28 May 2015 09:36:05 Tony Lindgren wrote: > > * Dave Martin [150528 09:19]: > > > On Thu, May 28, 2015 at 07:21:25AM -0700, Tony Lindgren wrote: > > > > --- a/arch/arm/mach-omap2/sleep34xx.S > > >

Re: [PATCH 0/2] Add support for Toby Churchill SL50 board.

2015-05-28 Thread Tony Lindgren
* Enric Balletbo i Serra [150526 04:15]: > Hi Tony, > > These patches add support for a new board based on AM335x processor. If it > is ok, take in consideration to include in next DT merge window, please. Applying both into omap-for-v4.2/dt thanks. Tony -- To unsubscribe from this list: send t

Re: [PATCH v2 1/2] ARM: dts: omap3-devkit8000: Add dm9000 support

2015-05-28 Thread Tony Lindgren
* Anthoine Bourgeois [150527 13:02]: > Support dm9000 network interface in the device tree of devkit8000 board. > > Signed-off-by: Anthoine Bourgeois > --- > > Changes since v1: > * Fix io-mapping size > * Fix comments Applying this one into omap-for-v4.2/dt thanks. Tony -- To unsubscribe f

Re: [RFC] Fix omap3 booting with thumb2 compiled kernel

2015-05-28 Thread Tony Lindgren
* Dave Martin [150528 09:19]: > On Thu, May 28, 2015 at 07:21:25AM -0700, Tony Lindgren wrote: > > --- a/arch/arm/mach-omap2/sleep34xx.S > > +++ b/arch/arm/mach-omap2/sleep34xx.S > > @@ -203,23 +203,8 @@ save_context_wfi: > > */ > > ldr r1

Re: runtime check for omap-aes bus access permission (was: Re: 3.13-rc3 (commit 7ce93f3) breaks Nokia N900 DT boot)

2015-05-28 Thread Tony Lindgren
* Pali Rohár [150528 00:39]: > On Wednesday 11 February 2015 14:40:33 Nishanth Menon wrote: > > On Wed, Feb 11, 2015 at 2:28 PM, Pali Rohár wrote: > > > On Wednesday 11 February 2015 16:22:51 Matthijs van Duin wrote: > > >> On 11 February 2015 at 13:39, Pali Rohár > > > wrote: > > >> >> Anyhow,

Re: [PATCH 3/5] serial: omap: Switch wake-up interrupt to generic wakeirq

2015-05-28 Thread Tony Lindgren
Hi Greg, * Tony Lindgren [150513 16:38]: > We can now use generic wakeirq handling and remove the custom handling > for the wake-up interrupts. How do you prefer to handle the two omap specific serial driver changes in this series? There's a dependency to Rafael's pm-wak

Re: [PATCH 5/5] mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq

2015-05-28 Thread Tony Lindgren
* Tony Lindgren [150527 15:46]: > * Rafael J. Wysocki [150527 15:44]: > > On 5/25/2015 10:38 AM, Ulf Hansson wrote: > > >On 14 May 2015 at 01:36, Tony Lindgren wrote: > > >>We can now use generic wakeirq handling and remove the custom handling &g

Re: [RFC] Fix omap3 booting with thumb2 compiled kernel

2015-05-28 Thread Tony Lindgren
* Grazvydas Ignotas [150528 04:45]: > On Thu, May 28, 2015 at 1:55 AM, Tony Lindgren wrote: > > 8 <-- > > From: Tony Lindgren > > Date: Wed, 27 May 2015 15:33:57 -0700 > > Subject: [PATCH] ARM: OMAP3: Fix booting with thumb2 kernel > > &

Re: [PATCHv3 00/27] ARM: OMAP2+: clock code move under clk driver

2015-05-27 Thread Tony Lindgren
* Tero Kristo [150527 11:32]: > On 05/26/2015 07:39 PM, Felipe Balbi wrote: > >On Tue, May 26, 2015 at 09:32:16AM -0700, Tony Lindgren wrote: > >>* Tony Lindgren [150526 09:08]: > >>>* Tero Kristo [150525 08:01]: > >>>>Hi, > >>>&g

<    3   4   5   6   7   8   9   10   11   12   >