Re: [PATCH 1/1] regulator: tps65218: Fix missing zero typo

2015-09-16 Thread Dan Murphy
1675000), > TPS65218_INFO(DCDC3, "DCDC3", 90, 340), > TPS65218_INFO(DCDC4, "DCDC4", 1175000, 340), Acked-by: Dan Murphy -- -- Dan Murphy -- 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 4/4] ARM: omap2: restore OMAP4 barrier behaviour

2015-07-27 Thread Dan Murphy
operly synchronised with writes to DMA coherent memory > + * (normal memory, uncacheable) and device writes. > + * > + * The mb() and wmb() barriers only operate only on the MPU->MA->EMIF > + * path, as we need to ensure that data is visible to other system > + * masters prior to writes to those system masters being seen. > + * > + * Note: the SRAM path is not synchronised via mb() and wmb(). > + */ > +static void omap4_mb(void) Sorry for the late response but this throws a warning when CONFIG_ARCH_OMAP4 is not configured. arch/arm/mach-omap2/omap4-common.c:85:13: warning: 'omap4_mb' defined but not used [-Wunused-function] If this was already taken I can just throw a patch up against what ever tree it is on. -- -- Dan Murphy -- 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] regmap: Allow read_reg_mask to be 0

2014-10-01 Thread Dan Murphy
Lars On 09/30/2014 04:29 PM, Lars-Peter Clausen wrote: > On 09/30/2014 11:18 PM, Dan Murphy wrote: >> Lars >> >> On 09/30/2014 04:03 PM, Lars-Peter Clausen wrote: >>> On 09/30/2014 06:07 PM, Dan Murphy wrote: >>>> There may be spi devices that do not req

Re: [PATCH] regmap: Allow read_reg_mask to be 0

2014-09-30 Thread Dan Murphy
Lars On 09/30/2014 04:03 PM, Lars-Peter Clausen wrote: > On 09/30/2014 06:07 PM, Dan Murphy wrote: >> There may be spi devices that do not require a >> register read mask to read the registers. >> >> Currently the code sets the read mask based on >> a non-zero v

Re: [PATCH] regmap: Allow read_reg_mask to be 0

