Re: [PATCH] Revert "ARM: dts: twl4030: Add iio properties for bci subnode"

2015-11-06 Thread Kevin Hilman
Hi Stephen, On Fri, Nov 6, 2015 at 2:19 PM, Stephen Rothwell <s...@canb.auug.org.au> wrote: > On Fri, 6 Nov 2015 10:36:34 -0800 Kevin Hilman <khil...@kernel.org> wrote: >> >> On Fri, Nov 6, 2015 at 8:13 AM, Sebastian Reichel <s...@kernel.org>

Re: [PATCH] Revert "ARM: dts: twl4030: Add iio properties for bci subnode"

2015-11-06 Thread Kevin Hilman
e I > did not build any device tree files assuming none have changed by me. > > Signed-off-by: Sebastian Reichel <s...@kernel.org> We also found this in kernelci.org build testing, and verified that this fixes the build. Tested-by: Kevin Hilman <khil...@linaro.org> Thanks Felip

Re: [PATCH] ARM: OMAP2+: PM: Denote the cpuidle tracepoints as _rcuidle()

2015-09-23 Thread Kevin Hilman
Jisheng Zhang <jszh...@marvell.com> writes: > The cpuidle tracepoints are called within a rcu_idle_exit() section, and > must be denoted with the _rcuidle() version of the tracepoint. > > Signed-off-by: Jisheng Zhang <jszh...@marvell.com> Acked-by: Kevin Hi

Re: [GIT PULL] omap fixes against v4.3-rc1

2015-09-16 Thread Kevin Hilman
Tony Lindgren writes: > The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f: > > Linux 4.3-rc1 (2015-09-12 16:35:56 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap >

Re: [PATCH v3 02/15] mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get

2015-09-10 Thread Kevin Hilman
On Tue, Sep 1, 2015 at 8:03 AM, Tony Lindgren wrote: > * Grygorii Strashko [150901 07:57]: >> On 09/01/2015 05:50 PM, Tony Lindgren wrote: >> >> >> >>On -next, Above crash signature could be related to race >> >>"ARM: OMAP2+: omap-device: fix race

Re: [GIT PULL] omap fixes for v4.3 merge window

2015-09-09 Thread Kevin Hilman
Tony Lindgren writes: > The following changes since commit 2faf962d90ca4c5ee7ba026b7351b1f74500bcdf: > > Merge tag 'armsoc-defconfig' of > git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2015-09-01 > 13:17:43 -0700) > > are available in the git repository at: > >

Re: [RESEND PATCH] ARM: multi_v7_defconfig: Enable PBIAS regulator

2015-09-09 Thread Kevin Hilman
Kishon Vijay Abraham I writes: > PBIAS regulator is required for MMC module in OMAP2, OMAP3, OMAP4, > OMAP5 and DRA7 SoCs. Enable it here. > > Signed-off-by: Kishon Vijay Abraham I Thanks, added to our next/late branch. Kevin -- To unsubscribe from this list:

Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node

2015-09-08 Thread Kevin Hilman
On Wed, Sep 2, 2015 at 6:07 AM, Tony Lindgren <t...@atomide.com> wrote: > * Neil Brown <n...@brown.name> [150901 23:23]: >> Kevin Hilman <khil...@kernel.org> writes: >> >> > ping... this boot failure has now landed in mainline >> >> sorry, I'm

Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node

2015-09-01 Thread Kevin Hilman
ping... this boot failure has now landed in mainline On Thu, Aug 27, 2015 at 1:51 PM, Kevin Hilman <khil...@kernel.org> wrote: > On Wed, Jul 29, 2015 at 5:11 PM, NeilBrown <n...@brown.name> wrote: >> Now that twl4030_bci_probe can safely return -EPROBE

Re: [PATCH 03/13] twl4030_charger: correctly handle -EPROBE_DEFER from devm_usb_get_phy_by_node

2015-08-27 Thread Kevin Hilman
On Wed, Jul 29, 2015 at 5:11 PM, NeilBrown n...@brown.name wrote: Now that twl4030_bci_probe can safely return -EPROBE_DEFER, do so when devm_usb_get_phy_by_node returns that error. Signed-off-by: NeilBrown n...@brown.name This patch has hit linux-next in the form of coommit 3fc3895e4fe1

Re: [PATCH 0/3] ARM: multi_v7_defconfig: Enable more OMAP family platforms

2015-08-07 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: Ping, looks like these are still pending. Probably should be applied directly by the arm-soc maintainers. If these should go through arm-soc, please resend to:a...@kernel.org so they make it into our queue of stuff to be reviewed/applied. Kevin -- To

Re: [PATCH stable/v4.0] ARM: OMAP3: Fix booting with thumb2 kernel

