Re: [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling

2015-09-01 Thread Tony Lindgren
* Alexandre Belloni <alexandre.bell...@free-electrons.com> [150826 14:57]: > On 26/08/2015 at 11:01:27 -0700, Tony Lindgren wrote : > > * Keerthy <a0393...@ti.com> [150826 09:54]: > > > Tony, > > > > > > On Saturday 22 August 201

Re: [PATCH] arm: omap2: vc: fix 'or' always true warning

2015-09-01 Thread Tony Lindgren
* Frans Klaver [150828 03:14]: > From: Frans Klaver > > Fix the warning: > arch/arm/mach-omap2/vc.c:302:47: warning: logical ‘or’ of collectively > exhaustive tests is always true [-Wlogical-op] > > As we're toggling both CLKREQ and OFFMODE, we

Re: PowerVR SGX540 drivers for PandaBoard(OMAP4460) on vanilla kernel

2015-09-01 Thread Tony Lindgren
* Sedat Marangoz [150813 05:14]: > Hi all, > > Is there a way to install PVR SGX540 driver to my PandaBoard > ES(OMAP4460) which runs on vanilla kernel and small filesystem. > The latest Graphics SDK does not have support for OMAP4. > I searched and found pvr_omap is

Re: [PATCH] ARM: DRA752: Add ID detect for ES2.0

2015-09-01 Thread Tony Lindgren
* Nishanth Menon [150813 07:35]: > From: Vishal Mahaveer > > ES2.0 is a minor variant of ES1.1. ES2.0 is an incremental revision > with various fixes including the following: > - reset logic fixes > - few assymetric aging logic fixes > - MMC clock

Re: [PATCH] ARM: dts: DRA7: fix a typo in ethernet

2015-09-01 Thread Tony Lindgren
* Vishal Mahaveer [150825 12:01]: > Register address in name of the node is wrong > > Signed-off-by: Vishal Mahaveer > Acked-by: Mugunthan V N Thanks applying into omap-for-v4.3/fixes. Tony > --- > arch/arm/boot/dts/dra7.dtsi |2 +- >

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

2015-08-31 Thread Tony Lindgren
* Kishon Vijay Abraham I <kis...@ti.com> [150830 22:47]: > Hi, > > On Saturday 29 August 2015 12:33 AM, Tony Lindgren wrote: > > * Olof Johansson <o...@lixom.net> [150828 11:11]: > >> Hi, > >> > >> On Thu, Aug 27, 2015 at 2:13 AM, Kishon

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

2015-08-31 Thread Tony Lindgren
* Tony Lindgren <t...@atomide.com> [150831 14:02]: > > And I must have tested next-20150827 instead of next-20150828. Or > else it does not happen on every boot. In any case, I'm now getting > the following on next-20150831 most of the time: > > [9.493133] omap_h

Re: [PATCH] gpio: omap: Fix gpiochip_add() handling for deferred probe

2015-08-31 Thread Tony Lindgren
* Grygorii Strashko <grygorii.stras...@ti.com> [150831 02:07]: > Hi Tony, > > On 08/28/2015 09:44 PM, Tony Lindgren wrote: > >Currently we gpio-omap breaks if gpiochip_add() returns -EPROBE_DEFER: > > > >[0.57] gpiochip_add: GPIOs 0..31 (gpio) fa

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

2015-08-28 Thread Tony Lindgren
later and all other errors are fatal. Signed-off-by: Kishon Vijay Abraham I kis...@ti.com Tested-by: Tony Lindgren t...@atomide.com I bisected boot failures on Panda ES with multi_v7_defconfig down to this commit on last night's -next build: http://arm-soc.lixom.net/bootlogs/next/next

[PATCH] gpio: omap: Fix gpiochip_add() handling for deferred probe

2015-08-28 Thread Tony Lindgren
the issue by adding the missing pm_runtime_put() on error. Cc: Grygorii Strashko grygorii.stras...@ti.com Cc: Javier Martinez Canillas jav...@dowhile0.org Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar ssant...@kernel.org Signed-off-by: Tony Lindgren t...@atomide.com

[PATCH] net/smsc911x: Fix deferred probe for interrupt

2015-08-28 Thread Tony Lindgren
The interrupt handler may not be available when smsc911x probes if the interrupt handler is a GPIO controller for example. Let's fix that by adding handling for -EPROBE_DEFER. Cc: Steve Glendinning steve.glendinn...@shawell.net Signed-off-by: Tony Lindgren t...@atomide.com --- drivers/net

[PATCH] ARM: OMAP2+: Fix booting if no timer parent clock is available

2015-08-28 Thread Tony Lindgren
information for anybody bringing up a new SoC what needs to be fixed. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/timer.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-omap2/timer.c b/arch/arm/mach-omap2/timer.c index e4d8701..a556551

[PATCH] ARM: omap2plus_defconfig: Enable MUSB DMA support

2015-08-28 Thread Tony Lindgren
With recent MUSB changes we can now build in support for multiple DMA implementations. So let's enable DMA by default to make life easier for distro use. Cc: Felipe Balbi ba...@ti.com Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/configs/omap2plus_defconfig | 2 ++ 1 file changed, 2

Re: [PATCH 2/2] memory: omap-gpmc: Add Kconfig option for debug

2015-08-27 Thread Tony Lindgren
Hi, * Hannes Schmelzer hannes.schmel...@br-automation.com [150826 22:55]: Hi Tony, Did anyone test this changeset on some AM335x board? Apparently not if it does not work or else you somehow have a different configuration for GPMC. Today I ran into trouble with that because: The GPMC

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-27 Thread Tony Lindgren
* Grygorii Strashko grygorii.stras...@ti.com [150827 06:42]: Hi Tony, On 08/26/2015 09:10 PM, Tony Lindgren wrote: * Grygorii Strashko grygorii.stras...@ti.com [150826 11:01]: Now Kernel fails to boot 50% of times (form build to build) with RT-patchset applied due to the following race

Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used

2015-08-26 Thread Tony Lindgren
* Guenter Roeck li...@roeck-us.net [150826 11:37]: On 08/26/2015 10:04 AM, Tony Lindgren wrote: Hi, * Guenter Roeck li...@roeck-us.net [150817 13:48]: Commit 0b50dc4fc971 (Convert smsc911x to use ACPI as well as DT) makes the call to smsc911x_probe_config() unconditional, and no longer

Re: [PATCH] ARM: OMAP2+: omap-device: remove omap_device_late_init call completely

2015-08-26 Thread Tony Lindgren
* Grygorii Strashko grygorii.stras...@ti.com [150826 11:01]: Now Kernel fails to boot 50% of times (form build to build) with RT-patchset applied due to the following race - on late boot stages deferred_probe_work_func races with omap_device_late_ini late_initcall -

Re: [PATCH v5 0/3] ARM: AM437X: Add rtc clock handling

2015-08-26 Thread Tony Lindgren
-by: Tony Lindgren t...@atomide.com 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 at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/7] gpio: omap: fixes and improvements

