Re: [PATCH v5 00/11] ARM: OMAP2+: AM43x PRCM basic support

2013-10-03 Thread Rajendra Nayak
On Tuesday 01 October 2013 12:34 PM, Afzal Mohammed wrote: > Hi Paul, Benoit, Tony, > > This series adds PRCM support (except clock tree) for AM43x SoC's. > Please consider this for inclusion in the coming merge window. > > Patch 02/11 "ARM: OMAP2+: hwmod: AM335x/AM43x: move common data" may > no

Re: [PATCH v2 0/9] ARM: dts: DT data for OMAP platforms for v3.13

2013-10-03 Thread Joel Fernandes
On 10/03/2013 08:25 AM, Benoit Cousson wrote: > + DT list and DT maintainers. > > Hi Joel, > > Thanks for the update. It looks good to me. > > For the new bindings added below; > >> .../devicetree/bindings/crypto/omap-aes.txt| 34 ++ >> .../devicetree/bindings/crypto/omap-sha

[PATCH v2] mfd: twl6030: Fix endianness problem in IRQ handler

2013-10-03 Thread Taras Kondratiuk
From: Danke Xie The current TWL 6030 IRQ handler assumes little endianness. This change makes it endian-neutral. Signed-off-by: Danke Xie Signed-off-by: Taras Kondratiuk --- v2: fixed sparse warning v1: https://patchwork.kernel.org/patch/2974331/ drivers/mfd/twl6030-irq.c |8 +--- 1 f

Re: [RFC PATCH] ARM: Flush L2 cache on soft_restart

2013-10-03 Thread Taras Kondratiuk
On 2 October 2013 20:31, Will Deacon wrote: > On Wed, Oct 02, 2013 at 06:19:30PM +0100, Taras Kondratiuk wrote: >> On 2 October 2013 15:49, Will Deacon wrote: >> > On Wed, Oct 02, 2013 at 12:34:16PM +0100, Taras Kondratiuk wrote: >> >> diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/proc

Re: [PATCH V5 0/6] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot

2013-10-03 Thread Kevin Hilman
Nishanth Menon writes: > fixing Benoit's mail ID. > On 10/03/2013 11:43 AM, Kevin Hilman wrote: >> Hi Nishanth, >> >> Nishanth Menon writes: >> >>> The following version 5 of the series arose from trying to use >>> BeagleBoard-XM (OMAP3 variant) for doing CPU DVFS using cpufreq-cpu0. >>> This

looking for loan

2013-10-03 Thread Aijaz Lending
Do you have a firm or company that need loan to start up a business or need,personal loan, Debt consolidation? For more information,Contact us now for a guarantee loan with low interest rate. We will provide you with loan to meet your needs. For more information contact us with the following inf

[PATCH] OMAPDSS: HDMI: Correctly compare timings

2013-10-03 Thread Richard Röjfors
There is currently a copy and paste error where the hdmi vsync timings are not compared correctly, this patch fixes this. Signed-off-by: Richard Röjfors --- diff --git a/drivers/video/omap2/dss/hdmi.c b/drivers/video/omap2/dss/hdmi.c index 82a9640..e3ea2d5 100644 --- a/drivers/video/omap2/dss/hdm

Re: [PATCH] ARM: omap1: fix incorrect placement of __initdata tag

2013-10-03 Thread Tony Lindgren
* Bartlomiej Zolnierkiewicz [130930 06:13]: > __initdata tag should be placed between the variable name and equal > sign for the variable to be placed in the intended .init.data section. Thanks applying into omap-for-v3.13/fixes-not-urgent. Tony -- To unsubscribe from this list: send the line "u

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Tony Lindgren
* Suman Anna [131003 11:25]: > Tony, > > On 10/03/2013 01:05 PM, Tony Lindgren wrote: > > * Suman Anna [130903 11:00]: > >> HwSpinlock IP is present only on OMAP4 and other newer SoCs, > >> which are all device-tree boot only. This patch adds the > >> base support for parsing the DT nodes, and r

Re: [PATCHv3 0/2] ARM: dts: Add initial support for IGEP AQUILA

