[PATCH v3 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-25 Thread Matt Porter
Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-bcm-kona-usb2.c | 158 3 files

[PATCH v3 6/9] usb: gadget: s3c-hsotg: get phy bus width from phy subsystem

2013-11-25 Thread Matt Porter
Adds support for querying the phy bus width from the generic phy subsystem. Configure UTMI bus width in GUSBCFG based on this value. Signed-off-by: Matt Porter --- drivers/usb/gadget/s3c-hsotg.c | 14 +- drivers/usb/gadget/s3c-hsotg.h | 1 + 2 files changed, 14 insertions(+), 1

[PATCH v3 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-25 Thread Matt Porter
Adds USB OTG/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- arch/arm/boot/dts/bcm11351-brt.dts | 6 ++ arch/arm/boot/dts/bcm11351.dtsi| 18

[PATCH v3 2/9] staging: dwc2: update DT binding to add generic clock/phy properties

2013-11-25 Thread Matt Porter
dwc2/s3c-hsotg require a single clock to be specified and optionally a generic phy. On the s3c-hsotg driver old style USB phy support is present as a fallback so the generic phy properties are optional. Signed-off-by: Matt Porter --- Documentation/devicetree/bindings/staging/dwc2.txt | 10

[PATCH v3 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-25 Thread Matt Porter
Add a binding that describes the Broadcom Kona USB2 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter --- .../devicetree/bindings/phy/bcm-kona-usb2-phy.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy

[PATCH v3 0/9] USB Device Controller support for BCM281xx

2013-11-25 Thread Matt Porter
s to use clocks" series https://lkml.org/lkml/2013/11/14/450 - "Add new Exynos USB 2.0 PHY driver" series https://lkml.org/lkml/2013/11/5/271 Matt Porter (9): phy: add phy_get_bus_width()/phy_set_bus_width() calls staging: dwc2: update DT binding to add gene

[PATCH v3 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-25 Thread Matt Porter
to properly configure the controller. Signed-off-by: Matt Porter --- include/linux/phy/phy.h | 20 1 file changed, 20 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 6d72269..6ca6c61 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy

Re: [PATCH v2 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-25 Thread Matt Porter
On Mon, Nov 04, 2013 at 11:57:10AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Saturday 02 November 2013 01:15 AM, Matt Porter wrote: > >Add a driver for the internal Broadcom Kona USB 2.0 PHY found > >on the BCM281xx family of SoCs. > > > >Signed-off-by:

Re: [PATCH v2 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-25 Thread Matt Porter
On Mon, Nov 04, 2013 at 11:57:10AM +0530, Kishon Vijay Abraham I wrote: Hi, On Saturday 02 November 2013 01:15 AM, Matt Porter wrote: Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org

[PATCH v3 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-25 Thread Matt Porter
to properly configure the controller. Signed-off-by: Matt Porter matt.por...@linaro.org --- include/linux/phy/phy.h | 20 1 file changed, 20 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 6d72269..6ca6c61 100644 --- a/include/linux/phy/phy.h

[PATCH v3 0/9] USB Device Controller support for BCM281xx

2013-11-25 Thread Matt Porter
https://lkml.org/lkml/2013/11/14/450 - Add new Exynos USB 2.0 PHY driver series https://lkml.org/lkml/2013/11/5/271 Matt Porter (9): phy: add phy_get_bus_width()/phy_set_bus_width() calls staging: dwc2: update DT binding to add generic clock/phy properties usb

[PATCH v3 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-25 Thread Matt Porter
Add a binding that describes the Broadcom Kona USB2 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org --- .../devicetree/bindings/phy/bcm-kona-usb2-phy.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation

[PATCH v3 6/9] usb: gadget: s3c-hsotg: get phy bus width from phy subsystem

2013-11-25 Thread Matt Porter
Adds support for querying the phy bus width from the generic phy subsystem. Configure UTMI bus width in GUSBCFG based on this value. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 14 +- drivers/usb/gadget/s3c-hsotg.h | 1 + 2 files changed

[PATCH v3 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-25 Thread Matt Porter
Adds USB OTG/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- arch/arm/boot/dts/bcm11351

[PATCH v3 2/9] staging: dwc2: update DT binding to add generic clock/phy properties

2013-11-25 Thread Matt Porter
dwc2/s3c-hsotg require a single clock to be specified and optionally a generic phy. On the s3c-hsotg driver old style USB phy support is present as a fallback so the generic phy properties are optional. Signed-off-by: Matt Porter matt.por...@linaro.org --- Documentation/devicetree/bindings

[PATCH v3 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-25 Thread Matt Porter
Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 1 + drivers/phy/phy-bcm-kona-usb2.c | 158

[PATCH v3 4/9] usb: gadget: s3c-hsotg: add snps,dwc2 compatible string

2013-11-25 Thread Matt Porter
Enable support for the dwc2 binding. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index a8e6c3d..da3879b 100644 --- a/drivers/usb/gadget/s3c

[PATCH v3 3/9] usb: gadget: s3c-hsotg: enable build for other platforms

2013-11-25 Thread Matt Porter
Remove unused Samsung-specific machine include and Kconfig dependency on S3C. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- drivers/usb/gadget/Kconfig | 7 +++ drivers/usb/gadget/s3c

[PATCH v3 5/9] usb: gadget: s3c-hsotg: use generic phy_init()/phy_exit() support

2013-11-25 Thread Matt Porter
If a generic phy is present, call phy_init()/phy_exit(). This supports generic phys that must be soft reset before power on. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/usb/gadget/s3c

Re: [PATCH v3 3/3] usb: s3c-hsotg: Use the new Exynos USB phy driver with the generic phy framework

2013-11-25 Thread Matt Porter
. I do add phy_init/phy_exit support which is probably better coming in with my series as my phy driver makes use of the init method. Tested-by: Matt Porter matt.por...@linaro.org -Matt [1] http://www.kernelhub.org/?msg=367354p=2 -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCHv4] dmaengine: Add support for BCM2835

2013-11-14 Thread Matt Porter
e reasonable > > > setup allowing you to debug further drivers in a comfortable way. > > > > I am fine with UART and switching SD cards :-) > > But apparently this is not generally accepted. > > Still, isn't some work on USB support for RPi already going on? I believe

Re: [PATCHv4] dmaengine: Add support for BCM2835

2013-11-14 Thread Matt Porter
support for RPi already going on? I believe Matt Porter (now on Cc) has been working on unifying dwc2 host-mode driver with Samsung s3c-hsotg device-mode driver (for the same IP) to get full OTG support on all applicable platforms. Baby steps in that direction, yes. I need to finish the basic s3c

Re: [PATCH v3 3/3] DT: proc: Add runtime overlay interface in /proc

2013-11-12 Thread Matt Porter
On Tue, Nov 12, 2013 at 09:40:38AM +0100, Pantelis Antoniou wrote: > Hi Grant, > > On Nov 11, 2013, at 7:47 PM, Grant Likely wrote: > > > On Fri, 8 Nov 2013 17:06:10 +0200, Pantelis Antoniou > > wrote: > >> Add a runtime interface to /proc to enable generic device tree overlay > >> usage. >

Re: [PATCH v3 3/3] DT: proc: Add runtime overlay interface in /proc

2013-11-12 Thread Matt Porter
On Tue, Nov 12, 2013 at 09:40:38AM +0100, Pantelis Antoniou wrote: Hi Grant, On Nov 11, 2013, at 7:47 PM, Grant Likely wrote: On Fri, 8 Nov 2013 17:06:10 +0200, Pantelis Antoniou pa...@antoniou-consulting.com wrote: Add a runtime interface to /proc to enable generic device tree

Re: [PATCH 3/3] DT: proc: Add runtime overlay interface in /proc

2013-11-06 Thread Matt Porter
On Wed, Nov 06, 2013 at 09:24:12PM +0200, Pantelis Antoniou wrote: > Hi Rob, > > On Nov 6, 2013, at 9:10 PM, Rob Herring wrote: > > > On Tue, Nov 5, 2013 at 12:41 PM, Pantelis Antoniou > > wrote: > >> Add a runtime interface to /proc to enable generic device tree overlay > >> usage. > >> > >>

Re: [PATCH 3/3] DT: proc: Add runtime overlay interface in /proc

2013-11-06 Thread Matt Porter
On Wed, Nov 06, 2013 at 09:24:12PM +0200, Pantelis Antoniou wrote: Hi Rob, On Nov 6, 2013, at 9:10 PM, Rob Herring wrote: On Tue, Nov 5, 2013 at 12:41 PM, Pantelis Antoniou pa...@antoniou-consulting.com wrote: Add a runtime interface to /proc to enable generic device tree overlay

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Matt Porter
On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: > of_property_notify can be utilized by other users too, export it. > > Signed-off-by: Pantelis Antoniou > --- > drivers/of/base.c | 8 +--- > include/linux/of.h | 11 +++ > 2 files changed, 12 insertions(+), 7

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Matt Porter
On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- drivers/of/base.c | 8 +--- include/linux/of.h | 11 +++ 2 files changed,

Re: [PATCH v2 5/9] usb: gadget: s3c-hsotg: enable generic phy support

2013-11-02 Thread Matt Porter
On Sat, Nov 02, 2013 at 02:09:21PM +0100, Tomasz Figa wrote: > Hi Matt. > > On Friday 01 of November 2013 15:45:54 Matt Porter wrote: > > Adds support for the generic PHY subsystem. Generic PHY > > support is probed and then the driver falls back to checking > > for an

Re: [PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-02 Thread Matt Porter
On Sat, Nov 02, 2013 at 10:46:55PM +0530, Kishon Vijay Abraham I wrote: > Hi Tomasz, > > On Saturday 02 November 2013 06:44 PM, Tomasz Figa wrote: > >Hi Matt, > > > >On Friday 01 of November 2013 15:45:50 Matt Porter wrote: > >>This adds a pair of APIs t

Re: [PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-02 Thread Matt Porter
On Sat, Nov 02, 2013 at 10:46:55PM +0530, Kishon Vijay Abraham I wrote: Hi Tomasz, On Saturday 02 November 2013 06:44 PM, Tomasz Figa wrote: Hi Matt, On Friday 01 of November 2013 15:45:50 Matt Porter wrote: This adds a pair of APIs that allows the generic PHY subsystem to provide

Re: [PATCH v2 5/9] usb: gadget: s3c-hsotg: enable generic phy support

2013-11-02 Thread Matt Porter
On Sat, Nov 02, 2013 at 02:09:21PM +0100, Tomasz Figa wrote: Hi Matt. On Friday 01 of November 2013 15:45:54 Matt Porter wrote: Adds support for the generic PHY subsystem. Generic PHY support is probed and then the driver falls back to checking for an old style USB PHY and pdata

Re: [PATCH v2 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-01 Thread Matt Porter
On Fri, Nov 01, 2013 at 09:54:10PM +0100, Arend van Spriel wrote: > On 11/01/2013 08:45 PM, Matt Porter wrote: > >Add a binding that describes the Broadcom Kona USB2 PHY found > >on the BCM281xx family of SoCs. > > > >Signed-off-by: Matt Porter > >--- > >

Re: [PATCH v2 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-01 Thread Matt Porter
On Fri, Nov 01, 2013 at 11:56:33PM +0300, Sergei Shtylyov wrote: > Hello. > > On 11/01/2013 10:45 PM, Matt Porter wrote: > > >Adds USB OTG/PHY and clock support to BCM281xx and enables > >UDC support on the bcm11351-brt and bcm28155-ap boards. > > >Signed

[PATCH v2 2/9] staging: dwc2: update DT binding to add generic clock/phy properties

2013-11-01 Thread Matt Porter
dwc2/s3c-hsotg require a single clock to be specified and optionally a generic phy. On the s3c-hsotg driver old style USB phy support is present as a fallback so the generic phy properties are optional. Signed-off-by: Matt Porter --- Documentation/devicetree/bindings/staging/dwc2.txt | 12

[PATCH v2 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-01 Thread Matt Porter
Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 2 + drivers/phy/phy-bcm-kona-usb2.c | 161 3 files

[PATCH v2 6/9] usb: gadget: s3c-hsotg: get phy bus width from phy subsystem

2013-11-01 Thread Matt Porter
Adds support for querying the phy bus width from the generic phy subsystem. Configure UTMI bus width in GUSBCFG based on this value. Signed-off-by: Matt Porter --- drivers/usb/gadget/s3c-hsotg.c | 14 +- drivers/usb/gadget/s3c-hsotg.h | 1 + 2 files changed, 14 insertions(+), 1

[PATCH v2 5/9] usb: gadget: s3c-hsotg: enable generic phy support

2013-11-01 Thread Matt Porter
Adds support for the generic PHY subsystem. Generic PHY support is probed and then the driver falls back to checking for an old style USB PHY and pdata if not found. Signed-off-by: Matt Porter --- drivers/usb/gadget/s3c-hsotg.c | 54 -- 1 file changed, 36

[PATCH v2 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-01 Thread Matt Porter
Add a binding that describes the Broadcom Kona USB2 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter --- .../devicetree/bindings/phy/bcm-kona-usb2-phy.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy

[PATCH v2 3/9] usb: gadget: s3c-hsotg: enable build for other platforms

2013-11-01 Thread Matt Porter
Remove unused Samsung-specific machine include and Kconfig dependency on S3C. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- drivers/usb/gadget/Kconfig | 7 +++ drivers/usb/gadget/s3c-hsotg.c | 2 -- 2 files changed, 3 insertions(+), 6 deletions

[PATCH v2 4/9] usb: gadget: s3c-hsotg: add snps,dwc2 compatible string

2013-11-01 Thread Matt Porter
Enable support for the dwc2 binding. Signed-off-by: Matt Porter --- drivers/usb/gadget/s3c-hsotg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 258bc73..3e0c124 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers

[PATCH v2 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-01 Thread Matt Porter
Adds USB OTG/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- arch/arm/boot/dts/bcm11351-brt.dts | 6 ++ arch/arm/boot/dts/bcm11351.dtsi| 18

[PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-01 Thread Matt Porter
to properly configure the controller. Signed-off-by: Matt Porter --- include/linux/phy/phy.h | 16 1 file changed, 16 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 6d72269..e858ce1 100644 --- a/include/linux/phy/phy.h +++ b/include/linux/phy

[PATCH v2 0/9] USB Device Controller support for BCM281xx

2013-11-01 Thread Matt Porter
3/10/3/645). The dependencies noted for that series are already queued for 3.13. It also depends on the generic PHY subsystem which has also been queued for 3.13. Matt Porter (9): phy: add phy_get_bus_width()/phy_set_bus_width() calls staging: dwc2: update DT binding to add generic clock/phy properties u

[PATCH v2 0/9] USB Device Controller support for BCM281xx

2013-11-01 Thread Matt Porter
). The dependencies noted for that series are already queued for 3.13. It also depends on the generic PHY subsystem which has also been queued for 3.13. Matt Porter (9): phy: add phy_get_bus_width()/phy_set_bus_width() calls staging: dwc2: update DT binding to add generic clock/phy properties usb: gadget

[PATCH v2 1/9] phy: add phy_get_bus_width()/phy_set_bus_width() calls

2013-11-01 Thread Matt Porter
to properly configure the controller. Signed-off-by: Matt Porter matt.por...@linaro.org --- include/linux/phy/phy.h | 16 1 file changed, 16 insertions(+) diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h index 6d72269..e858ce1 100644 --- a/include/linux/phy/phy.h +++ b

[PATCH v2 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-01 Thread Matt Porter
Adds USB OTG/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- arch/arm/boot/dts/bcm11351

[PATCH v2 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-01 Thread Matt Porter
Add a binding that describes the Broadcom Kona USB2 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org --- .../devicetree/bindings/phy/bcm-kona-usb2-phy.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation

[PATCH v2 3/9] usb: gadget: s3c-hsotg: enable build for other platforms

2013-11-01 Thread Matt Porter
Remove unused Samsung-specific machine include and Kconfig dependency on S3C. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- drivers/usb/gadget/Kconfig | 7 +++ drivers/usb/gadget/s3c

[PATCH v2 4/9] usb: gadget: s3c-hsotg: add snps,dwc2 compatible string

2013-11-01 Thread Matt Porter
Enable support for the dwc2 binding. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 258bc73..3e0c124 100644 --- a/drivers/usb/gadget/s3c

[PATCH v2 5/9] usb: gadget: s3c-hsotg: enable generic phy support

2013-11-01 Thread Matt Porter
Adds support for the generic PHY subsystem. Generic PHY support is probed and then the driver falls back to checking for an old style USB PHY and pdata if not found. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 54

[PATCH v2 8/9] phy: add Broadcom Kona USB2 PHY driver

2013-11-01 Thread Matt Porter
Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/phy/Kconfig | 6 ++ drivers/phy/Makefile| 2 + drivers/phy/phy-bcm-kona-usb2.c | 161

[PATCH v2 6/9] usb: gadget: s3c-hsotg: get phy bus width from phy subsystem

2013-11-01 Thread Matt Porter
Adds support for querying the phy bus width from the generic phy subsystem. Configure UTMI bus width in GUSBCFG based on this value. Signed-off-by: Matt Porter matt.por...@linaro.org --- drivers/usb/gadget/s3c-hsotg.c | 14 +- drivers/usb/gadget/s3c-hsotg.h | 1 + 2 files changed

[PATCH v2 2/9] staging: dwc2: update DT binding to add generic clock/phy properties

2013-11-01 Thread Matt Porter
dwc2/s3c-hsotg require a single clock to be specified and optionally a generic phy. On the s3c-hsotg driver old style USB phy support is present as a fallback so the generic phy properties are optional. Signed-off-by: Matt Porter matt.por...@linaro.org --- Documentation/devicetree/bindings

Re: [PATCH v2 9/9] ARM: dts: add usb udc support to bcm281xx

2013-11-01 Thread Matt Porter
On Fri, Nov 01, 2013 at 11:56:33PM +0300, Sergei Shtylyov wrote: Hello. On 11/01/2013 10:45 PM, Matt Porter wrote: Adds USB OTG/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter matt.por...@linaro.org

Re: [PATCH v2 7/9] phy: add Broadcom Kona USB2 PHY DT binding

2013-11-01 Thread Matt Porter
On Fri, Nov 01, 2013 at 09:54:10PM +0100, Arend van Spriel wrote: On 11/01/2013 08:45 PM, Matt Porter wrote: Add a binding that describes the Broadcom Kona USB2 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter matt.por...@linaro.org --- .../devicetree/bindings/phy/bcm

Re: [PATCH v9 1/5] ARM: add basic support for Trusted Foundations

2013-10-29 Thread Matt Porter
On Tue, Oct 29, 2013 at 03:12:05AM -0500, Kumar Gala wrote: > > On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: > > > On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: > >> On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: > >>> On Mon, Oct 28, 2013 at 05:57:04AM -0500,

Re: [PATCH v9 1/5] ARM: add basic support for Trusted Foundations

2013-10-29 Thread Matt Porter
On Tue, Oct 29, 2013 at 03:12:05AM -0500, Kumar Gala wrote: On Oct 28, 2013, at 7:25 PM, Mark Rutland wrote: On Mon, Oct 28, 2013 at 11:31:36PM +, Tomasz Figa wrote: On Monday 28 of October 2013 14:56:49 Olof Johansson wrote: On Mon, Oct 28, 2013 at 05:57:04AM -0500, Kumar Gala

Re: [PATCHv5 4/4] Documentation: Add device tree bindings for Freescale FTM PWM.

2013-10-26 Thread Matt Porter
On Fri, Oct 25, 2013 at 09:12:11PM +0100, Grant Likely wrote: > On Mon, 30 Sep 2013 14:13:31 +0800, Xiubo Li wrote: > > This adds the Document for Freescale FTM PWM driver under > > Documentation/devicetree/bindings/pwm/. > > > > Signed-off-by: Xiubo Li > > --- > >

Re: [PATCH 1/3] thermal: bcm281xx: Add Temperature Monitor driver

2013-10-26 Thread Matt Porter
gt; Broadcom bcm281xx SoCs. This driver plugs into the Thermal Framework. > >> > >> Note that this version of the TMON driver does support interrupt-driven > >> mode -- only polling-mode of the thermal framework can be used. > >> > >> Signed-off-by: Wendy Ng

Re: [PATCH 1/3] thermal: bcm281xx: Add Temperature Monitor driver

2013-10-26 Thread Matt Porter
Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- .../bindings/thermal/bcm-kona-thermal.txt | 24 +++ drivers/thermal/Kconfig| 11 ++ drivers/thermal/Makefile |1 + drivers

Re: [PATCHv5 4/4] Documentation: Add device tree bindings for Freescale FTM PWM.

2013-10-26 Thread Matt Porter
On Fri, Oct 25, 2013 at 09:12:11PM +0100, Grant Likely wrote: On Mon, 30 Sep 2013 14:13:31 +0800, Xiubo Li li.xi...@freescale.com wrote: This adds the Document for Freescale FTM PWM driver under Documentation/devicetree/bindings/pwm/. Signed-off-by: Xiubo Li li.xi...@freescale.com ---

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-25 Thread Matt Porter
On Thu, Oct 24, 2013 at 10:51:43AM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Wednesday 23 October 2013 08:12 PM, Matt Porter wrote: > > On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: > >> On 10/22/2013 06:25 AM, Matt Porter wrote: > >>>

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-25 Thread Matt Porter
On Wed, Oct 23, 2013 at 09:29:22PM +, Paul Zimmerman wrote: > > From: Matt Porter [mailto:matt.por...@linaro.org] > > Sent: Wednesday, October 23, 2013 7:43 AM > > > > On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: > > > On 10/22/2013 06:25 AM,

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-25 Thread Matt Porter
On Wed, Oct 23, 2013 at 09:29:22PM +, Paul Zimmerman wrote: From: Matt Porter [mailto:matt.por...@linaro.org] Sent: Wednesday, October 23, 2013 7:43 AM On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: On 10/22/2013 06:25 AM, Matt Porter wrote: On Tue, Oct 22, 2013

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-25 Thread Matt Porter
On Thu, Oct 24, 2013 at 10:51:43AM +0530, Kishon Vijay Abraham I wrote: Hi, On Wednesday 23 October 2013 08:12 PM, Matt Porter wrote: On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: On 10/22/2013 06:25 AM, Matt Porter wrote: On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-23 Thread Matt Porter
On Wed, Oct 23, 2013 at 01:11:15PM -0500, Felipe Balbi wrote: > Hi, > > On Wed, Oct 23, 2013 at 10:42:42AM -0400, Matt Porter wrote: > > On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: > > > On 10/22/2013 06:25 AM, Matt Porter wrote: > > > > On T

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-23 Thread Matt Porter
On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: > On 10/22/2013 06:25 AM, Matt Porter wrote: > > On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs Kooijman wrote: > >> Hi Kishon, > >> > >> On Mon, Oct 21, 2013 at 02:57:26PM +0530, Kishon Vijay Abr

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-23 Thread Matt Porter
On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: On 10/22/2013 06:25 AM, Matt Porter wrote: On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs Kooijman wrote: Hi Kishon, On Mon, Oct 21, 2013 at 02:57:26PM +0530, Kishon Vijay Abraham I wrote: I think it makes sense to keep

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-23 Thread Matt Porter
On Wed, Oct 23, 2013 at 01:11:15PM -0500, Felipe Balbi wrote: Hi, On Wed, Oct 23, 2013 at 10:42:42AM -0400, Matt Porter wrote: On Tue, Oct 22, 2013 at 04:38:52PM -0500, Rob Herring wrote: On 10/22/2013 06:25 AM, Matt Porter wrote: On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-22 Thread Matt Porter
On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs Kooijman wrote: > Hi Kishon, > > On Mon, Oct 21, 2013 at 02:57:26PM +0530, Kishon Vijay Abraham I wrote: > > I think it makes sense to keep the data width property in the dwc2 node > > itself. > > I mean it describes how the dwc2 IP is

Re: [RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-22 Thread Matt Porter
On Tue, Oct 22, 2013 at 12:48:29PM +0200, Matthijs Kooijman wrote: Hi Kishon, On Mon, Oct 21, 2013 at 02:57:26PM +0530, Kishon Vijay Abraham I wrote: I think it makes sense to keep the data width property in the dwc2 node itself. I mean it describes how the dwc2 IP is configured in that

[RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-18 Thread Matt Porter
This is a summary of an unresolved issue resulting from this thread: http://www.spinics.net/lists/arm-kernel/msg277700.html The BCM281xx family of SoCs contain an OTG subsystem consisting of a DWC2 HSOTG controller and an internal UTMI PHY. This is appears as follows (monospace font requirement

Re: [RESEND PATCH v2 6/6] mmc: sdhci-bcm-kona: Add basic use of clocks

2013-10-18 Thread Matt Porter
On Thu, Oct 17, 2013 at 03:13:09PM +0100, Mark Rutland wrote: > On Wed, Oct 16, 2013 at 10:47:10PM +0100, Tim Kryger wrote: > > + /* Get and enable the external clock */ > > + kona_dev->external_clk = devm_clk_get(dev, NULL); > > + if (IS_ERR(kona_dev->external_clk)) { > > +

Re: [RESEND PATCH v2 6/6] mmc: sdhci-bcm-kona: Add basic use of clocks

2013-10-18 Thread Matt Porter
On Thu, Oct 17, 2013 at 03:13:09PM +0100, Mark Rutland wrote: On Wed, Oct 16, 2013 at 10:47:10PM +0100, Tim Kryger wrote: + /* Get and enable the external clock */ + kona_dev-external_clk = devm_clk_get(dev, NULL); + if (IS_ERR(kona_dev-external_clk)) { + dev_err(dev,

[RFC] Does PHY UTMI data width belong to DWC2 or PHY binding?

2013-10-18 Thread Matt Porter
This is a summary of an unresolved issue resulting from this thread: http://www.spinics.net/lists/arm-kernel/msg277700.html The BCM281xx family of SoCs contain an OTG subsystem consisting of a DWC2 HSOTG controller and an internal UTMI PHY. This is appears as follows (monospace font requirement

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-17 Thread Matt Porter
On Fri, Oct 11, 2013 at 08:37:31AM -0500, Felipe Balbi wrote: > Hi, > > On Thu, Oct 10, 2013 at 11:21:30PM -0400, Matt Porter wrote: > > On 10/10/2013 03:07 PM, Matt Porter wrote: > > >On 10/10/2013 01:57 PM, Paul Zimmerman wrote: > > >>>From: Felipe

Re: [RESEND PATCH 3/4] ARM: dts: bcm281xx: Add i2c busses

2013-10-17 Thread Matt Porter
ome review. -Matt > On Wed, Oct 16, 2013 at 3:01 PM, Tim Kryger wrote: > > Add the DTS nodes for all the i2c busses in the SoC. > > > > Signed-off-by: Tim Kryger > > Reviewed-by: Christian Daudt > > Reviewed-by: Matt Porter > > Reviewed-by: Markus

[RESEND][PATCH] of: add vendor prefix for PHYTEC Messtechnik GmbH

2013-10-17 Thread Matt Porter
Adds PHYTEC to the list of DT vendor prefixes. Signed-off-by: Matt Porter --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt

[RESEND][PATCH] of: add vendor prefix for PHYTEC Messtechnik GmbH

2013-10-17 Thread Matt Porter
Adds PHYTEC to the list of DT vendor prefixes. Signed-off-by: Matt Porter matt.por...@linaro.org --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree

Re: [RESEND PATCH 3/4] ARM: dts: bcm281xx: Add i2c busses

2013-10-17 Thread Matt Porter
, Oct 16, 2013 at 3:01 PM, Tim Kryger tim.kry...@linaro.org wrote: Add the DTS nodes for all the i2c busses in the SoC. Signed-off-by: Tim Kryger tim.kry...@linaro.org Reviewed-by: Christian Daudt c...@broadcom.com Reviewed-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-17 Thread Matt Porter
On Fri, Oct 11, 2013 at 08:37:31AM -0500, Felipe Balbi wrote: Hi, On Thu, Oct 10, 2013 at 11:21:30PM -0400, Matt Porter wrote: On 10/10/2013 03:07 PM, Matt Porter wrote: On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10

Re: [PATCH 3/5] usb: phy: add Broadcom Kona USB control driver

2013-10-11 Thread Matt Porter
On 10/10/2013 11:31 AM, Felipe Balbi wrote: Hi, On Mon, Oct 07, 2013 at 06:12:30AM -0400, Matt Porter wrote: Broadcom BCM281xx parts have a PHY control block that operates in conjunction with the DWC2 USB OTG. This driver exposes an API that allows control of power/reset for a connected USB

Re: [PATCH 3/5] usb: phy: add Broadcom Kona USB control driver

2013-10-11 Thread Matt Porter
On 10/10/2013 11:31 AM, Felipe Balbi wrote: Hi, On Mon, Oct 07, 2013 at 06:12:30AM -0400, Matt Porter wrote: Broadcom BCM281xx parts have a PHY control block that operates in conjunction with the DWC2 USB OTG. This driver exposes an API that allows control of power/reset for a connected USB

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 03:07 PM, Matt Porter wrote: On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote: Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07, 2013 at 06:12:29AM -0400, Matt Porter wrote

Re: [PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-10 Thread Matt Porter
On 10/10/2013 03:07 PM, Matt Porter wrote: On 10/10/2013 01:57 PM, Paul Zimmerman wrote: From: Felipe Balbi [mailto:ba...@ti.com] Sent: Thursday, October 10, 2013 10:46 AM On Thu, Oct 10, 2013 at 12:54:40PM -0400, Matt Porter wrote: On 10/10/2013 11:29 AM, Felipe Balbi wrote: On Mon, Oct 07

[PATCH 1/5] usb: gadget: s3c-hsotg: enable build for other platforms

2013-10-07 Thread Matt Porter
Remove unused Samsung-specific machine include and Kconfig dependency on S3C. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- drivers/usb/gadget/Kconfig | 7 +++ drivers/usb/gadget/s3c-hsotg.c | 2 -- 2 files changed, 3 insertions(+), 6 deletions

[PATCH 4/5] usb: phy: add Broadcom Kona USB PHY driver

2013-10-07 Thread Matt Porter
Add a USB PHY driver for BCM281xx devices. This driver makes use of the Broadcom Kona USB control driver to control init/shutdown of the PHY. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- .../devicetree/bindings/usb/bcm-kona-usb-phy.txt | 10 +++ drivers

[PATCH 3/5] usb: phy: add Broadcom Kona USB control driver

2013-10-07 Thread Matt Porter
Broadcom BCM281xx parts have a PHY control block that operates in conjunction with the DWC2 USB OTG. This driver exposes an API that allows control of power/reset for a connected USB PHY. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- .../devicetree/bindings

[PATCH 5/5] ARM: dts: add usb udc support to bcm281xx

2013-10-07 Thread Matt Porter
Adds USB OTG/Control/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- arch/arm/boot/dts/bcm11351-brt.dts | 10 ++ arch/arm/boot/dts/bcm11351.dtsi

[PATCH 0/5] USB Device Controller support for BCM281xx

2013-10-07 Thread Matt Porter
/lkml/2013/10/3/645). The dependencies noted for that series are already queued for 3.13. Matt Porter (5): usb: gadget: s3c-hsotg: enable build for other platforms usb: gadget: s3c-hsotg: support configurable UTMI PHY width usb: phy: add Broadcom Kona USB control driver usb: phy: add Broadco

[PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-07 Thread Matt Porter
Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property. Signed-off-by: Matt Porter Reviewed-by: Markus Mayer Reviewed-by: Tim Kryger --- Documentation

[PATCH 2/5] usb: gadget: s3c-hsotg: support configurable UTMI PHY width

2013-10-07 Thread Matt Porter
Extend dwc2 binding with an optional utmi phy width property. Enable the s3c-hsotg.c driver to use standard dwc2 binding and enable configuration of the UTMI phy width based on the property. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org

[PATCH 0/5] USB Device Controller support for BCM281xx

2013-10-07 Thread Matt Porter
/3/645). The dependencies noted for that series are already queued for 3.13. Matt Porter (5): usb: gadget: s3c-hsotg: enable build for other platforms usb: gadget: s3c-hsotg: support configurable UTMI PHY width usb: phy: add Broadcom Kona USB control driver usb: phy: add Broadcom Kona USB

[PATCH 5/5] ARM: dts: add usb udc support to bcm281xx

2013-10-07 Thread Matt Porter
Adds USB OTG/Control/PHY and clock support to BCM281xx and enables UDC support on the bcm11351-brt and bcm28155-ap boards. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org --- arch/arm/boot/dts

[PATCH 4/5] usb: phy: add Broadcom Kona USB PHY driver

2013-10-07 Thread Matt Porter
Add a USB PHY driver for BCM281xx devices. This driver makes use of the Broadcom Kona USB control driver to control init/shutdown of the PHY. Signed-off-by: Matt Porter matt.por...@linaro.org Reviewed-by: Markus Mayer markus.ma...@linaro.org Reviewed-by: Tim Kryger tim.kry...@linaro.org

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