2015-08-26 Thread Tony Lindgren
* Grygorii Strashko grygorii.stras...@ti.com [150825 04:44]: On 08/21/2015 11:13 AM, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [150818 23:42]: Hi, * Grygorii Strashko grygorii.stras...@ti.com [150818 04:14]: Hi, This patch series contains set of trivial fixes

Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used

2015-08-26 Thread Tony Lindgren
* Jeremy Linton jeremy.lin...@arm.com [150826 10:35]: On 08/26/2015 12:04 PM, Tony Lindgren wrote: * Guenter Roeck li...@roeck-us.net [150817 13:48]: Commit 0b50dc4fc971 (Convert smsc911x to use ACPI as well as DT) makes Looks like this change makes at least omap boards using smsc911x fail

Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used

2015-08-26 Thread Tony Lindgren
* Guenter Roeck li...@roeck-us.net [150826 10:40]: Hi Tony, On 08/26/2015 10:04 AM, Tony Lindgren wrote: Hi, * Guenter Roeck li...@roeck-us.net [150817 13:48]: Commit 0b50dc4fc971 (Convert smsc911x to use ACPI as well as DT) makes the call to smsc911x_probe_config() unconditional

Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used

2015-08-26 Thread Tony Lindgren
Hi, * Guenter Roeck li...@roeck-us.net [150817 13:48]: Commit 0b50dc4fc971 (Convert smsc911x to use ACPI as well as DT) makes the call to smsc911x_probe_config() unconditional, and no longer fails if there is no device node. device_get_phy_mode() is called unconditionally, and if there is no

Re: [PATCH -next] smsc911x: Fix crash seen if neither ACPI nor OF is configured or used

2015-08-26 Thread Tony Lindgren
* Guenter Roeck li...@roeck-us.net [150826 13:58]: Hi Tony, On 08/26/2015 01:16 PM, Tony Lindgren wrote: [ ... ] We may need two separate patches, one to fix up device_property_read_u32() to return -ENXIO, and one to fix smsc911x_probe_config() to ignore the error from

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

2015-08-21 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150819 23:38]: Hi, On Thursday 06 August 2015 02:17 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150805 07:10]: On Wednesday 05 August 2015 01:31 PM, Tony Lindgren wrote: We don't have syscon-otghs and to me it seems we need

Re: [PATCH v2 00/16] omap_hsmmc: regulator usage cleanup and fixes

