Re: [Linaro-acpi] [RFC 4/5] tty/console: use SPCR table to define console

2015-09-10 Thread Mark Salter
On Tue, 2015-09-08 at 13:43 +0100, Leif Lindholm wrote: > From: Torez Smith > > If console= is not added to the kernel command line, the console > is not registered until much further into the booting process. This patch > adds support to parse the SPCR ACPI table to pull

Re: [Linaro-acpi] [RFC 3/5] acpi/serial: add DBG2 earlycon support

2015-09-08 Thread Mark Salter
On Tue, 2015-09-08 at 13:43 +0100, Leif Lindholm wrote: > The ACPI DBG2 table defines a debug console. Add support for parsing it > and using it to select earlycon destination when no arguments provided. > > Signed-off-by: Leif Lindholm > --- > arch/arm64/kernel/acpi.c

Re: [Linaro-acpi] [RFC 3/5] acpi/serial: add DBG2 earlycon support

2015-09-08 Thread Mark Salter
On Tue, 2015-09-08 at 18:17 +0100, Leif Lindholm wrote: > On Tue, Sep 08, 2015 at 12:38:59PM -0400, Mark Salter wrote: > > On Tue, 2015-09-08 at 13:43 +0100, Leif Lindholm wrote: > > > The ACPI DBG2 table defines a debug console. Add support for parsing it > > > and

Re: [Linaro-acpi] [RFC 3/5] acpi/serial: add DBG2 earlycon support

2015-09-08 Thread Mark Salter
On Tue, 2015-09-08 at 18:17 +0100, Leif Lindholm wrote: > > > */ > > > - if (!buf || !buf[0]) > > > - if (IS_ENABLED(CONFIG_OF_FLATTREE)) > > > + if (!buf || !buf[0]) { > > > + if (!acpi_disabled) > > > > How do we know for sure that "acpi" has been parsed before

[no subject]

2015-08-04 Thread Mark Salter
unsubscribe devicetree -- 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 RESEND 1/7] arm64: dts: Add APM X-Gene USB DTS node

2014-10-29 Thread Mark Salter
On Mon, 2014-10-27 at 12:28 -0700, Feng Kan wrote: This parch adds the device tree nodes for APM X-Gnene USB host controller. Since X-Gene SOC supports maximum 2 USB ports, 2 dts node are added. Signed-off-by: Bao Truong btru...@apm.com Signed-off-by: Feng Kan f...@apm.com ---

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

2014-06-25 Thread Mark Salter
On Tue, 2014-06-24 at 22:29 -0600, Dann Frazier wrote: On Fri, Jun 20, 2014 at 5:18 PM, Iyappan Subramanian + ring-desc_addr = dma_zalloc_coherent(dev, size, ring-dma, + GFP_KERNEL); Iyappan, When testing this driver on a 3.16-rc2 base,

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

2014-05-16 Thread Mark Salter
On Mon, 2014-05-05 at 14:47 -0700, Iyappan Subramanian wrote: +static int xgene_enet_probe(struct platform_device *pdev) +{ + struct net_device *ndev; + struct xgene_enet_pdata *pdata; + struct device *dev = pdev-dev; + struct napi_struct *napi; + int ret = 0;

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

2014-04-25 Thread Mark Salter
On Wed, 2014-04-16 at 19:39 -0700, Iyappan Subramanian wrote: +static int xgene_enet_refill_bufpool(struct xgene_enet_desc_ring *buf_pool, +u32 nbuf) +{ + struct sk_buff *skb; + struct xgene_enet_desc16 *desc; + struct net_device *ndev;

Re: [PATCH v2 06/21] c6x: convert fdt pointers to opaque pointers

2014-04-24 Thread Mark Salter
On Tue, 2014-04-22 at 20:18 -0500, Rob Herring wrote: From: Rob Herring r...@kernel.org The architecture code does not need to access the internals of the FDT blob, so make the pointer to it void *. Signed-off-by: Rob Herring r...@kernel.org Cc: Mark Salter msal...@redhat.com Cc

Re: [PATCH 2/5] arm64: dts: APM X-Gene SoC Ethernet device tree nodes

2014-01-24 Thread Mark Salter
On Fri, 2013-12-20 at 19:42 -0800, Iyappan Subramanian wrote: Device tree files for APM X-Gene SoC Ethernet. Signed-off-by: Iyappan Subramanian isubraman...@apm.com Signed-off-by: Ravi Patel rapa...@apm.com Signed-off-by: Keyur Chudgar kchud...@apm.com ---

Re: [PATCH RFC 16/17] c6x: Convert from _fdt_start to __dtb_start

2013-11-12 Thread Mark Salter
fine. Acked-by: Mark Salter msal...@redhat.com -- 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 v2 01/29] c6x: use boot_command_line instead of private c6x_command_line

2013-10-07 Thread Mark Salter
the default command line. Signed-off-by: Rob Herring rob.herr...@calxeda.com Cc: Mark Salter msal...@redhat.com Cc: Aurelien Jacquiot a-jacqu...@ti.com Cc: linux-c6x-...@linux-c6x.org Reviewed-by: Grant Likely grant.lik...@linaro.org --- Tested and Acked-by: Mark Salter msal...@redhat.com