2013-10-03 Thread Tony Lindgren
* Javier Martinez Canillas [130925 06:18]: > On Tue, Sep 10, 2013 at 4:55 PM, Enric Balletbo i Serra > wrote: > > From: Enric Balletbo i Serra > > > > Hi all, > > > > These two patches introduces initial support for the IGEP AM335x-based > > platforms. The first patch add support for IGEP COM AQ

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Suman Anna
Tony, On 10/03/2013 01:05 PM, Tony Lindgren wrote: > * Suman Anna [130903 11:00]: >> HwSpinlock IP is present only on OMAP4 and other newer SoCs, >> which are all device-tree boot only. This patch adds the >> base support for parsing the DT nodes, and removes the code >> dealing with the traditio

Re: [PATCH] ARM: OMAP: remove deprecated IRQF_DISABLED

2013-10-03 Thread Tony Lindgren
* Michael Opdenacker [130907 00:27]: > This patch proposes to remove the IRQF_DISABLED flag from OMAP code > It's a NOOP since 2.6.35, and will be removed one day. Thanks, applying into omap-for-v3.13/fixes-not-urgent. Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap"

Re: [PATCH v2] ARM: omap2: throw the die id into the entropy pool

2013-10-03 Thread Tony Lindgren
* Linus Walleij [130910 01:28]: > On Mon, Sep 9, 2013 at 9:14 PM, Paul Walmsley wrote: > > > Heh, that function name "add_device_randomness()" is a bit misleading. > > It's not actually intended to add "randomness": from > > drivers/char/random.c: > > Yeah you're right... > > Tony feel free to

Re: [PATCH 1/2] hwspinlock/omap: add support for dt nodes

2013-10-03 Thread Tony Lindgren
* Suman Anna [130903 11:00]: > HwSpinlock IP is present only on OMAP4 and other newer SoCs, > which are all device-tree boot only. This patch adds the > base support for parsing the DT nodes, and removes the code > dealing with the traditional platform device instantiation. Great, this should be

Re: [PATCH] ARM: OMAP: TI816X: add clock domain support for TI816x

2013-10-03 Thread Tony Lindgren
* Aida Mynzhasova [130918 09:50]: > > So, is there is somebody who wants to review my changes? :) Maybe resend with Tero and Paul in Cc so they can coordinate how it should be handled? Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majo

Re: [PATCH] ARM: OMAP2: gpmc-onenand: fix sync mode setup with DT

2013-10-03 Thread Tony Lindgren
* Aaro Koskinen [131001 14:41]: > Hi, > > Any comments about the below patch? If my analysis is correct, this issue > needs to be fixed before any boards that set ONENAND_SYNC_READWRITE can > be converted to DT. So the fix should be applied preferably during the > current rc-cycle. Thanks I'll a