2015-08-21 Thread Tony Lindgren
and things still work for me. That's not really testing the PBIAS regulator though, but a good torture test for saving and restoring context. So FWIW: Tested-by: Tony Lindgren t...@atomide.com If you need a PM torture test for PBIAS regulator, you could try to do the following on your beagle xm MMC card

Re: [PATCH 0/7] gpio: omap: fixes and improvements

2015-08-21 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150818 23:42]: Hi, * Grygorii Strashko grygorii.stras...@ti.com [150818 04:14]: Hi, This patch series contains set of trivial fixes and improvements, and also patches which fixes wrong APIs usage in atomic context as for -RT as for non-RT kernel

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

2015-08-19 Thread Tony Lindgren
* NeilBrown n...@brown.name [150818 17:32]: On Tue, 18 Aug 2015 01:07:58 -0700 Tony Lindgren t...@atomide.com wrote: * NeilBrown n...@brown.name [150729 17:29]: Now that twl4030_bci_probe can safely return -EPROBE_DEFER, do so when devm_usb_get_phy_by_node returns that error

Re: [PATCH 0/7] gpio: omap: fixes and improvements

2015-08-19 Thread Tony Lindgren
Hi, * Grygorii Strashko grygorii.stras...@ti.com [150818 04:14]: Hi, This patch series contains set of trivial fixes and improvements, and also patches which fixes wrong APIs usage in atomic context as for -RT as for non-RT kernel. The final goal of this series is to make TI OMAP GPIO

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

2015-08-18 Thread Tony Lindgren
* NeilBrown n...@brown.name [150729 17:29]: 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 --- drivers/power/twl4030_charger.c |6 +- 1 file changed, 5 insertions(+), 1

Re: [RFT PATCH] arm: omap1_defconfig: convert to use libata PATA drivers

2015-08-17 Thread Tony Lindgren
for same hardware confuses users This patch converts omap1_defconfig to use libata PATA drivers. Cc: Tony Lindgren t...@atomide.com Cc: linux-omap@vger.kernel.org Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- Build tested only. If you have affected hardware please test

[GIT PULL] omap gpmc null pointer fix against v4.2-rc6

2015-08-13 Thread Tony Lindgren
The following changes since commit cd4556733b30cc363adc7b1cea3bffa7e2dd0c7c: ARM: dts: dra7: Fix broken pbias device creation (2015-08-05 03:04:07 -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/fixes-rc6

Re: [PATCH v2 00/22] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms

2015-08-13 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150813 00:17]: On 11/08/15 15:48, Tony Lindgren wrote: OK. Yeah let's make sure no regressions are caused by this.. We also still have the omap3 legacy booting around, have you checked that it keeps on working? I don't have any omap3 board with legacy

Re: [PATCH-next 2/4] arm: boot: dts: am4372: add ARM timers and SCU nodes

2015-08-13 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150812 13:00]: AM437x devices sport SCU, TWD and Global timers, let's add them to DTS so they have a chance to probe and be used by Linux. Applying this one into omap-for-v4.3/dt-v2. Not sure if it will get merged as we're getting close to the merge window. The

Re: [PATCH v2 07/13] memory: kill off set_irq_flags usage

2015-08-13 Thread Tony Lindgren
* Rob Herring r...@kernel.org [150712 07:29]: set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID - !IRQ_NOREQUEST

