Re: [PATCH 3/3] ARM: dts: AM33xx: Add RNG node

2013-08-07 Thread Lokesh Vutla
On Tuesday 06 August 2013 11:47 PM, Russ Dill wrote: On Tue, Aug 6, 2013 at 1:33 AM, Lokesh Vutla lokeshvu...@ti.com wrote: Add the generic AM33xx RNG module's device tree data and enable it for the am335x-evm, am335x-evmsk, and am335x-bone platforms. Also add Documentation file describing

[PATCH V2] ARM: dts: AM33xx: Add RNG node

2013-08-07 Thread Lokesh Vutla
Add the AM33xx RNG module's device tree data. Also add Documentation file describing the data for the RNG module. Signed-off-by: Lokesh Vutla lokeshvu...@ti.com --- Changes since V1: - Drop status=disabled entry in dt node, Since RNG is present on all AM33xx platforms.

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Pantelis Antoniou
Hi Greg, On Aug 7, 2013, at 8:56 AM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013,

Re: [PATCH 2/2] ARM: OMAP: rx51: change musb mode to OTG

2013-08-07 Thread Daniel Mack
Hi Aaro, On 06.08.2013 19:06, Aaro Koskinen wrote: Peripheral-only mode got broken in v3.11-rc1 because of unknown reasons. Given that you have a board that is affected, could you investigate a little maybe? I would have done it a long time ago, but I don't have access to such hardware

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-07 Thread Pantelis Antoniou
Hi Greg, On Aug 6, 2013, at 1:14 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 12:37:25PM +0300, Pantelis Antoniou wrote: I don't like this at all, sorry. [snip] Don't shoot the messenger please... This is all about fixing a crash without messing too many things. I

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Russell King - ARM Linux
On Wed, Aug 07, 2013 at 02:57:00PM +0900, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 11:19:14AM +0100, Russell King - ARM Linux wrote: On Tue, Aug 06, 2013 at 06:15:27PM +0800, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 12:45:42PM +0300, Pantelis Antoniou wrote: What would

Re: [PATCH] usb: dwc3-pci: Ensure system sleep PM ops are defined only when used

2013-08-07 Thread Mark Brown
On Tue, Aug 06, 2013 at 10:35:52PM -0300, Fabio Estevam wrote: On Tue, Aug 6, 2013 at 12:49 PM, Mark Brown broo...@kernel.org wrote: From: Andy Green andy.gr...@linaro.org You might have CONFIG_PM, but you might not have CONFIG_SUSPEND, in which case these are unused. Signed-off-by:

Re: [PATCH] usb: dwc3-pci: Ensure system sleep PM ops are defined only when used

2013-08-07 Thread Andy Green
On 7 August 2013 17:34, Mark Brown broo...@kernel.org wrote: On Tue, Aug 06, 2013 at 10:35:52PM -0300, Fabio Estevam wrote: On Tue, Aug 6, 2013 at 12:49 PM, Mark Brown broo...@kernel.org wrote: From: Andy Green andy.gr...@linaro.org You might have CONFIG_PM, but you might not have

[PATCH V2] mmc: omap_hsmmc: Fix sleep too long in ISR context.

2013-08-07 Thread majianpeng
V2: clean up code. V1: www.mail-archive.com/linux-omap@vger.../msg93239.html‎ We found a problem when we removed a working sd card that the irqaction of omap_hsmmc can sleep to 3.6s. This cause our watchdog to work. In func omap_hsmmc_reset_controller_fsm, it should watch a 0-1

свободно не думаешь о сигаретах

2013-08-07 Thread Валентин Юрьевич
кончаешь смолить? http://adfx.tk/839793

[GIT PULL] drop unused omap defines for v3.12 merge window