2015-07-30 Thread Kevin Hilman
Hi Greg, On Fri, Jul 10, 2015 at 10:28 AM, Kevin Hilman khil...@kernel.org wrote: From: Tony Lindgren t...@atomide.com We get a NULL pointer dereference on omap3 for thumb2 compiled kernels: Internal error: Oops: 8005 [#1] SMP THUMB2 ... [c046497b] (_raw_spin_unlock_irqrestore) from

Re: [PATCH 0/3] ARM: dts: Changes for Gumstix Pepper dts

2015-07-14 Thread Kevin Hilman
to hang after disabling vdd_mpu.) However, it still hangs during boot when testing with multi_v7_defconfig (boot log below.) Anyways, it's a step in the right direction. Feel free to add Tested-by: Kevin Hilman khil...@linaro.org Kevin [1] full console log: linus/master, mutli_v7_defconfig

[PATCH stable/v4.0] ARM: OMAP3: Fix booting with thumb2 kernel

2015-07-10 Thread Kevin Hilman
makes a difference is it sets .type and then the compiler knows what to do with the thumb bit as explained at: https://wiki.ubuntu.com/ARM/Thumb2PortingHowto Reported-by: Kevin Hilman khil...@kernel.org Tested-by: Kevin Hilman khil...@linaro.org Signed-off-by: Tony Lindgren t...@atomide.com (cherry

Re: [GIT PULL] omap fixes against v4.2-rc1