Re: [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs

2015-08-13 Thread Tony Lindgren
* Keerthy a0393...@ti.com [150813 02:08]: On Wednesday 12 August 2015 02:07 PM, Tony Lindgren wrote: * Keerthy a0393...@ti.com [150811 10:57]: On Tuesday 11 August 2015 06:25 PM, Tony Lindgren wrote: * Keerthy j-keer...@ti.com [150810 02:31]: @@ -371,8 +372,10 @@ IS_OMAP_TYPE(3430

Re: [net-next PATCH 3/3] ARM: dts: am33xx: update cpsw compatible

2015-08-13 Thread Tony Lindgren
* Mugunthan V N mugunthan...@ti.com [150812 02:56]: CPSW driver has been updated with compatibles for enabling errata workarounds. So updating cpsw compatibles. Signed-off-by: Mugunthan V N mugunthan...@ti.com This too: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/boot/dts

Re: [net-next PATCH 2/3] ARM: dts: dra7: update cpsw compatible

2015-08-13 Thread Tony Lindgren
: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/boot/dts/dra7.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi index 8f1e25b..b4fdd10 100644 --- a/arch/arm/boot/dts/dra7.dtsi +++ b/arch/arm/boot/dts/dra7

Re: [PATCH v2 5/6] ARM: OMAP: wakeupgen: fix arm gic irq type configuration

2015-08-13 Thread Tony Lindgren
domains. Fixes: 7136d457f365 ('ARM: omap: convert wakeupgen to stacked domains') Signed-off-by: Grygorii Strashko grygorii.stras...@ti.com Makse sense to merge this along with the irqchip changes once those are ready, so feel free to add to this one: Acked-by: Tony Lindgren t...@atomide.com

[GIT PULL 1/2] omap soc fix for v4.3 merge window

2015-08-13 Thread Tony Lindgren
. Rob Herring (1): memory: kill off set_irq_flags usage Tony Lindgren (1): ARM: OMAP2+: Fix power domain operations regression caused by 81xx arch/arm/mach-omap2/powerdomains3xxx_data.c | 6 +- drivers/memory/omap-gpmc.c

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

2015-08-13 Thread Tony Lindgren
ARM: dts: am4372: Set the default clock rate for dpll_clksel_mac_clk clock ARM: dts: AM4372: Add the am4372-rtc compatible string Tony Lindgren (1): Merge branch 'for-4.3/ti-clk-dt' of https://github.com/t-kristo/linux-pm into omap-for-v4.3/dt-v2 Documentation/devicetree/bindings/rtc

Re: [RFC/PATCH-v4.2-rc6 1/5] Revert ARM: 7655/1: smp_twd: make twd_local_timer_of_register() no-op for nosmp

2015-08-12 Thread Tony Lindgren
and the warning won't show up. The other side benefit of this patch is that TWD has a chance to probe on single-core A9 systems such as AM437x which sport TWD. Can you please upload this into Russell's patch tracking system if no comments? Please also feel free to add: Acked-by: Tony Lindgren t

Re: [RFC/PATCH-v4.2-rc6 4/5] arm: omap2: timer: simplify omap4_local_timer_init()

2015-08-12 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150810 14:44]: all users of omap4_local_timer_init() are already DT-only, so we can remove the check for having DTB or not. While at that, fix a typo in comment. We already have d1dabab2841d (ARM: OMAP2+: Clean up omap4_local_timer_init) in Linux next

Re: [GIT PULL] omap clock dts changes for v4.3 merge window

2015-08-12 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [150806 04:10]: The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) are available in the git repository at: https://github.com/t-kristo/linux-pm.git for-4.3/ti-clk-dt for you to fetch

Re: [PATCH] memory: omap-gpmc: Don't try to save the GPMC context

2015-08-12 Thread Tony Lindgren
* Javier Martinez Canillas jav...@dowhile0.org [150805 05:47]: Hello Tomeu, On Wed, Aug 5, 2015 at 2:24 PM, Tomeu Vizoso tomeu.viz...@collabora.com wrote: ...if there isn't one already. I think is better to instead splitting the subject line like this, to change it for something that

Re: [PATCH] ARM: OMAP3: clock: remove un-used core dpll re-program code

2015-08-12 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [150716 01:10]: Remove the OMAP3 core DPLL re-program code, and the associated SRAM code that does the low-level programming of the DPLL divider, idling of the SDRAM etc. This code was never fully implemented in the kernel; things missing were driver side

Re: [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs

2015-08-12 Thread Tony Lindgren
* Keerthy a0393...@ti.com [150811 10:57]: On Tuesday 11 August 2015 06:25 PM, Tony Lindgren wrote: * Keerthy j-keer...@ti.com [150810 02:31]: @@ -371,8 +372,10 @@ IS_OMAP_TYPE(3430, 0x3430) #ifdefCONFIG_SOC_AM43XX # undef soc_is_am43xx # undef soc_is_am437x -# define

Re: [RFC/PATCH-v4.2-rc6 2/5] arm: boot: dts: am4372: add ARM timers and SCU nodes

2015-08-12 Thread Tony Lindgren
* Felipe Balbi ba...@ti.com [150810 14:44]: AM437x devices sport SCU, TWD and Global timers, let's add them to DTS so they have a chance to probe and be used by Linux. Is this one safe to apply already without the Kconfig change? Or will it cause multi_v7_defconfig with the timers selected to

Re: [PATCH] ARM: dts: AM4372: Add the am4372-rtc compatible string

2015-08-12 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150806 22:10]: am4372-rtc string was already part of dts, introduced to identify the rtc specific to am4372 family of SoCs. It was removed in one of the previous patches. Adding back the same with appropriate documentation. Applying into omap-for-v4.3/dt-v2 thanks.

Re: [PATCH] ARM: OMAP3: clock: remove un-used core dpll re-program code

2015-08-12 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150812 00:29]: * Tero Kristo t-kri...@ti.com [150716 01:10]: Remove the OMAP3 core DPLL re-program code, and the associated SRAM code that does the low-level programming of the DPLL divider, idling of the SDRAM etc. This code was never fully

