Re: [PATCH v1 1/2] dt-binding: ptp: add bindings document for dte based ptp clock

2017-06-14 Thread Ray Jui
On 6/13/17 10:46 AM, Arun Parameswaran wrote: > > Hi Richard, > > On 17-06-12 10:09 PM, Richard Cochran wrote: >> On Mon, Jun 12, 2017 at 01:26:00PM -0700, Arun Parameswaran wrote: >>> +Example: >>> + >>> +ptp_dte: ptp_dte@180af650 { >>> + compatible = "brcm,ptp-dte"; >>> + reg = <0x180af65

Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support

2016-10-27 Thread Ray Jui
On 10/27/2016 3:21 PM, Ray Jui wrote: > > > On 10/27/2016 1:51 PM, Jon Mason wrote: >> On Wed, Oct 26, 2016 at 02:50:39PM -0700, Florian Fainelli wrote: >>> On 10/26/2016 12:36 PM, Jon Mason wrote: >>>> Add support for the variant of amac hardware present i

Re: [PATCH 4/5] net: ethernet: bgmac: add NS2 support

2016-10-27 Thread Ray Jui
On 10/27/2016 1:51 PM, Jon Mason wrote: > On Wed, Oct 26, 2016 at 02:50:39PM -0700, Florian Fainelli wrote: >> On 10/26/2016 12:36 PM, Jon Mason wrote: >>> Add support for the variant of amac hardware present in the Broadcom >>> Northstar2 based SoCs. Northstar2 requires an additional register t

Re: [PATCH 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac

2016-07-04 Thread Ray Jui
On 7/1/2016 8:42 AM, Arnd Bergmann wrote: On Friday, July 1, 2016 11:17:25 AM CEST Jon Mason wrote: On Fri, Jul 1, 2016 at 5:46 AM, Arnd Bergmann wrote: On Thursday, June 30, 2016 6:59:13 PM CEST Jon Mason wrote: + +Required properties: + - compatible: "brcm,bgmac-nsp" + - reg:

Re: [RFC 6/7] dt-bindings: net: bgmac: add bindings documentation for bgmac

2016-06-30 Thread Ray Jui
Hi Jon, On 6/28/2016 12:34 PM, Jon Mason wrote: Signed-off-by: Jon Mason --- .../devicetree/bindings/net/brcm,bgmac-enet.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/net/brcm,bgmac-enet.txt diff --git a/Documentatio

Re: [RFC 5/7] net: ethernet: bgmac: Add platform device support

2016-06-30 Thread Ray Jui
Hi Jon, On 6/28/2016 12:34 PM, Jon Mason wrote: The bcma portion of the driver has been split off into a bcma specific driver. This has been mirrored for the platform driver. The last references to the bcma core struct have been changed into a generic function call. These function calls are w