[PATCH 2/2] mmc: host: omap_hsmmc: Fix MMC for omap3 legacy booting

2015-10-07 Thread Tony Lindgren
ot;) Cc: Felipe Balbi Cc: Kishon Vijay Abraham I Cc: Nishanth Menon Cc: Russell King Signed-off-by: Tony Lindgren --- drivers/mmc/host/omap_hsmmc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsmmc.c index ae3a

[PATCH 1/2] Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status"

2015-10-07 Thread Tony Lindgren
further we cannot rely on the regulator status registers in hardare on 4430. Fixes: 7d607f917008 ("mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc") Cc: Felipe Balbi Cc: Kishon Vijay Abraham I Cc: Nishanth Menon Cc: Russell King Signed-off-by: Tony Lindgren -

Re: [PATCH 2/2] memory: omap-gpmc: expand the description of the debug facility

2015-10-07 Thread Tony Lindgren
out this patch yesterday on irc, but I didn't find it > in the archives yet when I sent my mail. Yes sorry here's a repost with your and Roger's changes folded in and edited a bit. Probably best to keep them together with this patch. Does the following look OK to you guys? Rega

Re: All OMAP platforms: MMC is broken

2015-10-06 Thread Tony Lindgren
* Russell King - ARM Linux [151006 08:04]: > On Tue, Oct 06, 2015 at 02:44:25AM -0700, Tony Lindgren wrote: > > > > Hmm DT-based boot finds the MMC card for LDP, dmesg below from DT boot [1]. > > Looks like you're on on -rc4 and not -rc3. My guess is that MMC is not &

Re: [RFC/PATCH 11/11] arm: boot: dts: omap: add missing default status for 32k counter