Re: [PATCH v2 00/22] memory: omap-gpmc: mtd: nand: Support GPMC NAND on non-OMAP platforms

2015-08-11 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150807 02:15]: Hi, We do a couple of things in this series which result in cleaner device tree implementation, faster perfomance and multi-platform support. As an added bonus we get new GPI/Interrupt pins for use in the system. - Establish a custom

Re: [PATCH v2 3/6] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs

2015-08-11 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150810 02:31]: @@ -371,8 +372,10 @@ IS_OMAP_TYPE(3430, 0x3430) #ifdef CONFIG_SOC_AM43XX # undef soc_is_am43xx # undef soc_is_am437x -# define soc_is_am43xx() is_am43xx() -# define soc_is_am437x() is_am437x() +# undef soc_is_am438x

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

2015-08-11 Thread Tony Lindgren
* Kevin Hilman khil...@kernel.org [150807 16:10]: 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

Re: [PATCH 00/11] omap_hsmmc: voltage switching and tuning

2015-08-11 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150807 07:48]: Hi, On Thursday 06 August 2015 12:18 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150805 08:03]: Hi, On Wednesday 05 August 2015 04:13 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150730 00

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

2015-08-06 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150805 07:28]: Hi Roger, On Wednesday 05 August 2015 01:38 PM, Roger Quadros wrote: On 05/08/15 11:02, Roger Quadros wrote: Kishon, On 04/08/15 18:30, Kishon Vijay Abraham I wrote: Add syscon-otghs property and remove the deprecated ctrl-module

Re: [PATCH 3/8] rtc: omap: Add external clock enabling support

2015-08-06 Thread Tony Lindgren
* Alexandre Belloni alexandre.bell...@free-electrons.com [150806 02:50]: On 06/08/2015 at 12:36:54 +0300, Grygorii Strashko wrote : Pls, correct me if I'm not right. Is below what you propose? Doard dts: / { rtc_32k_ext_clk: rtc_osc_xi_clkin32_ext { #clock-cells = 0;

[GIT PULL] omap dts changes for v4.3 merge window, part 3

2015-08-06 Thread Tony Lindgren
The following changes since commit f5887fe5d14181aef0653ab04f60988252d42461: ARM: OMAP2+: Add custom abort handler for t410 (2015-07-23 22:33:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/dt-pt3 for you

[GIT PULL] omap pbias regulator regression fixes against v4.2-rc5

2015-08-06 Thread Tony Lindgren
The following changes since commit 9908ac3daa3da2d236b5406b95d0865ddb8b29c4: ARM: dts: Correct audio input route set mic bias for am335x-pepper (2015-07-15 03:03:01 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap

Re: [PATCH v2 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle

2015-08-06 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [150805 08:35]: Hi Tony, On 08/05/2015 05:28 AM, Tony Lindgren wrote: * Dave Gerlach d-gerl...@ti.com [150717 13:59]: --- a/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt +++ b/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt @@ -75,6

Re: [PATCH 07/13] twl4030_charger: distinguish between USB current and 'AC' current

2015-08-06 Thread Tony Lindgren
* NeilBrown n...@brown.name [150729 17:28]: --- a/drivers/power/twl4030_charger.c +++ b/drivers/power/twl4030_charger.c static int twl4030_charger_update_current(struct twl4030_bci *bci) { int status; + int cur; unsigned reg, cur_reg; u8 bcictl1, oldreg, fullreg;

Re: [PATCH 07/13] twl4030_charger: distinguish between USB current and 'AC' current

2015-08-06 Thread Tony Lindgren
OK to me thanks: Acked-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 1/1] ARM: OMAP2+: Fix power domain operations regression caused by 81xx

2015-08-06 Thread Tony Lindgren
any longer causing idle power consumption go up from less than 10mW to over 50 mW. Fixs: 7c80a3f89c51 (ARM: OMAP2+: Add custom prwdm_operations for 81xx to support dm814x) Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/powerdomains3xxx_data.c | 6 +- 1 file changed, 5

Re: [PATCH 1/8] ARM: dts: AM4372: Reorder the rtc compatible string

2015-08-06 Thread Tony Lindgren
* Keerthy a0393...@ti.com [150806 09:51]: Shall i re-do this patch without removing am4372-rtc? If you can drop this i can re-do without removing the original am4372 compatible. OK please send a patch reverting the compatible change against the current omap-for-v4.3/dt-v2 branch. Please also

Re: [4.2-rc1][PATCH] gpio: omap: add missed spin_unlock_irqrestore in omap_gpio_irq_type

2015-08-06 Thread Tony Lindgren
. Regards, Tony 8 --- From: Tony Lindgren t...@atomide.com Date: Thu, 6 Aug 2015 20:32:24 -0700 Subject: [PATCH] gpio: omap: Fix build warning for raw_spinlock_t conversion and unlock fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like

Re: [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

2015-08-06 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150805 07:59]: Hi Tony, On Wednesday 05 August 2015 03:17 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150727 04:27]: vsel_reg and enable_reg of the pbias regulator descriptor should actually have the offset from syscon. However

Re: [PATCH 6/7] ARM: dts: omap3-devkit8000: add LCD panels

2015-08-06 Thread Tony Lindgren
* Anthoine Bourgeois anthoine.bourge...@gmail.com [150805 14:53]: On Wed, Aug 05, 2015 at 04:08:12AM -0700, Tony Lindgren wrote: * Anthoine Bourgeois anthoine.bourge...@gmail.com [150804 13:54]: Devkit8000 was sold with a 4.3 LCD or 7.0 or without. This patch creates one dts file per bundle

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

2015-08-06 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150805 07:10]: On Wednesday 05 August 2015 01:31 PM, Tony Lindgren wrote: We don't have syscon-otghs and to me it seems we need a PHY driver as I pointed out at: If *syscon-otghs* is not present, then it'll fall-back to using the *ctrl-module

Re: [PATCH v2 1/2] ARM: dts: omap3-devkit8000: add LCD panels

2015-08-06 Thread Tony Lindgren
* Anthoine Bourgeois anthoine.bourge...@gmail.com [150805 14:48]: Devkit8000 was sold with a 4.3 LCD or 7.0 or without. This patch creates one dts file per bundle. Changes since v1: - rebase on omap-for-v4.3/dt Thanks applying these into omap-for-v4.3/dt-v2. Regards, Tony -- To

Re: [PATCH 00/11] omap_hsmmc: voltage switching and tuning

2015-08-06 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150805 08:03]: Hi, On Wednesday 05 August 2015 04:13 PM, Tony Lindgren wrote: * Kishon Vijay Abraham I kis...@ti.com [150730 00:49]: Patch series implements voltage switching and tuning for omap_hsmmc driver. Did basic read/write test in J6, J6