2014-09-30 Thread Dan Murphy
Mark Thanks for the quick review On 09/30/2014 12:25 PM, Mark Brown wrote: > On Tue, Sep 30, 2014 at 11:07:00AM -0500, Dan Murphy wrote: > >> -if (config->read_flag_mask || config->write_flag_mask) { >> +if (config->read_flag_mask == REGMAP_NO_REA

Re: [PATCH] regmap: Allow read_reg_mask to be 0

2014-09-30 Thread Dan Murphy
On 09/30/2014 12:25 PM, Mark Brown wrote: > On Tue, Sep 30, 2014 at 11:07:00AM -0500, Dan Murphy wrote: > >> -if (config->read_flag_mask || config->write_flag_mask) { >> +if (config->read_flag_mask == REGMAP_NO_READ_MASK) >> +map->read_flag_

Re: [PATCH] regmap: Allow read_reg_mask to be 0

2014-09-30 Thread Dan Murphy
Mark Thanks for the review On 09/30/2014 12:25 PM, Mark Brown wrote: > On Tue, Sep 30, 2014 at 11:07:00AM -0500, Dan Murphy wrote: > >> -if (config->read_flag_mask || config->write_flag_mask) { >> +if (config->read_flag_mask == REGMAP_NO_READ_MASK) >>

[PATCH] regmap: Allow read_reg_mask to be 0

2014-09-30 Thread Dan Murphy
that the read mask can be zero and separate out the read flag mask and the write flag mask. Signed-off-by: Dan Murphy --- drivers/base/regmap/regmap.c | 11 +++ include/linux/regmap.h |2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/drivers/base/regmap

[v3 PATCH 4/6] ARM: dts: am4372: Add prcm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am34xx_resets file to define the am34xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/am4372.dtsi|7 + arch/arm/boot/dts/am43xx-resets.dtsi | 52

[v3 PATCH 2/6] dt: TI: Describe the ti reset DT entries

2014-07-17 Thread Dan Murphy
Describe the TI reset DT entries for TI SoC's. Signed-off-by: Dan Murphy --- v3 - Changed Headline no other changes .../devicetree/bindings/reset/ti,reset.txt | 103 1 file changed, 103 insertions(+) create mode 100644 Documentation/devicetree/bindings/res

[v3 PATCH 1/6] drivers: reset: TI: SoC reset controller support.

2014-07-17 Thread Dan Murphy
derived from previous work by Rajendra Nayak and Afzal Mohammed. The code was changed to adopt to the reset core and abstract away the SoC information. Signed-off-by: Dan Murphy --- v3 - Resolved comments from v2. To many to call out here - https://patchwork.kernel.org/patch/4116941/ drivers

[v3 PATCH 6/6] ARM: dts: omap5: Add prm_resets node

2014-07-17 Thread Dan Murphy
Add the prm_resets node to the prm parent node. Add the omap54xx_resets file to define the omap5 reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/omap5.dtsi |7 arch/arm/boot/dts/omap54xx-resets.dtsi

[v3 PATCH 3/6] ARM: dts: am33xx: Add prcm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am33xx_resets file to define the am33xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/am33xx-resets.dtsi | 42 ++ arch/arm/boot

[v3 PATCH 5/6] ARM: dts: dra7: Add prm_resets node

2014-07-17 Thread Dan Murphy
Add the prcm_resets node to the prm parent node. Add the draxx_resets file to define the dra7xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- v3 - No changes arch/arm/boot/dts/dra7.dtsi |7 +++ arch/arm/boot/dts/dra7xx-resets.dtsi | 82

Re: [TEMP PATCH 16/17] pci: host: pcie-dra7xx: use reset framework APIs to reset PCIe

2014-05-06 Thread Dan Murphy
On 05/06/2014 08:34 AM, Kishon Vijay Abraham I wrote: > Get reset nodes from dt and use reset framework APIs to reset PCIe. > This is needed since reset is handled by the SoC. > > Cc: Dan Murphy > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bi

Re: [TEMP PATCH 17/17] ARM: dts: dra7: Add *resets* property for PCIe dt node

2014-05-06 Thread Dan Murphy
On 05/06/2014 08:34 AM, Kishon Vijay Abraham I wrote: > Added *resets* and *reset-names* properies for PCIe dt node. > The documention for this node can be found @ ../bindings/pci/ti-pci.txt. > > Cc: Dan Murphy > Signed-off-by: Kishon Vijay Abraham I > --- > arch/arm/boot

Re: [RFC] [v2 Patch 2/6] ARM: TI: Describe the ti reset DT entries

2014-05-06 Thread Dan Murphy
Tony Thanks for the comments On 05/05/2014 05:01 PM, Tony Lindgren wrote: > * Dan Murphy [140505 13:10]: >> + >> +Required parent properties: >> +- compatible : Should be one of, >> +"ti,omap4-prm" for OMAP4 PRM instances >> +

Re: [RFC] [v2 Patch 1/6] drivers: reset: TI: SoC reset controller support.

2014-05-06 Thread Dan Murphy
Felipe Thanks for the comments On 05/05/2014 04:33 PM, Felipe Balbi wrote: > Hi, > > On Mon, May 05, 2014 at 03:09:22PM -0500, Dan Murphy wrote: >> The TI SoC reset controller support utilizes the >> reset controller framework to give device drivers or >> function driv

[RFC] [v2 Patch 2/6] ARM: TI: Describe the ti reset DT entries

2014-05-05 Thread Dan Murphy
Describe the TI reset DT entries for TI SoC's. Signed-off-by: Dan Murphy --- .../devicetree/bindings/reset/ti,reset.txt | 103 1 file changed, 103 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/ti,reset.txt diff --git a/Document

[RFC] [v2 Patch 6/6] ARM: dts: omap5: Add prm_resets node

2014-05-05 Thread Dan Murphy
Add the prm_resets node to the prm parent node. Add the omap54xx_resets file to define the omap5 reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/omap5.dtsi |7 arch/arm/boot/dts/omap54xx-resets.dtsi | 66

[RFC] [v2 Patch 1/6] drivers: reset: TI: SoC reset controller support.

2014-05-05 Thread Dan Murphy
derived from previous work by Rajendra Nayak and Afzal Mohammed. The code was changed to adopt to the reset core and abstract away the SoC information. Signed-off-by: Dan Murphy --- drivers/reset/Kconfig|1 + drivers/reset/Makefile |1 + drivers/reset/ti/Kconfig

[RFC] [v2 Patch 5/6] ARM: dts: dra7: Add prm_resets node

2014-05-05 Thread Dan Murphy
Add the prcm_resets node to the prm parent node. Add the draxx_resets file to define the dra7xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/dra7.dtsi |7 +++ arch/arm/boot/dts/dra7xx-resets.dtsi | 82

[RFC] [v2 Patch 4/6] ARM: dts: am4372: Add prcm_resets node

2014-05-05 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am34xx_resets file to define the am34xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/am4372.dtsi|7 + arch/arm/boot/dts/am43xx-resets.dtsi | 52

[RFC v2] TI Reset Driver adapted to the reset core

2014-05-05 Thread Dan Murphy
All I have made some big changes to this patchset so I did not put all the changes in the patches themselves. In brief - I removed the object data files for each SoC and moved the data into the DT. I updated the binding document as well - The DT implementation creates a parent reset node with

[RFC] [v2 Patch 3/6] ARM: dts: am33xx: Add prcm_resets node

2014-05-05 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the am33xx_resets file to define the am33xx reset lines that are handled by this reset framework. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/am33xx-resets.dtsi | 42 ++ arch/arm/boot/dts/am33xx.dtsi

Re: [RFC 08/11] ARM: dts: am33xx: Add prcm_resets node

2014-05-01 Thread Dan Murphy
Tony On 04/30/2014 05:33 PM, Tony Lindgren wrote: > * Dan Murphy [140430 11:14]: >> On 04/30/2014 01:10 PM, Tony Lindgren wrote: >>> * Dan Murphy [140430 11:00]: >>>> Tony and Arnd >>>> >>>> Thanks for the comments >>>> >&

Re: [RFC 08/11] ARM: dts: am33xx: Add prcm_resets node

2014-04-30 Thread Dan Murphy
Tony On 04/30/2014 01:10 PM, Tony Lindgren wrote: > * Dan Murphy [140430 11:00]: >> Tony and Arnd >> >> Thanks for the comments >> >> On 04/29/2014 07:22 PM, Tony Lindgren wrote: >>> * Arnd Bergmann [140429 13:35]: >>>> On Tuesday 29 April

Re: [RFC 08/11] ARM: dts: am33xx: Add prcm_resets node

2014-04-30 Thread Dan Murphy
Tony and Arnd Thanks for the comments On 04/29/2014 07:22 PM, Tony Lindgren wrote: > * Arnd Bergmann [140429 13:35]: >> On Tuesday 29 April 2014 15:19:47 Dan Murphy wrote: >>> + * AM33xx reset index for PRCM Module >>> + * >>> + * Copyright 2014 Texas I

Re: [RFC 01/11] drivers: reset: TI: SoC reset controller support.

2014-04-30 Thread Dan Murphy
Philipp and Arnd Thank you for the comments On 04/30/2014 03:20 AM, Philipp Zabel wrote: > Hi Dan, > > Am Dienstag, den 29.04.2014, 15:19 -0500 schrieb Dan Murphy: >> The TI SoC reset controller support utilizes the >> reset controller framework to give device drivers or

[RFC 09/11] ARM: dts: am4372: Add prcm_resets node

2014-04-29 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the dt-bindings header to the DT file Signed-off-by: Dan Murphy --- arch/arm/boot/dts/am4372.dtsi|6 ++ include/dt-bindings/reset/ti,am437x-resets.h | 19 +++ 2 files changed, 25 insertions

[RFC 03/11] drivers: reset: omap5: Add reset data for omap5

2014-04-29 Thread Dan Murphy
Add the reset register data for the omap5 SoC. Signed-off-by: Dan Murphy --- drivers/reset/ti/Makefile |1 + drivers/reset/ti/reset-ti-data.h |2 ++ drivers/reset/ti/reset-ti-omap5.c | 61 + drivers/reset/ti/reset-ti.c |3 ++ 4

[RFC] TI Reset Driver adapted to the reset core

2014-04-29 Thread Dan Murphy
This is a RFC on the TI reset adoption to the Reset framework. The patchset was derived from work from Rajendra Nayak and Afzal Mohammed who have had similar code offerings. One of the major differences here is the SoC data has been broken out so that the data and code are independent. There is

[RFC 11/11] ARM: dts: omap5: Add prm_resets node

2014-04-29 Thread Dan Murphy
Add the prm_resets node to the prm parent node. Add the dt-bindings header to the DT file Signed-off-by: Dan Murphy --- arch/arm/boot/dts/omap5.dtsi|6 ++ include/dt-bindings/reset/ti,omap5-resets.h | 22 ++ 2 files changed, 28 insertions(+) create

[RFC 05/11] drivers: reset: am43xx: Add reset data for am43xx

2014-04-29 Thread Dan Murphy
Add the reset register data for the am43xx SoC. Signed-off-by: Dan Murphy --- drivers/reset/ti/Makefile |1 + drivers/reset/ti/reset-ti-am43xx.c | 43 drivers/reset/ti/reset-ti-data.h |1 + 3 files changed, 45 insertions(+) create mode

[RFC 02/11] drivers: reset: dra7: Add reset data for dra7xx

2014-04-29 Thread Dan Murphy
Add the reset register data for the dra7xx SoC. Include the dt-bindings header to properly index the right reset node. Signed-off-by: Dan Murphy --- drivers/reset/ti/Makefile |1 + drivers/reset/ti/reset-ti-data.h |1 + drivers/reset/ti/reset-ti-dra7xx.c | 61

[RFC 08/11] ARM: dts: am33xx: Add prcm_resets node

2014-04-29 Thread Dan Murphy
Add the prcm_resets node to the prcm parent node. Add the dt-bindings header to the DT file Signed-off-by: Dan Murphy --- arch/arm/boot/dts/am33xx.dtsi|6 ++ include/dt-bindings/reset/ti,am33xx-resets.h | 18 ++ 2 files changed, 24 insertions(+) create

[RFC 04/11] drivers: reset: am335: Add reset data for am335

2014-04-29 Thread Dan Murphy
Add the reset register data for the am335 SoC. Signed-off-by: Dan Murphy --- drivers/reset/ti/Makefile |1 + drivers/reset/ti/reset-ti-am33xx.c | 37 drivers/reset/ti/reset-ti-data.h |1 + drivers/reset/ti/reset-ti.c|3 +++ 4

[RFC 01/11] drivers: reset: TI: SoC reset controller support.

2014-04-29 Thread Dan Murphy
derived from previous work by Rajendra Nayak and Afzal Mohammed. The code was changed to adopt to the reset core and abstract away the SoC information. Signed-off-by: Dan Murphy --- drivers/reset/Kconfig|1 + drivers/reset/Makefile |1 + drivers/reset/ti/Kconfig

[RFC 06/11] ARM: OMAP: Add reset init to prcm file

2014-04-29 Thread Dan Murphy
Call the reset init API to initialize the reset framework and data for the related SoC. Signed-off-by: Dan Murphy --- arch/arm/mach-omap2/prm_common.c |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-omap2/prm_common.c b/arch/arm/mach-omap2/prm_common.c index b4c4ab9

[RFC 07/11] ARM: TI: Describe the ti reset DT entries

2014-04-29 Thread Dan Murphy
Describe the TI reset DT entries for TI SoC's. Signed-off-by: Dan Murphy --- .../devicetree/bindings/reset/ti,reset.txt | 34 1 file changed, 34 insertions(+) create mode 100644 Documentation/devicetree/bindings/reset/ti,reset.txt diff --git a/Document

[RFC 10/11] ARM: dts: dra7: Add prm_resets node

2014-04-29 Thread Dan Murphy
Add the prcm_resets node to the prm parent node. Add the dt-bindings header to the DT file Signed-off-by: Dan Murphy --- arch/arm/boot/dts/dra7.dtsi|6 ++ include/dt-bindings/reset/ti,dra7-resets.h | 22 ++ 2 files changed, 28 insertions(+) create

Re: [PATCH 1/2] ARM: dts: omap4-panda-common: Fix pin muxing for wl12xx

2013-11-21 Thread Dan Murphy
omap" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- -- Dan Murphy -- 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] ARM: dts: AM33XX: add ethernet alias's for am33xx

2013-10-02 Thread Dan Murphy
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-off-by: Dan Murphy --- arch/arm/boot/dts/am33xx.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a

Re: [PATCH v2] ARM: DTS: OMAP4: Add OMAP4 Blaze Tablet support

2013-06-25 Thread Dan Murphy
contains features for software development and test. Why do we want to send this upstream? What is the advantage to having this supported? I don't believe we need to add another community board. We have a SDP and Panda. Dan -- ------ Dan Murphy

Re: [PATCH 3/4] ARM: dts: omap5-uevm: Add LED support for uEVM blue LED

2013-06-05 Thread Dan Murphy
Sricharan Thanks for sending this up in the series. On 06/05/2013 01:46 AM, Sricharan R wrote: > From: Dan Murphy > > Add support for blue LED 1 off of GPIO 153. > Make the LED a heartbeat LED > Configure the MUX for GPIO output. > > Cc: Dan Murphy > Signed-off-by: Da

[PATCH v1] ARM: dts: omap4-panda: Update the twl6040 gpio to macro definition

2013-05-31 Thread Dan Murphy
Update the dt property ti,audpwron-gpio to use the gpio macro definition for GPIO_ACTIVE_HIGH. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/omap4-panda-common.dtsi |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm

[PATCH v10 1/2] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-31 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- v10 - Update gpio

[PATCH v9] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-31 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- v9 - Removed

Re: [PATCH v8] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-31 Thread Dan Murphy
On 05/31/2013 10:05 AM, Javier Martinez Canillas wrote: > On Fri, May 31, 2013 at 4:48 PM, Dan Murphy wrote: >> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >> are different. >> >> A1-A3 = gpio_wk7 >> ES = gpio_110 >> >> The

[PATCH v8] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-31 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- v8 - Rebase to

Re: [PATCH v7] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-31 Thread Dan Murphy
Hi On 05/31/2013 09:06 AM, Benoit Cousson wrote: > Hi Dan, > > On 05/29/2013 01:20 PM, Dan Murphy wrote: >> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >> are different. >> >> A1-A3 = gpio_wk7clean >> ES = gpio_110 >> >&g

Re: [PATCH v3 1/1] i2c: omap: correct usage of the interrupt enable register

2013-05-31 Thread Dan Murphy
t; - omap_i2c_write_reg(_dev, OMAP_I2C_IE_REG, 0); > + if (_dev->scheme == OMAP_I2C_SCHEME_0) > + omap_i2c_write_reg(_dev, OMAP_I2C_IE_REG, 0); > + else > + omap_i2c_write_reg(_dev, OMAP_I2C_IP_V2_IRQENABLE_CLR, > +OMAP_I2C_IP_V

Re: [PATCH] usb: dwc3: Addition of "dr_mode" dt property.

2013-05-30 Thread Dan Murphy
Fix spelling in my own comments On 05/30/2013 03:31 PM, Dan Murphy wrote: > On 05/30/2013 03:14 PM, Ruchika Kharwar wrote: >> This patch adds an optional parameter "dr_mode" to the dwc3 core device node. >> In the case the compile flag for the DWC3 controller is set to

Re: [PATCH] usb: dwc3: Addition of "dr_mode" dt property.

2013-05-30 Thread Dan Murphy
_mode, "drd") == 0) > + mode = DWC3_MODE_DRD; > + else { > + dev_err(dev, "invalid dr_mode property > value\n"); > + goto err0; This should be err1 since core init is called p

[PATCH v7] ARM: dts: omap4-panda: Update the LED support for the panda DTS

2013-05-29 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- v7 - Update

Re: [PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-24 Thread Dan Murphy
On 05/17/2013 11:17 AM, Dan Murphy wrote: > On 05/17/2013 11:15 AM, Nishanth Menon wrote: >> On 11:02-20130517, Dan Murphy wrote: >>> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >>> are different. >>> >>> A1-A3 = gpio_wk7 &g

Re: [PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
On 05/17/2013 11:15 AM, Nishanth Menon wrote: > On 11:02-20130517, Dan Murphy wrote: >> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >> are different. >> >> A1-A3 = gpio_wk7 >> ES = gpio_110 >> >> There is no change to LED

[PATCH v6] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- Changes in this

[PATCH v5] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- v5 - Provide

Re: [PATCH v4] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-16 Thread Dan Murphy
On 05/16/2013 01:18 PM, Nishanth Menon wrote: > On Thu, May 16, 2013 at 10:35 AM, Dan Murphy wrote: >> I am not sure you really want to do this. >> If I make the pinctrl part of the led structure then the only way the >> gpio_wk7 on a1-a3 to be configured is when >> t

Re: [PATCH v4] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-16 Thread Dan Murphy
On 05/15/2013 12:05 PM, Nishanth Menon wrote: > On 11:46-20130515, Dan Murphy wrote: >> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >> are different. >> >> A1-A3 = gpio_wk7 >> ES = gpio_110 >> >> There is no change to LED

[PATCH v4] ARM:dts:omap4-panda: Update the LED support for the panda DTS

2013-05-15 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- arch/arm/boot

Re: [PATCH v3] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-05-15 Thread Dan Murphy
NM On 05/15/2013 12:29 AM, Nishanth Menon wrote: > $subject - add a space? > s/ARM:dts:omap4-panda:Update/ARM: dts: omap4-panda: Update/ ? Will fix. > On 09:17-20130514, Dan Murphy wrote: >> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >> are d

[PATCH v3] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-05-14 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- arch/arm/boot

Re: [PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-05-09 Thread Dan Murphy
Tony On 05/08/2013 06:47 PM, Tony Lindgren wrote: > * Dan Murphy [130418 11:35]: >> On 04/18/2013 04:30 AM, Vincent Stehlé wrote: >>> On 04/17/2013 10:16 PM, Dan Murphy wrote: >>>> The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es >>>&g

Re: [PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-04-18 Thread Dan Murphy
On 04/18/2013 04:30 AM, Vincent Stehlé wrote: On 04/17/2013 10:16 PM, Dan Murphy wrote: The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. (..) diff --git a/arch/arm/boot/dts/omap4-panda-common.dtsi b/arch/arm/boot/dts/omap4-panda-common.dtsi index 03bd60d

[PATCHv2] ARM:dts:omap4-panda:Update the LED support for the panda DTS

2013-04-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. A1-A3 = gpio_wk7 ES = gpio_110 There is no change to LED D2 Abstract away the pinmux and the LED definitions for the two boards into the respective DTS files. Signed-off-by: Dan Murphy --- arch/arm/boot

Re: [PATCH] ARM: dts: omap4-panda: Add LED support into the panda DTS files

2013-04-17 Thread Dan Murphy
On 04/17/2013 02:18 PM, Jon Hunter wrote: On 04/17/2013 02:09 PM, Dan Murphy wrote: The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. Abstract away the pinmux and the LED definitions for the two boards. Just a heads-up but you should base this upon

[PATCH] ARM: dts: omap4-panda: Add LED support into the panda DTS files

2013-04-17 Thread Dan Murphy
The GPIO for LED D1 on the omap4-panda a1-a3 rev and the omap4-panda-es are different. Abstract away the pinmux and the LED definitions for the two boards. Signed-off-by: Dan Murphy --- arch/arm/boot/dts/omap4-panda-es.dts | 33 + arch/arm/boot/dts/omap4

[PATCH] Fix omap4 panda LED definitions

2013-04-17 Thread Dan Murphy
The LED GPIOs between the 4430 (a1-a4) and 4460 (es) panda boards are different. This patch abstracts the LED definitions into the respective board files. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] OMAP MUX framework changes

2010-11-17 Thread Dan Murphy
interfaces with a test file. Signed-off-by: Dan Murphy --- arch/arm/mach-omap2/mux.c | 73 + arch/arm/mach-omap2/mux.h | 23 ++ 2 files changed, 77 insertions(+), 19 deletions(-) diff --git a/arch/arm/mach-omap2/mux.c b/arch/arm/mach