Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-11 Thread Dann Frazier
On Mon, Aug 10, 2015 at 2:15 PM, Loc Ho l...@apm.com wrote: Hi Dann, v2: * Update binding documentation accordingly * Change all single bit defines to BIT(x) * Add support for L3 version 1 and 2 HW's * Change to use debug file system for error injection * In L3/SoC instance add function,

Re: [PATCH v2 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver

2015-08-10 Thread Dann Frazier
On Sat, Jul 25, 2015 at 1:07 AM, Loc Ho l...@apm.com wrote: v2: * Update binding documentation accordingly * Change all single bit defines to BIT(x) * Add support for L3 version 1 and 2 HW's * Change to use debug file system for error injection * In L3/SoC instance add function, allocate

Re: [PATCH 2/2 RESEND] power: reset: Add syscon poweroff device node for APM X-Gene platform

2015-06-10 Thread Dann Frazier
On Tue, Jun 9, 2015 at 9:31 AM, Dann Frazier dann.fraz...@canonical.com wrote: On Mon, Jun 8, 2015 at 10:34 PM, Tai Tri Nguyen ttngu...@apm.com wrote: Hi Dann, On Mon, Jun 8, 2015 at 8:44 PM, Dann Frazier dann.fraz...@canonical.com wrote: On Tue, Jun 2, 2015 at 1:19 PM, Tai Nguyen ttngu

Re: [PATCH 2/2 RESEND] power: reset: Add syscon poweroff device node for APM X-Gene platform

2015-06-09 Thread Dann Frazier
On Mon, Jun 8, 2015 at 10:34 PM, Tai Tri Nguyen ttngu...@apm.com wrote: Hi Dann, On Mon, Jun 8, 2015 at 8:44 PM, Dann Frazier dann.fraz...@canonical.com wrote: On Tue, Jun 2, 2015 at 1:19 PM, Tai Nguyen ttngu...@apm.com wrote: This patch adds syscon poweroff device node to support poweroff

Re: [PATCH 1/2 RESEND] power: reset: Add syscon reboot device node for APM X-Gene platform

2015-06-09 Thread Dann Frazier
On Tue, Jun 2, 2015 at 1:19 PM, Tai Nguyen ttngu...@apm.com wrote: This patch adds syscon reboot device node to support reboot feature on APM X-Gene platform Tested-by: dann frazier dann.fraz...@canonical.com Signed-off-by: Feng Kan f...@apm.com Signed-off-by: Tai Nguyen ttngu...@apm.com

Re: [PATCH 2/2 RESEND] power: reset: Add syscon poweroff device node for APM X-Gene platform

2015-06-08 Thread Dann Frazier
On Tue, Jun 2, 2015 at 1:19 PM, Tai Nguyen ttngu...@apm.com wrote: This patch adds syscon poweroff device node to support poweroff feature on APM X-Gene Mustang platform hey Tai, The reboot changes work just fine for me, but poweroff does not: [ OK ] Reached target Final Step.

Re: [PATCH v5 3/4] edac: Add APM X-Gene SoC EDAC driver

2014-09-30 Thread Dann Frazier
On Sat, Aug 23, 2014 at 1:23 AM, Loc Ho l...@apm.com wrote: This patch adds support for the APM X-Gene SoC EDAC driver. It requires ARM64 EDAC support patch [1] to compile due to dependence on MC module which calls an unused software memory scrub function. [1]

Re: [PATCH Resend v2 0/2] arm64: Add PMU node for APM X-Gene Storm SoC

2014-08-13 Thread Dann Frazier
linus with*out* the referenced additional GIC patch. Tested-by: dann frazier dann.fraz...@canonical.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 2/2] arm64: dts: Add PMU node for APM X-Gene Storm SOC

2014-07-12 Thread Dann Frazier
, newer firmware is confirmed to fix this issue on u-boot based platforms. Tested-by: dann frazier dann.fraz...@canonical.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

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

2014-06-24 Thread Dann Frazier
On Fri, Jun 20, 2014 at 5:18 PM, Iyappan Subramanian isubraman...@apm.com wrote: This patch adds network driver 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 v3 3/4] edac: Add APM X-Gene SoC EDAC driver

2014-06-18 Thread Dann Frazier
. Tested-by: dann frazier dann.fraz...@canonical.com -dann Also, I'd need the device tree pieces acked by device tree maintainers before I pick them up together with this driver. Thanks. -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine

Re: [PATCH v2] serial: uart: add hw flow control support configuration

2014-06-11 Thread Dann Frazier
On Wed, Jun 11, 2014 at 2:53 PM, Murali Karicheri m-kariche...@ti.com wrote: On 5/28/2014 4:04 PM, Dann Frazier wrote: On Thu, May 1, 2014 at 1:04 PM, Murali Karicheri m-kariche...@ti.com wrote: 8250 uart driver currently supports only software assisted hw flow control. The software

Re: [PATCH v2] serial: uart: add hw flow control support configuration

2014-05-28 Thread Dann Frazier
, copyright, credits or license for more information. UPF_HARDWARE_FLOW = 1 21 if 0xB920 UPF_HARDWARE_FLOW: ... print OK ... OK Hope that's a reasonable test case. Test fails when booted w/o has-hw-flow-control attribute. Tested-by: dann frazier dann.fraz...@canonical.com Signed-off

Re: [PATCH v2 0/3] rtc: Add APM X-Gene SoC RTC driver

2014-04-02 Thread Dann Frazier
Tested-by: dann frazier dann.fraz...@canonical.com On Mon, Mar 31, 2014 at 11:36 AM, Loc Ho l...@apm.com wrote: This patch adds support for the APM X-Gene SoC RTC driver. v2 * Change function xgene_rtc_read_time to return rtc_valid_tm(tm) instead 0 v1 * Initial version Signed-off