Re: cpuidle results in ethernet degredation ?

2015-08-05 Thread Tony Lindgren
* Ran Shalit ransha...@gmail.com [150804 02:35]: but why does it happen in small packet test and not in big packets ? No idea.. Maybe there's some extra delay caused at the Ethernet controller fifo or something with small packets. as to your suggestion above, Can you please give a hint as

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

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150804 07:11]: Deprecate using phy-omap-control driver to write to the mailbox register and start using *syscon* framework to do the same. .. @@ -512,6 +558,40 @@ static const struct musb_platform_ops omap2430_ops = { static u64 omap2430_dmamask =

Re: [PATCH v3 3/3] ARM: dts: dra7: Add scm_conf@1c04 node

2015-08-05 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150804 02:13]: This region contains CTRL_CORE_SMA_SW2..9 registers which are not specific to any domain and can be reasonably accessed via syscon driver. Signed-off-by: Roger Quadros rog...@ti.com Applying all three into omap-for-v4.3/dt thanks. Tony ---

Re: [PATCH 1/2] regulator: pbias: use untranslated address to program pbias regulator

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150727 04:27]: vsel_reg and enable_reg of the pbias regulator descriptor should actually have the offset from syscon. However after the pbias device tree node is moved as a child node of syscon, vsel_reg and enable_reg has the absolute address because of

Re: [PATCH 0/4] omap: Fix broken pbias device creation

2015-08-05 Thread Tony Lindgren
* Grygorii Strashko grygorii.stras...@ti.com [150729 02:01]: On 07/27/2015 03:16 PM, Kishon Vijay Abraham I wrote: pbias device creation got broken once SCM cleanup got merged. This patch series re-enables device creation by adding simple-bus in the compatible property of the syscon dt node.

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

2015-08-05 Thread Tony Lindgren
Ping, looks like these are still pending. Probably should be applied directly by the arm-soc maintainers. Regards, Tony * Nishanth Menon n...@ti.com [150409 14:17]: Hi, As of next-20150409 tag, the following platforms (I have access to) report failures for AM437x-sk and legacy beaglebone

Re: [PATCH v2 1/3] mailbox/omap: Add ti,mbox-send-noirq quirk to fix AM33xx CPU Idle

2015-08-05 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150717 13:59]: --- a/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt +++ b/Documentation/devicetree/bindings/mailbox/omap-mailbox.txt @@ -75,6 +75,14 @@ data that represent the following: Cell #3 (usr_id) - mailbox user id for identifying the

Re: [PATCH 4/4] ARM: dts: AM4372: Add the wkup_m3_ipc node