2013-08-07 Thread Tony Lindgren
The following changes since commit 3b2f64d00c46e1e4e9bd0bb9bb12619adac27a4b: Linux 3.11-rc2 (2013-07-21 12:05:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/cleanup-unused-defines for you to fetch

Re: [PATCH] ARM: fix wrong address when loading PRM_FRAC_INCREMENTOR_DENUMERATOR_RELOAD

2013-08-07 Thread Tony Lindgren
* Chen Baozi baoz...@gmail.com [130805 08:33]: ping? On Aug 1, 2013, at 7:27 PM, Chen Baozi baoz...@gmail.com wrote: The denominator should be load from INCREMENTOR_DENUMERATOR_RELOAD_OFFSET rather than INCREMENTER_NUMERATOR_OFFSET. Maybe describe what exactly happens without this fix?

[PATCH] ARM: dts: am33xx: Correct gpio #interrupt-cells property

2013-08-07 Thread Lars Poeschel
From: Lars Poeschel poesc...@lemonage.de Following commit ff5c9059 and therefore other omap platforms using the gpio-omap driver correct the #interrupt-cells property on am33xx too. The omap gpio binding documentaion also states that the #interrupt-cells property should be 2. Signed-off-by: Lars

Re: [PATCH] ARM: dts: am33xx: Correct gpio #interrupt-cells property

2013-08-07 Thread Javier Martinez Canillas
On Wed, Aug 7, 2013 at 1:06 PM, Lars Poeschel la...@wh2.tu-dresden.de wrote: From: Lars Poeschel poesc...@lemonage.de Following commit ff5c9059 and therefore other omap platforms using the gpio-omap driver correct the #interrupt-cells property on am33xx too. The omap gpio binding documentaion

Re: [PATCH] ARM: fix wrong address when loading PRM_FRAC_INCREMENTOR_DENUMERATOR_RELOAD

2013-08-07 Thread Chen Baozi
On Aug 7, 2013, at 7:09 PM, Tony Lindgren t...@atomide.com wrote: * Chen Baozi baoz...@gmail.com [130805 08:33]: ping? On Aug 1, 2013, at 7:27 PM, Chen Baozi baoz...@gmail.com wrote: The denominator should be load from INCREMENTOR_DENUMERATOR_RELOAD_OFFSET rather than

[PATCH] ARM: fix wrong address when loading PRM_FRAC_INCREMENTOR_DENUMERATOR_RELOAD

2013-08-07 Thread Chen Baozi
The denominator should be load from INCREMENTOR_DENUMERATOR_RELOAD_OFFSET rather than INCREMENTER_NUMERATOR_OFFSET. This is more likely a typo, since INCREMENTER_DENUMERATOR_RELOAD[23:17] is reserved. It seems that it won't make much trouble without this fix, because the useful [11:0] bits are

[PATCH] ARM: dts: omap3-beagle-xm: fix string error in compatible property

2013-08-07 Thread Robert Nelson
Signed-off-by: Robert Nelson robertcnel...@gmail.com --- arch/arm/boot/dts/omap3-beagle-xm.dts |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap3-beagle-xm.dts b/arch/arm/boot/dts/omap3-beagle-xm.dts index afdb164..0c514dc 100644 ---

Re: [PATCH] ARM: dts: am33xx: Correct gpio #interrupt-cells property

2013-08-07 Thread Mark Rutland
On Wed, Aug 07, 2013 at 12:06:32PM +0100, Lars Poeschel wrote: From: Lars Poeschel poesc...@lemonage.de Following commit ff5c9059 and therefore other omap platforms using the gpio-omap driver correct the #interrupt-cells property on am33xx too. The omap gpio binding documentaion also states

Re: [PATCH] ARM: dts: am33xx: Correct gpio #interrupt-cells property

2013-08-07 Thread Lars Poeschel
On Wednesday 07 August 2013 at 16:53:09, Mark Rutland wrote: On Wed, Aug 07, 2013 at 12:06:32PM +0100, Lars Poeschel wrote: From: Lars Poeschel poesc...@lemonage.de Following commit ff5c9059 and therefore other omap platforms using the gpio-omap driver correct the #interrupt-cells

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-07 Thread Alexander Holler
Am 07.08.2013 07:52, schrieb Greg Kroah-Hartman: On Tue, Aug 06, 2013 at 03:37:13PM +0200, Alexander Holler wrote: Am 06.08.2013 12:14, schrieb Greg Kroah-Hartman: What exactly is a platform device anyway? Originally it was a something that wasn't connected to a bus, but just had

Re: [PATCH 02/12] drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probe

2013-08-07 Thread Wolfram Sang
On Wed, Jul 10, 2013 at 04:57:37PM +0100, Wolfram Sang wrote: Since commit ab78029 (drivers/pinctrl: grab default handles from device core), we can rely on device core for setting the default pins. Compile tested only. Acked-by: Linus Walleij linus.wall...@linaro.org (personally at LCE13)

Re: [PATCHv3 2/8] mailbox/omap: add support for parsing dt devices

2013-08-07 Thread Kumar Gala
On Aug 6, 2013, at 4:40 PM, Suman Anna wrote: Logic has been added to the OMAP2+ mailbox code to parse the mailbox dt nodes and construct the different mailboxes associated with the instance. The design is based on gathering the same information that was being passed previously through the

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-07 Thread Tony Lindgren
* Pantelis Antoniou pa...@antoniou-consulting.com [130806 02:44]: On Aug 6, 2013, at 12:33 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 10:53:44AM +0300, Pantelis Antoniou wrote: + static int _omap_device_notifier_call(struct notifier_block *nb,

Re: [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

2013-08-07 Thread Nishanth Menon
On 08/06/2013 12:49 PM, Dave Gerlach wrote: [...] + +struct forced_standby_module am33xx_mod[] = { + {.oh_name = usb_otg_hs}, + {.oh_name = tptc0}, + {.oh_name = tptc1}, + {.oh_name = tptc2}, + {.oh_name = cpgmac0}, +}; + [...] + +static int

Re: [PATCH 5/5] arm: omap: Proper cleanups for omap_device

2013-08-07 Thread Pantelis Antoniou
Hi Tony, On Aug 7, 2013, at 7:15 PM, Tony Lindgren wrote: * Pantelis Antoniou pa...@antoniou-consulting.com [130806 02:44]: On Aug 6, 2013, at 12:33 PM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 10:53:44AM +0300, Pantelis Antoniou wrote: + static int

Re: [PATCHv3 2/8] mailbox/omap: add support for parsing dt devices

2013-08-07 Thread Suman Anna
Kumar, Logic has been added to the OMAP2+ mailbox code to parse the mailbox dt nodes and construct the different mailboxes associated with the instance. The design is based on gathering the same information that was being passed previously through the platform data, except for the interrupt

Re: [PATCH 1/5] pdev: Fix platform device resource linking

2013-08-07 Thread Matt Porter
[trimmed my old email] On Wed, Aug 07, 2013 at 10:37:17AM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 7, 2013, at 8:56 AM, Greg Kroah-Hartman wrote: On Tue, Aug 06, 2013 at 01:27:35PM +0300, Pantelis Antoniou wrote: Hi Greg, On Aug 6, 2013, at 1:15 PM, Greg Kroah-Hartman wrote:

Re: [PATCHv3 2/8] mailbox/omap: add support for parsing dt devices

2013-08-07 Thread Kumar Gala
On Aug 7, 2013, at 11:59 AM, Suman Anna wrote: Kumar, Logic has been added to the OMAP2+ mailbox code to parse the mailbox dt nodes and construct the different mailboxes associated with the instance. The design is based on gathering the same information that was being passed previously

Re: [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

2013-08-07 Thread Dave Gerlach
Nishanth, The issue here is that during a low-power transition the peripheral power domain loses context so the MSTANDBY config gets lost which is why the custom handling is needed on every cycle if there is no driver to handle it. I was unable to come up with a more generic way to handle

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-08-07 Thread Paul Walmsley
Hi Rajendra, On Tue, 23 Jul 2013, Rajendra Nayak wrote: So I tried commit 'fb2af00' on the 4430SDP and it did boot fine, though I see the below errors. (I am using the mainline bootloaders which do not lock any additional DPLLs like USB) Could you please send patches to fix these problems,

Re: v3.11-rc4: OMAP1/Amstrad Delta (E3) crash

2013-08-07 Thread Aaro Koskinen
Hi, On Wed, Aug 07, 2013 at 02:26:09AM +0300, Aaro Koskinen wrote: I get the following on Amstrad Delta (E3) when booting unpatched v3.11-rc4. The kernel config is after the crash. This is regression introduced between -rc3 and -rc4. According to the git bisect, the first bad commit is:

Re: [PATCHv3 8/9] ARM: OMAP2+: AM33XX: Basic suspend resume support

2013-08-07 Thread Nishanth Menon
On 08/07/2013 01:12 PM, Dave Gerlach wrote: On 08/07/2013 11:22 AM, Nishanth Menon wrote: On 08/06/2013 12:49 PM, Dave Gerlach wrote: [...] + +struct forced_standby_module am33xx_mod[] = { +{.oh_name = usb_otg_hs}, +{.oh_name = tptc0}, +{.oh_name = tptc1}, +{.oh_name = tptc2},

Mail Back If Interested!

2013-08-07 Thread WilliT
Good Day, RE:INVESTMENT / BUSINESS PARTNERSHIP PROPOSAL. I represent a group of company based in the Gulf Region with access to over 270 Million Euros and we are seeking means of expanding and relocating our business interest abroad in the following sectors: oil/Gas, banking, real estate, stock

Re: [PATCHv3 2/8] mailbox/omap: add support for parsing dt devices

2013-08-07 Thread Suman Anna
On 08/07/2013 12:41 PM, Kumar Gala wrote: On Aug 7, 2013, at 11:59 AM, Suman Anna wrote: Kumar, Logic has been added to the OMAP2+ mailbox code to parse the mailbox dt nodes and construct the different mailboxes associated with the instance. The design is based on gathering the same

Re: [PATCH] bq24190_charger: Add support for TI BQ24190 Battery Charger

2013-08-07 Thread Mark A. Greer
On Tue, Jul 09, 2013 at 05:06:53PM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@animalcreek.com Add driver support for the Texas Instruments BQ24190 battery charger. Some of the information provided by the device is about the charger and other information is about the battery so

Re: [PATCH] bq24190_charger: Add support for TI BQ24190 Battery Charger

2013-08-07 Thread Mark A. Greer
On Tue, Jul 09, 2013 at 05:06:53PM -0700, Mark A. Greer wrote: From: Mark A. Greer mgr...@animalcreek.com Add driver support for the Texas Instruments BQ24190 battery charger. Some of the information provided by the device is about the charger and other information is about the battery so

Re: v3.11-rc4: OMAP1/Amstrad Delta (E3) crash

2013-08-07 Thread Russell King - ARM Linux
On Wed, Aug 07, 2013 at 10:05:21PM +0300, Aaro Koskinen wrote: Hi, On Wed, Aug 07, 2013 at 02:26:09AM +0300, Aaro Koskinen wrote: I get the following on Amstrad Delta (E3) when booting unpatched v3.11-rc4. The kernel config is after the crash. This is regression introduced between -rc3

Re: v3.11-rc4: OMAP1/Amstrad Delta (E3) crash

2013-08-07 Thread Aaro Koskinen
Hi, On Thu, Aug 08, 2013 at 12:08:56AM +0100, Russell King - ARM Linux wrote: On Wed, Aug 07, 2013 at 10:05:21PM +0300, Aaro Koskinen wrote: On Wed, Aug 07, 2013 at 02:26:09AM +0300, Aaro Koskinen wrote: I get the following on Amstrad Delta (E3) when booting unpatched v3.11-rc4. The

Re: [PATCHv3 2/9] ARM: OMAP2+: AM33XX: control: Add some control module registers and APIs

2013-08-07 Thread Russ Dill
On Tue, Aug 6, 2013 at 10:49 AM, Dave Gerlach d-gerl...@ti.com wrote: From: Vaibhav Bedia vaibhav.be...@ti.com Interacting with WKUP-M3 requires some more control module register writes. Add the register offsets and APIs to write to these. Signed-off-by: Vaibhav Bedia vaibhav.be...@ti.com

Re: [PATCHv3 3/9] ARM: OMAP: DTB: Update IRQ data for WKUP_M3

2013-08-07 Thread Russ Dill
On Tue, Aug 6, 2013 at 10:49 AM, Dave Gerlach d-gerl...@ti.com wrote: From: Vaibhav Bedia vaibhav.be...@ti.com Allow interrupt for wkup_m3 to be set from DT. Signed-off-by: Vaibhav Bedia vaibhav.be...@ti.com Signed-off-by: Dave Gerlach d-gerl...@ti.com Cc: Benoit Cousson

Re: [PATCHv3 4/9] ARM: OMAP2+: AM33XX: Reserve memory to comply with EMIF spec

2013-08-07 Thread Russ Dill
On Tue, Aug 6, 2013 at 10:49 AM, Dave Gerlach d-gerl...@ti.com wrote: From: Vaibhav Bedia vaibhav.be...@ti.com SDRAM controller on AM33XX requires that a modification of certain bit-fields in PWR_MGMT_CTRL register (ref. section 7.3.5.13 in AM335x-Rev H) is followed by a dummy read access to

Re: OMAP2430 SDP boot broken after Linus' rmk merge

2013-08-07 Thread Rajendra Nayak
On Wednesday 07 August 2013 11:39 PM, Paul Walmsley wrote: Hi Rajendra, On Tue, 23 Jul 2013, Rajendra Nayak wrote: So I tried commit 'fb2af00' on the 4430SDP and it did boot fine, though I see the below errors. (I am using the mainline bootloaders which do not lock any additional DPLLs