Re: [PATCH v6 3/4] arm64/arm, numa, dt: adding numa dt binding implementation for arm64 platforms

2015-10-26 Thread Ming Lei
On Mon, Oct 26, 2015 at 4:24 PM, Ganapatrao Kulkarni wrote: > On Mon, Oct 26, 2015 at 12:50 PM, Ming Lei wrote: >> On Mon, Oct 26, 2015 at 12:53 PM, Ming Lei wrote: >>> On Mon, Oct 26, 2015 at 11:50 AM, Ganapatrao Kulkarni >>> wrote: >>>> On Mon, O

Re: [PATCH v6 3/4] arm64/arm, numa, dt: adding numa dt binding implementation for arm64 platforms

2015-10-26 Thread Ming Lei
On Mon, Oct 26, 2015 at 12:53 PM, Ming Lei wrote: > On Mon, Oct 26, 2015 at 11:50 AM, Ganapatrao Kulkarni > wrote: >> On Mon, Oct 26, 2015 at 7:14 AM, Ming Lei wrote: >>> On Tue, Oct 20, 2015 at 6:45 PM, Ganapatrao Kulkarni >>> wrote: >>>> Addi

Re: [PATCH v6 3/4] arm64/arm, numa, dt: adding numa dt binding implementation for arm64 platforms

2015-10-25 Thread Ming Lei
On Mon, Oct 26, 2015 at 11:50 AM, Ganapatrao Kulkarni wrote: > On Mon, Oct 26, 2015 at 7:14 AM, Ming Lei wrote: >> On Tue, Oct 20, 2015 at 6:45 PM, Ganapatrao Kulkarni >> wrote: >>> Adding numa dt binding support for arm64 based platforms. >>> dt node parsin

Re: [PATCH v6 3/4] arm64/arm, numa, dt: adding numa dt binding implementation for arm64 platforms

2015-10-25 Thread Ming Lei
On Tue, Oct 20, 2015 at 6:45 PM, Ganapatrao Kulkarni wrote: > Adding numa dt binding support for arm64 based platforms. > dt node parsing for numa topology is done using device property > proximity and device node distance-map. > > Reviewed-by: Robert Richter > Signed-off-by: Ganapatrao Kulkarni

Re: [RFC 0/5] console/acpi: add DBG2 and SPCR console configuration

2015-09-23 Thread Ming Lei
Hi Leif, On Tue, Sep 8, 2015 at 8:43 PM, Leif Lindholm wrote: > Support for configuring bootconsole and console via the ACPI tables > DBG2 (Debug Port Table 2) [1] and SPCR (Serial Port Console Redirection > Table) [2], defined by Microsoft, has been discussed on and off over the > years. > > [1

Re: [PATCH v9 0/4] APM X-Gene PCIe host controller

2014-09-21 Thread Ming Lei
Hi Tanmay, On Sat, Sep 20, 2014 at 1:15 AM, Tanmay Inamdar wrote: > Hi Ming Lei, > > On Thu, Sep 18, 2014 at 8:08 PM, Ming Lei wrote: >> Hi Tanmay, >> >> On Wed, Sep 17, 2014 at 6:33 AM, Tanmay Inamdar wrote: >>> This patch adds support for AppliedMi

Re: [PATCH v9 0/4] APM X-Gene PCIe host controller

2014-09-18 Thread Ming Lei
0 + > drivers/pci/host/Makefile | 1 + > drivers/pci/host/pci-xgene.c | 646 > + > 7 files changed, 895 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/xgene-pci.txt > create m

Re: [PATCH 2/2] arm64: dts: Add PMU node for APM X-Gene Storm SOC

2014-06-24 Thread Ming Lei
Hi Jon and Vinayak, On Tue, Jun 24, 2014 at 11:42 AM, Jon Masters wrote: > On 06/23/2014 10:47 PM, Ming Lei wrote: > >> On Thu, Mar 20, 2014 at 5:47 PM, Vinayak Kale wrote: >>> This patch adds the PMU device tree node for APM X-Gene Storm SOC. >>> >>> Ple

Re: [PATCH 2/2] arm64: dts: Add PMU node for APM X-Gene Storm SOC

2014-06-23 Thread Ming Lei
On Tue, Jun 24, 2014 at 11:42 AM, Jon Masters wrote: > On 06/23/2014 10:47 PM, Ming Lei wrote: > >> On Thu, Mar 20, 2014 at 5:47 PM, Vinayak Kale wrote: >>> This patch adds the PMU device tree node for APM X-Gene Storm SOC. >>> >>> Please note that this pat

Re: [PATCH 2/2] arm64: dts: Add PMU node for APM X-Gene Storm SOC

2014-06-23 Thread Ming Lei
Hi Vinayak, On Thu, Mar 20, 2014 at 5:47 PM, Vinayak Kale wrote: > This patch adds the PMU device tree node for APM X-Gene Storm SOC. > > Please note that this patch has dependancy on a GIC driver patch [1] which is > yet to be approved by maintainers. > > [1]- https://lkml.org/lkml/2014/2/27/605

Re: [PATCH v3 0/2]]ata: Fix the dma state machine lockup for APM X-Gene SoC

2014-06-19 Thread Ming Lei
etions(-) These two patches does fix boot failure on our mustang board, thanks Suman! Reported-and-Tested-by: Ming Lei Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v7 4/4] drivers: net: Add APM X-Gene SoC ethernet driver support.

2014-06-19 Thread Ming Lei
ny later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details.

Re: [PATCH v2 0/2]ata: Fix the dma state machine lockup for APM X-Gene SoC

2014-06-16 Thread Ming Lei
ata/ahci.h | 4 > drivers/ata/ahci_xgene.c | 17 +++-- > drivers/ata/libahci.c| 44 > 3 files changed, 51 insertions(+), 14 deletions(-) V2 looks good and makes my mutang board bootable, thanks. Reported-and-tested-b

Re: [PATCH v1 0/2]ata: Fix the dma state machine lockup for APM X-Gene SoC

2014-06-15 Thread Ming Lei
pastebin.com/4XcnHyrV Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v1 0/2]ata: Fix the dma state machine lockup for APM X-Gene SoC

2014-06-13 Thread Ming Lei
ailure message still can be seen. Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4 0/4] net: Add APM X-Gene SoC Ethernet driver support

2014-05-12 Thread Ming Lei
1156.450863] [] sock_sendmsg+0x68/0x84 [ 1156.456060] [] ___sys_sendmsg+0x1ec/0x288 [ 1156.461602] [] __sys_sendmsg+0x3c/0x64 [ 1156.466886] [] SyS_sendmsg+0xc/0x20 Thanks -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to major

Re: [PATCH v2 3/4] ata: add APM X-Gene SoC 6.0Gbps SATA PHY driver

2013-11-20 Thread Ming Lei
devm_phy_create() API has changed, so suggest you make your patch against -next tree. Thanks, -- Ming Lei -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC 4/9] of/irq: Refactor interrupt-map parsing

2013-11-01 Thread Ming Lei
g failure. > > Signed-off-by: Grant Likely > --- > drivers/of/irq.c | 24 > 1 file changed, 12 insertions(+), 12 deletions(-) This one does fix boot hanging on Arndale board. Tested-by: Ming Lei Thanks, -- Ming Lei -- To unsubscribe from this list: s

Re: [RFC 4/9] of/irq: Refactor interrupt-map parsing

2013-10-30 Thread Ming Lei
gt; It seems that the platform is getting stuck calibrating delay loop, > i.e. it is not getting interrupts. Let me know if you want me to > collect more data of some sort. Thanks, -- Ming Lei -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html