RE: [PATCH v4 1/3] mwifiex: register platform specific driver
From: Amitkumar Karwar <hidden>
Date: 2016-02-29 14:04:54
Also in:
linux-bluetooth, lkml
Hi Rob,
From: Rob Herring [mailto:robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org] Sent: Thursday, February 18, 2016 8:08 PM To: Amitkumar Karwar Cc: linux-bluetooth-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Nishant Sarmukadam; wnhuang-F7+t8E8rja9Wk0Htik3J/w@public.gmane.org; devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Cathy Luo; linux- kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Xinming Hu Subject: Re: [PATCH v4 1/3] mwifiex: register platform specific driver On Tue, Feb 16, 2016 at 01:14:37AM -0800, Amitkumar Karwar wrote:quoted
From: Xinming Hu <redacted> Platform device and driver provides easy way to interact with device-tree-enabled system. This patch registers platform driver and reorganise existing device tree specific code. Corresponding device tree binding file is also created. Signed-off-by: Xinming Hu <redacted> Signed-off-by: Amitkumar Karwar <redacted> --- v3: Don't update adapter->dt_node if mwifiex_plt_dev is NULL v4: Corrected the 'name' and 'compatible' property names.(ArndBergmann and Robquoted
Herring) Patch description wraped in 72 columns(Rob Herring) Moved DT binding file to bindings/net/wireless/(Rob Herring) ---
Thanks for reviewing mwifiex and btmrvl patch series. We are working on a updated version which will address your review comments. Regards, Amitkumar