Re: [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

2013-10-03 Thread Tony Lindgren
* Tony Lindgren [131002 22:51]: > --- a/drivers/pinctrl/pinctrl-single.c > +++ b/drivers/pinctrl/pinctrl-single.c > +/** > + * pcs_irq_set() - enables or disables an interrupt > + * > + * Note that this currently assumes one interrupt per pinctrl > + * register that is typically used for wake-up e

Re: [PATCH V5 0/6] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot

2013-10-03 Thread Nishanth Menon
fixing Benoit's mail ID. On 10/03/2013 11:43 AM, Kevin Hilman wrote: > Hi Nishanth, > > Nishanth Menon writes: > >> The following version 5 of the series arose from trying to use >> BeagleBoard-XM (OMAP3 variant) for doing CPU DVFS using cpufreq-cpu0. >> This series enables the generic cpufreq-c

[PATCH] ARM: OMAP2+: hwmod: check for module address space during init

2013-10-03 Thread Suman Anna
The hwmod init sequence involves initializing and idling all the hwmods during bootup. If a module class has sysconfig, the init sequence utilizes the module register base for performing any sysc configuration. The module address space is being removed from hwmod database and retrieved from the p

Re: [PATCH] ARM: OMAP2+: hwmod: check for module address space during init

2013-10-03 Thread Santosh Shilimkar
On Thursday 03 October 2013 12:59 PM, Suman Anna wrote: > The hwmod init sequence involves initializing and idling all the > hwmods during bootup. If a module class has sysconfig, the init > sequence utilizes the module register base for performing any > sysc configuration. > > The module address

Re: [PATCH V5 0/6] ARM: OMAP3+: support cpufreq-cpu0 for device tree boot

2013-10-03 Thread Kevin Hilman
Hi Nishanth, Nishanth Menon writes: > The following version 5 of the series arose from trying to use > BeagleBoard-XM (OMAP3 variant) for doing CPU DVFS using cpufreq-cpu0. > This series enables the generic cpufreq-cpu0 driver to be used in > device tree enabled boot while maintaining support of

Re: [PATCH v7 09/10] usb: dwc3: omap: manage "usb_otg_ss_refclk960m" clock

2013-10-03 Thread Greg KH
On Thu, Oct 03, 2013 at 05:54:14PM +0300, Roger Quadros wrote: > On 10/03/2013 03:29 PM, Felipe Balbi wrote: > > Hi, > > > > On Wed, Oct 02, 2013 at 04:41:53PM +0300, Roger Quadros wrote: > >> On 10/02/2013 04:11 PM, Felipe Balbi wrote: > >>> On Mon, Sep 23, 2013 at 04:11:30PM +0300, Roger Quadros

[PATCH v8 0/8][RESEND] phy: omap-usb: Support multiple instances and new types

2013-10-03 Thread Roger Quadros
Hi Greg, I was initially pushing this series through Felipe, but now that PHY framework is in your usb-next tree, Felipe has asked me to send it to you. We need this for 3.13. There are more patches related to USB support for TI's DRA7 SoC and SATA support for OMAP5 that depend on this series. T

[PATCH v8 4/8] usb: phy: omap-usb3: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is

[PATCH v8 3/8] usb: phy: omap-usb2: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is

[PATCH v8 1/8] usb: phy: omap-control: Get rid of platform data

2013-10-03 Thread Roger Quadros
omap-control device is present from OMAP4 onwards which support device tree boots only. So get rid of platform data. Signed-off-by: Roger Quadros --- drivers/usb/phy/phy-omap-control.c | 12 +++- include/linux/usb/omap_control_usb.h |4 2 files changed, 3 insertions(+), 13 d

[PATCH v8 8/8] ARM: dts: omap5: update omap-control-usb node

2013-10-03 Thread Roger Quadros
Split USB2 PHY and USB3 PHY into separate omap-control-usb nodes. Get rid of "ti,type" property. CC: Benoit Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap5.dtsi | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/omap5.

[PATCH v8 2/8] usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()

2013-10-03 Thread Roger Quadros
Add support for new device types and in the process rid of "ti,type" device tree property. The correct type of device will be determined from the compatible string instead. Introduce a compatible string for each device type. At the moment we support 4 types OTGHS, USB2, PIPE3 (e.g. USB3) and DRA7U

[PATCH v8 5/8] usb: musb: omap2430: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. Also get rid of "ti,has-mailbox" property as it is redundant and we can dete

[PATCH v8 6/8] usb: phy: omap: get rid of omap_get_control_dev()

2013-10-03 Thread Roger Quadros
This function was preventing us from supporting multiple instances. Get rid of it. Since we support DT boots only, users can get the control device phandle from the DT node. Signed-off-by: Roger Quadros --- drivers/usb/phy/phy-omap-control.c | 31 ++- include/linu

[PATCH v8 7/8] ARM: dts: omap4: update omap-control-usb nodes

2013-10-03 Thread Roger Quadros
Split otghs_ctrl and USB2 PHY power-down into separate omap-control-usb nodes. Get rid of "ti,type" property. Also get rid of "ti,has-mailbox" property from usb_otg_hs node and provide the ctrl-module phandle. CC: Benoit Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap4.dtsi |

Re: [PATCH v7 09/10] usb: dwc3: omap: manage "usb_otg_ss_refclk960m" clock

2013-10-03 Thread Roger Quadros
On 10/03/2013 03:29 PM, Felipe Balbi wrote: > Hi, > > On Wed, Oct 02, 2013 at 04:41:53PM +0300, Roger Quadros wrote: >> On 10/02/2013 04:11 PM, Felipe Balbi wrote: >>> On Mon, Sep 23, 2013 at 04:11:30PM +0300, Roger Quadros wrote: Hi Felipe, On 09/18/2013 03:49 PM, Roger Quadros wro

Re: [PATCH] ARM: dts: AM33XX: add ethernet alias's for am33xx

2013-10-03 Thread Benoit Cousson
Hi Dan, On 03/10/2013 01:39, Mugunthan V N wrote: On Wednesday 02 October 2013 12:58 PM, Dan Murphy wrote: Set the alias for ethernet0 and ethernet1 so that uBoot can set the MAC address appropriately. Currently uBoot cannot find the alias and there for does not set the MAC address. Signed-of

Re: [RFC 01/15] scripts/dtc: fix most memory leaks in dtc

2013-10-03 Thread Fabien Parent
Looping back the mailing-lists. On Thu, Oct 3, 2013 at 4:23 PM, Fabien Parent wrote: > > Hi David, > > > On Wed, Oct 2, 2013 at 2:59 PM, David Gibson > wrote: >> >> On Tue, Sep 24, 2013 at 06:52:07PM +0200, Benoit Cousson wrote: >> > From: Fabien Parent >> >> As noted elsewhere, please write p

Re: [PATCH v3 05/10] ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset

2013-10-03 Thread Benoit Cousson
On 03/10/2013 15:58, Roger Quadros wrote: Hi Benoit, On 10/03/2013 04:44 PM, Benoit Cousson wrote: On 03/10/2013 14:05, Benoit Cousson wrote: Hi Roger, Yes, I will. I've been waiting for these ones for so long :-) In fact it does not apply correctly on my for_3.13/dts branch :-( error: arc

Re: [PATCH v3 05/10] ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset

2013-10-03 Thread Roger Quadros
Hi Benoit, On 10/03/2013 04:44 PM, Benoit Cousson wrote: > On 03/10/2013 14:05, Benoit Cousson wrote: >> Hi Roger, >> >> Yes, I will. I've been waiting for these ones for so long :-) > > In fact it does not apply correctly on my for_3.13/dts branch :-( > > error: arch/arm/boot/dts/omap3-beagle.d

Re: [RFC 00/15] Device Tree schemas and validation

2013-10-03 Thread Benoit Cousson
Hi David, On 02/10/2013 16:29, David Gibson wrote: On Tue, Oct 01, 2013 at 04:22:24PM -0600, Stephen Warren wrote: On 09/24/2013 10:52 AM, Benoit Cousson wrote: Hi All, Following the discussion that happened during LCE-2013 and the email thread started by Tomasz few months ago [1], here is a

Re: [PATCH v3 05/10] ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset

2013-10-03 Thread Benoit Cousson
On 03/10/2013 14:05, Benoit Cousson wrote: Hi Roger, Yes, I will. I've been waiting for these ones for so long :-) In fact it does not apply correctly on my for_3.13/dts branch :-( error: arch/arm/boot/dts/omap3-beagle.dts: patch does not apply Patch failed at 0004 ARM: dts: omap3-beagle: Mak

Re: [PATCH] ARM: DTS: DRA7: Add TPS659038 PMIC nodes

2013-10-03 Thread Benoit Cousson
Hi Keerthy, On 11/09/2013 07:30, Keerthy wrote: > On Tuesday 10 September 2013 12:51 AM, Nishanth Menon wrote: >> On 08/26/2013 12:36 AM, Keerthy wrote: >>> The Patch adds nodes for TPS659038 PMIC for DRA7 boards. >>> >>> It is based on top of: >>> http://comments.gmane.org/gmane.linux.ports.arm.o

Re: [PATCH v2 0/9] ARM: dts: DT data for OMAP platforms for v3.13

2013-10-03 Thread Benoit Cousson
+ DT list and DT maintainers. Hi Joel, Thanks for the update. It looks good to me. For the new bindings added below; > .../devicetree/bindings/crypto/omap-aes.txt| 34 ++ > .../devicetree/bindings/crypto/omap-sham.txt | 31 + I will need the acked-by from one o

Re: [RFC 00/15] Device Tree schemas and validation

2013-10-03 Thread Benoit Cousson
Hi Stephen, On 02/10/2013 00:22, Stephen Warren wrote: On 09/24/2013 10:52 AM, Benoit Cousson wrote: Hi All, Following the discussion that happened during LCE-2013 and the email thread started by Tomasz few months ago [1], here is a first attempt to introduce: - a schema language to define the

Re: [PATCH v7 09/10] usb: dwc3: omap: manage "usb_otg_ss_refclk960m" clock

2013-10-03 Thread Felipe Balbi
Hi, On Wed, Oct 02, 2013 at 04:41:53PM +0300, Roger Quadros wrote: > On 10/02/2013 04:11 PM, Felipe Balbi wrote: > > On Mon, Sep 23, 2013 at 04:11:30PM +0300, Roger Quadros wrote: > >> Hi Felipe, > >> > >> On 09/18/2013 03:49 PM, Roger Quadros wrote: > >>> "usb_otg_ss_refclk960m" is an optional fu

Re: [PATCH v3 05/10] ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset

2013-10-03 Thread Benoit Cousson
Hi Roger, Yes, I will. I've been waiting for these ones for so long :-) Thanks, Benoit On 03/10/2013 12:34, Roger Quadros wrote: Hi Benoit, Could you please take the device tree related patches [5 to 10] in this series? Thanks. cheers, -roger On 09/24/2013 11:53 AM, Roger Quadros wrote: We

Re: [PATCH v3 05/10] ARM: dts: omap3-beagle: Use reset-gpios for hsusb2_reset

2013-10-03 Thread Roger Quadros
Hi Benoit, Could you please take the device tree related patches [5 to 10] in this series? Thanks. cheers, -roger On 09/24/2013 11:53 AM, Roger Quadros wrote: > We no longer need to model the RESET line as a regulator since > the USB phy-nop driver accepts "reset-gpios" property. > > Signed-off

Re: [PATCH v3 00/10] USB: phy: phy-nop: Manage RESET GPIO in the driver

2013-10-03 Thread Roger Quadros
Hi, On 09/24/2013 11:53 AM, Roger Quadros wrote: > Hi, > > Modelling the RESET line as a regulator supply wasn't a good idea > as it abuses the regulator framework and makes adaptation > code/data more complex. > > Instead, manage the RESET gpio line directly in the driver. > > This also makes

Re: [PATCH V4] ARM: OMAP5/DRA7: realtime_counter: Configure CNTFRQ register

2013-10-03 Thread Sricharan R
Hi Tony, On Wednesday 18 September 2013 09:32 PM, Sricharan R wrote: > The realtime counter called master counter, produces the count > used by the private timer peripherals in the MPU_CLUSTER. The > CNTFRQ per cpu register is used to denote the frequency of the counter. > Currently the frequency

[PATCH v8 2/8] usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()

2013-10-03 Thread Roger Quadros
Add support for new device types and in the process rid of "ti,type" device tree property. The correct type of device will be determined from the compatible string instead. Introduce a compatible string for each device type. At the moment we support 4 types OTGHS, USB2, PIPE3 (e.g. USB3) and DRA7U

[PATCH v8 5/8] usb: musb: omap2430: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. Also get rid of "ti,has-mailbox" property as it is redundant and we can dete

[PATCH v8 4/8] usb: phy: omap-usb3: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is

[PATCH v8 3/8] usb: phy: omap-usb2: Don't use omap_get_control_dev()

2013-10-03 Thread Roger Quadros
omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is

[PATCH v8 1/8] usb: phy: omap-control: Get rid of platform data

2013-10-03 Thread Roger Quadros
omap-control device is present from OMAP4 onwards which support device tree boots only. So get rid of platform data. Signed-off-by: Roger Quadros --- drivers/usb/phy/phy-omap-control.c | 12 +++- include/linux/usb/omap_control_usb.h |4 2 files changed, 3 insertions(+), 13 d

[PATCH v8 6/8] ARM: dts: omap4: update omap-control-usb nodes

2013-10-03 Thread Roger Quadros
Split otghs_ctrl and USB2 PHY power-down into separate omap-control-usb nodes. Get rid of "ti,type" property. Also get rid of "ti,has-mailbox" property from usb_otg_hs node and provide the ctrl-module phandle. CC: Benoit Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap4.dtsi |

[PATCH v8 7/8] usb: phy: omap: get rid of omap_get_control_dev()

2013-10-03 Thread Roger Quadros
This function was preventing us from supporting multiple instances. Get rid of it. Since we support DT boots only, users can get the control device phandle from the DT node. Signed-off-by: Roger Quadros --- drivers/usb/phy/phy-omap-control.c | 31 ++- include/linu

[PATCH v8 8/8] ARM: dts: omap5: update omap-control-usb node

2013-10-03 Thread Roger Quadros
Split USB2 PHY and USB3 PHY into separate omap-control-usb nodes. Get rid of "ti,type" property. CC: Benoit Cousson Signed-off-by: Roger Quadros --- arch/arm/boot/dts/omap5.dtsi | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff --git a/arch/arm/boot/dts/omap5.

[PATCH v8 0/8] phy: omap-usb: Support multiple instances and new types

2013-10-03 Thread Roger Quadros
Hi, This patchset does the following: * Get rid of omap_control_usb platform data as we support DT only. * Restructure and add support for new PHY types. We now support the following four types TYPE_OTGHS - if it has otghs_control mailbox register (e.g. on OMAP4) TYPE_USB2 - if it has Power d