2015-08-05 Thread Tony Lindgren
* Dave Gerlach d-gerl...@ti.com [150717 14:10]: From: Suman Anna s-a...@ti.com Add the Wakeup M3 IPC device node for the wkup_m3_ipc driver on AM4372 SoC. This node uses the IPC registers, part of the Control Module, and is therefore added as a child of the scm node. Applying the last two

Re: [PATCH 2/2] ARM: dts: am57xx-evm: Add 'gpios' property with gpio2_8

2015-08-05 Thread Tony Lindgren
with the device tree changes I'm queuing for v4.3 merge window, so please feel free to queue with the PCIe driver changes: Acked-by: Tony Lindgren t...@atomide.com -- 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 00/11] omap_hsmmc: voltage switching and tuning

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150730 00:49]: Patch series implements voltage switching and tuning for omap_hsmmc driver. Did basic read/write test in J6, J6 Eco, Beagle-x15, AM437x EVM, Beaglebone black, OMAP5 uEVM and OMAP4 PANDA. Your tests are missing omap3? I suggest you add

Re: [PATCH 0/7] ARM: dts: MMC fixes for DRA7 based boards

2015-08-05 Thread Tony Lindgren
* Kishon Vijay Abraham I kis...@ti.com [150730 01:16]: Miscellaneous fixes in dts files for MMC device tree nodes. Did basic read/write test in J6, J6 Eco and Beagle-x15 Balaji T K (1): ARM: dts: dra7-evm: add evm_3v3_sd regulator Kishon Vijay Abraham I (5): ARM: dts: dra72-evm:

Re: [PATCH 0/3] ARM: dts: am437x-gp-evm: Add eMMC and eMMC/NAND selection

2015-08-05 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150804 08:38]: Hi, On this board either eMMC or NAND can work based on the level of spi2_cs0.gpio0_23. Add a gpio-hog to enable configuration of this pin in the device tree. Add eMMC node but keep it disabled. Thanks applying all into omap-for-v4.3/dt.

Re: [PATCH 5/8] ARM: AM43xx: Introduce a separate soc_is function for am438x series of SoCs

2015-08-05 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150805 03:53]: --- a/arch/arm/mach-omap2/id.c +++ b/arch/arm/mach-omap2/id.c @@ -228,6 +228,8 @@ static void __init omap3_cpuinfo(void) cpu_name = AM335X; } else if (soc_is_am437x()) { cpu_name = AM437x; + } else if

Re: [PATCH 2/8] ARM: dts: am437x-gp-evm: Add regulator-always-on and regulator-boot-on for RTC DCDCs

2015-08-05 Thread Tony Lindgren
* Keerthy j-keer...@ti.com [150805 03:53]: From: Dave Gerlach d-gerl...@ti.com DCDC5 and DCDC6 supply rtc and need to be on for accessing the module. On A1 revision of the TPS65218, FSEAL bit would be undefined without coin-cell present which in many cases led to it being set, causing

Re: cpuidle results in ethernet degredation ?

2015-08-04 Thread Tony Lindgren
* Ran Shalit ransha...@gmail.com [150803 07:03]: I am using GPMC with smsc911x controller. If I understand you correctly, I can overcome this, but asking the hardware not get into inactive state. Correct. Probably the automatic way to block deeper idle states here with GPMC would be to

Re: [PATCH v3 2/3] ARM: dts: dra7: Add syscon-pllreset syscon to SATA PHY

2015-08-04 Thread Tony Lindgren
Ack or pick this for -fixes. Kishon has already picked patch 1 in this series. Thanks. Best that Kishon takes both then: Acked-by: Tony Lindgren t...@atomide.com --- arch/arm/boot/dts/dra7.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch

Re: [PATCH v3 0/5] ARM: dts: OMAP2+: Enable USB dual-role on supported boards

2015-08-04 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150727 02:30]: Tony, On 21/07/15 13:54, Tony Lindgren wrote: * Roger Quadros rog...@ti.com [150708 03:45]: Hi, Enables dual-role feaure on supported boards. Depends on [1] - core USB DRD support - http://thread.gmane.org/gmane.linux.kernel

[PATCH] usb: musb: Allow building in all the DMA code

2015-08-03 Thread Tony Lindgren
With recent changes to MUSB code, we can now now get rid of the Kconfig choise for the DMA code and allow building in any of the desired DMA code. This makes life easier for distros. Signed-off-by: Tony Lindgren t...@atomide.com --- This should be safe to dow now. Felipe, I've ran some

Re: [PATCH 03/12] mtd: nand: omap: Move IRQ handling from GPMC to NAND driver

2015-08-03 Thread Tony Lindgren
* Roger Quadros rog...@ti.com [150731 03:24]: One more observation I've had is that using irqchip modelling for the 2 NAND events causes a performance impact. Using mtd_oobtest I see the following on dra7-evm 1) v4.2-rc4 with prefetch-polled (no IRQs used) mtd_speedtest: eraseblock