2015-07-09 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1 (2015-07-05 11:01:52 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

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

2015-07-01 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: Hi, * Tony Lindgren t...@atomide.com [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

Re: [PATCH v2] futex: lower the lock contention on the HB lock during wake up

2015-06-19 Thread Kevin Hilman
On Wed, Jun 17, 2015 at 1:33 AM, Sebastian Andrzej Siewior bige...@linutronix.de wrote: wake_futex_pi() wakes the task before releasing the hash bucket lock (HB). The first thing the woken up task usually does is to acquire the lock which requires the HB lock. On SMP Systems this leads to

Re: [PATCH v2] futex: lower the lock contention on the HB lock during wake up

2015-06-19 Thread Kevin Hilman
Thomas Gleixner t...@linutronix.de writes: On Fri, 19 Jun 2015, Kevin Hilman wrote: On Wed, Jun 17, 2015 at 1:33 AM, Sebastian Andrzej Siewior A handful of boot test failures on ARM/OMAP were found by kernelci.org in next-20150619[1] and were bisected down to this patch, which hit next

[PATCH stable/3.18.y] ARM: OMAP3: Fix booting with thumb2 kernel

2015-06-11 Thread Kevin Hilman
makes a difference is it sets .type and then the compiler knows what to do with the thumb bit as explained at: https://wiki.ubuntu.com/ARM/Thumb2PortingHowto Reported-by: Kevin Hilman khil...@kernel.org Tested-by: Kevin Hilman khil...@linaro.org Signed-off-by: Tony Lindgren t...@atomide.com (cherry

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

2015-06-11 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031: Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

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

2015-06-11 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: 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:

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

2015-06-08 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: Hi, Here's a pull request to fix potential hardware breaking configuration on BeagleBones. For the other fixes, apologies for these coming in so late, seems that people have been busy finding regressions. Regards, Tony The following changes since

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

2015-05-27 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@kernel.org [150527 15:20]: [ fix email for Dave Martin, +Tyler ] Tony Lindgren t...@atomide.com writes: The power management related assembly needs to interact with ARM mode bootrom code, so we need to keep most

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

2015-05-27 Thread Kevin Hilman
[ fix email for Dave Martin, +Tyler ] Tony Lindgren t...@atomide.com writes: The power management related assembly needs to interact with ARM mode bootrom code, so we need to keep most of the related assembly in ARM mode. Currently we are entering into and ARM mode assembly function from

Re: [PATCH 0/3] Introduce SET_NOIRQ_SYSTEM_SLEEP_PM_OPS and use it

2015-04-28 Thread Kevin Hilman
. For the series: Reviewed-by: Kevin Hilman khil...@linaro.org And for the omap_device changes: Acked-by: Kevin Hilman khil...@linaro.org -- 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

Re: [RFC 0/5] PM / clock_ops: provide default runtime ops and cleanup users

2015-04-20 Thread Kevin Hilman
! For the series: Reviewed-by: Kevin Hilman khil...@linaro.org Kevin -- 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: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-07 Thread Kevin Hilman
Hi Andrew, On Wed, Apr 1, 2015 at 2:54 PM, Kevin Hilman khil...@kernel.org wrote: Andrew Morton a...@linux-foundation.org writes: On Wed, 01 Apr 2015 10:47:49 +0100 Marc Zyngier marc.zyng...@arm.com wrote: -static int unmap_and_move(new_page_t get_new_page, free_page_t put_new_page

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-07 Thread Kevin Hilman
Andrew Morton a...@linux-foundation.org writes: On Tue, 7 Apr 2015 10:57:52 -0700 Kevin Hilman khil...@kernel.org wrote: The diff below[2] on top of yours compiles fine here and at least covers the compilers I *know* to trigger the ICE. I see my fix in your mmots since last Thurs (4/2

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-07 Thread Kevin Hilman
Andrew Morton a...@linux-foundation.org writes: On Tue, 07 Apr 2015 16:27:44 -0700 Kevin Hilman khil...@kernel.org wrote: It should all be there today? Nope. huh, I swear I did an mmotm yesterday. Well, based on the timestamp of the mmotm dir on ozlabs, it appears you did

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-07 Thread Kevin Hilman
Andrew Morton a...@linux-foundation.org writes: On Tue, 07 Apr 2015 15:41:32 -0700 Kevin Hilman khil...@kernel.org wrote: Andrew Morton a...@linux-foundation.org writes: On Tue, 7 Apr 2015 10:57:52 -0700 Kevin Hilman khil...@kernel.org wrote: The diff below[2] on top of yours compiles

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-02 Thread Kevin Hilman
On Thu, Apr 2, 2015 at 12:12 PM, Lina Iyer lina.i...@linaro.org wrote: On Wed, Apr 01 2015 at 15:57 -0600, Kevin Hilman wrote: Andrew Morton a...@linux-foundation.org writes: On Wed, 01 Apr 2015 10:47:49 +0100 Marc Zyngier marc.zyng...@arm.com wrote: -static int unmap_and_move(new_page_t

Re: Possible regression in next-20150323 due to ARM, arm64: kvm: get rid of the bounce page

2015-04-01 Thread Kevin Hilman
Hi Will, Will Deacon will.dea...@arm.com writes: [...] Thanks for testing this and sorry for the continued breakage. Which toolchain did you say you were using? Ard has some more patches trying to fix this, but none of our toolchains seem to tickle the issue. I've also tested on the

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-01 Thread Kevin Hilman
() (which is used in a single place only) noinline to work around this compiler bug. Reported-by: Kevin Hilman khil...@kernel.org Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be Tested-by: Kevin Hilman khil...@linaro.org --- mm/migrate.c | 7 --- 1 file changed, 4 insertions(+), 3

Re: [PATCH] mm/migrate: Mark unmap_and_move() noinline to avoid ICE in gcc 4.7.3

2015-04-01 Thread Kevin Hilman
Andrew Morton a...@linux-foundation.org writes: On Wed, 01 Apr 2015 10:47:49 +0100 Marc Zyngier marc.zyng...@arm.com wrote: -static int unmap_and_move(new_page_t get_new_page, free_page_t put_new_page, - unsigned long private, struct page *page, int force, -

Re: Possible regression in next-20150323 due to ARM, arm64: kvm: get rid of the bounce page

2015-03-31 Thread Kevin Hilman
Hi Ard, Ard Biesheuvel ard.biesheu...@linaro.org writes: [...] I think Will and I were both under the impression that this patch https://git.kernel.org/cgit/linux/kernel/git/arm64/linux.git/log/?h=kvm-bounce-page fixed the issue conclusively. Nope, that branch is already part of

Re: [PATCH] ARM: omap-device: add missed callback for suspend-to-disk

2015-02-25 Thread Kevin Hilman
grygorii.stras...@linaro.org writes: From: Grygorii Strashko grygorii.stras...@linaro.org Add missed callback needed for supporting suspend-to-disk (hibernation) mode. Signed-off-by: Grygorii Strashko grygorii.stras...@linaro.org Acked-by: Kevin Hilman khil...@linaro.org --- arch/arm

Re: [PATCH] ARM: dts: Revert disabling of smc91x for n900

2015-01-06 Thread Kevin Hilman
-by: Tony Lindgren t...@atomide.com Tested-by: Kevin Hilman khil...@linaro.org -- 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: Fwd: next boot: 101 boots: 89 pass, 12 fail (next-20141216)

2014-12-18 Thread Kevin Hilman
On Thu, Dec 18, 2014 at 2:37 PM, Nishanth Menon n...@ti.com wrote: script download fail does imply my farm has still issues to resolve.. but anyways.. more or less we are back operational again since it was broken by next-20141216 I'm not seeing any more failures in next-20141218 either.

Re: Fwd: next boot: 101 boots: 89 pass, 12 fail (next-20141216)

2014-12-17 Thread Kevin Hilman
[+ Tero] On Tue, Dec 16, 2014 at 8:07 PM, Viresh Kumar viresh.ku...@linaro.org wrote: On 17 December 2014 at 02:33, Nishanth Menon n...@ti.com wrote: http://storage.armcloud.us/kernel-ci/next/next-20141216/arm-multi_v7_defconfig/lab-khilman/boot-omap5-uevm.html [2.071996] [ cut

Re: Fwd: next boot: 101 boots: 89 pass, 12 fail (next-20141216)

2014-12-17 Thread Kevin Hilman
On Wed, Dec 17, 2014 at 9:16 AM, Kevin Hilman khil...@kernel.org wrote: [...] So the BUG() itself isn't the problem with this regression. There's been a fair amount of changes in the OMAP clk driver (including some other regressions), so I suspect the culprit to be lying somewhere

Fwd: next boot: 101 boots: 89 pass, 12 fail (next-20141216)

2014-12-16 Thread Kevin Hilman
FYI... New boot failures in today's linux-next for omap4-panda-es and omap5-uevm: http://status.armcloud.us/boot/?lab-khilmanfailomap The omap3-beagle-xm one has been fixed by Tero, but the fix hasn't hit -next yet. I haven't had a chance to bisect these yet. Kevin -- Forwarded

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-15 Thread Kevin Hilman
Tero Kristo t-kri...@ti.com writes: On 12/12/2014 09:07 PM, Kevin Hilman wrote: Hi Tero, Tero Kristo t-kri...@ti.com writes: The new usage of determine_rate and set_rate_and_parent calls for OMAP DPLLs assumes the DPLLs must have two parents defined, even if it is the same clock. Legacy

Re: [GIT PULL] few fixes for the v3.19 merge window

2014-12-15 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit a0e4467726cd26bacb16f13d207ffcfa82ffc07d: Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic (2014-12-09 17:25:00 -0800) are available in the git repository at:

Re: [PATCH 2/2] ARM: OMAP3: clock: fix boot breakage in legacy mode

2014-12-12 Thread Kevin Hilman
by adding the missing parent information to the DPLL clocks. Signed-off-by: Tero Kristo t-kri...@ti.com Fixes: 2e1a7b014f (ARM: OMAP3+: DPLL: use determine_rate() and...) Cc: Kevin Hilman khil...@kernel.org I tested this on linux-next (next-20141210, same version where I found the bug

Re: [PATCH 5/5] ARM: OMAP3+: DPLL: use determine_rate() and set_rate_and_parent()

2014-12-10 Thread Kevin Hilman
Hi Tero, On Fri, Oct 3, 2014 at 6:57 AM, Tero Kristo t-kri...@ti.com wrote: Currently, DPLLs are hiding the gory details of switching parent within set_rate, which confuses the common clock code and is wrong. Fixed by applying the new determine_rate() and set_rate_and_parent() functionality

Re: [RFC 0/2] i2c: omap: new fixes for driver

2014-12-01 Thread Kevin Hilman
Alexander Kochetkov al.koc...@gmail.com writes: The first patch fix i2c-omap driver for omap2420, found by code review and later reported by Tony Lindgren t...@atomide.com here[1]. Candidate for stable? The second patch unhide the reson of system lockup. The patch is rebased on branch

Re: [RFC] i2c: omap: TEST: do IP reset during probe.

2014-11-26 Thread Kevin Hilman
is rebased on branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux (6e79807443cba7397cd855ed29d6faba51d4c893) Signed-off-by: Alexander Kochetkov al.koc...@gmail.com Reported-by: Kevin Hilman khil...@kernel.org Tested-by: Kevin Hilman khil...@kernel.org Built

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-26 Thread Kevin Hilman
Alexander Kochetkov al.koc...@gmail.com writes: 25 нояб. 2014 г., в 22:13, Kevin Hilman khil...@kernel.org написал(а): I'll test your patch on all my OMAP boards. Put whatever debug output you want, and I'll send you links to all the boot output. Hello, Kevin! I've sent the patch[1

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Kevin Hilman
). Signed-off-by: Alexander Kochetkov al.koc...@gmail.com Fixes: 903c3859f77f9b0aace551da03267ef7a211dbc4 Reported-by: Kevin Hilman khil...@kernel.org Tested-by: Tony Lindgren t...@atomide.com Tested-by: Kevin Hilman khil...@linaro.org I tested DT and legacy boot on 3430/n900, 3530/beagle

Re: [PATCH v2] omap: i2c: don't check bus state IP rev3.3 and earlier

2014-11-25 Thread Kevin Hilman
Alexander Kochetkov al.koc...@gmail.com writes: 25 нояб. 2014 г., в 17:19, Wolfram Sang w...@the-dreams.de написал(а): I'll push out this evening to make the boot tests work again. If there is more to be investigated, either hurry up and post v3 ;) or let me know that you need more time.

Re: [PATCH v3 2/4] i2c: omap: implement workaround for handling invalid BB-bit values

2014-11-24 Thread Kevin Hilman
On Sat, Nov 22, 2014 at 11:47 AM, Alexander Kochetkov al.koc...@gmail.com wrote: In a multimaster environment, after IP software reset, BB-bit value doesn't correspond to the current bus state. It may happen what BB-bit will be 0, while the bus is busy due to another I2C master activity. Any

Re: [PATCH] ARM: OMAP4+: PM: Program CPU logic power state

2014-10-24 Thread Kevin Hilman
enter OSWR and multiple blocks loose context, when we expect them to hit CSWR. Signed-off-by: Nishanth Menon n...@ti.com Acked-by: Kevin Hilman khil...@linaro.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [PATCH] ARM: dts: Disable smc91x on n900 until bootloader dependency is removed

2014-10-09 Thread Kevin Hilman
the issues in gpmc.c. Reported-by: Kevin Hilman khil...@linaro.org Signed-off-by: Tony Lindgren t...@atomide.com Tested-by: Kevin Hilman khil...@linaro.org -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo

Re: [PATCH v4 10/11] ARM: OMAP2+: AM33XX: Basic suspend resume support

2014-09-09 Thread Kevin Hilman
Dave Gerlach d-gerl...@ti.com writes: Kevin/Ohad, On 09/09/2014 02:59 PM, Suman Anna wrote: Hi Ohad, On 09/09/2014 05:31 AM, Ohad Ben-Cohen wrote: On Tue, Sep 9, 2014 at 1:30 AM, Kevin Hilman khil...@linaro.org wrote: To me, it's not terribly clear how you made the split between this PM

Re: [RFC PATCH 2/2] of/clk: use clkops-clocks to specify clocks handled by clock_ops domain

2014-09-08 Thread Kevin Hilman
Laurent Pinchart laurent.pinch...@ideasonboard.com writes: Hi Grygorii and Grant, On Monday 28 July 2014 23:52:34 Grant Likely wrote: On Mon, Jul 28, 2014 at 11:47 AM, Grygorii Strashko wrote: On 07/28/2014 05:05 PM, Grant Likely wrote: On Thu, 12 Jun 2014 19:53:43 +0300, Grygorii

Re: [PATCH v4 10/11] ARM: OMAP2+: AM33XX: Basic suspend resume support

2014-09-08 Thread Kevin Hilman
+Ohad Dave Gerlach d-gerl...@ti.com writes: AM335x supports various low power modes as documented in section 8.1.4.3 of the AM335x Technical Reference Manual. DeepSleep0 mode offers the lowest power mode with limited wakeup sources without a system reboot and is mapped as the suspend state

Re: [GIT PULL] omap fixes against v3.17-rc3

2014-09-05 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 69e273c0b0a3c337a521d083374c918dc52c666f: Linux 3.17-rc3 (2014-08-31 18:23:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [PATCH 4/7] ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain

2014-08-27 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: powerdomain configuration in OMAP is done using PWRSTCTRL register for each power domain. However, PRCM lets us write any value we'd like to the logic and power domain target states, however the SoC integration tends to actually function only at a few

Re: [PATCH 4/7] ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain

2014-08-27 Thread Kevin Hilman
On Wed, Aug 27, 2014 at 11:35 AM, Nishanth Menon n...@ti.com wrote: On Wed, Aug 27, 2014 at 1:27 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Nishanth Menon n...@ti.com writes: powerdomain configuration in OMAP is done using PWRSTCTRL register for each power domain. However, PRCM lets

Re: [PATCH 02/10] ARM: OMAP5 / DRA7: PM: Set MPUSS-EMIF clock-domain static dependency

2014-08-27 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: From: Santosh Shilimkar santosh.shilim...@ti.com With EMIF clock-domain put under hardware supervised control, memory corruption and untraceable crashes are observed on OMAP5. Further investigation revealed that there is a weakness in the PRCM on this

Re: [PATCH 07/10] ARM: OMAP5 / DRA7: Enable CPU RET on suspend

2014-08-27 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: From: Rajendra Nayak rna...@ti.com On OMAP5 / DRA7, prevent a CPU powerdomain OFF and resulting MPU OSWR and instead attempt a CPU RET and side effect, MPU RET in suspend. Signed-off-by: Rajendra Nayak rna...@ti.com [n...@ti.com: update to do save_state

Re: [PATCH 00/10] ARM: OMAP5 / DRA7: Add framework for suspend and cpuidle

2014-08-27 Thread Kevin Hilman
think Daniel needs to weigh in on the CPUidle driver, otherwise. Reviewed-by: Kevin Hilman khil...@linaro.org I also tested on omap5uevm with the pm_debug/wakeup_timer_seconds patch. Tested-by: Kevin Hilman khil...@linaro.org Kevin -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH V2 4/7] ARM: OMAP2+: powerdomain: introduce logic for finding valid power domain

2014-08-27 Thread Kevin Hilman
such as: https://android.googlesource.com/kernel/omap.git/+blame/android-omap-panda-3.0/arch/arm/mach-omap2/pm44xx.c Reviewed-by: Kevin Hilman khil...@linaro.org Acked-by: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Nishanth Menon n...@ti.com --- Not posting the entire series again

Re: [PATCH] gpio: omap: Fix interrupt names

2014-08-22 Thread Kevin Hilman
specific for each GPIO bank which is trivial to achieve. Signed-off-by: Nishanth Menon n...@ti.com Acked-by: Kevin Hilman khil...@linaro.org -- 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

Re: [PATCH 0/3] GPIO OMAP driver changes for v3.17

2014-07-02 Thread Kevin Hilman
include gpio: omap: Add an omap prefix to all functions Acked-by: Kevin Hilman khil...@linaro.org For the series. Kevin -- 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

Re: omap4-panda-es boot issues with v3.15-rc4

2014-05-12 Thread Kevin Hilman
Santosh Shilimkar santosh.shilim...@ti.com writes: On Sunday 11 May 2014 11:55 AM, Tony Lindgren wrote: * Kevin Hilman khil...@linaro.org [140509 16:46]: Roger Quadros rog...@ti.com writes: Kevin, On 05/09/2014 01:15 AM, Kevin Hilman wrote: Tony Lindgren t...@atomide.com writes

Re: omap4-panda-es boot issues with v3.15-rc4

2014-05-09 Thread Kevin Hilman
Roger Quadros rog...@ti.com writes: Kevin, On 05/09/2014 01:15 AM, Kevin Hilman wrote: Tony Lindgren t...@atomide.com writes: [...] ..but I think I found the cause for recent hangs on panda, just a wild guess based on looking at the recent cpuidle patches after v3.14. Looks like

Re: omap4-panda-es boot issues with v3.15-rc4

2014-05-08 Thread Kevin Hilman
Roger Quadros rog...@ti.com writes: Hi, Nishant pointed me to a booting issue with omap4-panda-es on linux-next but I'm observing similar issues, although less frequent, with v3.15-rc4 as well. Configuration: - kernel v3.15-rc4 or linux-next (20140507) - multi_v7_defconfig with

Re: omap4-panda-es boot issues with v3.15-rc4

2014-05-08 Thread Kevin Hilman
On Thu, May 8, 2014 at 8:31 AM, Kevin Hilman khil...@linaro.org wrote: Roger Quadros rog...@ti.com writes: Hi, Nishant pointed me to a booting issue with omap4-panda-es on linux-next but I'm observing similar issues, although less frequent, with v3.15-rc4 as well. Configuration

Re: omap4-panda-es boot issues with v3.15-rc4

2014-05-08 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: [...] ..but I think I found the cause for recent hangs on panda, just a wild guess based on looking at the recent cpuidle patches after v3.14. Looks like reverting 0b89e9aa2856 (cpuidle: delay enabling interrupts until all coupled CPUs leave idle)

Re: [PATCH/RFC 3/4] of/clk: Register clocks suitable for Runtime PM with the PM core

2014-04-25 Thread Kevin Hilman
Geert Uytterhoeven geert+rene...@glider.be writes: When adding a device from DT, check if its clocks are suitable for Runtime PM, and register them with the PM core. If Runtime PM is disabled, just enable the clock. This allows the PM core to automatically manage gate clocks of devices for

Re: regressions in linux-next?

2014-04-24 Thread Kevin Hilman
Linus Walleij linus.wall...@linaro.org writes: On Tue, Apr 22, 2014 at 5:52 PM, Javier Martinez Canillas jav...@dowhile0.org wrote: I've revised the patch again and I couldn't find the reason why certain boards are failing to boot. I can't reproduce this issue since I only have a DM3730

Re: [PATCH v3] gpio: omap: implement get_direction

2014-04-24 Thread Kevin Hilman
-by: Kevin Hilman khil...@linaro.org Part of me wants to list Javier as maintainer for this driver. That's fine with me. Kevin -- 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

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
Robert Nelson robertcnel...@gmail.com writes: BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/omap3-beagle-xm-ab.dts | 15 +++ 2 files

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Gupta, Pekon pe...@ti.com [140421 23:49]: Tony, From: Tony Lindgren * Robert Nelson robertcnel...@gmail.com [140418 16:42]: On Fri, Apr 18, 2014 at 5:51 PM, Tony Lindgren t...@atomide.com wrote: * Robert Nelson robertcnel...@gmail.com [140415

Re: [PATCH] ARM: dts: Add support for the BeagleBoard xM A/B

2014-04-24 Thread Kevin Hilman
On Thu, Apr 24, 2014 at 3:32 PM, Kevin Hilman khil...@linaro.org wrote: Robert Nelson robertcnel...@gmail.com writes: BeagleBoard xM A/B has an inverted usb hub enable line vs the xM C Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/Makefile | 1

Re: [RFC 3/5] ARM: OMAP2+: timer: Add clocksource initialization and powerup support

2014-03-14 Thread Kevin Hilman
Joel Fernandes jo...@ti.com writes: On 03/13/2014 04:52 PM, Rob Herring wrote: On Thu, Mar 13, 2014 at 3:35 PM, Joel Fernandes jo...@ti.com wrote: Introduce a generic omap timer initialization function that can be used by all SoCs for which support is available in the clocksource driver

Re: [PATCH] ARM: OMAP4: Fix definition of IS_PM44XX_ERRATUM

2014-03-13 Thread Kevin Hilman
): undefined reference to `pm44xx_errata' Fixes: c962184 (ARM: OMAP4: PM: add errata support) Reported-by: Tony Lindgren t...@atomide.com Signed-off-by: Nishanth Menon n...@ti.com Acked-by: Kevin Hilman khil...@linaro.org -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: [PATCH 0/3] ARM: dts: Fixes for Overo/Tobi against 3.14-rc1

2014-02-11 Thread Kevin Hilman
Florian Vaussard florian.vauss...@epfl.ch writes: Hi, On 02/06/2014 06:09 PM, Kevin Hilman wrote: Florian Vaussard florian.vauss...@epfl.ch writes: OMAP36xx-based Overo (Storm and alike) are now failing to boot with 3.14-rc1 [1]. This series fixes this, by moving model-agnostic DT

Re: next boot: 36 pass, 3 fail (next-20140210)

2014-02-10 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: On 02/10/2014 10:33 AM, Kevin Hilman wrote: +linux-omap list On Mon, Feb 10, 2014 at 7:58 AM, Kevin's boot bot khil...@linaro.org wrote: Automated DT boot report for various ARM defconfigs. Tree/Branch: next Git describe: next-20140210 Failed boot

Re: next boot: 36 pass, 3 fail (next-20140210)

2014-02-10 Thread Kevin Hilman
+linux-omap list On Mon, Feb 10, 2014 at 7:58 AM, Kevin's boot bot khil...@linaro.org wrote: Automated DT boot report for various ARM defconfigs. Tree/Branch: next Git describe: next-20140210 Failed boot tests (console logs at the end) ===

Re: regression(ti platforms): next-20140210 (ehci?)

2014-02-10 Thread Kevin Hilman
Roger Quadros rog...@ti.com writes: +devicetree On 02/10/2014 05:59 PM, Nishanth Menon wrote: Hi, A quick note to report that I saw regression in today's next tag (logs indicate around EHCI) boot on various TI platforms: Note: crane and sdp2430 are not expected to pass with

Re: [PATCH] ARM: multi_v7_defconfig: Select CONFIG_SOC_DRA7XX

2014-02-10 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: Select CONFIG_SOC_DRA7XX so that we can boot dra7-evm. DRA7 family are A15 based processors that supports LPAE and an evolutionary update to the OMAP5 generation of processors. Signed-off-by: Nishanth Menon n...@ti.com --- based on v3.13-rc1 kernel tag -

Re: regression(ti platforms): next-20140210 (ehci?)

2014-02-10 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: On 02/10/2014 12:28 PM, Kevin Hilman wrote: Roger Quadros rog...@ti.com writes: +devicetree On 02/10/2014 05:59 PM, Nishanth Menon wrote: Hi, A quick note to report that I saw regression in today's next tag (logs indicate around EHCI) boot on various

Re: next boot: 34 pass, 5 fail (next-20140122)

2014-02-05 Thread Kevin Hilman
On Fri, Jan 24, 2014 at 10:13 AM, Florian Vaussard florian.vauss...@epfl.ch wrote: Hi, On 01/24/2014 07:11 PM, Tony Lindgren wrote: * Florian Vaussard florian.vauss...@epfl.ch [140123 01:17]: I just tested next-20140123 with an OMAP3630 ES1.2 Overo/Tobi. Changing the include to

Re: [PATCH] ARM: OMAP4+: move errata initialization to omap4_pm_init_early

2014-01-27 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@linaro.org [140123 09:55]: Grygorii Strashko grygorii.stras...@ti.com writes: On 01/20/2014 10:06 PM, Nishanth Menon wrote: Move all OMAP4 PM errata initializations to centralized location in omap4_pm_init_early. This allows

Re: [PATCH] ARM: OMAP4+: move errata initialization to omap4_pm_init_early

2014-01-23 Thread Kevin Hilman
Grygorii Strashko grygorii.stras...@ti.com writes: On 01/20/2014 10:06 PM, Nishanth Menon wrote: Move all OMAP4 PM errata initializations to centralized location in omap4_pm_init_early. This allows for users to utilize the erratas in various submodules as needed. Tested-by: Grygorii

Re: [PATCHv13 00/40] ARM: TI SoC clock DT conversion

2014-01-17 Thread Kevin Hilman
Mike Turquette mturque...@linaro.org writes: [...] I took Tony's advice and fast-forwarded clk-next to -rc7 and applied Tero's series. This includes the AM3517 bits now. I've pushed this branch to clk-next-omap (force update) on my Linaro mirror. Can you do a final sanity test before I merge

Re: [PATCH v2] ARM: OMAP4460: cpuidle: Extend PM_OMAP4_ROM_SMP_BOOT_ERRATUM_GICD on cpuidle

2014-01-14 Thread Kevin Hilman
too. Without this WA the same issue is reproduced now on boards PandaES and Tablet/Blaze with SOM OMAP4460 when CONFIG_CPU_IDLE is enabled. After MPUSS has enterred OSWR and waken up: - GIC distributor became disabled forever - scheduling is not performed any more Cc: Kevin Hilman khil

Re: [GIT PULL 1/4] non-urgent omap fixes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL 3/4] trivial omap big endian changes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL 2/4] omap device tree fixes for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit adfe9361b236154215d4b0fc8b6d79995394b15c: ARM: dts: Add basic devices on am3517-evm (2013-12-08 14:15:46 -0800) are available in the git repository at:

Re: [GIT PULL 4/4] GIC crossbar support for v3.14 merge window

2014-01-14 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 413541dd66d51f791a0b169d9b9014e4f56be13c: Linux 3.13-rc5 (2013-12-22 13:08:32 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL] omap display regression fix against v3.13-rc4

2013-12-20 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: The following changes since commit 319e2e3f63c348a9b66db4667efa73178e18b17d: Linux 3.13-rc4 (2013-12-15 12:31:33 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [GIT PULL] make omap24xx boot in dt mode only, prepare omap3 to drop legacy booting for v3.14

2013-12-17 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Tony Lindgren t...@atomide.com [131210 12:27]: The following changes since commit f2e2c9d9b4087b74eb9e00d8dfac148354cb0b71: ARM: dts: Fix booting for secure omaps (2013-12-06 15:30:43 -0800) are available in the git repository at:

Re: [GIT PULL] ARM: OMAP2+: hwmod code/data: fixes for v3.13-rc

2013-12-10 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: Arnd, Kevin, Olof, Care to pull this one from Paul into the fixes too? Pulled into fixes, Thanks, Kevin Tony * Paul Walmsley p...@pwsan.com [131209 11:08]: Hi Tony, The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

Re: [GIT PULL] wl1251 platform data changes for v3.14

2013-12-10 Thread Kevin Hilman
Hi Tony, Tony Lindgren t...@atomide.com writes: The following changes since commit 736e812636ea72be444b85fa7e92554967459069: ARM: OMAP2+: Remove unused platform init code and headers (2013-12-08 14:15:46 -0800) are available in the git repository at:

Re: [PATCH] ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detected

2013-12-10 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: * Kevin Hilman khil...@linaro.org [131209 08:07]: Tony Lindgren t...@atomide.com writes: * Nishanth Menon n...@ti.com [131203 17:40]: Due to the cross dependencies between hwmod for automanaged device information for OMAP and dts node definitions

Re: [RFC/RFT/PATCH V3] gpio: omap: refresh patch be more aggressive with pm_runtime against v3.12-rc5

2013-12-09 Thread Kevin Hilman
Chao Xu caesarxuc...@gmail.com writes: From: Felipe Balbi ba...@ti.com try to keep gpio block suspended as much as possible. Tested with pandaboard and a sysfs exported gpio. Signed-off-by: Felipe Balbi balbi at ti.com [caesarxuc...@gmail.com : Refreshed against v3.12-rc5, and added

Re: [PATCH] ARM: OMAP2+: omap_device: add fail hook for runtime_pm when bad data is detected

2013-12-09 Thread Kevin Hilman
crash. Kevin, any comments on this one? Looks like a good approach to catch these corner cases. Acked-by: Kevin Hilman khil...@linaro.org -- 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

  1   2   3   4   5   6   7   8   9   10   >