From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= Date: Thu, 22 Aug 2013 17:00:49 +0200 Subject: [U-Boot] =?utf-8?q?=5BU-Boot=2C_v3=2C_3/5=5D_linux/compat=2Eh=3A_?= =?utf-8?q?move_dev=5Ferr=2C_dev=5Finfo_and_dev=5Fdbg_from_usb_driv?= =?utf-8?q?er_to_compat=2Eh?= In-Reply-To: <1372821109-22007-4-git-send-email-josh.wu@atmel.com> from Josh Wu on Wed, 3 Jul 2013 11:11:47 +0800 References: <1372821109-22007-4-git-send-email-josh.wu@atmel.com> Message-ID: <1377183649-3986-1-git-send-email-andreas.devel@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Josh Wu, Josh Wu writes: >Since kernel code current use many dev_xxx() instead of using printk. To >compatible, move those dev_xxx from usb driver to linux/compat.h. Then all >driver code can use dev_err, dev_info and dev_vdbg. > >This patch also removed duplicated macro definitions in usb driver. > >Signed-off-by: Josh Wu >Acked-by: Scott Wood >--- >drivers/usb/musb-new/linux-compat.h | 16 ---------------- > include/linux/compat.h | 8 ++++++++ > 2 files changed, 8 insertions(+), 16 deletions(-) applied to u-boot-atmel/master, thanks! Best regards, Andreas Bie?mann