Re: cpuidle results in ethernet degredation ?

2015-08-03 Thread Tony Lindgren
* Ran Shalit ransha...@gmail.com [150801 11:34]: Hi , I've accidently omitted linux-omap in last message, so please here it is again: I think that if someone here understand cpuidle it may lead me to a solution... 1. I'm using TI's kernel 2.6.37

Re: n900 in 4.2-rc0: repeating oopses

2015-07-28 Thread Tony Lindgren
* Pavel Machek pa...@ucw.cz [150726 02:29]: Hi! So, Pavel can you re-test? Maybe there can be problem with some driver which Tony did not compiled into zImage? Just speculation... I re-tested with today's git, and it seems to boot. Thanks for help... OK good to hear.

Re: [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

2015-07-28 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [150724 09:27]: Hi Tony, On 07/23/2015 11:30 PM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [150723 09:25]: Hi Tony, On 07/23/2015 02:24 AM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [150722 09:25]: On 07/22/2015 12:26 AM, Tony Lindgren wrote

Offline for the rest of the week

2015-07-28 Thread Tony Lindgren
Hi all, FYI I'll be offline for the rest of the week tinkering outdoors with multithreaded pressure treated wooden hardware :) Meanwhile, we have most of v4.3 patches queued up into arm-soc for-next. I will probably do one more late branch for smaller changes and looks like we also have a few

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

2015-07-24 Thread Tony Lindgren
. Tony Lindgren (5): ARM: dts: Add minimal dm814x support ARM: dts: Add minimal clocks for dm814x ARM: dts: Add minimal dts support for dm8148-evm ARM: dts: Add minimal support for HP T410 ARM: OMAP2+: Add custom abort handler for t410 arch/arm/boot/dts/Makefile

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

2015-07-24 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [150724 05:09]: SoC changes for omaps for v4.3 merge window: - Clean-up omap4_local_timer_init to drop deal legacy code And this typo translatges to drop dead leagcy code :) Regards, Tony -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: [PATCH v2 0/7] serial: 8250_omap: workaround for IP errata

2015-07-24 Thread Tony Lindgren
* Sekhar Nori nsek...@ti.com [150723 23:44]: Hi Greg, On Tuesday 14 July 2015 06:19 PM, Tony Lindgren wrote: * Peter Hurley pe...@hurleysoftware.com [150714 05:24]: On 07/14/2015 04:02 AM, Sekhar Nori wrote: This series works around Advisory 21 as documented in AM437x SoC errata[1

Re: [PATCH v2 7/7] ARM: dts: dra7: workaround UART module disable errata

2015-07-24 Thread Tony Lindgren
to idle the UART module when DMA is used. Looks like this won't cause any merge conflicts for v4.3, please feel free to apply along with the serial driver patches: Acked-by: Tony Lindgren t...@atomide.com -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message

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

2015-07-24 Thread Tony Lindgren
module references from IOMMU machine layer Tony Lindgren (10): ARM: OMAP2+: Clean up omap4_local_timer_init ARM: OMAP2+: Fix dm814x DT_MACHINE_START ARM: OMAP2+: Fix scm compatible for dm814x ARM: OMAP2+: Add minimal clockdomains for dm814x ARM: OMAP2+: Add custom

Re: [GIT PULL] ARM: OMAP2+: PRCM and hwmod changes for v4.3

2015-07-23 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [150723 08:01]: Hi Tony, 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/pjw/omap-pending.git

Re: [PATCH 2/2] iommu/omap: Add support for configuring dsp iommus on DRA7xx

2015-07-23 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [150723 09:25]: Hi Tony, On 07/23/2015 02:24 AM, Tony Lindgren wrote: * Suman Anna s-a...@ti.com [150722 09:25]: On 07/22/2015 12:26 AM, Tony Lindgren wrote: I don't like using syscon for tinkering directly with SoC registers. This is not a SoC-level

Re: [GIT PULL] ARM: OMAP2+: hwmod fixes for v4.2-rc

2015-07-23 Thread Tony Lindgren
Hi, Can you guys please pull this into arm soc fixes for v4.2 directly? I don't have other omap fixes queued at this point. Regards, Tony * Paul Walmsley p...@pwsan.com [150723 07:00]: Hi Tony, The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754: Linux 4.2-rc1

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

2015-07-23 Thread Tony Lindgren
* Olof Johansson o...@lixom.net [150722 16:45]: On Wed, Jul 22, 2015 at 02:41:18AM -0700, Tony Lindgren wrote: The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590: Linux 4.2-rc2 (2015-07-12 15:10:30 -0700) are available in the git repository at: git

<    1   2   3   4   5   6   7   8   9   10   >