2015-10-06 Thread Tony Lindgren
* Felipe Balbi [151006 08:02]: > Arnd Bergmann writes: > > > On Monday 05 October 2015 14:41:07 Felipe Balbi wrote: > >> > >> /** > >> * omap_get_timer_dt - get a timer using device-tree > >> * @match - device-tree match structure for matching a device type > >> * @property- option

[PATCH] memory: omap-gpmc: Fix unselectable debug option for GPMC

2015-10-06 Thread Tony Lindgren
7;s also update the description a bit, it does not mention that enabling the debug option also disables the reset of GPMC controller during the init as pointed out by Uwe Kleine-König . Fixes: 63aa945b1013 ("memory: omap-gpmc: Add Kconfig option for debug") Reported-by: Uwe Kleine-König Sig

Re: [RFC 0/7] ARM: OMAP2+: support for DT based pwrdm/clkdm data

2015-10-06 Thread Tony Lindgren
* Tero Kristo [150814 05:36]: > > Basically the question with this set is, whether the DT node layout / > compatible string arrangement looks sane or not. Some of the compatibles > can be squashed together especially at clkdm data side, seeing the > remaining stub data portions are rather minimal

Re: [PATCH 01/17] ARM: OMAP2+: PRM: add support for reset controller

2015-10-06 Thread Tony Lindgren
* Tero Kristo [150924 07:30]: > PRM driver now supports reset controller for the defined reset lines. > Reset configurations are provided through device tree. Later, functionality > like hwmod and system reboot will be changed to use the generic framework. This approach seems good to me in genera

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

2015-10-06 Thread Tony Lindgren
* Roger Quadros [151006 03:32]: > On 06/10/15 13:05, Roger Quadros wrote: > > On 06/10/15 13:00, Tony Lindgren wrote: > >> * Roger Quadros [151006 02:59]: > >>> On 06/10/15 11:33, Tony Lindgren wrote: > >>>> Does build and boot and use NAND work t

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

2015-10-06 Thread Tony Lindgren
* Roger Quadros [151006 02:59]: > On 06/10/15 11:33, Tony Lindgren wrote: > > Does build and boot and use NAND work throughtout the series? > > Otherwise we'll have hard time bisecting anything.. > > Yes it does with the following exceptions. > > - Patch 7 &qu

Re: All OMAP platforms: MMC is broken

2015-10-06 Thread Tony Lindgren
* Russell King - ARM Linux [151006 02:04]: > On Mon, Oct 05, 2015 at 07:38:13PM +0100, Russell King - ARM Linux wrote: > > On Mon, Oct 05, 2015 at 10:11:56AM -0700, Tony Lindgren wrote: > > > * Tony Lindgren [151005 07:57]: > > > > * Tony Lindgren [151005 07:

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

2015-10-06 Thread Tony Lindgren
* Roger Quadros [150930 04:04]: > Tony, > > On 18/09/15 17:53, Roger Quadros wrote: > > 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 >

Re: [PATCH 3/3] mmc: omap: Fix module autoload for OF platform driver

2015-10-06 Thread Tony Lindgren
* Luis de Bethencourt [150917 14:54]: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Looks OK to me, this would be mostly for n8x0: Acked-

Re: [PATCH] arm: omap2: timer: don't disable our timers

2015-10-06 Thread Tony Lindgren
* Felipe Balbi [151005 18:02]: > > Hi, > > Sebastian Reichel writes: > > On Mon, Oct 05, 2015 at 06:41:37PM -0500, Suman Anna wrote: > >> We will gain a user from OMAP remoteproc driver as well (out of tree at > >> the moment, but it does follow the DT phandle and > >> omap_dm_timer_request_by_

Re: [PATCH v2] arm: omap2: timer: don't disable our timers

2015-10-06 Thread Tony Lindgren
* Felipe Balbi [151005 17:49]: > We actually want these devices to be created because > we will be moving timers to drivers/clocksource and > this will prevent them from probing. Great. Is this safe to appy on it's own? We are not getting system timers re-inited to the default values? > The only

Re: [PATCH v2 3/4] ARM: dts: DRA7: Add timer12 node

2015-10-06 Thread Tony Lindgren
* Felipe Balbi [151005 17:51]: > > according to Tony we should avoid using status at all for in-SoC > devices. > > Tony, can you confirm I understood you correctly ? Yes. With status = "disabled" kernel completely ignores the device and struct device is not created at all even with the device b

Re: [PATCH] clk: ti: fix dual-registration of uart4_ick

2015-10-05 Thread Tony Lindgren
* Tero Kristo [151005 05:39]: > On 10/05/2015 01:17 PM, Tony Lindgren wrote: > >* Ben Dooks [150929 06:14]: > >>On 25/09/15 06:42, Tero Kristo wrote: > >>>On 09/23/2015 08:30 PM, Tony Lindgren wrote: > >>>>* Ben Dooks [150923 07:53]: > >

Re: All OMAP platforms: MMC is broken

2015-10-05 Thread Tony Lindgren
* Tony Lindgren [151005 07:57]: > * Tony Lindgren [151005 07:44]: > > * Tony Lindgren [151005 04:28]: > > > > Based on some tests it seems that the duovero unpaired regulator usage > > is fixed by reverting: > > > > c55d7a055364 ("mmc: host: omap

Re: [PATCH 1/4] ARM: OMAP: dmtimer: check for fixed timers during config

2015-10-05 Thread Tony Lindgren
* Suman Anna [151005 09:47]: > Tony, > > On 10/03/2015 12:29 PM, kbuild test robot wrote: > > Hi Suman, > > > > [auto build test results on v4.3-rc3 -- if it's inappropriate base, please > > ignore] > > > > config: arm-omap1_defconfig (attached as .config) > > reproduce: > > wget > >

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [151005 09:13]: > On Mon, Oct 05, 2015 at 09:02:25AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [151005 08:29]: > > > On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > > > > * Felipe Balbi [150929 13:48]: &g

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [151005 08:29]: > On Mon, Oct 05, 2015 at 04:01:45AM -0700, Tony Lindgren wrote: > > * Felipe Balbi [150929 13:48]: > > > since now we can reuse __omap_sync32k_timer_init() > > > for OMAP3-like devices, we can safely remove > > > __omap_gptime

Re: All OMAP platforms: MMC is broken

2015-10-05 Thread Tony Lindgren
* Tony Lindgren [151005 07:44]: > * Tony Lindgren [151005 04:28]: > > * Russell King - ARM Linux [151001 03:07]: > > > On Thu, Oct 01, 2015 at 11:50:00AM +0200, Ulf Hansson wrote: > > > > On 1 October 2015 at 11:33, Russell King - ARM Linux > > > > w

Re: All OMAP platforms: MMC is broken

2015-10-05 Thread Tony Lindgren
* Tony Lindgren [151005 04:28]: > * Russell King - ARM Linux [151001 03:07]: > > On Thu, Oct 01, 2015 at 11:50:00AM +0200, Ulf Hansson wrote: > > > On 1 October 2015 at 11:33, Russell King - ARM Linux > > > wrote: > > > > On Thu, Sep 24, 2015 a

Re: [RFC/PATCH 00/11] arm: omap: counter32k rework

2015-10-05 Thread Tony Lindgren
* Arnd Bergmann [151005 04:08]: > On Monday 05 October 2015 03:55:55 Tony Lindgren wrote: > > * Daniel Lezcano [151001 15:16]: > > > On 09/30/2015 04:49 PM, Arnd Bergmann wrote: > > > >On Wednesday 30 September 2015 16:42:21 Arnd Bergmann wrote: >

Re: [RFC/PATCH 09/11] clocksource: add TI 32.768 Hz counter driver

2015-10-05 Thread Tony Lindgren
* Tony Lindgren [151005 03:56]: > * Daniel Lezcano [151001 15:04]: > > >+ clocks_calc_mult_shift(&persistent_mult, &persistent_shift, > > >+ 32768, NSEC_PER_SEC, 12); > > >+ > > >+ ret = clocksource_

Re: [RFC/PATCH 03/11] arm: omap2: timer: remove __omap_gptimer_init()

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [150929 13:48]: > since now we can reuse __omap_sync32k_timer_init() > for OMAP3-like devices, we can safely remove > __omap_gptimer_init(). There are tons of boards out there that need to use the high frequency ocillator source with gptimer because of the beagleboard B4 and earlie

Re: [RFC/PATCH 00/11] arm: omap: counter32k rework

2015-10-05 Thread Tony Lindgren
* Daniel Lezcano [151001 15:16]: > On 09/30/2015 04:49 PM, Arnd Bergmann wrote: > >On Wednesday 30 September 2015 16:42:21 Arnd Bergmann wrote: > >> > >>TEGRA folks: the tegra_read_persistent_clock() implementation apparently > >>predates the Tegra RTC driver and I wonder if they actually do the >

Re: [RFC/PATCH 09/11] clocksource: add TI 32.768 Hz counter driver

2015-10-05 Thread Tony Lindgren
* Daniel Lezcano [151001 15:04]: > >+clocks_calc_mult_shift(&persistent_mult, &persistent_shift, > >+32768, NSEC_PER_SEC, 12); > >+ > >+ret = clocksource_mmio_init(sync32k_cnt_reg, "32k_counter", 32768, > >+250, 32, clocksource_mmio_readl

Re: [RFC/PATCH 11/11] arm: boot: dts: omap: add missing default status for 32k counter

2015-10-05 Thread Tony Lindgren
* Felipe Balbi [150929 13:48]: > All devices should have a default status. Ignoring > the arguments if it should be 'okay' or 'disabled' > by default, let's set them all the 'disabled' and > have boards enable 32k counter. We should not use "disabled" really at all. That means no struct device is

Re: [PATCH] clk: ti: fix dual-registration of uart4_ick

2015-10-05 Thread Tony Lindgren
* Ben Dooks [150929 06:14]: > On 25/09/15 06:42, Tero Kristo wrote: > > On 09/23/2015 08:30 PM, Tony Lindgren wrote: > >> * Ben Dooks [150923 07:53]: > >>> On the OMAP AM3517 platform the uart4_ick gets registered > >>> twice, causing any power managme

[GIT PULL] omap fixes for most mmc regressions and few other fixes

2015-09-25 Thread Tony Lindgren
use palmas-usb for USB2 Tony Lindgren (1): Merge commit 'b8c93646fd5c' into omap-for-v4.3/fixes .../bindings/regulator/pbias-regulator.txt | 7 ++- arch/arm/boot/dts/am57xx-beagle-x15.dts| 42 ++-- arch/arm/boot/dts/dra7.dtsi

Re: [PATCH] ARM: OMAP2: erratum I688 handling disabled for AM335x

2015-09-25 Thread Tony Lindgren
* Bastian Stender [150925 05:40]: > Hi, > > On 09/25/2015 02:08 PM, Russell King - ARM Linux wrote: > >On Fri, Sep 25, 2015 at 12:01:13PM +0200, Bastian Stender wrote: > >>Signed-off-by: Bastian Stender > >>--- > >> arch/arm/mach-omap2/omap4-common.c | 6 ++ > >> 1 file changed, 6 insertion

Re: All OMAP platforms: MMC is broken

2015-09-24 Thread Tony Lindgren
* Tony Lindgren [150924 16:42]: > * Russell King - ARM Linux [150924 02:04]: > > Nightly testing has revealed that both the OMAP3430 LDP and the OMAP4430 > > SDP fail to boot due to lack of working MMC. Both platforms fail to > > find their rootfs, which is on a SD card.

Re: [PATCH v2] ARM: dts: >: fix address translation for pbias

2015-09-24 Thread Tony Lindgren
: add minimal l4 bus layout with control module support") Fixes: d919501feffa ("ARM: dts: dra7: add minimal l4 bus layout with control module support") Signed-off-by: Kishon Vijay Abraham I [t...@atomide.com: fixed omap3 pbias to wor

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-23 Thread Tony Lindgren
* Tony Lindgren [150921 07:16]: > * Javier Martinez Canillas [150921 02:17]: > > > Then getting the 32k clock from palmas is not working either, it > > > seems some better deferred probe handling is needed there if > > > omap_hsmmc is built-in and p

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

2015-09-23 Thread Tony Lindgren
* Kevin Hilman [150923 11:03]: > Jisheng Zhang 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 > > Acked-by: Kevin Hilman Hmm is this needed as a fi

Plan for the PBIAS regulator fix?

2015-09-23 Thread Tony Lindgren
Hi Mark, Got any estimate on when you might be sending out the pull request for the pending regulator fixes for the -rc cycle? Or are you OK for me to consider commit b9c93646fd5c immutable and use it as a base for a fixes branch for the related dts change? Commit b9c93646fd5c ("regulator: pbias:

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

2015-09-23 Thread Tony Lindgren
* Suman Anna [150903 16:01]: > >>>> On 07/23/2015 02:24 AM, Tony Lindgren wrote: > > OK maybe check the syss/sysc registers involved here for each hardware > > module here and which driver tinkers with which registers? This will > > make things a lot easier in the

Re: [PATCH] clk: ti: fix dual-registration of uart4_ick

2015-09-23 Thread Tony Lindgren
linefetch (0x1028) at 0xfa09e008 > [] PC is at serial_omap_pm+0x48/0x15c > [] LR is at _raw_spin_unlock_irqrestore+0x30/0x5c No uart4 on 34xx/35xx, that got introduced with 36xx so: Acked-by: Tony Lindgren > Signed-off-by: Ben Dooks > --- > drivers/clk/ti/clk-3xxx.c | 1 - > 1 file c

Re: [PATCH v3 10/24] ARM: davinci: Add set dma_mask to eDMA devices

2015-09-23 Thread Tony Lindgren
-- > include/linux/platform_data/edma.h| 74 -- > 12 files changed, 1394 insertions(+), 1570 deletions(-) > delete mode 100644 arch/arm/common/edma.c Hmm I think I already acked the mach-omap2/Kconfig change, but if not, here you are: Acked-by: Tony Lindgren -- To unsubscribe from t

Re: [PATCH 3/3] ARM: dts: omap5-uevm: enable iio gpadc for Palmas

2015-09-23 Thread Tony Lindgren
* H. Nikolaus Schaller [150923 05:53]: Missing description? BTW, this I want to queue separately as I have patches in works to support omap5 variants with omap5-board-common.dtsi to avoid duplicating things as we get omap5 better supported for things like regulators. Regards, Tony > Signed-off

Re: [PATCH] clk: ti: Fix FAPLL udelay in clk_enable with clk_prepare

2015-09-23 Thread Tony Lindgren
* Peter Ujfalusi [150922 23:17]: > Tony, > > On 09/23/2015 12:23 AM, Tony Lindgren wrote: > > As recently pointed out (again) by Thomas and Russell, we must not > > wait in in clk_enable. The wait for PLL to lock needs to happen > > in clk_prepare instead. > > &

[PATCH] clk: ti: Fix FAPLL udelay in clk_enable with clk_prepare

2015-09-22 Thread Tony Lindgren
: Brian Hutchinson Cc: Felipe Balbi Cc: Grygorii Strashko Cc: Nishanth Menon Cc: Russell King - ARM Linux Cc: Thomas Gleixner Cc: Sekhar Nori Signed-off-by: Tony Lindgren --- drivers/clk/ti/fapll.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/drivers

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-21 Thread Tony Lindgren
* Javier Martinez Canillas [150921 02:17]: > [adding Ulf and Tomeu to cc list] > > On Fri, Sep 18, 2015 at 10:27 PM, Tony Lindgren wrote: > > * Tony Lindgren [150918 10:54]: > >> * Javier Martinez Canillas [150918 10:39]: > >>

Re: [PATCH 1/2] mfd: twl6040: Fix deferred probe handling for clk32k

2015-09-21 Thread Tony Lindgren
* Peter Ujfalusi [150921 02:59]: > On 09/18/2015 07:29 PM, Tony Lindgren wrote: > > Commit 68bab8662f49 ("mfd: twl6040: Optional clk32k clock handling") > > added clock handling for the 32k clock from palmas-clk. However, that > > patch did not consider a typical s

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-19 Thread Tony Lindgren
* Grazvydas Ignotas [150919 14:16]: > On Fri, Sep 18, 2015 at 9:39 PM, Robert Nelson > wrote: > > On Fri, Sep 18, 2015 at 11:51 AM, Tony Lindgren wrote: > >> * Robert Nelson [150918 09:45]: > >>> On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: >

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 13:27]: > And also.. It seems wl18xx somehow keeps looing for a wrong Sorry sent the email before finishing it :) Note related to these patches, but the wl18xx keeps looking for wrong firmware and produces the following: # modprobe wlcore_sdio ... wlcore: ER

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 10:54]: > * Javier Martinez Canillas [150918 10:39]: > > Hello Tony, > > > > [snip] > > > > > > > > + vmmcsdio_fixed: fixedregulator-mmcsdio { > > > + compatible = "regulator-fix

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Javier Martinez Canillas [150918 10:39]: > Hello Tony, > > [snip] > > > > > + vmmcsdio_fixed: fixedregulator-mmcsdio { > > + compatible = "regulator-fixed"; > > + regulator-name = "vmmcsdio_fixed"; > > + regulator-min-microvolt = <180>; > > +

Re: mysterious crashes on OMAP5 uevm

2015-09-18 Thread Tony Lindgren
Hi Grazvydas, * Tony Lindgren [150908 14:11]: > * Grazvydas Ignotas [150908 13:44]: > > On Tue, Sep 8, 2015 at 4:38 PM, Tony Lindgren wrote: > OK nice to hear you found it. Yeah looks like some runtime > capability check is needed. > > > > Do you have some easy

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Tony Lindgren [150918 09:55]: > * Robert Nelson [150918 09:45]: > > On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > > > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added > > > device tree bindings for the TI WLAN SDIO on man

Re: [PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
* Robert Nelson [150918 09:45]: > On Fri, Sep 18, 2015 at 11:29 AM, Tony Lindgren wrote: > > Commit 99f84cae43df ("ARM: dts: add wl12xx/wl18xx bindings") added > > device tree bindings for the TI WLAN SDIO on many omap variants. > > > > I recall wondering

[PATCH 1/2] mfd: twl6040: Fix deferred probe handling for clk32k

2015-09-18 Thread Tony Lindgren
Nikolaus Schaller Cc: Grazvydas Ignotas Cc: Lee Jones Cc: Peter Ujfalusi Cc: Samuel Ortiz Cc: Sourav Poddar Signed-off-by: Tony Lindgren --- drivers/mfd/twl6040.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -647,6 +647,8 @@ static int

[PATCH 2/2] ARM: dts: Fix WLAN regression on omap5-uevm

2015-09-18 Thread Tony Lindgren
lso use the generic "non-removable" instead of the legacy "ti,non-removable" property while at it. Fixes: 392adaf796b9 ("ARM: dts: omap5-evm: Add mcspi data") Cc: Benoit Cousson Cc: Dr. H. Nikolaus Schaller Cc: Grazvydas Ignotas Cc: Peter Ujfalusi Cc: Sourav

[PATCH 0/2] Fix omap5-uevm WLAN regressions

2015-09-18 Thread Tony Lindgren
Hi all, Here are two fixes for omap5-uevm WLAN. Regards, Tony Tony Lindgren (2): mfd: twl6040: Fix deferred probe handling for clk32k ARM: dts: Fix WLAN regression on omap5-uevm arch/arm/boot/dts/omap5-uevm.dts | 51 +++- drivers/mfd/twl6040.c

Re: [PATCH] ARM: omap2plus_defconfig: enable GPIO_PCA953X

2015-09-16 Thread Tony Lindgren
* Grazvydas Ignotas [150915 15:40]: > This enables tca6424a GPIO expander driver that in turn enables > TPD12S015 HDMI ESD protection and level shifter on OMAP5 uevm. > In other words, it makes HDMI work on OMAP5 uevm. > > Signed-off-by: Grazvydas Ignotas Applying this too thanks. Tony > ---

Re: [PATCH] ARM: dts: omap5-uevm.dts: fix i2c5 pinctrl offsets

2015-09-16 Thread Tony Lindgren
* Grazvydas Ignotas [150915 15:38]: > The i2c5 pinctrl offsets are wrong. If the bootloader doesn't set the > pins up, communication with tca6424a doesn't work (controller timeouts) > and it is not possible to enable HDMI. > > Fixes: 9be495c42609 ("ARM: dts: omap5-evm: Add I2c pinctrl data") > Si

Re: [PATCH v2 2/2] ARM: dts: am57xx-beagle-x15: use palmas-usb for USB2

2015-09-16 Thread Tony Lindgren
* Roger Quadros [150915 03:46]: > Tony, > > On 03/09/15 10:36, Roger Quadros wrote: > > Chanwoo, > > > > On 06/08/15 02:36, Chanwoo Choi wrote: > >> On 08/05/2015 07:37 PM, Tony Lindgren wrote: > >>> * Roger Quadros [150727 06:13]: > >>&

Re: [PATCH] ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late

2015-09-16 Thread Tony Lindgren
* Dave Gerlach [150915 12:51]: > Add omap2_clk_enable_autoidle_all to am43xx_init_late otherwise the call > to omap2_clk_disable_autoidle_all in am43xx_init_early may cause some > clocks to always stay active and prevent low power mode transitions. > > Signed-off-by: Dave Gerlach Applying into

Re: [PATCH] ARM: dts: am57xx-beagle-x15: Update Phy supplies

2015-09-16 Thread Tony Lindgren
* Nishanth Menon [150916 08:15]: > Hi Tony, > > On 09/03/2015 02:23 PM, Nishanth Menon wrote: > > Originally, all the SoC PHY rails were supplied by LDO3. However, as a > > result of characterization, it was determined that this posed a risk in > > extreme load conditions. Hence the PHY rails ar

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

2015-09-15 Thread Tony Lindgren
* Tony Lindgren [150915 08:54]: > > - Fix pbias regulator compatible values as a pending regulator > fix needs those for MMC1 to work properly And when the pbias regulator fix hits mainline, I'll send one more pull request to correct the reg entries for pbias for the MMC has

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

2015-09-15 Thread Tony Lindgren
: erratum is used by OMAP5 and DRA7 as well ARM: OMAP2+: board-generic: Remove stale of_irq macros ARM: DRA7: Select missing options for SoC only build ARM: OMAP5: Cleanup options for SoC only build Teresa Remmet (1): ARM: dts: am335x-phycore-som: Fix mpu voltage Tony Lindgren (1

Re: [PATCH] ARM: OMAP2+: Fixup model name for HP t410 dts

2015-09-14 Thread Tony Lindgren
* Nicolas Chauvet [150903 08:40]: > This fix the model name for the device. > Whole string taken from the HP support center web page > > Signed-off-by: Nicolas Chauvet Thanks applying this into omap-for-v4.3/fixes.. > Cc: # 4.2.x- ..but leaving out this as this fixes something in the v4.3-r

Re: [PATCH v3 0/2] regulator: Fix pbias regulator enable

2015-09-14 Thread Tony Lindgren
Hi, * Ulf Hansson [150904 05:48]: > > Okay, just to be clear on the way forward. I spoked with Mark Brown > offlist, and he will/has picked up the regulator patch and will send > it as fix for the 4.3 rc[n]. > > Regarding the ARM patch here, I guess Tony might as well handle it and > send throu

Re: [PATCH 0/4] ARM: OMAP5/DRA7: minor fixes

2015-09-14 Thread Tony Lindgren
* Nishanth Menon [150909 14:21]: > Hi, > > While doing a SoC only build for DRA7, a few bugs did pop up. The > following series provides necessary fixups for the same. > > Nishanth Menon (4): > ARM: OMAP4+: PM: erratum is used by OMAP5 and DRA7 as well > ARM: omap2+: board-generic: Remove st

Re: [PATCH] ARM: omap2plus_defconfig: make PCF857x built-in

2015-09-14 Thread Tony Lindgren
* Kishon Vijay Abraham I [150805 06:47]: > One of the lines from PCF857x is connected to the vdd line of MMC1 > in DRA74x and DRA72x EVMs and is modelled as a regulator. If PCF857x > is not made as built-in, the regulator_get in omap_hsmmc fails making > it difficult to use MMC1 as rootfs. > > Ma

Re: mysterious crashes on OMAP5 uevm

2015-09-14 Thread Tony Lindgren
ould be > > affected by clearing the IT state bits. > > Please test the following patch: While we're waiting for Grazvydas to test.. Looks good to me: Acked-by: Tony Lindgren -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a

Re: [PATCH] ARM: dts: omap3-igep: Move eth IRQ pinmux to IGEPv2 common dtsi

2015-09-14 Thread Tony Lindgren
* Enric Balletbo Serra [150907 12:43]: > 2015-09-07 18:24 GMT+02:00 Javier Martinez Canillas : > > Only the IGEPv2 boards have a LAN9221i chip connected to the GPMC > > so the pinmux configuration for the GPIO connected to the IRQ line > > of the LAN chip should not be defined in the IGEP common d

Re: [PATCH] ARM: dts: am57xx-beagle-x15: Add wakeup irq for mcp79410

2015-09-14 Thread Tony Lindgren
* Nishanth Menon [150903 12:27]: > With the support in the generic PM framework for wakeirq and capability > added to the rtc-ds1307 driver to support this, we can now define the > optional wakeup irq to allow the RTC to wakeup the system from low power > modes as part of suspend. > > Signed-off-

Re: [PATCH 1/2] ARM: dts: am335x-phycore-som: Fix mpu voltage

2015-09-14 Thread Tony Lindgren
* Teresa Remmet [150903 05:03]: > Fix the mpu voltage as it is set to low for the silicon > revision 2.1. > > Signed-off-by: Teresa Remmet Applying this one into omap-for-v4.3/fixes thanks. Tony > --- > arch/arm/boot/dts/am335x-phycore-som.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2

Re: [PATCH] ARM: dts: omap3-beagle: make i2c3, ddc and tfp410 gpio work again

2015-09-14 Thread Tony Lindgren
* Carl Frederik Werner [150901 18:18]: > Let's fix pinmux address of gpio 170 used by tfp410 powerdown-gpio. > > According to the OMAP35x Technical Reference Manual > CONTROL_PADCONF_I2C3_SDA[15:0] 0x480021C4 mode0: i2c3_sda > CONTROL_PADCONF_I2C3_SDA[31:16] 0x480021C4 mode4: gpio_170 > the

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

2015-09-14 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 Applying into omap-for-v4.3/fixes thanks. Tony > --- > arch/arm/boot/dts/dra7.dtsi |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) >

Re: [PATCH 12/17] ARM: dts: am57xx-beagle-x15: Fix regulator populated in MMC1 dt node

2015-09-14 Thread Tony Lindgren
* Kishon Vijay Abraham I [150824 23:40]: > Hi Tony, > > On Thursday 30 July 2015 01:07 AM, Nishanth Menon wrote: > > On 07/29/2015 06:09 AM, Kishon Vijay Abraham I wrote: > >> For beagle x15, both the vdd and io lines are connected to the > >> same regulator (ldo1_reg). However vmmc_aux is popula

Re: [PATCH 1/2] ARM: OMAP2+: Remove legacy OMAP3 ISP instantiation

2015-09-14 Thread Tony Lindgren
* Suman Anna [150914 09:33]: > Hi Tony, > > On 09/03/2015 05:34 PM, Suman Anna wrote: > > Hi Sakari, > > > > On 07/16/2015 07:58 AM, Tony Lindgren wrote: > >> * Laurent Pinchart [150716 05:57]: > >>> The OMAP3 ISP is now fully supported i

Re: [PATCH 00/11] ARM: OMAP/DTS: dra7/72-evm/beagle-x15: Audio support

2015-09-14 Thread Tony Lindgren
* Peter Ujfalusi [150914 01:54]: > Hi Tony, > > On 08/24/2015 10:19 AM, Peter Ujfalusi wrote: > > Hi, > > > > this series will enable analog audio (via onboard aic310x codec) for > > dra7-evm, > > dra72-evm and am57xx-beagle-x15 boards. > > In these board McASP3 is connected to the codec and fo

Re: [PATCH v2 11/23] ARM/dmaengine: edma: Merge the two drivers under drivers/dmaengine

2015-09-14 Thread Tony Lindgren
o it uses -M option to git diff to detect renames. Anyways, assuming you're just moving code, for the omap parts: 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

[PATCH] ARM: dts: Fix dm814x control base to properly initialize Ethernet PHY

2015-09-14 Thread Tony Lindgren
o also use the right Ethernet phy flags to initialize it. And we are still missing the PLL driver for dm814x and only relying on the divider and mux clocks. Fixes: f3d953ea3721 ("ARM: dts: Add minimal dm814x support") Cc: Matthijs van Duin Cc: Nicolas Chauvet Signed-off-by: Tony Lindgren

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

2015-09-10 Thread Tony Lindgren
* Kevin Hilman [150910 10:03]: > 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

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

2015-09-10 Thread Tony Lindgren
* Sebastian Reichel [150910 13:31]: > Hi, > > On Thu, Sep 10, 2015 at 10:08:50AM +0200, Sebastian Reichel wrote: > > > Probably best that Sebastian does it as there's another fix needed > > > too. It seems the following are needed: > > > > > > - Revert $subject patch 3fc3895e4fe1 ("twl4030_charg

Re: mysterious crashes on OMAP5 uevm

2015-09-08 Thread Tony Lindgren
* Grazvydas Ignotas [150908 13:44]: > On Tue, Sep 8, 2015 at 4:38 PM, Tony Lindgren wrote: > > * Grazvydas Ignotas [150908 05:50]: > >> Hi, > >> > >> this is a longstanding problem I'm seeing since the very beginning, > >> which was around 3.

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

2015-09-08 Thread Tony Lindgren
* Kevin Hilman [150908 11:36]: > On Wed, Sep 2, 2015 at 6:07 AM, Tony Lindgren wrote: > > * Neil Brown [150901 23:23]: > >> Kevin Hilman writes: > >> > >> > ping... this boot failure has now landed in mainline > >> > >> sorry, I'

Re: [net-next PATCH v3] drivers: net: cpsw: Add support to drive gpios for ethernet to be functional

2015-09-08 Thread Tony Lindgren
ctional. > Verified this on DRA72x with pcf as module and ramdisk. > > Signed-off-by: Mugunthan V N Acked-by: Tony Lindgren > --- > > Changes from v2: > * Used mode-gpios, so that the driver is generic enough to handle > multiple gpios > > This patch is tested on

Re: mysterious crashes on OMAP5 uevm

2015-09-08 Thread Tony Lindgren
* Grazvydas Ignotas [150908 05:50]: > Hi, > > this is a longstanding problem I'm seeing since the very beginning, > which was around 3.12 or so (when I've first got the hardware) and it > seems 4.2 is affected by it still. Basically what happens is Xorg > randomly segfaults at some "impossible" l

Re: [PATCH] twl4030_charger: fix another compile error

2015-09-04 Thread Tony Lindgren
dc_conversion' > > Use IS_REACHABLE to fix it. > > Cc: NeilBrown > Reported-by: Randy Dunlap > Signed-off-by: Grazvydas Ignotas Looks OK to me: Acked-by: Tony Lindgren > --- > drivers/power/twl4030_charger.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [PATCH] gpio: omap: Fix GPIO numbering for deferred probe

2015-09-04 Thread Tony Lindgren
* Grygorii Strashko [150904 03:04]: > On 09/03/2015 08:31 PM, Tony Lindgren wrote: > >If gpio-omap probe fails with -EPROBE_DEFER, the GPIO numbering > >keeps increasing. Only increase the gpio count if gpiochip_add() > >was successful as otherwise the numbers will incre

[PATCH] pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()

2015-09-03 Thread Tony Lindgren
If the gpio driver is confused about the numbers for gpio-ranges, pinctrl_ready_for_gpio_range() may get called with invalid GPIO causing a NULL pointer exception. Let's instead provide a warning that allows fixing the problem and return with error. Signed-off-by: Tony Lindgren --- dr

[PATCH] gpio: omap: Fix GPIO numbering for deferred probe

2015-09-03 Thread Tony Lindgren
Shilimkar Signed-off-by: Tony Lindgren --- drivers/gpio/gpio-omap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/drivers/gpio/gpio-omap.c +++ b/drivers/gpio/gpio-omap.c @@ -1095,7 +1095,6 @@ static int omap_gpio_chip_init(struct gpio_bank *bank, struct irq_chip *irqc) } else

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

2015-09-03 Thread Tony Lindgren
* Sedat Marangoz [150902 01:24]: > Tried hard but nothing available my hands except my experiences. I > gave up trying custom kernel due to lots of error, and instead tried > Ubuntu precise 3.2.0-1412-omap4 kernel which is one of the working > kernel with SGX540 driver module. I built "omapdrm_pvr

Re: [RFC PATCH 1/4] ARM: OMAP2: DRA7: Modify optimize string comparisons in soc_is calls

2015-09-03 Thread Tony Lindgren
* Keerthy [150902 03:23]: > Currently everytime soc_is calls are made, firstly device tree nodes > are parsed and then string comparisons are made to determine the > soc version. Optimizing it to be done one time and store the result. > Use the stored value in all the subsequent checks for soc_is

Re: [RFC PATCH 1/4] ARM: OMAP2: DRA7: Modify optimize string comparisons in soc_is calls

2015-09-03 Thread Tony Lindgren
* Felipe Balbi [150902 05:34]: > On Wed, Sep 02, 2015 at 03:50:10PM +0530, Keerthy wrote: > > Currently everytime soc_is calls are made, firstly device tree nodes > > are parsed and then string comparisons are made to determine the > > soc version. Optimizing it to be done one time and store the r

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

2015-09-03 Thread Tony Lindgren
* Kishon Vijay Abraham I [150903 02:58]: > 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 For the multi_v7_defconfig changes you need to resend this to a...@kernel.org. This is to avoid conflict

Re: [net-next PATCH v2] drivers: net: cpsw: Add support to make gpio drive which slave connected to phy

2015-09-03 Thread Tony Lindgren
* Mugunthan V N [150902 23:05]: > In DRA72x EVM, by default slave 1 is connected to the onboard > phy, but slave 2 pins are also muxed with video input module > which is controlled by pcf857x gpio and currently to select slave > 0 to connect to phy gpio hogging is used, but with > omap2plus_defcon

Re: [PATCH 0/4] omap: Fix broken address translation for pbias

2015-09-03 Thread Tony Lindgren
* Kishon Vijay Abraham I [150903 04:31]: > pbias device stopped having memory resource after > "ARM: dts: : add minimal l4 bus layout with control module > support" got merged. This results in platform_get_resource returning > -EINVAL in pbias driver. This is because address translation fails > wh

Re: [PATCH v2 0/6] regulator: Fix pbias regulator enable

2015-09-03 Thread Tony Lindgren
* Kishon Vijay Abraham I [150903 02:25]: > On Thursday 03 September 2015 01:09 PM, Ulf Hansson wrote: > > > > Finally, perhaps it's better if we queue this through my mmc tree > > since we would then be able to avoid the regression - if I put > > $subject patchset before [1], right? Then I need a

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

2015-09-02 Thread Tony Lindgren
ines as we can now build them all in finally Frans Klaver (1): ARM: OMAP3: vc: fix 'or' always true warning Grygorii Strashko (1): ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_de

Re: [PATCH 1/6] regulator: pbias: program pbias register offset in pbias driver

2015-09-02 Thread Tony Lindgren
ng here for parsing the legacy broken IORESOURCE_MEM that's known to be broken from DT point of view? Other than that, looks OK to me and should allow also changing to use a generic solution, Mark may have some other comments. Anyways, something like this is needed for v4.3-rc cycle, probab

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

2015-09-02 Thread Tony Lindgren
* Neil Brown [150901 23:23]: > Kevin Hilman writes: > > > ping... this boot failure has now landed in mainline > > sorry, I'm on leave at the moment and travelling so I'm unlikely to be > able to look at this properly. I should be able to examine this issue > before the end of the month but ca

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

2015-09-01 Thread Tony Lindgren
* Mark Brown [150901 11:40]: > On Tue, Sep 01, 2015 at 07:17:21AM -0700, Tony Lindgren wrote: > > > Why don't you just make reg unused for pbias_regulator since > > we already use regmap for this driver? > > > Then in the pbias driver just define the register

Re: [PATCH v2] ARM: OMAP: Change all cpu_is_* occurences to soc_is_*

2015-09-01 Thread Tony Lindgren
* Keerthy [150901 10:22]: > > > On Wednesday 26 August 2015 09:29 AM, Keerthy wrote: > >Currently apart from dra7, omap5 and amx3 all the other SoCs > >are identified using cpu_is_* functions which is not right since > >they are all SoCs(System on Chips). Hence changing the SoC > >identification

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

2015-09-01 Thread Tony Lindgren
* Tony Lindgren [150901 08:53]: > * 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. Actually I'll wait

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