Re: [PATCH v4 2/2] serial: mxs-auart: Allow device tree probing
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2012-06-18 15:25:43
Also in:
linux-arm-kernel
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2012-06-18 15:25:43
Also in:
linux-arm-kernel
On Mon, Jun 18, 2012 at 09:33:40PM +0800, Shawn Guo wrote:
On Mon, Jun 18, 2012 at 10:06:09AM -0300, Fabio Estevam wrote:quoted
Allow device tree probing. Cc: Grant Likely <redacted> Cc: Rob Herring <redacted> Cc: Alan Cox <redacted> Cc: <redacted> Signed-off-by: Fabio Estevam <redacted> --- Changes since v3: - Remove unneeded mxs_auart_devtype Changes since v2: - Change compatible string - Add aliases information in bindings doc - Remove unneeded mxs_auart_probe_pdev function - Remove "ifdef CONFIG_OF" - Remove of_match_ptr wrapper Changes since v1: - Merged patches 3 and 5 from v1 into this oneHi Greg, May I have your ack to have the patch go through arm-soc tree, so that we can possibly start converting those non-DT board files over to DT?
Fine with me: Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>