[PATCH] ARM: bcm: Add DEBUG_LL console support

2013-09-17 Thread Christian Daudt
This patch adds low level debug uart support to Broadcom mobile based SOCs. Signed-off-by: Christian Daudt Reviewed-by: James King diff --git a/arch/arm/Kconfig.debug b/arch/arm/Kconfig.debug index 583f4a0..a69d62a 100644 --- a/arch/arm/Kconfig.debug +++ b/arch/arm/Kconfig.debug @@ -93,6 +93,1

Re: [PATCH] ARM: bcm: Add DEBUG_LL console support

2013-09-17 Thread Russell King - ARM Linux
On Tue, Sep 17, 2013 at 02:59:47PM -0700, Christian Daudt wrote: > This patch adds low level debug uart support to Broadcom > mobile based SOCs. > > Signed-off-by: Christian Daudt > Reviewed-by: James King Unfortunately, your patch is out of date. Please have a look at v3.12-rc1's debugging i

Re: [PATCH] ARM: bcm: Add DEBUG_LL console support

2013-09-17 Thread Christian Daudt
On 13-09-17 03:03 PM, Russell King - ARM Linux wrote: On Tue, Sep 17, 2013 at 02:59:47PM -0700, Christian Daudt wrote: This patch adds low level debug uart support to Broadcom mobile based SOCs. Signed-off-by: Christian Daudt Reviewed-by: James King Unfortunately, your patch is out of date